Skip to content
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

fix(vk): handle overrides of verification key for a given protocol version #42

Merged
merged 3 commits into from
May 14, 2024

Conversation

koloz193
Copy link
Contributor

No description provided.

protocol_version: &str,
batch_number: u64,
) -> Option<String> {
if protocol_version == "24" && network == "sepolia" && batch_number <= 8853u64 {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe worth adding a comment explaning the why? So each override is partially documented

@koloz193 koloz193 merged commit 1661eef into main May 14, 2024
1 check passed
@koloz193 koloz193 deleted the v24-multiple-keys branch May 14, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants