Skip to content

Commit

Permalink
Recursion is here! (risc0#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaub authored Oct 16, 2023
1 parent d557b32 commit 0619c87
Show file tree
Hide file tree
Showing 81 changed files with 154,248 additions and 805 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.zip filter=lfs diff=lfs merge=lfs -text
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- run: "git checkout -f $(git -c user.name=x -c user.email=x@x commit-tree $(git hash-object -t tree /dev/null) < /dev/null) || :"
- uses: actions/checkout@v3
with:
lfs: true
# Recursive checkout required to build Solidity contracts and bindings.
submodules: recursive
- uses: ./.github/actions/rustup
Expand Down
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ members = [
"risc0/build",
"risc0/build_kernel",
"risc0/cargo-risczero",
"risc0/circuit/recursion",
"risc0/circuit/recursion-sys",
"risc0/circuit/rv32im",
"risc0/circuit/rv32im-sys",
"risc0/core",
Expand Down Expand Up @@ -38,6 +40,8 @@ bonsai-sdk = { version = "0.5.0-alpha.1", default-features = false, path = "bons
risc0-binfmt = { version = "0.19.0-alpha.1", default-features = false, path = "risc0/binfmt" }
risc0-build = { version = "0.19.0-alpha.1", default-features = false, path = "risc0/build" }
risc0-build-kernel = { version = "0.19.0-alpha.1", default-features = false, path = "risc0/build_kernel" }
risc0-circuit-recursion = { version = "0.19.0-alpha.1", default-features = false, path = "risc0/circuit/recursion" }
risc0-circuit-recursion-sys = { version = "0.19.0-alpha.1", default-features = false, path = "risc0/circuit/recursion-sys" }
risc0-circuit-rv32im = { version = "0.19.0-alpha.1", default-features = false, path = "risc0/circuit/rv32im" }
risc0-circuit-rv32im-sys = { version = "0.19.0-alpha.1", default-features = false, path = "risc0/circuit/rv32im-sys" }
risc0-core = { version = "0.19.0-alpha.1", default-features = false, path = "risc0/core" }
Expand Down
27 changes: 27 additions & 0 deletions bonsai/Cargo.lock

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

29 changes: 29 additions & 0 deletions bonsai/examples/governance/Cargo.lock

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

13 changes: 13 additions & 0 deletions bonsai/examples/governance/methods/guest/Cargo.lock

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

110 changes: 110 additions & 0 deletions examples/Cargo.lock

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

13 changes: 13 additions & 0 deletions examples/bevy/methods/guest/Cargo.lock

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

13 changes: 13 additions & 0 deletions examples/chess/methods/guest/Cargo.lock

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

13 changes: 13 additions & 0 deletions examples/digital-signature/methods/guest/Cargo.lock

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

Loading

0 comments on commit 0619c87

Please sign in to comment.