-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add RMN_V1_6_ANY2EVM_REPORT to RMNRemote and make public #1447
Conversation
7667cde
to
eaffd91
Compare
LCOV of commit
|
@@ -174,6 +174,10 @@ contract RMNRemote is OwnerIsCreator, ITypeAndVersion, IRMNV2 { | |||
return i_localChainSelector; | |||
} | |||
|
|||
function getReportDigestHeader() external pure returns (bytes32) { |
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.
natspec?
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.
🙈 oops!
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.
1 minor comment requested otherwise looks good.
eaffd91
to
5015b4d
Compare
Quality Gate passedIssues Measures |
Motivation
#1431 (comment)
Solution
Expose the constant as public