-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat(campaign
): add simulation for msgEditCampaign
#712
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #712 +/- ##
===========================================
- Coverage 11.20% 11.20% -0.01%
===========================================
Files 278 278
Lines 60753 60785 +32
===========================================
+ Hits 6806 6808 +2
- Misses 53761 53792 +31
+ Partials 186 185 -1
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mmh seems like the message is not simulated during the execution of make test-sim-ci
"campaign": {
"add_shares": {
"failure": 3,
"ok": 11
},
"add_vesting_options": {
"failure": 9,
"ok": 8
},
"burn_vouchers": {
"failure": 1,
"ok": 13
},
"create_campaign": {
"failure": 7,
"ok": 21
},
"initialize_mainnet": {
"failure": 5
},
"mint_vouchers": {
"failure": 9,
"ok": 8
},
"redeem_vouchers": {
"failure": 10,
"ok": 14
},
"unredeem_vouchers": {
"failure": 5,
"ok": 13
},
"update_total_supply": {
"failure": 10
}
},
Sorry, sloppy copy-paste. Should be fixed now |
Closes #539