Skip to content

Commit

Permalink
feat: skip verifing those transactions that from pool
Browse files Browse the repository at this point in the history
  • Loading branch information
kilb committed Jan 30, 2019
1 parent 07d6a69 commit 1aa6788
Show file tree
Hide file tree
Showing 25 changed files with 612 additions and 404 deletions.
2 changes: 2 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 chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ numext-fixed-hash = { version = "0.1", features = ["support_rand", "support_heap
numext-fixed-uint = { version = "0.1", features = ["support_rand", "support_heapsize", "support_serde"] }
fnv = "1.0"
crossbeam-channel = "0.3"
bit-vec = "0.5.0"

[dev-dependencies]
env_logger = "0.6"
Expand Down
Loading

0 comments on commit 1aa6788

Please sign in to comment.