You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes #
### What Changed?
<!-- Describe the changes made in this pull request -->
### Reviewer Checklist
- [ ] New features are tested and documented
- [ ] PR updates the changelog with a description of changes
- [ ] PR has one of the `changelog-X` labels (if applies)
- [ ] Code deprecates any old functionality before removing it
---------
Co-authored-by: Tomás Grüner <47506558+MegaRedHand@users.noreply.github.com>
@@ -12,23 +12,10 @@ Each version will have a separate `Breaking Changes` section as well. To describ
12
12
Those changes in added, changed or breaking changes, should include usage examples to add clarity to the sdk user.
13
13
14
14
## [Unreleased]
15
-
16
-
### Security 🔒
17
-
18
-
### Added 🎉
19
-
20
-
### Breaking Changes 🛠
21
-
22
-
### Deprecated ⚠️
23
-
24
-
### Removed 🗑
25
-
26
-
### Documentation 📚
27
-
28
-
### Other Changes
29
-
30
-
## [0.3.0] - 2025-02-11
31
15
### Added
16
+
* Added `eigen_common` dependency to the `eigensdk` crate when "full" feature is enabled in [#249](https://github.com/Layr-Labs/eigensdk-rs/pull/249).
17
+
* Added bindings for `ECDSAStakeRegistry` and `ECDSAServiceManagerBase` in [#269](https://github.com/Layr-Labs/eigensdk-rs/pull/269).
18
+
* Added release-plz in ci in [#275](https://github.com/Layr-Labs/eigensdk-rs/pull/275).
32
19
* Added new method `set_slashable_stake_lookahead` in `avsregistry/writer` in [#278](https://github.com/Layr-Labs/eigensdk-rs/pull/278).
33
20
```rust
34
21
letquorum_number=0_u8;
@@ -77,6 +64,8 @@ Those changes in added, changed or breaking changes, should include usage exampl
77
64
.status();
78
65
// tx_status should be true
79
66
```
67
+
68
+
* Added custom configuration for release-plz in [#281](https://github.com/Layr-Labs/eigensdk-rs/pull/281).
80
69
* Added Rewards2.1 support in [#323](https://github.com/Layr-Labs/eigensdk-rs/pull/323).
81
70
* Added new method `set_operator_set_param` in `avsregistry/writer` in [#327](https://github.com/Layr-Labs/eigensdk-rs/pull/327).
82
71
@@ -110,7 +99,7 @@ Those changes in added, changed or breaking changes, should include usage exampl
* Added version explicitly in crates in [#322](https://github.com/Layr-Labs/eigensdk-rs/pull/322).
102
+
114
103
* Added new method `set_account_identifier` in `avsregistry/writer` in [#329](https://github.com/Layr-Labs/eigensdk-rs/pull/329).
115
104
116
105
```rust
@@ -121,7 +110,12 @@ Those changes in added, changed or breaking changes, should include usage exampl
121
110
```
122
111
123
112
### Changed
124
-
113
+
* Changes in the way bindings are generated in [#243](https://github.com/Layr-Labs/eigensdk-rs/pull/243).
114
+
* The `bindings` target now generates the bindings using Docker with Foundry v0.3.0.
115
+
* The previous `bindings` target was renamed to `bindings_host`, as it runs without Docker. However the `bindings_host` target is for CI use only. To generate the bindings, please use the `bindings` target.
116
+
* Fixed the rewardsv2 bindings version in readme to 0.5.4 in [#246](https://github.com/Layr-Labs/eigensdk-rs/pull/246).
117
+
* Fixed typo in release-plz toml file in [#284](https://github.com/Layr-Labs/eigensdk-rs/pull/284).
118
+
* Fixed incorrect package name in Cargo.toml for examples in [#285](https://github.com/Layr-Labs/eigensdk-rs/pull/285).
125
119
126
120
### Breaking changes
127
121
* refactor: update interface on `bls aggregation` in [#254](https://github.com/Layr-Labs/eigensdk-rs/pull/254)
@@ -194,109 +188,11 @@ Those changes in added, changed or breaking changes, should include usage exampl
0 commit comments