-
Notifications
You must be signed in to change notification settings - Fork 156
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
Update #264 - updates genesis and genesis tests #382
Merged
+799
−329
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
ba651e3
reformat consumer genesis test
sainoe a87495d
remove validator fill in of ExportAppStateAndValidators
sainoe e3919b5
checkpoint, testing export genesis consumer
sainoe 3dcd610
test consumer export
sainoe a815a15
make pass the tests
sainoe b25f968
fix export height to valset update id in consumer
sainoe 4a06760
pass the tests
sainoe 7b48c09
pass the tests
sainoe 1378a52
* Update the provider and consumer export/init genesis with the new C…
sainoe c3cfeb4
remove pendingVSCPackets
sainoe 0e548e4
remove references in create consumer chain proposal setters and getters
sainoe 9a70d95
merge with remotes
sainoe 524a0aa
fix unchecked errors
sainoe 2a670e0
Merge branch 'main' into sainoe/export-genesis
sainoe 65dc723
fix iterator bug
sainoe c711ecb
fix last nits
sainoe a4e83d8
Merge remote-tracking branch 'upstream/main' into sainoe/export-genesis
sainoe ecb643a
fix linter
sainoe 06b5df5
Fix conflicts and make pass the tests
sainoe 4ec85d5
format provider genesis tests
sainoe 8017c29
format consumer genesis tests
sainoe d62dc16
Merge branch 'main' into sainoe/export-genesis
jtremback f1a415e
clarify consumer keeper genesis
sainoe 9ea6c5a
push missing merge commit
sainoe 5f03831
remove unused test helpers
sainoe 03c643c
Merge branch 'main' into sainoe/export-genesis-2
shaspitz eb59e50
Feat: update consumer init and export genesis
sainoe de20341
Revert "Feat: update consumer init and export genesis"
sainoe c856708
merge main
sainoe d3b5bef
* Add LastTransmissionBlockHeight to consumer genesis proto
sainoe c292da4
Update consumer init
sainoe 74aa7e9
Update consumer genesis export
sainoe 19e4b93
fix last nits
sainoe 0599369
Fix consumer InitGenesis
sainoe de4a73e
Update comments in genesis.proto
sainoe 30b141c
format consumer genesis test
sainoe 0399487
update comments
sainoe 255c96d
Update provider genesis comments
sainoe 1d06cd7
fix small lint errs
shaspitz 26ec9e8
Merge branch 'main' into sainoe/export-genesis-2
shaspitz ebd590b
Merge branch 'main' into sainoe/export-genesis-2
shaspitz d0d5db1
* Update consumer genesis validation
sainoe 4aca97e
Document consumer genesis validation
sainoe fd9dc10
Document consumer genesis validation
sainoe 50ae321
Merge branch 'main' into sainoe/export-genesis-2
sainoe af1aebb
Update after #448 merge
sainoe 6d93504
Merge branch 'sainoe/export-genesis-2' into export-2-upstream
sainoe 504c44c
Merge branch 'main' into sainoe/export-genesis-2
shaspitz aff5156
Update x/ccv/consumer/types/genesis.go
jtremback 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
Document consumer genesis validation
commit 4aca97eb10340566add3e25bf831cc85e2a3bcfc
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
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.
If this is a restart of a running chain where the handshake did not complete, then how is it ever going to get restarted?