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: check statistics and balance on x/collection mint and burn operations #1114

Merged
merged 2 commits into from
Sep 7, 2023

Conversation

0Tech
Copy link
Collaborator

@0Tech 0Tech commented Sep 6, 2023

Description

This patch would compare the statistics before and after the supply operations.

related: #1105

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 added this to the v0.48.0 milestone Sep 6, 2023
@0Tech 0Tech self-assigned this Sep 6, 2023
@0Tech 0Tech changed the title test: check statistics and balance on mint and burn operations refactor: check statistics and balance on x/collection mint and burn operations Sep 6, 2023
@0Tech 0Tech marked this pull request as ready for review September 6, 2023 08:29
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #1114 (b20dca4) into rc/v0.48.0-rcx (4f7b891) will increase coverage by 0.00%.
Report is 1 commits behind head on rc/v0.48.0-rcx.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##           rc/v0.48.0-rcx    #1114   +/-   ##
===============================================
  Coverage           69.76%   69.76%           
===============================================
  Files                 645      645           
  Lines               67469    67482   +13     
===============================================
+ Hits                47067    47080   +13     
  Misses              18214    18214           
  Partials             2188     2188           
Files Changed Coverage Δ
x/foundation/codec.go 100.00% <100.00%> (ø)
x/foundation/msgs.go 68.97% <100.00%> (+1.16%) ⬆️

@0Tech 0Tech merged commit 8e00ab4 into Finschia:rc/v0.48.0-rcx Sep 7, 2023
37 checks passed
@0Tech 0Tech deleted the test-collection-stat branch September 7, 2023 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants