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 multichain keybundle #14369

Merged
merged 28 commits into from
Sep 17, 2024
Merged

Fix multichain keybundle #14369

merged 28 commits into from
Sep 17, 2024

Conversation

archseer
Copy link
Contributor

@archseer archseer commented Sep 9, 2024

No description provided.

@archseer archseer requested review from a team as code owners September 9, 2024 09:16
@archseer archseer requested review from EasterTheBunny and removed request for a team September 9, 2024 09:16
Copy link
Contributor

github-actions bot commented Sep 9, 2024

I see you updated files related to contracts. Please run pnpm changeset in the contracts directory to add a changeset.

Copy link
Contributor

github-actions bot commented Sep 9, 2024

Static analysis results are available

Hey @archseer, you can view Slither reports in the job summary here or download them as artifact here.

Please check them before merging and make sure you have addressed all issues.

@archseer archseer enabled auto-merge September 9, 2024 09:40
@archseer archseer force-pushed the fix-multichain-keybundle branch 2 times, most recently from b1cecd5 to 256f0c2 Compare September 9, 2024 13:49
transmitters = append(transmitters, a)
}

return ocr3CapabilityConfigDigest(
Copy link
Contributor

Choose a reason for hiding this comment

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

@archseer This shouldn't panic if we can avoid it, especially if the caller can return an error

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I copied that straight from libocr's evmutils and changed the signers type parameter, I assume it's panicking since it should really be a compile time check. If the digest size changed we can't recover from that

DeividasK
DeividasK previously approved these changes Sep 10, 2024
@archseer archseer force-pushed the fix-multichain-keybundle branch from e9b4b43 to 0930f22 Compare September 17, 2024 07:18
@archseer archseer added this pull request to the merge queue Sep 17, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 17, 2024
@archseer archseer added this pull request to the merge queue Sep 17, 2024
Merged via the queue into develop with commit e514727 Sep 17, 2024
156 of 157 checks passed
@archseer archseer deleted the fix-multichain-keybundle branch September 17, 2024 14:55
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.

6 participants