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(claim): scaffold claim module #797

Merged
merged 9 commits into from
May 16, 2022
Merged

feat(claim): scaffold claim module #797

merged 9 commits into from
May 16, 2022

Conversation

giunatale
Copy link
Contributor

Closes #782

@codecov
Copy link

codecov bot commented May 13, 2022

Codecov Report

Merging #797 (54d73f8) into develop (b8c079a) will decrease coverage by 0.06%.
The diff coverage is 5.06%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #797      +/-   ##
===========================================
- Coverage    10.65%   10.58%   -0.07%     
===========================================
  Files          302      313      +11     
  Lines        72212    73081     +869     
===========================================
+ Hits          7693     7737      +44     
- Misses       64333    65157     +824     
- Partials       186      187       +1     
Impacted Files Coverage Δ
x/claim/keeper/msg.go 0.00% <0.00%> (ø)
x/claim/types/query.pb.gw.go 0.00% <0.00%> (ø)
x/claim/types/query.pb.go 1.15% <1.15%> (ø)
x/claim/types/genesis.pb.go 1.33% <1.33%> (ø)
x/claim/types/params.pb.go 1.70% <1.70%> (ø)
x/claim/types/tx.pb.go 20.00% <20.00%> (ø)
x/claim/types/params.go 46.15% <46.15%> (ø)
x/claim/keeper/grpc_params.go 57.14% <57.14%> (ø)
x/claim/genesis.go 100.00% <100.00%> (ø)
x/claim/keeper/params.go 100.00% <100.00%> (ø)
... and 1 more

x/claim/client/cli/query.go Show resolved Hide resolved
x/claim/client/cli/tx.go Show resolved Hide resolved
x/claim/client/cli/tx.go Outdated Show resolved Hide resolved
x/claim/keeper/grpc_query_params.go Outdated Show resolved Hide resolved
x/claim/keeper/msg_server.go Outdated Show resolved Hide resolved
x/claim/types/types.go Outdated Show resolved Hide resolved
giunatale and others added 4 commits May 13, 2022 15:01
Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
@giunatale giunatale requested a review from lumtis May 13, 2022 13:06
lumtis
lumtis previously approved these changes May 13, 2022
aljo242
aljo242 previously approved these changes May 16, 2022
Copy link
Contributor

@aljo242 aljo242 left a comment

Choose a reason for hiding this comment

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

I will format then re-approve

@aljo242 aljo242 dismissed stale reviews from lumtis and themself via 2404263 May 16, 2022 14:05
aljo242
aljo242 previously approved these changes May 16, 2022
@aljo242 aljo242 requested a review from lumtis May 16, 2022 14:06
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.

💯

@lumtis lumtis merged commit e1cca3e into develop May 16, 2022
@lumtis lumtis deleted the feat/scaffold-claim branch May 16, 2022 15:31
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.

Initialize the claim module
3 participants