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

Don't pass non-wasm events to reply() #917

Merged
merged 4 commits into from
Jul 29, 2022

Conversation

ethanfrey
Copy link
Member

Builds on the wonderful work of #915 (thank you assafmo)

Adds changelog entry and fixes tests so I can merge and release.

assafmo and others added 3 commits July 28, 2022 12:52
Output events are not part of consensus and can be non-deterministic
@ethanfrey ethanfrey requested a review from alpe as a code owner July 29, 2022 05:55
@codecov
Copy link

codecov bot commented Jul 29, 2022

Codecov Report

Merging #917 (ce1cf74) into main (d63bea4) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #917      +/-   ##
==========================================
+ Coverage   59.15%   59.20%   +0.04%     
==========================================
  Files          51       51              
  Lines        6199     6201       +2     
==========================================
+ Hits         3667     3671       +4     
+ Misses       2265     2264       -1     
+ Partials      267      266       -1     
Impacted Files Coverage Δ
x/wasm/keeper/msg_dispatcher.go 88.23% <100.00%> (+0.23%) ⬆️
x/wasm/keeper/keeper.go 88.57% <0.00%> (+0.33%) ⬆️

@ethanfrey ethanfrey merged commit f5804fc into main Jul 29, 2022
@ethanfrey ethanfrey deleted the v0.27.0-dont-pass-non-wasm-events-to-reply branch July 29, 2022 06:27
@ethanfrey ethanfrey mentioned this pull request Jul 29, 2022
mattverse pushed a commit to osmosis-labs/wasmd that referenced this pull request Aug 12, 2022
…asm-events-to-reply

Don't pass non-wasm events to reply()
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.

2 participants