Releases: flashbots/rbuilder
Releases · flashbots/rbuilder
v1.2.15
v1.2.14
What's Changed
- Faster bidding ipc by @ZanCorDX in #752
- Removed 10 min reset in metrics and fixed a label by @ZanCorDX in #758
- chore: remove nightly format config by @estensen in #718
- feat(primitives): decoding with signer lookups by @thedevbirb in #760
- Order flow logs by @ZanCorDX in #714
- Max gas 60M on some metrics by @ZanCorDX in #763
- Bundle hash to block processor by @dvush in #761
- Add external_hash to bundle by @dvush in #765
- Trace warn if order execution takes to long by @ZanCorDX in #764
New Contributors
- @estensen made their first contribution in #718
- @thedevbirb made their first contribution in #760
Full Changelog: v1.2.13...v1.2.14
v1.2.13
What's Changed
- Moved some code to new crates and added rbuilder-operator in this repo.
- Improved metrics and logs.
- Delay refunds (out of block payment)
- Consider system txs properly so we can move ETH out of the builder.
- Substract mevblocker block price from bids.
- Rebalancer service (automatically moves ETH)
- Reproducible builds by default + DEB packaging
- Embedded bid scraper in rbuilder.
- Hoodi fix.
- Optimistic v3.
Full Changelog: v1.2.12...v1.2.13
v1.2.12
What's Changed
- feat: bid adjustments by @efbig in #702
- fix: preload non-existent proof targets by @efbig in #706
- fix: target indexes for placeholder proofs by @efbig in #705
- Streamline bidding interface by @dvush in #704
- Only allow builder coinbase by @dvush in #707
- chore: revert block request removal from
BidObserver
by @efbig in #710 - Removed unsed DB and made source mandatory by @ZanCorDX in #708
- fix: don't filter out regular txs post fusaka by @bharath-123 in #709
- Better bidding 2 by @dvush in #711
- inc_bids_received restored by @dvush in #715
- Allow debug-bench-machine to read execution payloads from json by @dvush in #712
- deps: remove
primitive-types
by @efbig in #720 - Fixes for finalize adjustments by @dvush in #717
- refactor: extract
rbuilder-primitives
by @mempirate in #716 - feat: add optimistic v3 types by @efbig in #719
- fix logs by @dvush in #722
New Contributors
- @bharath-123 made their first contribution in #709
- @mempirate made their first contribution in #716
Full Changelog: v1.2.10...v1.2.12
v1.2.11
v1.2.10
What's Changed
- Backtest logs by @ZanCorDX in #689
- scraped_bids_publisher_url optional by @ZanCorDX in #692
- feat: support bloxroute rproxies by @efbig in #693
- feat(relay): update slot registrations at interval by @efbig in #680
- feat(mpt): proof generation by @efbig in #696
- fix: compilation errors in
Trie::proof
method by @efbig in #697 - Fusaka by @ZanCorDX in #698
- New trait to decouple bid sending. by @ZanCorDX in #699
- Ordering algo extra pre-filtered step by @ZanCorDX in #691
- reject negative profit mempool txs by @dvush in #701
Full Changelog: v1.2.9...v1.2.10
v1.2.9
What's Changed
- Bloxroute gRPC experimental support
- Minor bug fixes
- Time to keep mempool txs configurable.
Full Changelog: v1.2.8...v1.2.9
v1.2.8
What's Changed
- Cfg to send to some relays ignoring gas limit. (flag
can_ignore_gas_limit
inside relay cfg). - New competition source. Now rbuilder connects to the bid-scraper. New cfg needed (
scraped_bids_publisher_url
) - Fix delayed refunds cost calc by @dvush in #658
- Bug and comments fixes.
- Set additional bloxroute headers (flag
is_bloxroute
inside relay cfg).
Full Changelog: v1.2.6...v1.2.8