For Operators
This upgrade is mandatory for both, Testnet and Mainnet.
Eigenlayer's Mainnet Slashing implementation causes the following error when starting Operators on v0.15.1 or earlier:
Could not create AVS reader
This release resolves the error.
All operators must upgrade to this version to ensure compatibility.
Please note that Aligned has not yet implemented any slashing mechanisms, so there is no need to be concerned about slashing impacts at this time.
Troubleshooting
You may need to install g++ with the following command:
sudo apt update && sudo apt install g++
What's Changed
- fix: clippy by @JuArce in #1844
- hotfix: add flag to use random addresses for proof_generator_addr in Aligned CLI by @JuArce in #1850
- feat: aggregation mode by @MarcosNicolau in #1840
- 1853 fix use -z instead of eq when checking if variable is empty by @mechanix97 in #1854
- modify anvil_start by @mechanix97 in #1857
- feat: integrate sp1 verifier with aggregation mode by @JuArce in #1843
- feat: aggregation mode explorer by @MarcosNicolau in #1846
- perf: aggregation-mode sp1 prover setup by @MarcosNicolau in #1862
- feat: aggregated proofs explorer views by @MarcosNicolau in #1856
- infra(aggregation_mode): update testnet addresses by @JuArce in #1868
- Checks functions refactor by @MauroToscano in #1860
- chore: update contract addresses by @JuArce in #1869
- Change match for if let in serialization on connections by @MauroToscano in #1858
- refactor: agg mode by @MarcosNicolau in #1871
- Change SP1-sdk version from 4.1.3 to 4.1.7 by @mechanix97 in #1851
- feat(aggregation_mode): save last processed block in a file by @mechanix97 in #1872
- fix(ci): pin eigenlayer cli version to v0.11.3 by @JuArce in #1881
- feat: aggregation mode sdk by @MarcosNicolau in #1861
- fix(operatorsaggregator): update EigenSDK version for mainnet by @JuArce in #1883
- docs: update to v0.15.2 by @JuArce in #1885
- v0.15.2 by @MauroToscano in #1879
New Contributors
- @mechanix97 made their first contribution in #1854
Full Changelog: v0.15.1...v0.15.2