feat!: store proposed chainID before voting finishes (#1289) #1338
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.
feat: store chain in proposal
add govHook
delete GetChainsInProposal
check proposal type
update key
feat: add query proposed chainIDs
feat: set govhook
feat: parse key
refactor: names
feat: add list proposed consumer chains
test: add e2e test
add e2e test
update comments
update ProposeConsumerChains in e2e test
remove wait for block
docs: update changelog
fix: lint
add TestParseProposedConsumerChainKey
refactor gov hook
Update proto/interchain_security/ccv/provider/v1/query.proto
update proto
add test for set kv
refactor key to be prefix_proposalID
formatting
update e2e test
format
Update x/ccv/provider/keeper/gov_hook.go
Update x/ccv/provider/keeper/keeper.go
Update x/ccv/provider/keeper/keeper.go
fix e2e test
fix gosec
remove type url check
test: add unit test
lint
fix lint
fix err
Please go the the
Preview
tab and select the appropriate sub-template:fix
,feat
, andrefactor
.