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

test(campaign): simulation improvements #726

Merged
merged 4 commits into from
Apr 15, 2022

Conversation

giunatale
Copy link
Contributor

Closes #358
Closes #719

I've decided for manually setting the two send_enabled params instead of banktypes.DefaultParams() to avoid potentially overriding other params (unintentionally) in bank that might be added in the future.

@codecov
Copy link

codecov bot commented Apr 14, 2022

Codecov Report

Merging #726 (021c90b) into develop (0726841) will decrease coverage by 0.00%.
The diff coverage is 80.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #726      +/-   ##
===========================================
- Coverage    11.20%   11.19%   -0.01%     
===========================================
  Files          278      278              
  Lines        60787    60780       -7     
===========================================
- Hits          6809     6804       -5     
+ Misses       53793    53792       -1     
+ Partials       185      184       -1     
Impacted Files Coverage Δ
x/campaign/simulation/simulation.go 0.00% <0.00%> (ø)
x/campaign/simulation/store.go 82.43% <100.00%> (+0.49%) ⬆️

@giunatale giunatale merged commit d35cf06 into develop Apr 15, 2022
@giunatale giunatale deleted the test/campaign-sim-improvements branch April 15, 2022 13:56
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.

Vouchers transfers disabled during simulation Simulation test (campaign): failing MsgSend operation
3 participants