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

chore: merge main to dev #203

Merged
merged 4 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,16 @@ This command will generate the bindings files in the folder: `<path-eigensdk-rs>
We are actively looking for contributors. Thank you for your interest. We have strict ci checks in place. In case of any questions and support, feel free to raise an issue.

## Branches
- `main` - Points to the latest **mainnet** release of contracts.
- `testnet` - Points to the latest **testnet** release of contracts.

- `main` - Points to the latest **mainnet** release of contracts.
- `testnet` - Points to the latest **testnet** release of contracts.
- `dev` - Points to the latest **dev** branch of the contracts.

### PR

To test locally :-

You need `foundry` to successfully to run it.
You need `foundry` to successfully run it.

```bash
cargo test
Expand Down
56 changes: 0 additions & 56 deletions crates/chainio/txmanager/src/alloy_backend.rs

This file was deleted.

38 changes: 0 additions & 38 deletions crates/chainio/txmanager/src/eth_backend_trait.rs

This file was deleted.

132 changes: 0 additions & 132 deletions crates/chainio/txmanager/src/fake_backend.rs

This file was deleted.

Loading
Loading