Skip to content

Commit

Permalink
Problem (Fix crypto-com#1307): many unused features and code in merkl…
Browse files Browse the repository at this point in the history
…e trie code dependency

Solution:
- Cleanup jellyfish library
- Add the integration ground work for jellyfish, step1 of adr-003
  • Loading branch information
yihuang committed Apr 14, 2020
1 parent cbbde84 commit bdc6b8d
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 2 deletions.
98 changes: 98 additions & 0 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 chain-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ bit-vec = { version = "0.6.1", features = ["serde_no_std"] }
starling = "3.1.4"
parity-scale-codec = { features = ["derive"], version = "1.3" }
integer-encoding = "1.1.5"
anyhow = "1.0"
jellyfish-merkle = { git = "https://github.com/crypto-com/jellyfish-merkle-tree.git", rev = "42c0fb190b4034c7939f8876d3f539bd2ff74cd9" }

[dev-dependencies]
quickcheck = "0.9"
quickcheck = "0.9"
Loading

0 comments on commit bdc6b8d

Please sign in to comment.