Skip to content

rollup-boost/v0.7.5

Latest

Choose a tag to compare

@SozinM SozinM released this 29 Sep 15:15
· 4 commits to main since this release
b86af43

Release Notes:

  • Rollup-Boost now sends engine_getPayload for every block even when flashblocks are enabled in this PR. The result from the call is not used by rollup-boost but is needed to cancel the builder's block building job so the flashblocks gets saved into the builder cache. Previously it would only get the builder payload when constructing the block from the websocket stream fails. Rollup-boost ignores it result, and this acts as builder jobs cancellation.
  • New flag --external-state-root that allows rollup-boost to delegate the local execution client to calculate the state root
  • New flag --ignore-unhealthy-builders that does not allow engine API calls to go through when health checks fail
  • Added rollup_boost_execution_mode metric to inspect rollup-boost execution mode

What's Changed

New Contributors

Full Changelog: v0.7.4...rollup-boost/v0.7.5