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

fix metadata encoding #545

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

augustbleeds
Copy link
Collaborator

valid_until is not needed for the metadata encoding. including it was an oversight (see: https://github.com/smartcontractkit/ccip-owner-contracts/blob/main/src/ManyChainMultiSig.sol#L266)

valid_until is only needed to encode the root at the very end (which is done in the contract). So effectively, before, the contract was "double-encoding" the valid_until

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

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

See analysis details on SonarQube

@augustbleeds augustbleeds merged commit 9afadea into develop Oct 17, 2024
23 checks passed
@augustbleeds augustbleeds deleted the augustus.fix-metadata-encoding branch October 17, 2024 19:44
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.

2 participants