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(x/protocolpool): Stream funds from community pool #18103

Merged
merged 90 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from 82 commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
abe5a02
add proto file
likhita-809 Oct 12, 2023
628c4ba
add proto-gen files
likhita-809 Oct 12, 2023
cbb0e8c
update proto file
likhita-809 Oct 12, 2023
7eb9444
run proto-gen
likhita-809 Oct 12, 2023
9fe659e
feat: Stream Funds from protocolpool
likhita-809 Oct 12, 2023
edfc4b8
wip: add more changes
likhita-809 Oct 12, 2023
40a8447
add pool module to EndBlocker order
likhita-809 Oct 12, 2023
26fabfa
fix simulation in protocolpool
likhita-809 Oct 12, 2023
f5aa92d
fix lint and run go mod tidy
likhita-809 Oct 12, 2023
302df33
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Oct 12, 2023
cc2311b
wip: update module.go
likhita-809 Oct 12, 2023
2fa4e0b
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Oct 13, 2023
ed6920d
fix tests
likhita-809 Oct 13, 2023
ceecddd
update proto files
likhita-809 Oct 13, 2023
9770289
address review comments: lazy code
likhita-809 Oct 13, 2023
4ef2446
wip: fix
likhita-809 Oct 13, 2023
8cd795c
fix tests
likhita-809 Oct 13, 2023
5880fdd
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Oct 13, 2023
a9d6f72
wip: address review comments
likhita-809 Oct 13, 2023
c8b78da
run proto-gen & remove since comments
likhita-809 Oct 13, 2023
a02bde8
make authority as signer
likhita-809 Oct 13, 2023
abe1df7
add budget query
likhita-809 Oct 13, 2023
eb841ff
add proto-gen files
likhita-809 Oct 13, 2023
6b0675f
add grpc query implementation
likhita-809 Oct 13, 2023
d57cc00
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Oct 13, 2023
d7235cd
fix nit
likhita-809 Oct 13, 2023
8782ff8
delete unused distrinfo struct
likhita-809 Oct 13, 2023
43b4778
simplify naming
likhita-809 Oct 13, 2023
924ada5
run proto-gen
likhita-809 Oct 13, 2023
d339520
code cleanup
likhita-809 Oct 13, 2023
4309b78
wip: cleanup
likhita-809 Oct 13, 2023
273be81
change proposal prompt name
likhita-809 Oct 13, 2023
d8c686b
fix lint
likhita-809 Oct 13, 2023
4b906dd
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Oct 16, 2023
ed4c3f6
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Oct 16, 2023
7c306d2
add MsgFundDispensationProposal proto msg
likhita-809 Oct 19, 2023
dfcb89c
update proto msg
likhita-809 Oct 19, 2023
81c83e8
Revert "update proto msg"
likhita-809 Oct 24, 2023
599303e
Revert "add MsgFundDispensationProposal proto msg"
likhita-809 Oct 24, 2023
0a8809e
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Oct 24, 2023
0b9d201
address few comments
likhita-809 Oct 26, 2023
e3cc5d5
add proto changes
likhita-809 Oct 26, 2023
a015286
more updates
likhita-809 Oct 26, 2023
19d1cff
cleanup
likhita-809 Oct 26, 2023
1cfd817
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Oct 26, 2023
0ede17a
more proto changes
likhita-809 Oct 26, 2023
7323da3
address few comments
likhita-809 Oct 26, 2023
8eeb1e7
fix claim funds logic
likhita-809 Oct 26, 2023
6faa47c
run proto-gen
likhita-809 Oct 26, 2023
f24bd99
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Oct 26, 2023
df4f3ca
add tests
likhita-809 Oct 30, 2023
54b5b95
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Oct 30, 2023
d5017bb
fix lint and tests
likhita-809 Oct 30, 2023
a74253d
run go mod tidy
likhita-809 Oct 30, 2023
9772449
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Oct 30, 2023
0c75887
update docs
likhita-809 Oct 30, 2023
50bbe5d
more checks
likhita-809 Oct 30, 2023
8bacc42
wip: test
likhita-809 Oct 30, 2023
e67601a
wip
likhita-809 Oct 30, 2023
fc855d9
add proto-gen files
likhita-809 Oct 30, 2023
ed779bc
more changes
likhita-809 Oct 30, 2023
4cffd2b
fix tests
likhita-809 Oct 30, 2023
510848d
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Oct 30, 2023
497a2b4
add double claim testcases
likhita-809 Oct 31, 2023
8ceda3c
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Oct 31, 2023
c0b4a2f
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 1, 2023
638b106
update proto file
likhita-809 Nov 1, 2023
c3702d0
wip: update keeper logic
likhita-809 Nov 1, 2023
01e8006
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 1, 2023
c6daf9e
update proto files
likhita-809 Nov 1, 2023
f3806dc
update keeper logic and tests
likhita-809 Nov 1, 2023
286cc87
update readme
likhita-809 Nov 1, 2023
5ac8237
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 1, 2023
3978f4c
improve errors
likhita-809 Nov 1, 2023
78c1d28
rename last claim time to next claim from
likhita-809 Nov 1, 2023
462fe14
change double claim tc to use 1 month period
likhita-809 Nov 1, 2023
57f4c1f
Merge branch 'likhita/sf-2' of https://github.com/cosmos/cosmos-sdk i…
likhita-809 Nov 1, 2023
1c84c46
refactor keeper code
likhita-809 Nov 1, 2023
d845f26
wip: address julien's comment
likhita-809 Nov 3, 2023
e818975
update proto files
likhita-809 Nov 3, 2023
0b4898c
use concrete time types
likhita-809 Nov 3, 2023
1bc47f7
update grpc query
likhita-809 Nov 3, 2023
12452ea
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 3, 2023
2baea4c
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 6, 2023
ae39a2d
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 6, 2023
bcd5221
address julien's comments
likhita-809 Nov 6, 2023
e90053e
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Nov 6, 2023
3a27c0c
update Readme and godoc
likhita-809 Nov 6, 2023
3b11131
update readme
likhita-809 Nov 6, 2023
39a2191
remove pointer update on validateAndUpdateBudgetProposal
likhita-809 Nov 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,526 changes: 1,476 additions & 50 deletions api/cosmos/protocolpool/v1/query.pulsar.go

Large diffs are not rendered by default.

43 changes: 40 additions & 3 deletions api/cosmos/protocolpool/v1/query_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading