-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat: implement proposer #349
Merged
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
|
f8eedd1
to
b72131f
Compare
puma314
reviewed
Jan 29, 2025
20d9b85
to
241fc47
Compare
ratankaliani
reviewed
Feb 1, 2025
ratankaliani
reviewed
Feb 1, 2025
241fc47
to
bb77999
Compare
puma314
reviewed
Feb 2, 2025
7b32736
to
79d0387
Compare
ratankaliani
reviewed
Feb 4, 2025
ratankaliani
reviewed
Feb 4, 2025
ratankaliani
reviewed
Feb 4, 2025
ratankaliani
reviewed
Feb 4, 2025
ratankaliani
reviewed
Feb 4, 2025
ratankaliani
reviewed
Feb 4, 2025
ratankaliani
reviewed
Feb 4, 2025
ratankaliani
reviewed
Feb 4, 2025
ratankaliani
reviewed
Feb 4, 2025
ratankaliani
reviewed
Feb 4, 2025
ratankaliani
reviewed
Feb 4, 2025
ratankaliani
reviewed
Feb 4, 2025
fakedev9999
commented
Feb 5, 2025
Looks a lot cleaner now, once the above comments are resolved, we can merge. |
f1d8817
to
e5243e8
Compare
Will be ready to review again after contracts are finalized. Won't be much change. |
e5243e8
to
be7e63f
Compare
2101358
to
5cfdf89
Compare
05c9d1b
to
bd80140
Compare
139ee5d
to
9c09304
Compare
fakedev9999
commented
Feb 19, 2025
Draft
puma314
approved these changes
Feb 19, 2025
bed1446
to
9b1cc31
Compare
bd80140
to
a8e2418
Compare
b1442a3
to
77eba09
Compare
77eba09
to
44ef872
Compare
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.
Implements a new component responsible for creating and managing OP-Succinct fault dispute games on L1. The proposer monitors the L2 chain and creates dispute games at configurable intervals to ensure L2 state transition validity.
Key Features
You can find the proposer creating games on ETH sepolia network: Factory Contract
You can also find proposer resolving unchallenged games that timed out on ETH sepolia network: Resolve tx