Skip to content

Commit

Permalink
Merge pull request #1177 from matter-labs/deniallugo/1053/eth_signer_…
Browse files Browse the repository at this point in the history
…tests

Eth signer tests
  • Loading branch information
popzxc authored Nov 22, 2020
2 parents 1259956 + 4f97407 commit 9b4263c
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 46 deletions.
72 changes: 48 additions & 24 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions core/lib/eth_signer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ thiserror = "1.0"

jsonrpc-core = "14.0.3"
async-trait = "0.1"

[dev-dependencies]
actix-rt = "1.1.1"
tokio = { version = "0.2", features = ["full"] }
actix-web = "3.0.0"
futures = "0.3"

Loading

0 comments on commit 9b4263c

Please sign in to comment.