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

Update to 0.9 #148

Merged
merged 15 commits into from
Jun 22, 2020
Merged

Update to 0.9 #148

merged 15 commits into from
Jun 22, 2020

Conversation

ethanfrey
Copy link
Member

This updates cosmos-sdk-0.39 branch to v0.9.0-alpha2 release, so we can code with minimal breaking changes

  • 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.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • 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


For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov-commenter
Copy link

Codecov Report

Merging #148 into cosmos-sdk-0.39 will increase coverage by 30.84%.
The diff coverage is 50.00%.

Impacted file tree graph

@@                 Coverage Diff                  @@
##           cosmos-sdk-0.39     #148       +/-   ##
====================================================
+ Coverage            30.98%   61.83%   +30.84%     
====================================================
  Files                   22       20        -2     
  Lines                 3653     1766     -1887     
====================================================
- Hits                  1132     1092       -40     
+ Misses                2426      580     -1846     
+ Partials                95       94        -1     
Impacted Files Coverage Δ
x/wasm/internal/types/types.go 0.00% <0.00%> (ø)
x/wasm/internal/keeper/keeper.go 86.22% <85.71%> (ø)
x/wasm/handler.go 57.94% <100.00%> (-0.62%) ⬇️
x/wasm/internal/keeper/test_common.go 84.16% <100.00%> (+0.98%) ⬆️
app/app.go 89.15% <0.00%> (-4.08%) ⬇️
x/wasm/internal/keeper/handler_plugin.go 72.15% <0.00%> (-0.47%) ⬇️
app/genesis.go 0.00% <0.00%> (ø)
x/wasm/internal/types/msg.go 44.33% <0.00%> (ø)
x/wasm/internal/types/codec.go 100.00% <0.00%> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a603001...1915bb0. Read the comment docs.

@ethanfrey ethanfrey merged commit 8cf06b9 into cosmos-sdk-0.39 Jun 22, 2020
@ethanfrey ethanfrey deleted the update-to-0.9 branch June 22, 2020 18:58
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.

2 participants