-
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 #13933
Fix multichain keybundle #13933
Conversation
fcda12d
to
d7ac4c7
Compare
d7ac4c7
to
8545bb9
Compare
a7b1c62
to
f2ca346
Compare
"0x61925685d2B80b121537341d063c4E57B2F9323c", | ||
"0xFd97eFD53FC20acc098Fcd746C04d8d7540D97E0", | ||
"0xA0b67Dc5345a71D02B396147AE2cb75dDA63CbE9" | ||
"011400a2402db8e549f094ea31e1c0edd77623f4ca5b12", |
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.
01 = type evm | 14 00 = length 20 | ...
|
||
k, err := chaintype.NewChainType(typ) | ||
if err != nil { | ||
// skipping unknown key type |
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'm deliberately skipping unknown keys, that way if the contract is configured with chain types not yet known to the node it'll keep working
4b67da4
to
528f854
Compare
Overriding _report doesn't actually provide a clear error since transmissions will fail much earlier in the transmit function. Replacing this function should also make this contract cheaper to deploy since we're not deploying unused code.
4c6219a
to
ad7a91b
Compare
Reopened here #14369 |
Quality Gate passedIssues Measures |
Requires Dependencies
Resolves Dependencies