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

[Feature] Bump cosmwasm to v0.9 #357

Merged
merged 8 commits into from
Jul 1, 2020
Merged

[Feature] Bump cosmwasm to v0.9 #357

merged 8 commits into from
Jul 1, 2020

Conversation

yun-yeo
Copy link
Contributor

@yun-yeo yun-yeo commented Jun 30, 2020

Summary of changes

  • Bump CosmWasm to v0.9.2 & go-cosmwasm to v0.9.1
  • Add migratable flag on the MsgInstantiateContract msg
  • Add contract code migration feature
  • Add contract owner update feature

Report of required housekeeping

  • Github issue OR spec proposal link
  • Wrote tests
  • Updated relevant documentation (docs/)
  • Added a relevant changelog entry: clog add [section] [stanza] [message]

(FOR ADMIN) Before merging

  • Added appropriate labels to PR
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)
  • Confirm added tests are consistent with the intended behavior of changes
  • Ensure all tests pass

@yun-yeo yun-yeo requested a review from hanjukim June 30, 2020 11:02
@yun-yeo yun-yeo self-assigned this Jun 30, 2020
@yun-yeo yun-yeo added daemon daemon updates enhancement New feature or request must Mustfix for target release. labels Jun 30, 2020
@codecov
Copy link

codecov bot commented Jun 30, 2020

Codecov Report

Merging #357 into develop will increase coverage by 0.50%.
The diff coverage is 71.04%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #357      +/-   ##
===========================================
+ Coverage    65.18%   65.69%   +0.50%     
===========================================
  Files          101      101              
  Lines         5176     5293     +117     
===========================================
+ Hits          3374     3477     +103     
- Misses        1597     1607      +10     
- Partials       205      209       +4     
Impacted Files Coverage Δ
x/wasm/internal/types/connector.go 0.00% <0.00%> (ø)
x/wasm/internal/types/contract.go 0.00% <0.00%> (ø)
x/wasm/internal/types/query_binding.go 0.00% <0.00%> (ø)
x/wasm/module.go 13.55% <66.66%> (+1.49%) ⬆️
x/wasm/internal/types/msg.go 63.15% <67.16%> (-0.48%) ⬇️
x/wasm/internal/keeper/wasm_interface.go 31.91% <80.00%> (ø)
x/wasm/internal/keeper/test_utils.go 90.99% <83.33%> (+0.08%) ⬆️
x/wasm/internal/keeper/contract.go 81.87% <86.20%> (+1.40%) ⬆️
x/wasm/handler.go 88.57% <87.23%> (+13.57%) ⬆️
app/app.go 86.44% <100.00%> (ø)
... and 5 more

@hanjukim hanjukim added this to the Columbus-4 RC0 milestone Jul 1, 2020
@hanjukim hanjukim merged commit 38447d8 into develop Jul 1, 2020
@hanjukim hanjukim deleted the feature/wasm-v0.9 branch July 8, 2020 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
daemon daemon updates enhancement New feature or request must Mustfix for target release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants