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

feat: replace importing CosmWasm/wasmvm with line/wasmvm #194

Merged
merged 4 commits into from
May 13, 2021

Conversation

loloicci
Copy link
Member

@loloicci loloicci commented May 12, 2021

Description

closes: #167


  • 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 (not needed)
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/) (not needed)
  • Added relevant godoc comments. (not needed)
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md(Write to CHANGELOG-PENDING.md)
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@loloicci loloicci self-assigned this May 12, 2021
@codecov
Copy link

codecov bot commented May 12, 2021

Codecov Report

Merging #194 (3448367) into v2/develop (f9fbaea) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##           v2/develop     #194      +/-   ##
==============================================
- Coverage       53.09%   53.09%   -0.01%     
==============================================
  Files             688      688              
  Lines           49057    49057              
==============================================
- Hits            26048    26046       -2     
- Misses          20115    20116       +1     
- Partials         2894     2895       +1     
Impacted Files Coverage Δ
x/wasm/ibc.go 0.00% <ø> (ø)
x/wasm/internal/keeper/api.go 81.81% <ø> (ø)
x/wasm/internal/keeper/handler_plugin.go 74.05% <ø> (ø)
x/wasm/internal/keeper/keeper.go 86.14% <ø> (ø)
x/wasm/internal/keeper/query_plugins.go 54.61% <ø> (ø)
x/wasm/internal/keeper/relay.go 100.00% <ø> (ø)
x/wasm/internal/types/store.go 0.00% <ø> (ø)
x/wasm/internal/types/types.go 24.63% <ø> (ø)
snapshots/store.go 74.31% <0.00%> (-1.10%) ⬇️

@loloicci loloicci merged commit 8353d2a into v2/develop May 13, 2021
@loloicci loloicci deleted the loloicci/v2/feat/replace-wasmvm-imports branch May 13, 2021 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change wasm package name
4 participants