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

[Bugfix] Bump wasmvm to v0.16.2 #603

Merged
merged 2 commits into from
Nov 10, 2021
Merged

[Bugfix] Bump wasmvm to v0.16.2 #603

merged 2 commits into from
Nov 10, 2021

Conversation

yun-yeo
Copy link
Contributor

@yun-yeo yun-yeo commented Nov 10, 2021

Summary of changes

close #599

This update is security update of wasmvm ref.

The problem monitored only happens in the nodes which are receiving wasm queries, so the query nodes are highly recommended to update ASAP to avoid node crash.

Report of required housekeeping

  • Github issue OR spec proposal link
  • Wrote tests
  • Updated API documentation (client/lcd/swagger-ui/swagger.yaml)
  • 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 added bug Something isn't working wasm Wasm contract related update labels Nov 10, 2021
@yun-yeo yun-yeo self-assigned this Nov 10, 2021
@yun-yeo yun-yeo requested a review from Vritra4 November 10, 2021 10:00
@codecov
Copy link

codecov bot commented Nov 10, 2021

Codecov Report

Merging #603 (6c99418) into main (6235f92) will decrease coverage by 0.11%.
The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #603      +/-   ##
==========================================
- Coverage   44.81%   44.69%   -0.12%     
==========================================
  Files         122      120       -2     
  Lines        7016     6967      -49     
==========================================
- Hits         3144     3114      -30     
+ Misses       3627     3614      -13     
+ Partials      245      239       -6     
Impacted Files Coverage Δ
x/wasm/keeper/legacy_querier.go 33.73% <ø> (-1.50%) ⬇️
x/wasm/keeper/querier.go 33.33% <ø> (-2.06%) ⬇️
x/wasm/types/keys.go 0.00% <ø> (ø)
x/wasm/keeper/keeper.go 84.26% <78.94%> (+2.45%) ⬆️
x/wasm/keeper/contract.go 79.84% <89.47%> (+0.84%) ⬆️
x/wasm/genesis.go 66.66% <100.00%> (ø)
x/oracle/tally.go 86.48% <0.00%> (-5.41%) ⬇️

@yun-yeo yun-yeo merged commit 19b75bf into main Nov 10, 2021
@yun-yeo yun-yeo deleted the bugfix/wasmvm-cache branch November 10, 2021 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wasm Wasm contract related update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] crash with PoisonError and Block.Header.AppHash incorrect
2 participants