We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Message batching by making a claim(hash) about a Merkle tree root hash of messages instead of the hash of a single message.
claim(hash)
verifyAndRelay() on the foreign chain must verify the hash given the Merkle tree branch and data for a specific message.
verifyAndRelay()
Any challenge(hash) requires falling back to the Safe Bridge and waiting a number of days to resolve.
challenge(hash)
Only 1 claim per hash is allowed at the moment, regardless of challenge status, further claims for the same hash are ignored.
Bounties can be added later.
The full specs are not public yet.
The text was updated successfully, but these errors were encountered:
shotaronowhere
jaybuidl
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Message batching by making a
claim(hash)
about a Merkle tree root hash of messages instead of the hash of a single message.verifyAndRelay()
on the foreign chain must verify the hash given the Merkle tree branch and data for a specific message.Any
challenge(hash)
requires falling back to the Safe Bridge and waiting a number of days to resolve.Only 1 claim per hash is allowed at the moment, regardless of challenge status, further claims for the same hash are ignored.
Bounties can be added later.
The full specs are not public yet.
The text was updated successfully, but these errors were encountered: