Skip to content
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

Hyperlane Tribunal implementation #6

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Hyperlane Tribunal implementation #6

wants to merge 4 commits into from

Conversation

0age
Copy link
Collaborator

@0age 0age commented Dec 20, 2024

It might be clearer to separate out the arbiter from the tribunal here, but this should get the job done.

Still need to add tests for it as well

Comment on lines +56 to +57
address arbiter = address(bytes20(message[0:20]));
require(arbiter == address(this), "invalid arbiter");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the mailbox will only call handle on the message headers recipient so this is unnecessary to include in the message body

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants