-
Notifications
You must be signed in to change notification settings - Fork 618
Add ERC: Crosschain Broadcaster #897
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
base: master
Are you sure you want to change the base?
Conversation
ERCS/erc-XXXX.md
Outdated
@@ -0,0 +1,481 @@ | |||
--- | |||
eip: XXXX |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assigned in OffchainLabs#1
assets/erc-XXXX/BHP.png
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a slight preference for SVG diagrams, but if you cannot provide them, PNG is fine too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SVG works, pushed an update
ERCS/erc-7888.md
Outdated
|
||
Since the ERC only uses finalized blocks, messages may take a long time to propagate between chains. Finalisation occurs sequentially in the route, therefore time to read a message is the sum of the finalisation of each of the block hashes at each step in the route. | ||
|
||
## Example: Publisher and Subscriber Burn and Mint Bridge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Example: Publisher and Subscriber Burn and Mint Bridge | |
## Reference Implementation | |
### Example: Publisher and Subscriber Burn and Mint Bridge |
Perhaps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works for me, what do you think of also including IBroadcaster
, IReceiver
, IBlockHashProver
and IBlockHashProverPointer
contracts as well? https://github.com/OffchainLabs/broadcast-erc/tree/main/contracts/reference-impl
ERCS/erc-7888.md
Outdated
The Broadcaster does not accept duplicate messages from the same publisher. | ||
|
||
<div align="center"> | ||
<img src="../assets/erc-7888/broadcasting.svg" alt="Figure 1" style="width:30%"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style
attributes aren't supported by our linter (yet).
The commit df83579 (as a parent of 7632686) contains errors. |
This PR introduces a cross-chain broadcasting standard. The approach uses storage proofs to trustlessly verify state on other rollups.