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

Encode WasmMsg::Migrate and test #437

Merged
merged 1 commit into from
Mar 5, 2021
Merged

Encode WasmMsg::Migrate and test #437

merged 1 commit into from
Mar 5, 2021

Conversation

ethanfrey
Copy link
Member

Closes #422

@ethanfrey ethanfrey requested a review from alpe as a code owner March 4, 2021 20:25
@codecov
Copy link

codecov bot commented Mar 4, 2021

Codecov Report

Merging #437 (27d5351) into master (b98353e) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #437      +/-   ##
==========================================
+ Coverage   55.36%   55.39%   +0.02%     
==========================================
  Files          39       39              
  Lines        4073     4080       +7     
==========================================
+ Hits         2255     2260       +5     
- Misses       1627     1628       +1     
- Partials      191      192       +1     
Impacted Files Coverage Δ
x/wasm/internal/keeper/handler_plugin.go 75.10% <100.00%> (+0.78%) ⬆️
x/wasm/internal/keeper/keeper.go 87.40% <0.00%> (-0.53%) ⬇️

Copy link
Contributor

@alpe alpe left a comment

Choose a reason for hiding this comment

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

Small and 🚀

@ethanfrey ethanfrey merged commit d51a1b8 into master Mar 5, 2021
@ethanfrey ethanfrey deleted the wasm-migrate-msg branch March 5, 2021 12:50
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.

Add support for WasmMsg::Migrate
2 participants