cosmos-sdk/x/bank/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
..
bank.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
codec.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
errors.go Merge PR #5681: proto: migrate bank to hybridcodec 2020-02-20 15:24:26 +01:00
events.go Merge PR #5681: proto: migrate bank to hybridcodec 2020-02-20 15:24:26 +01:00
expected_keepers.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00: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
genesis_test.go Implement ADR 024 - Coin Metadata (#6821) 2020-07-28 07:49:56 +00:00
key.go Implement ADR 024 - Coin Metadata (#6821) 2020-07-28 07:49:56 +00:00
key_test.go Exclude proto files from format (#5706) 2020-02-27 07:53:22 -03:00
msgs.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
msgs_test.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
params.go Remove viper in Staking module. (#6631) 2020-07-08 22:00:34 +02:00
params_test.go Remove viper in Staking module. (#6631) 2020-07-08 22:00:34 +02:00
querier.go Rename proto Req/Res to Pagination (#6796) 2020-07-20 16:51:16 +00:00
query.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
supply.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
supply_test.go Merge PR #6010: Merge x/supply into x/bank 2020-04-20 11:22:12 -04:00
tx.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00