Skip to content

Commit

Permalink
first l2 block copy blocks, transactions, receipts to rlp acessory st…
Browse files Browse the repository at this point in the history
…ate (#1700)

Co-authored-by: Erce Can Bektüre <47954181+ercecan@users.noreply.github.com>
  • Loading branch information
eyusufatik and ercecan authored Jan 13, 2025
1 parent eb2e327 commit c151558
Show file tree
Hide file tree
Showing 15 changed files with 771 additions and 113 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions crates/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ citrea-primitives = { path = "../primitives" }

borsh = { workspace = true, features = ["rc"] }
clap = { workspace = true, optional = true }
derive_more = { workspace = true, optional = true }
hex = { workspace = true }
jsonrpsee = { workspace = true, features = ["macros", "client-core", "server"], optional = true }
schemars = { workspace = true, optional = true }
Expand Down Expand Up @@ -102,5 +103,6 @@ native = [
"serde_json",
"secp256k1",
"dep:tracing",
"derive_more",
]
serde = []
Loading

0 comments on commit c151558

Please sign in to comment.