Skip to content

v0.7.0

Choose a tag to compare

@avalonche avalonche released this 10 Jun 02:24
· 61 commits to main since this release
2077e2a

Release Notes

  • First rollup-boost release with the flashblocks feature. Enable with the --flashblocks flag
  • Addresses all audit findings as documented here
  • Adds a web socket proxy crate that streams flashblocks from rollup-boost to downstream clients
  • Adds block selection policy based on gas used between builder and local block

CLI changes

  • --rpc-host defaults from "0.0.0.0" → "127.0.0.1" in #209
  • --metrics-host defaults from "0.0.0.0" → "127.0.0.1" in #209
  • Added --block-selection-policy flag (optional) in #242
  • Added flashblocks flags in #270
    • --flashblocks
    • --flashblocks-builder-url
    • --flashblocks-host
    • --flashblocks-port
  • Added --flashblock-builder-ws-reconnect-ms (default 5000) in #296
  • Fix --builder-timeout and --l2-timeout in #294
  • --max-unsafe-interval defaults from 5 to 10 in #295

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.7.0
Docker Image.: flashbots/rollup-boost:0.7.0