-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final updates and update version to 1.0.0 #138
Conversation
This PR fixes #70 and creates a Solidity library providing a collection of utilities to work with Steel commitments in Solidity. - The Steel code was changed to use this library. - Changed the `erc20-counter` example to showcase the extended ABI journal.
This PR renames `ViewCallEnv` into `EvmEnv` and `ViewCallInput` into `EvmInput`. The name view call is somehow obsolete as any calls can be executed not only view function calls. --------- Co-authored-by: Angelo Capossele <angelocapossele@gmail.com>
Bonsai staging is currently failing because it has deployed |
Should we also bump the CI workflow reference of rc.7 and use 1.0.0? Pointing this out because also the examples are failing, aside from obviously Bonsai as you mentioned already |
Ah! I missed that before. I've now updated it to use the |
update the deployment-guide.md according to the changes made in this #138 Co-authored-by: Victor Graf <victor@risczero.com>
This PR applies final updates to the release branch for the 1.0.0 release.
main
This PR bumps the version of all crates in this repo, except
risc0-steel
, to 1.0.0.