Skip to content

Commit

Permalink
use backport and update README and exmaple
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf committed Aug 9, 2023
1 parent 5064d62 commit 769d5ff
Show file tree
Hide file tree
Showing 9 changed files with 250 additions and 200 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
[submodule "lib/risc0"]
path = lib/risc0
url = https://github.com/risc0/risc0
branch = d636116f6547cbb02b24a51edfceb8bbadc0cba9
# DO NOT MERGE: Update this to a release tag
branch = capossele/governance-example
120 changes: 36 additions & 84 deletions Cargo.lock

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

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
members = ["methods", "relay"]

[workspace.dependencies]
risc0-build = { git = "https://github.com/risc0/risc0", branch = "victor/governance-showcase" }
risc0-zkvm = { git = "https://github.com/risc0/risc0", branch = "victor/governance-showcase", default-features = false }
bonsai-sdk = { git = "https://github.com/risc0/risc0", branch = "victor/governance-showcase" }
bonsai-ethereum-relay = { git = "https://github.com/risc0/risc0", branch = "victor/governance-showcase" }
# DO NOT MERGE: Update this to a release tag
risc0-build = { git = "https://github.com/risc0/risc0", branch = "capossele/governance-example" }
risc0-zkvm = { git = "https://github.com/risc0/risc0", branch ="capossele/governance-example", default-features = false }
bonsai-sdk = { git = "https://github.com/risc0/risc0", branch = "capossele/governance-example"}
bonsai-ethereum-relay = { git = "https://github.com/risc0/risc0", branch = "capossele/governance-example"}
methods = { path = "./methods", package = "bonsai-starter-methods" }

# Always optimize; building and running the guest takes much longer without optimization.
Expand Down
Loading

0 comments on commit 769d5ff

Please sign in to comment.