-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
refactor(protocol): optimize core protocol and bridge implementation #14310
Merged
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
Co-authored-by: D <[email protected]> Co-authored-by: dantaik <[email protected]> Co-authored-by: dave | d1onys1us <[email protected]> Co-authored-by: adaki2004 <[email protected]> Co-authored-by: jeff <[email protected]> Co-authored-by: Francisco Ramos <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Kenk <[email protected]> Co-authored-by: mfinestone <[email protected]> Co-authored-by: hideonbug <[email protected]> Co-authored-by: megumii <[email protected]> Co-authored-by: Tomaž <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Daniel Wang <[email protected]> Co-authored-by: adaki2004 <[email protected]> Co-authored-by: Jeffery Walsh <[email protected]> Co-authored-by: cyberhorsey <[email protected]> Co-authored-by: Brecht Devos <[email protected]>
Co-authored-by: dantaik <[email protected]> Co-authored-by: Jeffery Walsh <[email protected]> Co-authored-by: cyberhorsey <[email protected]>
… deployonl1 script (#14084)
Co-authored-by: dantaik <[email protected]> Co-authored-by: Daniel Wang <[email protected]>
Co-authored-by: Daniel Wang <[email protected]> Co-authored-by: jeff <[email protected]>
Co-authored-by: Daniel Wang <[email protected]>
Co-authored-by: Daniel Wang <[email protected]>
dantaik
previously approved these changes
Aug 26, 2023
dantaik
removed request for
jscriptcoder,
KorbinianK,
xiaodino and
cyberhorsey
August 26, 2023 03:56
Brechtpd
previously approved these changes
Aug 26, 2023
…otocol (#14541) Co-authored-by: adaki2004 <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Jeffery Walsh <[email protected]> Co-authored-by: D <[email protected]>
dantaik
changed the title
refactor(protocol): optimize bridge with recallMessage and other simplifications
refactor(protocol): optimize core protocol and bridge implementation
Aug 27, 2023
@Brechtpd @davidtaikocha @cyberhorsey please approve this PR again -- I just merge the core protocol optimization PR into this one. |
dantaik
approved these changes
Aug 27, 2023
davidtaikocha
approved these changes
Aug 27, 2023
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.
Inspired by Brecht's feature request, this PR aims to separate the current prover (pool) contract from the core protocol, allowing various prover contract designs. Taiko will act as the "glue" between the core protocol and different prover contracts.
Core protocol Changes introduced in this PR:
onBlockAssigned
function that doesn't revert.Bridge changes introduced in this PR: