Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Refactoring for checkpoint and fork selection
Browse files Browse the repository at this point in the history
  • Loading branch information
aeyakovenko committed Jan 19, 2019
1 parent 6e56e41 commit 2571a4f
Show file tree
Hide file tree
Showing 26 changed files with 2,034 additions and 1,490 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ unstable = []
[dependencies]
bincode = "1.0.0"
bs58 = "0.2.0"
bv = { version = "0.10.0", features = ["serde"] }
# bv = { version = "0.10.0", features = ["serde"] }
bv = { version = "0.11.0", features = ["serde"] }

byteorder = "1.2.1"
chrono = { version = "0.4.0", features = ["serde"] }
hashbrown = "0.1.7"
Expand Down
Loading

0 comments on commit 2571a4f

Please sign in to comment.