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

feat(campaign): implement MsgUpdateSpecialAllocations #798

Merged
merged 14 commits into from
May 23, 2022

Conversation

lumtis
Copy link
Contributor

@lumtis lumtis commented May 16, 2022

Implement MsgUpdateSpecialAllocations that allows updating the special allocations for a campaign

@lumtis lumtis linked an issue May 16, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented May 16, 2022

Codecov Report

Merging #798 (0d5a5fc) into develop (72b3631) will increase coverage by 0.02%.
The diff coverage is 13.39%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #798      +/-   ##
===========================================
+ Coverage    10.54%   10.56%   +0.02%     
===========================================
  Files          328      330       +2     
  Lines        76534    76938     +404     
===========================================
+ Hits          8073     8131      +58     
- Misses       68256    68603     +347     
+ Partials       205      204       -1     
Impacted Files Coverage Δ
x/campaign/types/events.pb.go 0.55% <ø> (ø)
x/campaign/types/tx.pb.go 0.57% <0.57%> (+<0.01%) ⬆️
x/campaign/types/msg_update_special_allocations.go 30.76% <30.76%> (ø)
.../campaign/keeper/msg_update_special_allocations.go 100.00% <100.00%> (ø)
x/campaign/simulation/store.go 84.45% <0.00%> (+1.35%) ⬆️

@lumtis lumtis marked this pull request as ready for review May 17, 2022 12:25
aljo242
aljo242 previously approved these changes May 17, 2022
x/campaign/client/cli/tx_update_special_allocations.go Outdated Show resolved Hide resolved
x/campaign/keeper/msg_update_special_allocations.go Outdated Show resolved Hide resolved
@lumtis lumtis requested a review from aljo242 May 17, 2022 15:07
@lumtis lumtis merged commit 24810ed into develop May 23, 2022
@lumtis lumtis deleted the special-alloctions-update branch May 23, 2022 11:44
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.

Create a message to update SpecialAllocations
2 participants