Skip to content

Commit

Permalink
remove_old_signer
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoscout committed Nov 25, 2024
1 parent a240d7d commit 0cfb8d5
Show file tree
Hide file tree
Showing 26 changed files with 444 additions and 2,297 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
members = [
"src/icrc-client",
"src/did",
"src/eth-signer-alloy",
"src/eth-signer",
"src/eth-signer/tests/test_canister",
"src/ethereum-json-rpc-client",
Expand Down
2 changes: 1 addition & 1 deletion src/did/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ thiserror = { workspace = true }

[dev-dependencies]
alloy = { workspace = true, features = ["rand"]}
# eth-signer = { path = "../eth-signer" }
eth-signer = { path = "../eth-signer" }
rand = { workspace = true }
tokio = { workspace = true }
File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions src/eth-signer-alloy/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions src/eth-signer-alloy/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion src/eth-signer-alloy/README.md

This file was deleted.

305 changes: 0 additions & 305 deletions src/eth-signer-alloy/src/ic_sign.rs

This file was deleted.

Loading

0 comments on commit 0cfb8d5

Please sign in to comment.