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
releases 0.3.0
### 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,10 +12,23 @@ 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
15
31
### 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).
19
32
* Added new method `set_slashable_stake_lookahead` in `avsregistry/writer` in [#278](https://github.com/Layr-Labs/eigensdk-rs/pull/278).
20
33
```rust
21
34
letquorum_number=0_u8;
@@ -64,9 +77,37 @@ Those changes in added, changed or breaking changes, should include usage exampl
64
77
.status();
65
78
// tx_status should be true
66
79
```
67
-
68
-
* Added custom configuration for release-plz in [#281](https://github.com/Layr-Labs/eigensdk-rs/pull/281).
69
80
* Added Rewards2.1 support in [#323](https://github.com/Layr-Labs/eigensdk-rs/pull/323).
* Added version explicitly in crates in [#322](https://github.com/Layr-Labs/eigensdk-rs/pull/322).
103
144
* Added new method `set_account_identifier` in `avsregistry/writer` in [#329](https://github.com/Layr-Labs/eigensdk-rs/pull/329).
104
145
105
146
```rust
@@ -110,12 +151,7 @@ Those changes in added, changed or breaking changes, should include usage exampl
110
151
```
111
152
112
153
### Changed
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).
154
+
119
155
120
156
### Breaking changes
121
157
* refactor: update interface on `bls aggregation` in [#254](https://github.com/Layr-Labs/eigensdk-rs/pull/254)
@@ -188,11 +224,109 @@ Those changes in added, changed or breaking changes, should include usage exampl
0 commit comments