cosmos-sdk/x/distribution
Marko 3cbc38ddad
fix: remove json tag (#10598)
* remove json tag

* fix compile

* add changelog entry for breaking changes

* remove last two jsontags

* move chaglog to client

* add json_name to pubkey

* fix build

* fix some json tags in tests

* remove ormpb
2021-12-20 12:38:43 +01:00
..
client refactor: move legacy gov to v1beta1 (#10748) 2021-12-13 18:48:44 +00:00
keeper feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
migrations style: lint go and markdown (#10060) 2021-10-30 13:43:04 +00:00
simulation feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
spec style: lint go and markdown (#10060) 2021-10-30 13:43:04 +00:00
types fix: remove json tag (#10598) 2021-12-20 12:38:43 +01:00
abci.go Merge PR #6761: telemetry: use UTC() in wrappers 2020-07-17 15:33:50 -04:00
doc.go Merge PR #5417: Update distribution module doc 2019-12-17 13:59:16 -05:00
handler.go refactor: move legacy gov to v1beta1 (#10748) 2021-12-13 18:48:44 +00:00
module_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
module.go fix: Check error for RegisterQueryHandlerClient in all modules RegisterGRPCGatewayRoutes (#10439) 2021-10-28 11:01:25 +00:00
proposal_handler_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
README.md docs: add READMEs to each modules' directory (#10721) 2021-12-10 16:10:11 +00:00

Distribution

  • Distribution - Fee distribution, and staking token provision distribution.