-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Milestone
Description
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.