What's Changed
Added 🎉
- feat: add rewards-v2 related functionality by @supernovahs in #221
- New methods in
ELChainReader
:get_operator_avs_split
get_operator_pi_split
- New methods in
ELChainWriter
:set_operator_avs_split
set_operator_pi_split
- Bindings updated for rewards-v2 core contracts release
- New methods in
Breaking Changes 🛠
- feat!: remove delegation manager from
ELChainWriter
by @supernovahs in #214ELChainWriter::new
no longer receives the delegation manager address as first parameter.
- feat!: change way bindings are generated by @MegaRedHand in #204
eigen_utils::core
contains bindings related to core contractseigen_utils::middleware
contains bindings related to middleware contractseigen_utils::sdk
contains bindings related to the SDK (should only be used for testing)
Documentation 📚
- docs: add CHANGELOG.md by @lferrigno in #220
Other Changes
- ci: change docker setup action for official one by @MegaRedHand in #219
- docs: add error message for
cargo test
on darwin by @MegaRedHand in #215 - test: fix
test_register_and_update_operator
by @ricomateo in #223 - chore: update way anvil state dump is generated by @ricomateo in #222
- fix: disable doctests on
eigen-utils
by @MegaRedHand in #227 - chore: bump version by @MegaRedHand in #228
- docs: add GitHub release changelog configuration by @MegaRedHand in #229
New Contributors
- @lferrigno made their first contribution in #220
Full Changelog: v0.1.2...v0.1.3