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

refactor: automate EventTypeMessage inclusion in every message execution (backport #1063) #1090

Merged
merged 2 commits into from
Aug 24, 2023

Conversation

0Tech
Copy link
Collaborator

@0Tech 0Tech commented Aug 24, 2023

Description

This patch backports #1063 into v0.48.0 release candidate.

Motivation and context

How has this been tested?

Screenshots (if appropriate):

Checklist:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have updated API documentation client/docs/swagger-ui/swagger.yaml

@0Tech 0Tech self-assigned this Aug 24, 2023
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #1090 (75440c4) into rc/v0.48.0-rcx (3185422) will increase coverage by 0.12%.
The diff coverage is 80.00%.

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##           rc/v0.48.0-rcx    #1090      +/-   ##
==================================================
+ Coverage           69.56%   69.69%   +0.12%     
==================================================
  Files                 642      642              
  Lines               67392    67269     -123     
==================================================
+ Hits                46884    46885       +1     
+ Misses              18326    18202     -124     
  Partials             2182     2182              
Files Changed Coverage Δ
x/auth/vesting/msg_server.go 67.27% <ø> (-3.70%) ⬇️
x/bank/keeper/msg_server.go 3.84% <ø> (+0.81%) ⬆️
x/bank/types/events.go 0.00% <ø> (ø)
x/crisis/keeper/msg_server.go 0.00% <ø> (ø)
x/distribution/keeper/msg_server.go 2.66% <ø> (+0.77%) ⬆️
x/evidence/keeper/msg_server.go 16.66% <ø> (+6.66%) ⬆️
x/gov/keeper/msg_server.go 2.24% <0.00%> (+0.59%) ⬆️
x/slashing/keeper/msg_server.go 14.28% <ø> (+5.19%) ⬆️
x/staking/keeper/msg_server.go 0.74% <ø> (+0.06%) ⬆️
baseapp/baseapp.go 78.99% <100.00%> (+0.32%) ⬆️

... and 2 files with indirect coverage changes

@0Tech 0Tech marked this pull request as ready for review August 24, 2023 07:38
@0Tech 0Tech merged commit 4c56c90 into Finschia:rc/v0.48.0-rcx Aug 24, 2023
37 checks passed
@0Tech 0Tech deleted the 1063 branch August 24, 2023 08:09
0Tech and others added 2 commits August 24, 2023 15:56
…ion (backport cosmos/cosmos-sdk#13532) (Finschia#1063)

* refactor: automate EventTypeMessage inclusion in every message execution (#13532)

* Fix the test requirement and leave the hint

* Update CHANGELOG.md

* Lint

* Update CHANGELOG.md

---------

Co-authored-by: Julien Robert <julien@rbrt.fr>
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.

None yet

3 participants