Skip to content

Commit

Permalink
update risc0-ethereum to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf committed Apr 30, 2024
1 parent e37187c commit 17b07bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ hex = { version = "0.4" }
log = { version = "0.4" }
methods = { path = "./methods" }
risc0-build = { version = "0.21", features = ["docker"] }
risc0-build-ethereum = { git = "https://github.com/risc0/risc0-ethereum", branch = "release-0.9" }
risc0-ethereum-contracts = { git = "https://github.com/risc0/risc0-ethereum", branch = "release-0.9" }
risc0-build-ethereum = { git = "https://github.com/risc0/risc0-ethereum", branch = "release-0.10" }
risc0-ethereum-contracts = { git = "https://github.com/risc0/risc0-ethereum", branch = "release-0.10" }
risc0-zkvm = { version = "0.21", default-features = false }
risc0-zkp = { version = "0.21", default-features = false }
serde = { version = "1.0", features = ["derive", "std"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/risc0-ethereum
Submodule risc0-ethereum updated 39 files
+31 −30 Cargo.lock
+8 −7 Cargo.toml
+9 −6 README.md
+6 −3 examples/README.md
+37 −37 examples/erc20-counter/Cargo.lock
+2 −3 examples/erc20-counter/Cargo.toml
+24 −22 examples/erc20-counter/README.md
+2 −2 examples/erc20-counter/apps/Cargo.toml
+2 −4 examples/erc20-counter/apps/src/bin/publisher.rs
+1 −4 examples/erc20-counter/contracts/ERC20.sol
+0 −11 examples/erc20-counter/contracts/IERC20.sol
+1 −1 examples/erc20-counter/methods/Cargo.toml
+28 −28 examples/erc20-counter/methods/guest/Cargo.lock
+2 −2 examples/erc20-counter/methods/guest/Cargo.toml
+1 −3 examples/erc20-counter/methods/guest/src/bin/balance_of.rs
+29 −29 examples/erc20/Cargo.lock
+2 −2 examples/erc20/Cargo.toml
+9 −4 examples/erc20/README.md
+2 −2 examples/erc20/host/Cargo.toml
+3 −5 examples/erc20/host/src/main.rs
+1 −1 examples/erc20/methods/Cargo.toml
+28 −28 examples/erc20/methods/guest/Cargo.lock
+2 −2 examples/erc20/methods/guest/Cargo.toml
+1 −3 examples/erc20/methods/guest/src/main.rs
+0 −1 license-check.py
+4 −3 steel/Cargo.toml
+20 −8 steel/README.md
+0 −0 steel/src/config.rs
+0 −0 steel/src/db.rs
+0 −0 steel/src/ethereum.rs
+0 −0 steel/src/host/db.rs
+0 −0 steel/src/host/mod.rs
+0 −0 steel/src/host/provider/ethers.rs
+0 −0 steel/src/host/provider/file.rs
+0 −0 steel/src/host/provider/mod.rs
+0 −0 steel/src/lib.rs
+0 −0 steel/src/mpt.rs
+0 −0 steel/testdata/rpc_cache.json
+1 −1 steel/tests/view_call.rs

0 comments on commit 17b07bc

Please sign in to comment.