cosmos-sdk/x/distribution/types
Cory 61a97ef347
Audit / Refactor proto packages layout (#6905)
* create base proto package, move ValAddresses to staking

* move tx, crypto, query proto packages into base; mark module level packages as beta

* new cosmos/base/abci.proto file, refactor some message names

* add comments to TxResponse

* refactor RegisterInterface calls to new proto package names

* fix bug in merge commit

* move missing module proto packages to beta, move cosmos.kv to cosmos.base.kv

* add tx.proto files, holding proto messages for module Msgs

* rm old generated pb.go files

* cosmos/base/base.proto -> cosmos/base/coin.proto

* mark genutil proto package as beta

* Fix conflicts

* Restructure proto files

* Re put signing

* Fix test

* Update slashing genesis

* Ignore confio proto files

* Fix interface register

* Make proto-gen

* Fix lint

* Put tx service into tx.v1beta1

* Use v1beta1 in interface registry

* Remove to cosmos.base.store

* Remove extra confio in buf

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-08-11 11:49:45 +00:00
..
codec.go Rename *codec.Codec to *codec.LegacyAmino (#6991) 2020-08-10 19:41:21 +00:00
common_test.go Merge PR #5192: golangcI-lint updates & set static version to 1.19 2019-10-14 11:43:19 -04:00
delegator.go Merge PR #5610: proto: migrate x/distr to use hybrid codec 2020-02-11 09:58:37 -05:00
distribution.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
errors.go Merge PR #5665: Bump Module ABCI Error Codes 2020-02-18 14:43:00 +01:00
events.go Merge PR #5102: Make events const and alias them (if internal) 2019-09-25 09:17:02 -07:00
expected_keepers.go x/staking: remove alias.go usage (#6397) 2020-06-12 14:54:37 +00:00
fee_pool.go Merge PR #5610: proto: migrate x/distr to use hybrid codec 2020-02-11 09:58:37 -05:00
fee_pool_test.go Merge PR #5048: Fix linters and add golint 2019-09-16 13:11:17 -04:00
genesis.go x/{distribution, staking, bank, mint, crisis} genesis protobuf migration (#6835) 2020-07-28 09:20:17 +00:00
genesis.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
keys.go Merge Pr #5506: Refactor use of parameters in x/distribution to match module spec 2020-01-10 15:08:14 -05:00
msg.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
msg_test.go Merge PR #5384: Fund Community Pool -- Part II 2019-12-10 23:02:15 -05:00
params.go Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00
params_test.go Squash various linter warnings (#5652) 2020-02-16 20:06:45 +01:00
proposal.go Merge PR #5942: Tx Client Migration: x/gov 2020-04-14 15:05:14 -04:00
querier.go x/distribution: gRPC query service (#6600) 2020-07-13 20:01:16 +00:00
query.go x/distribution: gRPC query service (#6600) 2020-07-13 20:01:16 +00:00
query.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
tx.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
validator.go Merge PR #5610: proto: migrate x/distr to use hybrid codec 2020-02-11 09:58:37 -05:00