-
Notifications
You must be signed in to change notification settings - Fork 25
Coreshim WIP #1786
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
Coreshim WIP #1786
Conversation
✅ API Diff Results - No breaking changes |
bada55f to
095bfee
Compare
- Added ChainType field to OCRKeyBundle struct - Extract chain type from onchain key path using NewKeyPathFromString - Use chainTypeEVM constant instead of hardcoded "EVM" string - Parse key name and extract chain type from path in FromEncryptedOCRKeyBundle
| "github.com/smartcontractkit/chainlink-common/keystore/ocr2offchain" | ||
| ) | ||
|
|
||
| type ChainType string |
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.
Any chance that we can reuse one of the existing chain family types?
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 wasn't able to find any in common 🤔 Do you know where we define them?
Alternatively I can move the chain types in core to common and depend on that here
|
Superceded by #1793 |
Requires
Supports