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/mint): Mint issuance using epochs #20044

Open
wants to merge 55 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
dd92fac
add proto files
likhita-809 Apr 15, 2024
178c867
add proto generated files
likhita-809 Apr 15, 2024
9e95ade
wip: add code for mint issuance using epochs
likhita-809 Apr 15, 2024
91882e5
wip: rm unnecessary code and setup hooks
likhita-809 Apr 15, 2024
8b787df
fix tests
likhita-809 Apr 15, 2024
4dbeffd
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Apr 15, 2024
8130934
address comments
likhita-809 Apr 15, 2024
0ebd571
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Apr 15, 2024
8ed7339
add test
likhita-809 Apr 16, 2024
1e6df72
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Apr 16, 2024
2f932b1
fix lint
likhita-809 Apr 17, 2024
64b7d39
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Apr 17, 2024
96ab971
remove yaml usage
likhita-809 Apr 23, 2024
e4b32f8
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Apr 23, 2024
e8b979e
fix tests
likhita-809 Apr 23, 2024
9bcaed1
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Apr 24, 2024
1863865
address comments
likhita-809 Apr 25, 2024
3a99f0a
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Apr 25, 2024
679d467
fix tests
likhita-809 Apr 25, 2024
402421f
add proto since annotations
likhita-809 Apr 30, 2024
0931240
add changelog
likhita-809 Apr 30, 2024
2aa0190
move hooks test to integration tests
likhita-809 Apr 30, 2024
2aad648
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 Apr 30, 2024
7e402fb
update sdk version in proto files
likhita-809 May 2, 2024
715abf9
update proto
likhita-809 May 2, 2024
6e10d16
proto updates
likhita-809 May 2, 2024
3b69ef1
try fixing encoding in grpc requests
likhita-809 May 2, 2024
99717af
add readme and migration
likhita-809 May 2, 2024
6ce9509
fix lint and readme
likhita-809 May 2, 2024
3c529d6
update minter ref url
likhita-809 May 2, 2024
bf50101
fix migration
likhita-809 May 2, 2024
d8ef3bb
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 May 2, 2024
2e09822
add abci changes and update readme
likhita-809 May 2, 2024
9feea3d
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 May 2, 2024
eacd0e1
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 May 3, 2024
5e1d9aa
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 May 6, 2024
b29298a
fix proto
likhita-809 May 6, 2024
1a68c9b
more proto updates
likhita-809 May 6, 2024
7527bb2
fix test
likhita-809 May 6, 2024
aa59ac1
make proto-gen
likhita-809 May 6, 2024
df1883b
fix readme proto ref links
likhita-809 May 6, 2024
c6da896
fix e2e tests
likhita-809 May 6, 2024
c1ccfb6
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 May 6, 2024
0641345
nit: address bot's comments
likhita-809 May 6, 2024
5fda275
try fixing test
likhita-809 May 7, 2024
fcdfa28
wip
likhita-809 May 7, 2024
963c1b5
add err check on hooks logic
likhita-809 May 8, 2024
44bdc27
Merge branch 'main' of https://github.com/cosmos/cosmos-sdk into likh…
likhita-809 May 8, 2024
3a7479b
wip
likhita-809 May 14, 2024
a9fbc33
Revert "wip"
likhita-809 May 14, 2024
2d68436
wip: remove abci logic
likhita-809 May 14, 2024
e1c9be5
fix tests
likhita-809 May 15, 2024
2c97872
wip: deprecate inflation and annual_provisions
likhita-809 May 15, 2024
0efb8b3
wip: run protogen
likhita-809 May 15, 2024
8d1a9a3
wip: use staked tokens in hooks logic
likhita-809 May 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
99 changes: 81 additions & 18 deletions api/cosmos/mint/v1beta1/genesis.pulsar.go

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