cosmos-sdk/proto/cosmos
Alexander Bezobchuk 9ae17669d6
Tx Height Timeout (#6089)
* Implement TxHeightTimeoutDecorator

* Update error message

* rename type

* set height timeout

* update tests

* update *SignDoc)

* rename

* remove dup

* fix build

* cli updates

* rest updates

* cl++

* Update x/auth/ante/basic.go

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>

* Update x/auth/ante/basic.go

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>

* Update x/auth/ante/basic.go

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>

* Update x/auth/ante/basic.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* rename

* rename

* remove TimeoutHeight from SignDoc

* updates

* fix tests

* update IBC cmd flags

* use omitempty

* update godoc

* add test case to TestStdSignBytes

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-08-07 23:32:22 +00:00
..
auth x/auth genesis protobuf migration (#6880) 2020-07-29 16:00:15 +00:00
bank x/{distribution, staking, bank, mint, crisis} genesis protobuf migration (#6835) 2020-07-28 09:20:17 +00:00
capability x/{capability, genutil} genesis types migrated to proto (#6867) 2020-07-29 15:01:20 +00:00
crisis x/{distribution, staking, bank, mint, crisis} genesis protobuf migration (#6835) 2020-07-28 09:20:17 +00:00
crypto Add support for protobuf TxGenerator and SIGN_MODE_DIRECT (#6385) 2020-07-06 17:03:45 +00:00
distribution x/{distribution, staking, bank, mint, crisis} genesis protobuf migration (#6835) 2020-07-28 09:20:17 +00:00
evidence x/evidence genesis protobuf migration (#6864) 2020-07-29 18:22:51 +00:00
genutil x/{capability, genutil} genesis types migrated to proto (#6867) 2020-07-29 15:01:20 +00:00
gov Migrate gov, ibc-transfer genesis state to proto (#6866) 2020-07-28 19:57:09 +00:00
kv types: add kv type (#6897) 2020-07-30 14:53:02 +00:00
mint x/{distribution, staking, bank, mint, crisis} genesis protobuf migration (#6835) 2020-07-28 09:20:17 +00:00
params proto: Consistent naming for Params (#6803) 2020-07-21 14:04:51 +00:00
query Rename proto Req/Res to Pagination (#6796) 2020-07-20 16:51:16 +00:00
slashing Slashing genesis types proto migration (#6881) 2020-08-04 12:58:36 +00:00
staking x/{distribution, staking, bank, mint, crisis} genesis protobuf migration (#6835) 2020-07-28 09:20:17 +00:00
tx Tx Height Timeout (#6089) 2020-08-07 23:32:22 +00:00
upgrade x/upgrade gRPC query service (#6590) 2020-07-04 17:30:17 +00:00
vesting Update proto files & definitions in accordance with ADR023 (#6413) 2020-06-18 10:04:26 -07:00
cosmos.proto refactor auths broadcast cmd in alignment with #6216 (#6713) 2020-07-17 17:17:21 +00:00