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

remove fork logic #392

Merged
merged 1 commit into from
Jan 17, 2023
Merged

remove fork logic #392

merged 1 commit into from
Jan 17, 2023

Conversation

puneet2019
Copy link
Member

1. Overview

Removes the fork logic. to be executed for fixing c value to 1.0, for persistencecore v6.

2. Implementation details

3. How to test/use

4. Checklist

  • Does the Readme need to be updated?

5. Limitations (optional)

6. Future Work (optional)

@github-actions
Copy link

Coverage after merging puneet/removefork into main

35.11%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
ante
   ante.go100%100%75.76%..., 28, 29, 33, 34
   fee.go100%100%95%32, 33
app
   genesis_account.go100%100%0%..., 41, 42, 43, 46
   encoding.go100%100%0%..., 14, 15, 16, 17
   constants.go100%100%60%..., 65, 66, 67, 69
   export.go100%100%0%..., 96, 97, 98, 99
   genesis.go100%100%0%17, 18, 19, 20
   app.go100%100%0.67%..., 952, 953, 954, 955
cmd/pstaked/cmd
   root.go100%100%62.89%..., 64, 65, 68, 69
   genaccounts.go100%100%14.39%..., 96, 97, 98, 99
tests/e2e
   chain.go100%100%58.44%..., 96, 97, 98, 99
   io.go100%100%64.29%..., 28, 29, 39, 40
   util.go100%100%66.67%..., 33, 34, 37, 38
   keys.go100%100%17.14%..., 51, 52, 53, 55
   genesis.go100%100%68.35%..., 87, 88, 98, 99
   validator.go100%100%78.95%..., 81, 82, 97, 98
x/lscosmos
   genesis.go100%100%84.44%..., 29, 30, 32, 33
   module_simulation.go100%100%4%..., 59, 60, 61, 62
   proposal_handler.go100%100%38.46%..., 22, 23, 25, 26
   module.go100%100%50%..., 84, 87, 88, 89
   handler.go100%100%17.24%..., 38, 39, 40, 41
   module_ibc.go100%100%0%..., 84, 92, 93, 94
x/lscosmos/client/utils
   utils.go100%100%49.54%..., 74, 75, 76, 78
x/lscosmos/keeper
   delegation_state.go100%100%44.62%..., 199, 201, 85, 86
   c_value.go100%100%95%30, 31, 43
   module_state.go100%100%100%
   allowlisted_validators.go100%100%100%
   host_chain_params.go100%100%100%
   host_chain_reward_address.go100%100%100%
   ica_txs.go100%100%24.14%..., 45, 46, 47, 48
   abci.go100%100%5.48%..., 96, 97, 98, 99
   keeper.go100%100%52.81%..., 93, 94, 95, 99
   unbonding_epoch_c_value.go100%100%0%..., 55, 56, 57, 9
   grpc_query.go100%100%20.71%..., 96, 97, 98, 99
   invariants.go100%100%42.11%..., 30, 31, 32, 33
   transient_store.go100%100%68.75%..., 74, 75, 76, 78
   handshake.go100%100%0%..., 94, 95, 98, 99
   grpc_query_params.go100%100%100%
   governance_proposal.go100%100%0%..., 96, 97, 98, 99
   delegation_strategy.go100%100%57.78%..., 87, 89, 96, 97
   icq_callbacks.go100%100%78.18%..., 57, 58, 65, 66
   hooks.go100%100%27.87%..., 70, 71, 72, 73
   params.go100%100%100%
   delegator_unbonding_epoch_entry.go100%100%72.88%..., 72, 73, 74, 76
   msg_server.go100%100%0.75%..., 94, 95, 96, 99
   host_accounts.go100%100%100%
x/lscosmos/types
   delegation_strategy.go100%100%80.72%..., 124, 125, 126, 65
   params.go100%100%47.37%..., 36, 37, 38, 39
   governance_proposal.go100%100%87.23%..., 375, 96, 97, 98
   keys.go100%100%0%..., 120, 124, 125, 126
   genesis.go100%100%87.50%30, 31, 32, 33
   lscosmos.go100%100%32.35%..., 96, 97, 98, 99
   codec.go100%100%45.95%..., 44, 45, 46, 47
   msgs.go100%100%15.03%..., 93, 94, 95, 99

@puneet2019 puneet2019 merged commit 91328b7 into main Jan 17, 2023
@puneet2019 puneet2019 deleted the puneet/removefork branch January 17, 2023 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant