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(x/bank): remove message events including sender attribute whose information is already present in the relevant events (backport #1066) #1093

Merged
merged 3 commits into from
Aug 24, 2023

Conversation

0Tech
Copy link
Collaborator

@0Tech 0Tech commented Aug 24, 2023

Description

This patch backports #1066 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
@0Tech 0Tech marked this pull request as ready for review August 24, 2023 11:02
@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #1093 (d87781e) into rc/v0.48.0-rcx (c057de9) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##           rc/v0.48.0-rcx    #1093      +/-   ##
==================================================
- Coverage           69.70%   69.69%   -0.01%     
==================================================
  Files                 642      642              
  Lines               67287    67277      -10     
==================================================
- Hits                46902    46892      -10     
  Misses              18203    18203              
  Partials             2182     2182              
Files Changed Coverage Δ
types/events.go 84.26% <ø> (ø)
x/bank/types/events.go 0.00% <ø> (ø)
x/bank/keeper/send.go 82.91% <100.00%> (-1.02%) ⬇️

@zemyblue zemyblue added this to the v0.48.0 milestone Aug 24, 2023
@0Tech 0Tech merged commit da331c0 into Finschia:rc/v0.48.0-rcx Aug 24, 2023
36 checks passed
@0Tech 0Tech deleted the 1066 branch August 24, 2023 11:24
…whose information is already present in the relevant events (backport cosmos/cosmos#17273) (Finschia#1066)

* refactor(x/bank): remove message events including `sender` attribute whose information is already present in the relevant events (#17273)

* Update CHANGELOG.md

* Update x/foundation tests

* Update CHANGELOG.md

* Update x/foundation tests

* Update other tests

* Apply suggestions from code review

Update x/authz test

* Use sdk.AttributeKeySender in x/bank type
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.

3 participants