Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 9867bf3

Browse files
adria0adria0
andauthored
Automatic compilation of mptwitness (privacy-scaling-explorations#1605)
### Description The PR adds the mpt-witness-generator into the workspace, and automatically bulding the go library via rust. ### Type of change New feature (non-breaking change which adds functionality) --------- Co-authored-by: adria0 <adria0@nowhere>
1 parent 1bc1eef commit 9867bf3

File tree

12 files changed

+269
-216
lines changed

12 files changed

+269
-216
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ members = [
99
"eth-types",
1010
"external-tracer",
1111
"mock",
12-
"testool"
12+
"testool",
13+
"mpt-witness-generator/rustlib"
1314
]
1415

1516
[patch.crates-io]

mpt-witness-generator/rust_call/.cargo/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

mpt-witness-generator/rust_call/Cargo.lock

Lines changed: 0 additions & 89 deletions
This file was deleted.

mpt-witness-generator/rust_call/build.rs

Lines changed: 0 additions & 8 deletions
This file was deleted.
-15.7 MB
Binary file not shown.

mpt-witness-generator/rust_call/build/libmpt.h

Lines changed: 0 additions & 81 deletions
This file was deleted.

mpt-witness-generator/rust_call/src/main.rs

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)