Skip to content
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

KS-199: Update node signer type #13206

Conversation

cds95
Copy link
Contributor

@cds95 cds95 commented May 15, 2024

No description provided.

if (node.signer == address(0)) revert InvalidNodeSigner();
if (
bytes32(node.signer) == bytes32("") ||
(s_nodes[node.p2pId].signer != node.signer && s_encodedNodeSignerAddresses.contains(node.signer))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to handle the case of updating a node when their signer address is not updated

@cds95 cds95 merged commit f2854c5 into use-encode-instead-of-encode-packed-capability-id May 17, 2024
70 checks passed
@cds95 cds95 deleted the KS-199/update-node-signer-type branch May 17, 2024 09:26
@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants