-
Notifications
You must be signed in to change notification settings - Fork 48
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
Reproducible Verification of Stylus Programs #43
Conversation
@@ -7,17 +7,26 @@ use crate::{ | |||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review this file
check/src/verify.rs
Outdated
@@ -0,0 +1,71 @@ | |||
// Copyright 2023, Offchain Labs, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Joshua Colvin <jcolvin@offchainlabs.com>
This reverts commit 2e8d785.
CI agent seems to be flawed. Will merge and check if other PRs also fail and address |
This PR carries out the work from #25 merged with the latest Stylus changes. It includes the ability to run every cargo stylus command in a Docker container by Rust version
cargo stylus reproducible 1.77 deploy --private-key=$PRIV_KEY
, and for verifying deployed Stylus programs against a local project withcargo stylus verify --deployment-tx=$DEPLOYMENT_TX_HASH