-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* simplify the interaction between app contract and zkVM/Bonsai, by dropping the previously required GuestInterface * improves testing by leveraging on the ffi cli from risc0-ethereum * drops the ethereum-sdk as in its current form we think it requires better designing and moves most of its content as a lib of the application's example (i.e., publisher) * integrates with reproducible builds * update documentation
- Loading branch information
Showing
38 changed files
with
514 additions
and
710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"rust-analyzer.linkedProjects": [ | ||
"./cli/Cargo.toml", | ||
"./sdk/Cargo.toml" | ||
"./apps/Cargo.toml", | ||
"./methods/Cargo.toml", | ||
"./methods/guest/Cargo.toml", | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.