-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement simple hyperlane intent arbiter #1
Conversation
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
Report is too large to display inline. Next stepsMark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
yorhodes
changed the title
Add npm and hyperlane/core dependency
Implement hyperlane arbiter
Nov 19, 2024
This reverts commit 94f1df5.
yorhodes
changed the title
implement hyperlane arbiter
[WIP] implement hyperlane arbiter
Nov 19, 2024
Report too large to display inline |
yorhodes
changed the title
[WIP] implement hyperlane arbiter
implement hyperlane arbiter
Nov 20, 2024
yorhodes
changed the title
implement hyperlane arbiter
Implement hyperlane simple intent arbiter
Nov 20, 2024
yorhodes
changed the title
Implement hyperlane simple intent arbiter
Implement simple hyperlane intent arbiter
Nov 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements an arbiter on Hyperlane for simplified user intent:
Currently only supports single endpoint
claim(ClaimWithWitness)
.It should be straightforward to augment this with 7683 witness data in future.
Naively requires filler to pass claim data that gets relayed in settlement message -- in future can leverage CCIP Read and the Hyperlane CCIP Read ISM supported by the relayer to fetch this offchain data.
Introduces NPM (via yarn) dependencies and
node_modules
remappings due to hyperlane monorepo not working nicely as a forge dependency.