Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete TxManager #151

Merged
merged 10 commits into from
Jan 8, 2025
Merged
754 changes: 377 additions & 377 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ members = [
"crates/chainio/clients/elcontracts/",
"crates/chainio/clients/eth/",
"crates/chainio/clients/fireblocks/",
"crates/chainio/txmanager/",
"crates/crypto/bls/",
"crates/crypto/bn254/",
"crates/eigen-cli/",
Expand Down Expand Up @@ -57,6 +56,7 @@ clippy.question_mark = "warn"
clippy.implicit_return = "allow"

[workspace.dependencies]
eigen-client-avsregistry = { path = "crates/chainio/clients/avsregistry" }
ark-bn254 = "0.5.0"
ark-ec = "0.5.0"
ark-ff = "0.5.0"
Expand All @@ -68,7 +68,6 @@ backoff = { version = "0.4.0", features = ["futures", "tokio"] }
clap = { version = "4.5.20", features = ["derive"] }
eigen-common = { path = "crates/common/" }
eigen-chainio-txmanager = { path = "crates/chainio/txmanager/" }
eigen-client-avsregistry = { path = "crates/chainio/clients/avsregistry" }
eigen-client-elcontracts = { path = "crates/chainio/clients/elcontracts" }
eigen-client-eth = { path = "crates/chainio/clients/eth" }
eigen-client-fireblocks = { path = "crates/chainio/clients/fireblocks" }
Expand Down Expand Up @@ -98,7 +97,7 @@ hyper = "0.5"
info-operator-service = { path = "examples/info-operator-service" }
k256 = "0.13"
metrics = "0.24"
metrics-exporter-prometheus = "0.16"
metrics-exporter-prometheus = "0.16.1"
num-bigint = "0.4"
once_cell = "1.20"
prometheus-client = "0.22"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ cargo add eigensdk --features full
- [eigen-types](https://github.com/Layr-Labs/eigensdk-rs/tree/main/crates/types) - Common types
- [eigen-utils](https://github.com/Layr-Labs/eigensdk-rs/tree/main/crates/utils) - Publicly exportable `mainnet rewards v0.4.3` compatible alloy bindings.
- [eigen-testing-utils](https://github.com/Layr-Labs/eigensdk-rs/tree/main/testing/testing-utils) - Contains publicly exportable anvil, holesky, mainnet addresses for eigen contracts.
- [eigen-chainio-txmanager](https://github.com/Layr-Labs/eigensdk-rs/tree/main/crates/chainio/txmanager) - Simple transaction manager.
- [eigen-cli](https://github.com/Layr-Labs/eigensdk-rs/tree/main/crates/eigen-cli) - ECDSA, BLS keystore cli
- [eigen-nodeapi](https://github.com/Layr-Labs/eigensdk-rs/tree/main/crates/nodeapi) - NodeApi implementation for EigenLayer.
- [eigen-logging](https://github.com/Layr-Labs/eigensdk-rs/tree/main/crates/logging) - Logging utilities
Expand Down
22 changes: 0 additions & 22 deletions crates/chainio/txmanager/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion crates/chainio/txmanager/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions crates/chainio/txmanager/src/lib.rs

This file was deleted.

Loading
Loading