-
Notifications
You must be signed in to change notification settings - Fork 16
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
pkg/types/ccipocr3: add rmn sigs to report #758
Conversation
Additionally, mark NewCommitPluginReport as deprecated.
// Deprecated: don't use this constructor, just create a CommitPluginReport struct directly. | ||
// Will be removed in a future version once all uses have been replaced. | ||
func NewCommitPluginReport(merkleRoots []MerkleRootChain, tokenPriceUpdates []TokenPrice, gasPriceUpdate []GasPriceChain) CommitPluginReport { |
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.
This function is being deprecated to avoid breaking changes, adding a param would mean a breaking change and a desperate bump across chainlink-ccip and chainlink
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.
How do we use FixedDestLaneUpdate fields of the query?
Just for offchain/plugin verifications?
The We can definitely check the sigs offchain though |
Additionally, mark NewCommitPluginReport as deprecated.
Related: