Skip to content

Commit

Permalink
feat: refactor commitment + devnet genesis test
Browse files Browse the repository at this point in the history
  • Loading branch information
morph-dev committed May 17, 2024
1 parent 4222de1 commit 574cfc0
Show file tree
Hide file tree
Showing 14 changed files with 1,168 additions and 124 deletions.
4 changes: 3 additions & 1 deletion verkle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ ark-ed-on-bls12-381-bandersnatch = "0.4.0"
ark-ff = "0.4.2"
ark-serialize = "0.4.2"
banderwagon = { git = "https://github.com/crate-crypto/rust-verkle.git", rev = "7688f0aedfb147d3d391abfe8495e46c46d72ce0" }
const-hex = "1.11.4"
db = { path = "../db" }
derive_more = "0.99.17"
ethereum_ssz = "0.5.3"
ethereum_ssz_derive = "0.5.3"
hex = "0.4.3"
once_cell = "1.19.0"
sha2 = "0.10.8"
ssz_types = "0.6.0"
Expand All @@ -26,3 +26,5 @@ ssz_types = "0.6.0"
claims = "0.7.1"
rand = "0.8.5"
rstest = "0.19.0"
serde = "1.0.201"
serde_json = "1.0.117"
Loading

0 comments on commit 574cfc0

Please sign in to comment.