-
Notifications
You must be signed in to change notification settings - Fork 0
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
ci: add rust_ci.yaml github workflow #15
Conversation
1a595ec
to
e43b501
Compare
.github/workflows/rust_ci.yaml
Outdated
matrix: | ||
# TODO: add back cannon and asterisc once we are using them | ||
# See https://github.com/Layr-Labs/kona/blob/main/.github/workflows/rust_ci.yaml | ||
target: ["native"] |
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.
do we actually want to build? it takes super long
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.
crates/proof/src/hint.rs
Outdated
@@ -131,7 +131,7 @@ impl From<HintType> for &str { | |||
HintType::L2AccountProof => "l2-account-proof", | |||
HintType::L2AccountStorageProof => "l2-account-storage-proof", | |||
HintType::L2PayloadWitness => "l2-payload-witness", | |||
HintType::AltDACommitment => "altda-commitment", | |||
HintType::EigenDACommitment => "altda-commitment", |
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.
I don't see a problem that changes from altda-commitment, to eigenda-commitment. But we. can decide later
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.
Actually realized that I had forgotten to change the string: c4ef7c9
…ad of "altda-commitment"
Copied over from https://github.com/Layr-Labs/kona/blob/main/.github/workflows/rust_ci.yaml but removed the cannon and asterics stuff for now, we can readd once we've understood how that code works and how to integrate it into our crates.