Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

re-emit the cosmos events from cache context #415

Merged
merged 1 commit into from
Aug 9, 2021

Conversation

yihuang
Copy link
Contributor

@yihuang yihuang commented Aug 9, 2021

Closes: #414

Description


For contributor use:

  • 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
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@fedekunze fedekunze enabled auto-merge (squash) August 9, 2021 09:33
@codecov
Copy link

codecov bot commented Aug 9, 2021

Codecov Report

Merging #415 (af667c7) into main (75b7f56) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #415      +/-   ##
==========================================
+ Coverage   50.72%   50.74%   +0.02%     
==========================================
  Files          48       48              
  Lines        4844     4846       +2     
==========================================
+ Hits         2457     2459       +2     
  Misses       2288     2288              
  Partials       99       99              
Impacted Files Coverage Δ
x/evm/keeper/state_transition.go 63.79% <100.00%> (+0.31%) ⬆️

@fedekunze fedekunze merged commit 73c2f8e into evmos:main Aug 9, 2021
@yihuang yihuang deleted the cosmos-log branch August 9, 2021 09:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cosmos events are not emitted
2 participants