Rundler v0.10.0
Summary
- Mostly bug fixes and reliability features.
Binaries
The binaries are signed with the PGP key: 85C5 DEF0 37D3 FDE4 FC17 94B1 475B 35EA 9352 EB2
| System | Architecture | Binary | PGP Signature |
|---|---|---|---|
| x86_64 | rundler-v0.10.0-x86_64-unknown-linux-gnu.tar.gz | PGP Signature | |
| aarch64 | rundler-v0.10.0-aarch64-unknown-linux-gnu.tar.gz | PGP Signature | |
| x86_64 | rundler-v0.10.0-x86_64-apple-darwin.tar.gz | PGP Signature | |
| aarch64 | rundler-v0.10.0-aarch64-apple-darwin.tar.gz | PGP Signature | |
| System | Option | - | Resource |
| Docker | v0.10.0 |
What's Changed
- fix: make rpc name consist with tracer span by @andysim3d in #1183
- feat(rpc): record active connections from the connection guard by @0xfourzerofour in #1189
- feat(record): add metric to record bundle size in bytes by @0xfourzerofour in #1188
- feat(monad): add argument to optionally charge total gas limit by @0xfourzerofour in #1191
- feat: block no builder to pool calls by @andysim3d in #1192
- feat(chain): add transaction gas limit and modify CLI to use it for bundle limits by @dancoombs in #1193
- feat: use latest block to update canonical head, not pending - 1 by @andysim3d in #1194
- fix: ignore preconfirmed node for new chain header by @andysim3d in #1195
- fix: allow both upper case and lower case tag by @andysim3d in #1196
- fix: change ops_seen to Counter by @andysim3d in #1197
- fix(sim): fix codehash compare between unsafe and safe sim by @dancoombs in #1199
- feat: support multiple mode of get balance by @andysim3d in #1200
- fix: flashblock will not retry by @andysim3d in #1203
- chore: add info output for pre-confimation by @andysim3d in #1205
- fix: add metric to track flashblock uos by @andysim3d in #1206
- feat: use feature-aware map to avoid async wait piling up by @andysim3d in #1207
- fix(spec): fix chainspec suports 7702 check by @dancoombs in #1209
- fix: bump da_gas_blob to u128 by @andysim3d in #1210
- feat: add BUILDER_MAX_OPS_PER_REQUEST flag by @andysim3d in #1214
- feat(foundry): fix import issue by @0xfourzerofour in #1216
- fix: adjust default min_unstake_delay to 1 day (86400s) by @ihooni in #1215
- fix: log when a user operation replacement occurs by @pavelm in #1217
- feat(provider): consistency retry layer by @dancoombs in #1218
- chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory by @dependabot[bot] in #1211
- chore: change version to v0.10.0 by @dancoombs in #1220
New Contributors
Full Changelog: v0.9.2...v0.10.0