Skip to content

Commit

Permalink
Add account state and history
Browse files Browse the repository at this point in the history
  • Loading branch information
morph-dev committed Oct 5, 2023
1 parent 596d7fc commit 57d39d8
Show file tree
Hide file tree
Showing 6 changed files with 47,903 additions and 12 deletions.
6 changes: 4 additions & 2 deletions merkle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
alloy-primitives = "0.3.3"
alloy-rlp = "0.3.3"
alloy-primitives = { version = "0.3.3", features = ["serde", "rlp"] }
alloy-rlp = { version = "0.3.3", features = ["derive"] }
anyhow = "1.0.75"
bytes = "1.5.0"
db = { path = "../db" }
derive_more = "0.99.17"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
sha3 = { version = "0.10.8", default-features = false }
Loading

0 comments on commit 57d39d8

Please sign in to comment.