cosmos-sdk/x/mint
Alexander Bezobchuk b95ade93bd Merge PR #4011: Mint/Inflation Querier, LCD and CLI
* A few godoc updates

* More minor tweaks and reformatting

* Implement initial minting querier

* Implement stringer interface for minting params

* Minor cleanup

* Add minting CLI commands

* Implement inflation query command

* Implement annual provisions query and CLI command

* Update x/mint/client/module_client.go

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update x/mint/client/module_client.go

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update x/mint/client/module_client.go

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Update x/mint/querier.go

Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>

* Add minting REST client routes/handlers

* Fix build issues

* Implement querier unit tests

* Update gaiacli docs

* Implement LCD tests

* Update Swagger docs

* Add pending log entry

* add examples

Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>

* revert adding examples

Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
2019-04-01 10:28:36 -07:00
..
client Merge PR #4011: Mint/Inflation Querier, LCD and CLI 2019-04-01 10:28:36 -07:00
abci_app.go Merge PR #3654: x/mint now uses total supply instead of bonded supply 2019-02-15 16:55:21 +01:00
expected_keepers.go Merge PR #3654: x/mint now uses total supply instead of bonded supply 2019-02-15 16:55:21 +01:00
genesis.go Merge PR #3656: Broken-Invar Tx - aka. Crisis module 2019-03-28 19:27:47 -04:00
keeper.go Merge PR #4011: Mint/Inflation Querier, LCD and CLI 2019-04-01 10:28:36 -07:00
minter.go Merge PR #4011: Mint/Inflation Querier, LCD and CLI 2019-04-01 10:28:36 -07:00
minter_test.go Merge PR #2958: Validator Power Dec-> Int 2019-01-02 15:29:47 -05:00
params.go Merge PR #4011: Mint/Inflation Querier, LCD and CLI 2019-04-01 10:28:36 -07:00
querier.go Merge PR #4011: Mint/Inflation Querier, LCD and CLI 2019-04-01 10:28:36 -07:00
querier_test.go Merge PR #4011: Mint/Inflation Querier, LCD and CLI 2019-04-01 10:28:36 -07:00
test_common.go Merge PR #4011: Mint/Inflation Querier, LCD and CLI 2019-04-01 10:28:36 -07:00