Skip to content

Commit

Permalink
Message Pool RPC (#551)
Browse files Browse the repository at this point in the history
* prelim setup

* fix merge conflict

* fixed test and minor fixes

* cargo fmt

* added requested changes and refactor

* rm unwrap in msgpool.rs

* made requested changes and fixed merge conflict
  • Loading branch information
flodesi authored Jul 28, 2020
1 parent 907eda8 commit fc523a3
Show file tree
Hide file tree
Showing 10 changed files with 357 additions and 54 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions blockchain/message_pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ libsecp256k1 = "0.3.4"
blake2b_simd = "0.5.10"
log = "0.4.8"
async-std = "1.6.0"
key_management = { path = "../../key_management"}

[dev-dependencies]
interpreter = { path = "../../vm/interpreter/" }
Expand Down
Loading

0 comments on commit fc523a3

Please sign in to comment.