-
Notifications
You must be signed in to change notification settings - Fork 129
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
[WIP] parachain/disputes: Coordinator module for disputes-coordinator #3554
Closed
kanishkatn
wants to merge
39
commits into
feat/k/disputes-coordinator
from
feat/k/disputes-coordinator-main
Closed
[WIP] parachain/disputes: Coordinator module for disputes-coordinator #3554
kanishkatn
wants to merge
39
commits into
feat/k/disputes-coordinator
from
feat/k/disputes-coordinator-main
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
kanishkatn
changed the title
Feat/k/disputes coordinator main
[WIP] Coordinator module for disputes-coordinator
Oct 26, 2023
kanishkatn
changed the title
[WIP] Coordinator module for disputes-coordinator
[WIP] parachain/disputes: Coordinator module for disputes-coordinator
Oct 26, 2023
kanishkatn
force-pushed
the
feat/k/disputes-coordinator-main
branch
from
October 31, 2023 04:41
0a19867
to
6b597a0
Compare
#3277) - Added parachain service - Registered collation and validation protocol - Confirmed that we can communicate with collators by talking to them in `run()` function
Co-authored-by: Eclésio Junior <[email protected]>
kanishkatn
force-pushed
the
feat/k/disputes-coordinator-main
branch
5 times, most recently
from
November 25, 2023 13:47
7c66e13
to
8a2933d
Compare
kanishkatn
force-pushed
the
feat/k/disputes-coordinator-main
branch
9 times, most recently
from
December 1, 2023 10:23
c2cc912
to
d06a227
Compare
kanishkatn
force-pushed
the
feat/k/disputes-coordinator-main
branch
from
December 4, 2023 10:48
d06a227
to
68d78db
Compare
kanishkatn
force-pushed
the
feat/k/disputes-coordinator-main
branch
from
December 10, 2023 22:46
671a28d
to
f17cfff
Compare
kanishkatn
force-pushed
the
feat/k/disputes-coordinator-main
branch
from
December 11, 2023 14:20
f17cfff
to
5e37324
Compare
kanishkatn
force-pushed
the
feat/k/disputes-coordinator-main
branch
2 times, most recently
from
December 14, 2023 17:38
5c9f380
to
f990a16
Compare
kanishkatn
force-pushed
the
feat/k/disputes-coordinator-main
branch
from
December 14, 2023 18:02
f990a16
to
03fac30
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.
Changes
Implements the coordinator module for disputes-coordinator
Tests
go test -tags integration github.com/ChainSafe/gossamer
Issues
#3593
Primary Reviewer
@timwu20