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 DefaultParamspace and simplify simapp creation. #6564

Merged
merged 6 commits into from
Jul 1, 2020

Conversation

jgimeno
Copy link
Contributor

@jgimeno jgimeno commented Jul 1, 2020

Description

closes: #6562


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@codecov
Copy link

codecov bot commented Jul 1, 2020

Codecov Report

Merging #6564 into master will increase coverage by 1.22%.
The diff coverage is 63.44%.

@@            Coverage Diff             @@
##           master    #6564      +/-   ##
==========================================
+ Coverage   55.60%   56.82%   +1.22%     
==========================================
  Files         457      481      +24     
  Lines       27440    28939    +1499     
==========================================
+ Hits        15257    16445    +1188     
- Misses      11083    11326     +243     
- Partials     1100     1168      +68     

@jgimeno jgimeno marked this pull request as ready for review July 1, 2020 11:51
Copy link
Contributor

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 🌮

@alexanderbez alexanderbez added R4R A:automerge Automatically merge PR once all prerequisites pass. labels Jul 1, 2020
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@tac0turtle tac0turtle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@mergify mergify bot merged commit 6a52c5a into master Jul 1, 2020
@mergify mergify bot deleted the jonathan/remove-default-paramspace-and-improvements branch July 1, 2020 13:57
larry0x pushed a commit to larry0x/cosmos-sdk that referenced this pull request May 22, 2023
* Remove DefaultParamspace and simplify simapp creation.

* Update changelog.

* Create function that inits ParamsKeeper.

* Update CHANGELOG.md

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:automerge Automatically merge PR once all prerequisites pass.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove DefaultParamspace
3 participants