The team is excited to announce the latest release, which brings a suite of new features and critical fixes to enhance the robustness, security, and usability of the protocol. Below are the highlights:
Features and Enhancements
- Autodeposit Base Amount Update: Lower Autodeposit Base Amount: Lowered autodeposit base amount from 1 ETH to 300 gwei to optimize deposit handling.
- Symbiotic Integration: Added support for Symbiotic's operator-specific delegators, ensuring full compatibility with our middleware.
- Simplified Delegation: Vaults can now allocate stake to a single operator, streamlining the delegation process.
- Bid Amount-Based Ordering: Implemented ordering of commitments based on bid amounts when retrieving from the store, enhancing the prioritization mechanism.
- Enhanced Security: Providers must now sign their EOA account addresses during registration, linking BLS keys to EOAs.
- Protobuf and P2P Updates: Updated protobufs and P2P nodes to accommodate changes in the StakeRequest structure and provider flow.
- Multiple RPCs for Relayer: Enabled the use of multiple RPC URLs for the bridge to ensure relayer operations remain uninterrupted in case of RPC downtime.
Fixes and Security Enhancements
- Single On-Chain Bridge Fee Implementation: Fee Structure Simplification to handle a single finalization fee, ensuring consistency across chains.
- Security Fixes: Addressed multiple audit findings to enhance protocol security.
For detailed changes and implementation specifics, please review the changelog and updated documentation.
We greatly value the community’s feedback and contributions—continue to share your insights to help us build a more robust and efficient MEV-Commit ecosystem!
Changelog
- 00585cf chore: add bidder-cli artifact for release (#526)
- 6c28594 chore: bump version for v0.8 (#530)
- be1965d chore: fix stressnet with new BLS keys (#534)
- 8af1080 chore: update L1 gateway address (#536)
- fb7cba9 chore: update bridge finalization fee (#528)
- 7c51c71 chore: verify l1 gateway (#519)
- 0018a4f feat: a tool to craft provider registration signatures (#533)
- 418c1af feat: added order of the commitments (#515)
- 33c187a feat: adds BLS signature verification for provider registration (#523)
- c2f42e3 feat: support for operator specific delegators (#508)
- c3cf161 feat: symbiotic burner router integration (#516)
- 91dae63 feat: updates autodeposit base amount to 300 gwei for window (#462)
- b7a79a4 feat: use multiple RPCs for relayer (#527)
- 81cfa8a fix: audit 2 issues (#521)
- 8526536 fix: bls signer tool goreleaser (#537)
- 6df26e0 fix: launchmevcommit script faucet logs (#513)
- edb6b44 fix: remove required flags for bridge arguments (#518)
- 16db7b9 fix: use single on-chain bridge fee (#522)