-
Notifications
You must be signed in to change notification settings - Fork 75
improve: rename merkle root related variables and function names #40
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
Conversation
| ); | ||
| ancillaryData = AncillaryData.appendKeyValueBytes32( | ||
| ancillaryData, | ||
| "slowRelayFulfillmentRoot", |
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.
We didn't have this slow relay root in the ancillary data before
| function setEnableRoute( | ||
| address originToken, | ||
| uint32 destinationChainId, | ||
| uint256 destinationChainId, |
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 should match the types of the other spoke pool interfaces
| uint64 unclaimedPoolRebalanceLeafCount; | ||
| bytes32 poolRebalanceRoot; | ||
| bytes32 destinationDistributionRoot; | ||
| bytes32 relayerRefundRoot; |
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.
🤝
Signed-off-by: Matt Rice <matthewcrice32@gmail.com> Co-authored-by: nicholaspai <9457025+nicholaspai@users.noreply.github.com> Co-authored-by: Matt Rice <matthewcrice32@gmail.com> Co-authored-by: James Morris, MS <96435344+james-a-morris@users.noreply.github.com>
No description provided.