Skip to content

Commit

Permalink
add devnet genesis state root test (#94)
Browse files Browse the repository at this point in the history
* fix: chunkify_code with PUSH32 at the end of chunk

* add devnet genesis state root test
  • Loading branch information
morph-dev authored May 21, 2024
1 parent 26c44e9 commit 40cdbcc
Show file tree
Hide file tree
Showing 3 changed files with 1,021 additions and 0 deletions.
8 changes: 8 additions & 0 deletions verkle-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ ipa-multipoint = { path = "../ipa-multipoint" }
# TODO: we may need to put `fr_to_le_bytes` and then ffi_interface
# TODO: and this crate will use the same method
banderwagon = { path = "../banderwagon" }

[dev-dependencies]
anyhow = "1.0.83"
ark-serialize = { version = "^0.4.2", default-features = false }
keccak-hash = "0.10.0"
once_cell = "1.19.0"
serde = "1.0.202"
serde_json = "1.0.117"
Loading

0 comments on commit 40cdbcc

Please sign in to comment.