Skip to content
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

chore: Bump sdk v47 and latest persistence-sdk #600

Merged
merged 2 commits into from
Jul 24, 2023
Merged

chore: Bump sdk v47 and latest persistence-sdk #600

merged 2 commits into from
Jul 24, 2023

Conversation

xlab
Copy link
Contributor

@xlab xlab commented Jul 24, 2023

1. Overview

  • cosmos-sdk -> v0.47.3-lsm3
  • ibc-go/v7 -> v7.2.0-lsm2
  • persistence-sdk/v2 -> v2.1.0

Bumping deps to latest tagged versions, since we need to tag pstake-native itself and include it in persistenceCore for v8 release.

2. Implementation details

Replaced go.mod entires, fixed one test init.

3. How to test/use

make test

5. Future Work

Cut a release for pstake-native.

@xlab xlab requested a review from a team as a code owner July 24, 2023 12:28
@xlab xlab requested review from kruspy and puneet2019 July 24, 2023 12:29
@puneet2019 puneet2019 changed the title Bump sdk v47 and latest persistence-sdk chore: Bump sdk v47 and latest persistence-sdk Jul 24, 2023
@github-actions
Copy link

Coverage after merging f/bump-sdk-v47 into main

60.60%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
x/liquidstakeibc
   module_ibc.go100%100%9.80%..., 86, 87, 88, 89
   module.go100%100%54.05%..., 72, 73, 74, 99
   genesis.go100%100%100%
x/liquidstakeibc/keeper
   ibc.go100%100%42.36%..., 95, 96, 97, 98
   ica_handlers.go100%100%42.77%..., 92, 93, 94, 95
   abci.go100%100%44.39%..., 96, 97, 98, 99
   host_chain.go100%100%100%
   msg_server.go100%100%59.02%..., 96, 97, 98, 99
   delegation_strategy.go100%100%100%
   icq_queries.go100%100%100%
   validator_unbonding.go100%100%100%
   keeper.go100%100%99.07%87, 88
   deposit.go100%100%100%
   ica.go100%100%65.57%..., 71, 72, 73, 74
   invariants.go100%100%100%
   user_unbonding.go100%100%100%
   hooks.go100%100%44.49%..., 674, 72, 73, 74
   grpc_querier.go100%100%100%
   unbonding.go100%100%100%
   icq.go100%100%94.26%..., 173, 39, 40, 41
x/liquidstakeibc/types
   liquidstakeibc.go100%100%100%
   params.go100%100%100%
   msgs.go100%100%100%
   host_chain.go100%100%100%
   genesis.go100%100%100%
   keys.go100%100%0%..., 83, 85, 86, 87
   codec.go100%100%100%
x/lscosmos
   module_simulation.go100%100%5.56%..., 46, 47, 48, 49
   module.go100%100%63.38%..., 87, 90, 91, 92
   module_ibc.go100%100%0%..., 85, 93, 94, 95
   genesis.go100%100%77.42%..., 29, 30, 32, 33
x/lscosmos/client/utils
   utils.go100%100%41.33%..., 94, 95, 96, 98
x/lscosmos/keeper
   governance_proposal.go100%100%0%..., 19, 20, 21, 9
   grpc_query.go100%100%0%..., 93, 96, 97, 98
   ica_txs.go100%100%0%..., 89, 90, 91, 92
   migrate_module.go100%100%0%..., 95, 96, 97, 98
   allowlisted_validators.go100%100%100%
   grpc_query_params.go100%100%0%10, 11, 12
   delegation_strategy.go100%100%57.78%..., 89, 91, 98, 99
   hooks.go100%100%1.33%..., 91, 92, 93, 96
   delegation_state.go100%100%40.28%..., 89, 90, 91, 94
   delegator_unbonding_epoch_entry.go100%100%72.88%..., 72, 73, 74, 76
   msg_server.go100%100%11.11%..., 54, 57, 58, 59
   c_value.go100%100%93.33%31, 32, 41, 42
   abci.go100%100%1.61%..., 88, 89, 90, 92
   host_chain_params.go100%100%100%
   unbonding_epoch_c_value.go100%100%0%..., 55, 56, 57, 9
   params.go100%100%100%
   handshake.go100%100%0%..., 96, 97, 98, 99
   genesis.go100%100%0%..., 21, 22, 8, 9
   host_accounts.go100%100%33.33%..., 20, 21, 22, 23
   transient_store.go100%100%68.75%..., 74, 75, 76, 78
   host_chain_reward_address.go100%100%100%
   keeper.go100%100%50%..., 96, 97, 98, 99
   module_state.go100%100%100%
   invariants.go100%100%42.11%..., 30, 31, 32, 33
   icq_callbacks.go100%100%0%..., 67, 70, 71, 72
x/lscosmos/types
   msgs.go100%100%11.66%..., 96, 97, 98, 99
   delegation_strategy.go100%100%80.72%..., 125, 126, 127, 66
   codec.go100%100%46.15%..., 46, 47, 48, 49
   genesis.go100%100%87.10%29, 30, 31, 32
   lscosmos.go100%100%16.99%..., 94, 95, 96, 99
   keys.go100%100%0%..., 133, 137, 138, 139
   params.go100%100%47.37%..., 36, 37, 38, 39
   governance_proposal.go100%100%82.98%..., 59, 60, 61, 64
x/lspersistence/keeper
   grpc_query.go100%100%100%
   invariants.go100%100%74.39%..., 56, 58, 59, 60
   keeper.go100%100%82.86%..., 62, 76, 77, 83
   rebalancing.go100%100%92.96%..., 45, 46, 75, 76
   genesis.go100%100%86.96%14, 22, 31
   test_common.go100%100%0%..., 30, 31, 32, 33
   liquidstaking.go100%100%88.12%..., 54, 55, 84, 85
x/lspersistence/simulation
   proposals.go100%100%96.30%129, 130, 131
   decoder.go100%100%100%
   operations.go100%100%75.65%..., 93, 94, 97, 98
x/lspersistence/types
   genesis.go100%100%100%
   params.go100%100%75%..., 86, 87, 98, 99
   keys.go100%100%100%
   msgs.go100%100%89.89%..., 57, 65, 93, 94
   liquidstaking.go100%100%93.57%..., 62, 63, 71, 78
   codec.go100%100%100%
   rebalancing.go100%100%84%22, 23, 38, 39

@kruspy kruspy merged commit 62069b2 into main Jul 24, 2023
9 of 14 checks passed
@kruspy kruspy deleted the f/bump-sdk-v47 branch July 24, 2023 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants