-
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(core/scripts): removes panic and adds node public keys to peer #15950
Conversation
I see you added a changeset file but it does not contain a tag. Please edit the text include at least one of the following tags:
|
5fcd7e8
to
163f15a
Compare
163f15a
to
47b40ac
Compare
47b40ac
to
905c8cb
Compare
Quality Gate passedIssues Measures |
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.
LGTM
The CapabilitiesRegistry contract requires that the peers have an
encryptionPublicKey
field or else the transaction will revert. This PR adds the hardcoded node's EPK to create the node params before calling addNodes.Requires
Supports