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] Use custom go-cosmwasm for signal propagation #382

Merged
merged 2 commits into from
Aug 12, 2020

Conversation

yun-yeo
Copy link
Contributor

@yun-yeo yun-yeo commented Aug 11, 2020

Summary of changes

  • use custom go-cosmwasm to propagate interrupt signal

ref: CosmWasm/cosmwasm#495
close #363

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 self-assigned this Aug 11, 2020
@yun-yeo yun-yeo requested a review from hanjukim August 11, 2020 08:20
@yun-yeo yun-yeo added the enhancement New feature or request label Aug 11, 2020
@yun-yeo yun-yeo force-pushed the feature/wasmer-update branch from 6594dfd to 1dedcb0 Compare August 11, 2020 08:20
@codecov
Copy link

codecov bot commented Aug 11, 2020

Codecov Report

Merging #382 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #382   +/-   ##
========================================
  Coverage    65.88%   65.88%           
========================================
  Files          116      116           
  Lines         5821     5821           
========================================
  Hits          3835     3835           
  Misses        1767     1767           
  Partials       219      219           

@yun-yeo yun-yeo changed the title [Feature] Use go-cosmwasm for signal propagation [Feature] Use custom go-cosmwasm for signal propagation Aug 12, 2020
@yun-yeo yun-yeo merged commit 206c2b0 into develop Aug 12, 2020
@yun-yeo yun-yeo deleted the feature/wasmer-update branch August 12, 2020 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Interrupt signal ignored after cosmwasm initialization
2 participants