Skip to content

Commit

Permalink
chore:release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Feb 20, 2025
1 parent 7fb29aa commit e79798e
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 45 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ Those changes in added, changed or breaking changes, should include usage exampl

### Added 🎉

### Breaking Changes 🛠

### Deprecated ⚠️

### Removed 🗑

### Documentation 📚

### Other Changes

## [0.4.0] - 2025-02-20

### Security 🔒

### Added 🎉

* Implemented `create_avs_rewards_submission` [#345](https://github.com/Layr-Labs/eigensdk-rs/pull/345)

```rust
Expand Down
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Eigen Layer contributors"]
rust-version = "1.79"
Expand Down Expand Up @@ -58,7 +58,7 @@ clippy.question_mark = "warn"
clippy.implicit_return = "allow"

[workspace.dependencies]
eigen-client-avsregistry = { version = "0.3.0", path = "crates/chainio/clients/avsregistry" }
eigen-client-avsregistry = { version = "0.4.0", path = "crates/chainio/clients/avsregistry" }
ark-bn254 = "0.5.0"
ark-ec = "0.5.0"
ark-ff = "0.5.0"
Expand All @@ -68,24 +68,24 @@ aws-config = "1.5.9"
aws-sdk-kms = "1.49.0"
backoff = { version = "0.4.0", features = ["futures", "tokio"] }
clap = { version = "4.5.20", features = ["derive"] }
eigen-common = { version = "0.3.0", path = "crates/common/" }
eigen-client-elcontracts = { version = "0.3.0", path = "crates/chainio/clients/elcontracts" }
eigen-client-eth = { version = "0.3.0", path = "crates/chainio/clients/eth" }
eigen-client-fireblocks = { version = "0.3.0", path = "crates/chainio/clients/fireblocks" }
eigen-crypto-bls = { version = "0.3.0", path = "crates/crypto/bls/" }
eigen-crypto-bn254 = { version = "0.3.0", path = "crates/crypto/bn254/" }
eigen-logging = { version = "0.3.0", path = "crates/logging/" }
eigen-metrics = { version = "0.3.0", path = "crates/metrics/" }
eigen-metrics-collectors-economic = { version = "0.3.0", path = "crates/metrics/collectors/economic" }
eigen-metrics-collectors-rpc-calls = { version = "0.3.0", path = "crates/metrics/collectors/rpc_calls" }
eigen-services-avsregistry = { version = "0.3.0", path = "crates/services/avsregistry" }
eigen-services-blsaggregation = { version = "0.3.0", path = "crates/services/bls_aggregation" }
eigen-services-operatorsinfo = { version = "0.3.0", path = "crates/services/operatorsinfo" }
eigen-signer = { version = "0.3.0", path = "crates/signer/" }
eigen-testing-utils = { version = "0.3.0", path = "testing/testing-utils" }
eigen-types = { version = "0.3.0", path = "crates/types/" }
eigen-utils = { version = "0.3.0", path = "crates/utils/" }
eigen-nodeapi = { version = "0.3.0", path = "crates/nodeapi/" }
eigen-common = { version = "0.4.0", path = "crates/common/" }
eigen-client-elcontracts = { version = "0.4.0", path = "crates/chainio/clients/elcontracts" }
eigen-client-eth = { version = "0.4.0", path = "crates/chainio/clients/eth" }
eigen-client-fireblocks = { version = "0.4.0", path = "crates/chainio/clients/fireblocks" }
eigen-crypto-bls = { version = "0.4.0", path = "crates/crypto/bls/" }
eigen-crypto-bn254 = { version = "0.4.0", path = "crates/crypto/bn254/" }
eigen-logging = { version = "0.4.0", path = "crates/logging/" }
eigen-metrics = { version = "0.4.0", path = "crates/metrics/" }
eigen-metrics-collectors-economic = { version = "0.4.0", path = "crates/metrics/collectors/economic" }
eigen-metrics-collectors-rpc-calls = { version = "0.4.0", path = "crates/metrics/collectors/rpc_calls" }
eigen-services-avsregistry = { version = "0.4.0", path = "crates/services/avsregistry" }
eigen-services-blsaggregation = { version = "0.4.0", path = "crates/services/bls_aggregation" }
eigen-services-operatorsinfo = { version = "0.4.0", path = "crates/services/operatorsinfo" }
eigen-signer = { version = "0.4.0", path = "crates/signer/" }
eigen-testing-utils = { version = "0.4.0", path = "testing/testing-utils" }
eigen-types = { version = "0.4.0", path = "crates/types/" }
eigen-utils = { version = "0.4.0", path = "crates/utils/" }
eigen-nodeapi = { version = "0.4.0", path = "crates/nodeapi/" }
eth-keystore = "0.5"
ethers = "2.0"
ethers-signers = "2.0"
Expand Down

0 comments on commit e79798e

Please # to comment.