-
Notifications
You must be signed in to change notification settings - Fork 672
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: add optional migration pruning for tendermint consensus states #2800
Merged
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
bd37d18
refactor: add tendermint manual pruning function
colin-axner 7ad76de
chore: add extra checks into pruning test
colin-axner 5e9f208
chore: add docs and logging for tendermint pruning
colin-axner 5cb1262
Apply suggestions from code review
colin-axner 33c64d6
Apply suggestions from code review
colin-axner 21ab154
Merge branch 'main' into colin/1863-tm-pruning
colin-axner f6bbe6f
Apply suggestions from code review
colin-axner f7d8871
Update modules/core/02-client/migrations/store.go
colin-axner 348b21e
chore: move tendermint migrations to 07-tendermint directory
colin-axner 969cc0b
Merge branch 'colin/1863-tm-pruning' of github.com:cosmos/ibc-go into…
colin-axner 4399a42
chore: add changelog entry
colin-axner 78fd0a3
chore: update imports
colin-axner 20e4d8d
chore: update migration doc header
colin-axner b95f5f0
Merge branch 'main' of github.com:cosmos/ibc-go into colin/1863-tm-pr…
colin-axner 54334ce
Merge branch 'main' into colin/1863-tm-pruning
colin-axner 69961f0
chore: rename clients to clientIDs
colin-axner 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
Apply suggestions from code review
- Loading branch information
commit 5cb1262f11fdf9b9c2e1333c608eb80dedbb4946
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.
Should this comment say
clients/07-tendermint
?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.
I had that and changed it. I'm fine with either, I guess the value of the client store key prefix should probably never change