-
Notifications
You must be signed in to change notification settings - Fork 170
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
epoching API: validator lifecycle #109
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c381929
init
SebastianElvis a5f87b7
fix CI
SebastianElvis e9174be
fix
SebastianElvis 18affe4
minor
SebastianElvis c5360a2
init
SebastianElvis eee5c63
distinguish created vs bonded
SebastianElvis 02f314c
minor
SebastianElvis eab8cab
init impl
SebastianElvis 1d57202
pass CI
SebastianElvis fe7c550
record ckpt-assisted unbonding time
SebastianElvis 0f4ff6f
minor fixes
SebastianElvis e974af6
created -> bonded
SebastianElvis a2b7c3a
comments and minor fixes
SebastianElvis 9fffb70
record height only when operator undelegates
SebastianElvis 527b82d
Merge branch 'main' into epoching-epoch-events-api
SebastianElvis 54a3127
tests
SebastianElvis 91cf670
prepare for fixing CI
SebastianElvis 7189c38
reject msgs during 0 epoch
SebastianElvis 39485d2
reject msgs in 0epoch
SebastianElvis d592381
update event
SebastianElvis abe11a4
fix CI
SebastianElvis 146068f
Merge branch 'main' into epoching-epoch-events-api
SebastianElvis b73ba34
tidy
SebastianElvis 39ee618
Merge branch 'epoching-epoch-events-api' into epoching-val-lifecycle
SebastianElvis 83b3aff
mock stuff
SebastianElvis dd80914
fix multiple
SebastianElvis 0ab0c47
tidy
SebastianElvis 86d9ffb
go mod tidy
SebastianElvis b0be710
Merge branch 'main' into epoching-val-lifecycle
SebastianElvis 5277a46
resolve duplicated stuff when resolving conflicts
SebastianElvis 33d3094
minor
SebastianElvis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
Great, thanks for adding these comments!