Releases: flashbots/op-rbuilder
Releases · flashbots/op-rbuilder
op-rbuilder/v0.3.1
What's Changed
- chore(op-alloy): Update to use op-alloy flashblock types by @0x00101010 in #328
- deps: use op-alloy types instead of rollup-boost by @noot in #344
- Add flashblock timing configuration options by @avalonche in #348
- chore: set builder_flavor in reth_builder_info by @akundaz in #352
- feat(tests): add BuilderTxValidation utility for validating builder transactions by @Himess in #347
- release: 0.2.14 by @avalonche in #350
- Fix div zero panic from zero fb calculation (#35) by @sieniven in #342
- Fix external flashblock payload validation from p2p builders after jovian fork by @sieniven in #343
- Update to reth 1.10.0 by @avalonche in #355
- feat: add release-plz automation by @Himess in #353
- Fix release pls workflow by @avalonche in #356
- fix: release-plz don't publish op-rbuilder to cargo.io by @avalonche in #357
- Create release on stable tag by @avalonche in #358
- Create tag on release bot pr merge by @avalonche in #360
- Update toolchain to latest stable version of rust by @avalonche in #361
- Fix docker build by @avalonche in #362
- chore(op-rbuilder): release v0.2.14 by @github-actions[bot] in #359
- fix: resolve zero div panic on new calculate flashblock timing by @sieniven in #363
- feat(o11y): add tokio metrics by @akundaz in #367
- chore: update version to 0.3.0 by @akundaz in #368
- Upgrade reth to 1.10.2 by @avalonche in #374
- Fix external payload validation logic, resolve txs execution logic bug and add pre-exec validation by @sieniven in #341
- p2p: Fix flashblocks builder p2p DNS resolution by @sieniven in #372
- fix: Better error handling on flashblock payload builder, do not panic node by @sieniven in #364
- Support reconnection on disconnected static peers by @sieniven in #340
- chore(log): add log targets for better explicit logs filtering by @sieniven in #371
- refactor: use task executor in payload handler by @sieniven in #377
- fix(wspub): add flashblocks payload subscriber count limit by @sieniven in #373
- release: v0.3.1 by @avalonche in #378
New Contributors
- @0x00101010 made their first contribution in #328
- @Himess made their first contribution in #347
- @sieniven made their first contribution in #342
- @github-actions[bot] made their first contribution in #359
Full Changelog: op-rbuilder/v0.2.13...op-rbuilder/v0.3.1
op-rbuilder/v0.3.0
What's Changed
- chore(op-alloy): Update to use op-alloy flashblock types by @0x00101010 in #328
- deps: use op-alloy types instead of rollup-boost by @noot in #344
- Add flashblock timing configuration options by @avalonche in #348
- chore: set builder_flavor in reth_builder_info by @akundaz in #352
- feat(tests): add BuilderTxValidation utility for validating builder transactions by @Himess in #347
- release: 0.2.14 by @avalonche in #350
- Fix div zero panic from zero fb calculation (#35) by @sieniven in #342
- Fix external flashblock payload validation from p2p builders after jovian fork by @sieniven in #343
- Update to reth 1.10.0 by @avalonche in #355
- feat: add release-plz automation by @Himess in #353
- Fix release pls workflow by @avalonche in #356
- fix: release-plz don't publish op-rbuilder to cargo.io by @avalonche in #357
- Create release on stable tag by @avalonche in #358
- Create tag on release bot pr merge by @avalonche in #360
- Update toolchain to latest stable version of rust by @avalonche in #361
- Fix docker build by @avalonche in #362
- chore(op-rbuilder): release v0.2.14 by @github-actions[bot] in #359
- fix: resolve zero div panic on new calculate flashblock timing by @sieniven in #363
- feat(o11y): add tokio metrics by @akundaz in #367
New Contributors
- @0x00101010 made their first contribution in #328
- @Himess made their first contribution in #347
- @sieniven made their first contribution in #342
- @github-actions[bot] made their first contribution in #359
Full Changelog: op-rbuilder/v0.2.13...op-rbuilder/v0.3.0
op-rbuilder/v0.2.13
What's Changed
- update flashtestation logic to use new workload ID computation by @Melvillian in #331
- Add cumulative da of builder tx da size by @avalonche in #322
- Fix: https rollup-boost dep by @julio4 in #335
- Fix deps by @SozinM in #336
- release: 0.2.13 by @0x416e746f6e in #337
New Contributors
- @Melvillian made their first contribution in #331
Full Changelog: op-rbuilder/v0.2.12...op-rbuilder/v0.2.13
op-rbuilder/v0.2.12
Summary
Jovian ready release. v0.2.11 is not Jovian compatible as it is missing the blob gas used field in the flashblocks payload sent to rollup-boost.
What's Changed
- update version for jovian hardfork by @akundaz in #323
- Add blob gas used to flashblocks delta by @avalonche in #325
- v0.2.12 op-rbuilder release by @avalonche in #326
Full Changelog: op-rbuilder/v0.2.11...op-rbuilder/v0.2.12
op-rbuilder/v0.2.11
Summary
Jovian ready release for op-rbuilder.
What's Changed
- chore(deps): bump reth to 1.9.3 by @theochap in #321
- fix: jovian hardfork tests & fixes by @danyalprout in #320
Full Changelog: op-rbuilder/v0.2.10...v0.2.11
op-rbuilder/v0.2.10
What's Changed
- chore(deps/reth): bump reth to 1.9.2 by @theochap in #318
- op-rbuilder 0.2.10 release by @avalonche in #319
New Contributors
Full Changelog: op-rbuilder/v0.2.9...op-rbuilder/v0.2.10
op-rbuilder/v0.2.9
What's Changed
- feat: implement flashblock sync over p2p by @noot in #288
- reth bump 183 by @SozinM in #306
- docs: clarify bundle block + fb number param interaction by @akundaz in #307
- feat: publish synced flashblocks to ws by @noot in #310
- Add permit functions for flashblocks number contract by @avalonche in #287
- fix: remove ws publishing from synced flashblocks by @noot in #312
- [breaking-change] Fix arg for calculating state root by @avalonche in #314
- feat: Integrate downstream changes (Jovian hardfork + miner_setGasLimit + reth 1.9.1) by @tobidae-cb in #316
- Add workload id as metric to builder by @avalonche in #315
- release: 0.2.9 by @avalonche in #317
New Contributors
- @tobidae-cb made their first contribution in #316
Full Changelog: op-rbuilder/v0.2.8...op-rbuilder/v0.2.9
op-rbuilder/v0.2.8
What's Changed
- fix: remove incomplete step by @0x416e746f6e in #301
- Add permit flashtestations tx calls from builder by @avalonche in #285
- Remove non permit flashtestation calls by @avalonche in #302
- feat: implement p2p layer and broadcast flashblocks by @noot in #275
- release: 0.2.8 by @0x416e746f6e in #304
Full Changelog: op-rbuilder/v0.2.6...op-rbuilder/v0.2.8
op-rbuilder/v0.2.7
What's Changed
- Add codeowner by @SozinM in #296
- Add flashtestation builder tx by @avalonche in #282
- Add flashtestations integration tests by @avalonche in #283
- chore: add
unused_asyncclippy lint, denyunreachable_pubby @noot in #299 - refactor: clean up flashblocks context in payload builder by @noot in #297
- release: 0.2.7 by @0x416e746f6e in #300
Full Changelog: op-rbuilder/v0.2.6...op-rbuilder/v0.2.7
op-rbuilder/v0.2.6
What's Changed
- Flag to save tee key to local file by @avalonche in #286
- Bump reth to 1.8.2 by @avalonche in #294
Full Changelog: op-rbuilder/v0.2.5...op-rbuilder/v0.2.6