Skip to content

Releases: flashbots/rollup-boost

v0.7.2

08 Jul 05:53
33f55e8

Choose a tag to compare

Release Notes

  • Metrics for flashblocks
  • Adds Flashblocks RPC overlay

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

23 Jun 16:52
439eea0

Choose a tag to compare

Release Notes

  • Flashblocks metrics and improvements on websockets

What's Changed

  • chore: overall websocket limits should be per instance by @danyalprout in #311
  • Add i64 conversion to ensure we don't have underflow by @SozinM in #313
  • Initial batch of metrics for flashblocks service by @ferranbt in #300
  • Rollup-boost uses ping/pong to test the connection is open by @ferranbt in #310
  • Adds more context to error during fb receiving by @SozinM in #324
  • Fix failing tests by @SozinM in #327
  • Fix flashblocks ping/pong intervals by @ferranbt in #330
  • Calculate payload_id locally by @SozinM in #333
  • Add docs on how to run Flashblocks by @ferranbt in #331
  • fix: correct git sha in user agent by @akundaz in #342

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

10 Jun 02:24
2077e2a

Choose a tag to compare

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

v0.6.1

15 May 18:08
e690e3c

Choose a tag to compare

Summary

Fixes a race condition where get payload calls could reach the builder before fork choice calls were completed.

What's Changed

Full Changelog: v0.6...v0.6.1

v0.6

13 May 01:45
980d0e1

Choose a tag to compare

Summary

This release adds an additional execution mode that will be always choose the local block. Additionally includes some fixes for "Unknown Payload" messages which should reduce noise in error logs.

What's Changed

Full Changelog: v0.5-rc1...v0.6