Skip to content

Releases: flashbots/rbuilder

v1.2.4

03 Jul 13:07
63c8f52

Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.1

04 Jun 13:13
5eaa4ee

Choose a tag to compare

What's Changed

  • Performance improvements.
    • Roothash
    • Finalize
    • Bloom filters
  • New ignore_mempool_profit_on_bundles flag for block building.
  • Op-builder removed.
  • New relay configurations (fast/independent).
  • More metrics.
  • More logs.
  • Various fixes.

Full Changelog: v1.1.0...v1.2.1

v1.1.0

30 Apr 12:10
3e471ed

Choose a tag to compare

What's Changed

  • Prague ready.
  • Redistribution fixes.
  • Updated docs.
  • op-rbuilder improvements.
  • Precompile cache.
  • More metrics.
  • Experimental EVM tx cache.
  • New fast relays cfg.
  • Minor leak.
  • Performance improvements.
  • Code clean up.

Full Changelog: v1.0.1...v1.1.0

v1.0.0

10 Apr 17:14

Choose a tag to compare

What's Changed

  • Better docs/comments.
  • Bug fixes.
  • Benchmark improvements.
  • Better error logging (eg: some ERRORs were demoted) .
  • feat: Parse also geth genesis in chain config by @ferranbt in #31
  • Add proc macros to ignore tests if env or http not set by @ferranbt in #36
  • Improved slot handling (almost no slot is missed)
  • Much newer reth/ally deps.
  • Pectra ready (missing the reth update with the timstamp)
  • New sendBundle v2 with refunds.
  • Redistribution code.
  • Add playground integration by @ferranbt in #69
  • Relays can be used in "get only slot info" mode without bidding.
  • Refactoring splitting build block from finish block. by @ZanCorDX in #124
  • Add provider reopen telemetry by @ferranbt in #133
  • General cleanup.
  • Improve metrics developer experience by @liamaharon in #170
  • Redacted version to avoid data leaking.
  • Reproducible builds.
  • Faster root hash calculations.
  • New improved bidding core.
  • Generic provider. Not fully tested but now we can run rbuilder and reth as the same process.
  • New experimental building algo (parallel builder). Still needs fixes (eg: cancellations).
  • Blocklist can be downloaded from url and refreshed periodically.
  • Use radom coinbase address for simualations by @dvush in #291
  • Proper replacements/cancellation handling.

v0.1.0

03 Jul 14:19
v0.1.0
f426f37

Choose a tag to compare

The initial release of rbuilder! 🎉

All the heavy lifting was done by @dvush and @ZanCorDX 🤠


Full Changelog: https://github.com/flashbots/rbuilder/commits/v0.1.0