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

fix: campaign query urls #764

Merged
merged 2 commits into from
May 6, 2022
Merged

fix: campaign query urls #764

merged 2 commits into from
May 6, 2022

Conversation

lumtis
Copy link
Contributor

@lumtis lumtis commented May 5, 2022

Add campaignID in http urls for MainnetAccountAll and MainnetVestingAccountAll

@codecov
Copy link

codecov bot commented May 5, 2022

Codecov Report

Merging #764 (008b123) into develop (096ed50) will decrease coverage by 0.06%.
The diff coverage is 3.32%.

❗ Current head 008b123 differs from pull request most recent head 1283bb8. Consider uploading reports for the commit 1283bb8 to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #764      +/-   ##
===========================================
- Coverage    11.16%   11.09%   -0.07%     
===========================================
  Files          281      281              
  Lines        63642    64084     +442     
===========================================
+ Hits          7103     7112       +9     
- Misses       56376    56807     +431     
- Partials       163      165       +2     
Impacted Files Coverage Δ
x/launch/types/events.pb.go 0.51% <0.00%> (-0.11%) ⬇️
x/launch/keeper/chain.go 97.36% <100.00%> (+0.02%) ⬆️
x/launch/keeper/msg_request_add_account.go 100.00% <100.00%> (ø)
x/launch/keeper/msg_request_add_validator.go 100.00% <100.00%> (ø)
x/launch/keeper/msg_request_add_vesting_account.go 100.00% <100.00%> (ø)
x/launch/keeper/msg_request_remove_account.go 100.00% <100.00%> (ø)
x/launch/keeper/msg_request_remove_validator.go 100.00% <100.00%> (ø)
x/launch/keeper/request.go 95.07% <100.00%> (+0.20%) ⬆️
x/campaign/simulation/store.go 81.08% <0.00%> (-3.38%) ⬇️

@lumtis lumtis merged commit 67ab845 into develop May 6, 2022
@lumtis lumtis deleted the fix/queries branch May 6, 2022 07:11
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.

Fix MainnetAccountAll and MainnetVestingAccountAll http urls
2 participants