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

Cosmwasm 0.6 #25

Merged
merged 12 commits into from
Jan 17, 2020
Merged

Cosmwasm 0.6 #25

merged 12 commits into from
Jan 17, 2020

Conversation

ethanfrey
Copy link
Member

Closes #13

Updates dependencies to go-cosmwasm 0.6

TODO: update sample escrow contract and uncomment 2 tests

  • 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 a relevant changelog entry to the Unreleased section in CHANGELOG.md

  • Reviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge PR #XYZ: [title]" (coding standards)

@codecov-io
Copy link

codecov-io commented Jan 17, 2020

Codecov Report

Merging #25 into master will decrease coverage by 0.4%.
The diff coverage is 43.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
- Coverage   61.25%   60.84%   -0.41%     
==========================================
  Files          13       14       +1     
  Lines        1053     1060       +7     
==========================================
  Hits          645      645              
- Misses        349      356       +7     
  Partials       59       59
Impacted Files Coverage Δ
x/wasm/internal/keeper/querier.go 23.71% <16.66%> (-4.87%) ⬇️
x/wasm/handler.go 83.58% <33.33%> (ø) ⬆️
x/wasm/internal/keeper/keeper.go 65% <60.6%> (+0.1%) ⬆️
x/wasm/internal/keeper/api.go 66.66% <66.66%> (ø)
lcd_test/helpers.go 76.25% <0%> (+0.71%) ⬆️

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 09016ea...f206d9a. Read the comment docs.

@ethanfrey ethanfrey merged commit de89907 into master Jan 17, 2020
@ethanfrey ethanfrey deleted the cosmwasm-0.6 branch January 17, 2020 10:48
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.

Upgrade to go-cosmwasm 0.6.1
2 participants