-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fix multichain keybundle #14369
Conversation
I see you updated files related to |
b1cecd5
to
256f0c2
Compare
transmitters = append(transmitters, a) | ||
} | ||
|
||
return ocr3CapabilityConfigDigest( |
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.
@archseer This shouldn't panic if we can avoid it, especially if the caller can return an error
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 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
256f0c2
to
fea5866
Compare
5fcb275
to
8a5a6d4
Compare
e9b4b43
to
0930f22
Compare
Quality Gate passedIssues Measures |
No description provided.