-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ocr3 - changes related to multiramps (#1034)
Update commit plugin logic to support multiramps. With multiramps we are not able to compute the msg hash on the source chain but only on the destination chain. Changes: 0. Updated the spec. Check the spec diff for a summary of the changes. 1. Msg ID is computed on source and only used for tracing purposes. 2. Msg Hash is computed for the destination chain by the MsgHasher destination chain specific implementation. 4. Merkle tree uses msg hash for leaves instead of msg id.
- Loading branch information
Showing
7 changed files
with
227 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.