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: use cosmossdk.io/math #941

Merged
merged 6 commits into from
Aug 30, 2022
Merged

refactor: use cosmossdk.io/math #941

merged 6 commits into from
Aug 30, 2022

Conversation

aljo242
Copy link
Contributor

@aljo242 aljo242 commented Aug 29, 2022

Closes #940

@codecov
Copy link

codecov bot commented Aug 29, 2022

Codecov Report

Merging #941 (c357685) into develop (7a5771d) will increase coverage by 0.00%.
The diff coverage is 87.50%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #941   +/-   ##
========================================
  Coverage    10.60%   10.60%           
========================================
  Files          328      328           
  Lines        75537    75537           
========================================
+ Hits          8007     8012    +5     
+ Misses       67340    67337    -3     
+ Partials       190      188    -2     
Impacted Files Coverage Δ
x/campaign/keeper/campaign_auction_event_hooks.go 58.18% <ø> (ø)
x/participation/simulation/simulation.go 0.00% <0.00%> (ø)
x/reward/simulation/simulation.go 0.00% <0.00%> (ø)
x/mint/types/minter.go 82.97% <50.00%> (ø)
x/participation/simulation/store.go 82.85% <66.66%> (ø)
pkg/types/signature_counts.go 100.00% <100.00%> (ø)
x/campaign/simulation/store.go 84.45% <100.00%> (+3.37%) ⬆️
x/campaign/types/params.go 76.19% <100.00%> (ø)
x/campaign/types/shares.go 100.00% <100.00%> (ø)
x/campaign/types/total_supply.go 100.00% <100.00%> (ø)
... and 11 more

Copy link
Contributor

@lumtis lumtis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lumtis lumtis merged commit 10a2cfe into develop Aug 30, 2022
@lumtis lumtis deleted the refactor/cosmossdk.io/math branch August 30, 2022 10:23
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.

Use `cosmossdk.io/math for sdk.Int
2 participants