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

Updating epochs module. #375

Merged
merged 2 commits into from Feb 10, 2023
Merged

Conversation

arhamchordia
Copy link
Contributor

@arhamchordia arhamchordia commented Nov 11, 2022

1. Overview

Updates Epochs module using git Subtree merge.

2. Implementation details

  • Commands used : git subtree merge --prefix=x/epochs 86142b8bfd0518779c74ef52d5e311c45f8dc93d --message="update module"
  • Exports module manager for a test in client. Other way is to clone the whole app testing in Osmosis.

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 arhamchordia/update_epochs_module into master

50.57%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
simapp
   genesis.go100%100%100%
   config.go100%100%56.10%..., 72, 73, 74, 75
   utils.go100%100%20.25%..., 96, 97, 98, 99
   app.go100%100%77.41%..., 649, 650, 651, 652
   state.go100%100%0%..., 96, 97, 98, 99
   encoding.go100%100%100%
   genesis_account.go100%100%100%
   test_helpers.go100%100%0.93%..., 96, 97, 98, 99
   test_suite.go100%100%0%..., 52, 53, 54, 56
   export.go100%100%15.27%..., 93, 97, 98, 99
simapp/simd/cmd
   genaccounts.go100%100%72.44%..., 95, 97, 98, 99
   root.go100%100%72.69%..., 66, 67, 70, 71
x/epochs/client/cli
   query.go100%100%0%..., 95, 96, 97, 98
   tx.go100%100%0%..., 22, 23, 24, 25
x/epochs/keeper
   grpc_query.go100%100%38.46%..., 51, 53, 54, 55
   epoch.go100%100%85.71%..., 26, 62, 88, 93
   genesis.go100%100%90.91%14
   hooks.go100%100%100%
   keeper.go100%100%92.86%30
   abci.go100%100%100%
x/epochs/types
   keys.go100%100%0%20, 21, 22
   genesis.go100%100%59.18%..., 57, 58, 61, 62
   identifier.go100%100%0%..., 25, 7, 8, 9
   hooks.go100%100%100%
x/halving/simulation
   genesis.go100%100%100%
   params.go100%100%100%
x/halving/types
   genesis.go100%100%86.67%25, 26
   params.go100%100%85.29%23, 24, 25, 43, 44
x/interchainquery
   module.go100%100%62.50%..., 87, 90, 91, 92
   genesis.go100%100%54.55%21, 22, 23, 24, 25
   handler.go100%100%40%16, 17, 18
x/interchainquery/keeper
   msg_server.go100%100%65.08%..., 71, 74, 82, 83
   grpc_query.go100%100%74.07%..., 33, 40, 43, 44
   keeper.go100%100%67.59%..., 64, 65, 87, 99
   abci.go100%100%92.68%58, 59, 60
   queries.go100%100%98%66
x/interchainquery/types
   codec.go100%100%100%
   keys.go100%100%0%28, 29, 30
   msgs.go100%100%56%..., 42, 48, 49, 50
   genesis.go100%100%63.64%15, 16, 17, 18

@puneet2019 puneet2019 merged commit 45f66f6 into master Feb 10, 2023
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

2 participants