-
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
OCR3 keyring support #11956
OCR3 keyring support #11956
Conversation
I see that you haven't updated any README files. Would it make sense to do so? |
feeefd0
to
a114fee
Compare
a114fee
to
4bdf459
Compare
4bdf459
to
5f45497
Compare
@@ -14,12 +14,20 @@ import ( | |||
"github.com/smartcontractkit/chainlink/v2/core/store/models" | |||
) | |||
|
|||
type OCR3SignerVerifier interface { |
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.
@samsondav How does this get used in the code base? Not wild about the Sign3/Verify3 (and even less about the fact that this is located in ocr2key
)
Also IIRC the Sign3/Verify3 isn't the interface that OCR3 expects is it? So do you need an adapter somewhere?
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.
Tried renaming to ocr2plus
but its 1,000s of changes and makes the salient points of this PR unreadable.
Not to mention we use OCR2 all over the codebase to refer to both OCR2 and OCR3. There is probably a larger ticket to clean up that naming.
ec8f5c7
to
8771ff0
Compare
16c6b08
to
b178950
Compare
b178950
to
95a1956
Compare
- Needed for LLO - Only includes EVM implementation
This reverts commit 19a204cc81e0cda916293e0ba604834efb998ca4.
95a1956
to
4c4b2e7
Compare
Quality Gate passedIssues Measures |
Needed for LLO