Releases: flashbots/rblib
Releases · flashbots/rblib
rblib v0.4.0
Release notes
- Update to reth
1.8.2
and rust1.90
- Span
history_mut
andhistory_const
renamed tohistory_staging
andhistory_sealed
in #25 - Update repository for open-source standards
What's Changed
- add
unreachable_pub
lint and fix issues by @noot in #4 - feat: implement NamedBarrier by @fahimahmedx in #12
- Update README.md by @dmarzzz in #14
- add banner asset, update readme, add code of conduct by @dmarzzz in #19
- fix: bundle Eligibility as bool by @julio4 in #5
- fix: flashbots bundle eligibility by @julio4 in #6
- Fix: FlashbotsBundle hash impl with metadata by @julio4 in #8
- fix: Checkpoint doc + readability improvements by @julio4 in #18
- Fix: exec doc, readability by @julio4 in #20
- chore: block doc by @julio4 in #15
- update codeowner by @julio4 in #26
- fix: rename history_mut/const to staging/sealed by @julio4 in #25
- chore: bundle doc and syntax by @julio4 in #7
- Chore: bump reth 1.8.2, rust 1.90 by @julio4 in #24
- Feat: CheckpointExt, SpanExt, Span doc + missing helpers by @julio4 in #22
- fix: typos, clippy by @julio4 in #32
Full Changelog: v0.3.1...v0.4.0
rblib v0.3.1
Major changes since v0.2.2
- Reworked payload limits handling
- Decoupled pipelines from Reth transaction pool
rblib v0.2.2
rblib v0.2.1
Major changes since v0.2.0
- Unified Metrics Infrastructure
rblib v0.2.0
rblib Technology Preview v0.2.0
We're excited to announce the second public preview release of rblib! This technology preview provides core building blocks for building rollup infrastructure.
Changes since v0.1.0
- Version bump to
0.2.0
- Test coverage for payload limits scaling and inheritance
- Scoped payload limits
- CI Maintenance Chores
- Observability part 6 of N: Detailed Order pool inclusion pipeline step metrics and accurate drop rate calculation for revert protection
- Refactored OrderPool integration with Pipelines
- Observability part 5 of N: dropped gas metrics
- Reverted Transactions metrics and Pipeline saturates gas capacity on reverts
- Observability part 3 of N: Per-step metrics scope, per-run aggregate metrics
- Observability part 2 on N: Automatic metrics reporting for pipelines
- Observability part 1 on N: High-level payloads metrics
- Readme alpha note
- Explicit pipeline drop system event
- Added license file
- Pipelines emit system events
- Event based OrderPool reporting
- Pipelines Events
- Refined step context structure, unified txpool steps, and few other refactors
rblib v0.1.0
rblib Technology Preview v0.1.0
We're excited to announce the first public release of rblib! This technology preview provides core building blocks for building rollup infrastructure.
📦 What's Ready
- Payload API (
src/payload
) - Ready for public usage - Platform Abstraction Layer (
src/platform
) - Ready for public usage - Pipelines API (
src/pipelines
) - Ready for experimentation
🚧 Under Development
- Order Pool (
src/pool
) - Currently under active development
📚 Getting Started
Check out SDK examples and documentation in the repository to get started with rblib.
⚠️ Technology Preview Notice
This is a technology preview release. APIs may change as we continue development based on community feedback and testing.