Skip to content

Commit

Permalink
Broken due to refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
max-wickham committed Mar 26, 2024
1 parent 10fa061 commit c2c2e4e
Show file tree
Hide file tree
Showing 14 changed files with 1,349 additions and 1,121 deletions.
Binary file added 1000.pdf
Binary file not shown.
62 changes: 62 additions & 0 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
workspace = { members = ["util"] }
[package]
name = "ethereum_evm"
version = "0.1.0"
Expand All @@ -6,6 +7,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
test_gen = { path = "./test_gen" }
util = { path = "./util" }
array-init = "2.1.0"
ethereum = "0.15.0"
primitive-types = { version = "0.12", features = ["rlp", "serde"] }
Expand All @@ -15,7 +18,8 @@ rlp = "0.5.2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha3 = "0.10.8"
test_gen = { path = "./test_gen" }
thiserror = "1.0.58"
num256 = "0.5.1"
lazy_static = "1.4.0"
phf = {version = "0.11.2", features = ["macros"]}
quote = "1.0.35"
Loading

0 comments on commit c2c2e4e

Please sign in to comment.