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(participation): emit events #778

Merged
merged 4 commits into from
May 11, 2022
Merged

Conversation

aljo242
Copy link

@aljo242 aljo242 commented May 9, 2022

Closes #735

@codecov
Copy link

codecov bot commented May 9, 2022

Codecov Report

Merging #778 (5519ff7) into develop (c1b42d0) will decrease coverage by 0.05%.
The diff coverage is 2.82%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #778      +/-   ##
===========================================
- Coverage    10.92%   10.86%   -0.06%     
===========================================
  Files          285      286       +1     
  Lines        67488    67946     +458     
===========================================
+ Hits          7372     7385      +13     
- Misses       59940    60386     +446     
+ Partials       176      175       -1     
Impacted Files Coverage Δ
x/participation/types/events.pb.go 0.88% <0.88%> (ø)
x/participation/keeper/msg_participate.go 100.00% <100.00%> (ø)
x/participation/keeper/msg_withdraw_allocations.go 83.78% <100.00%> (+1.43%) ⬆️
x/campaign/simulation/store.go 82.43% <0.00%> (+1.35%) ⬆️

@aljo242 aljo242 merged commit aeab7a5 into develop May 11, 2022
@aljo242 aljo242 deleted the feat/participation-events branch May 11, 2022 15:44
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.

Implement events for the participation module
3 participants