cosmos-sdk/types
Alexander Bezobchuk c0aff2e1f5
baseapp: Enhance Tx Message Data (#6384)
* Enhance tx message data

* Fix allocation

* cl++

* Fix lint
2020-06-10 04:02:01 -04:00
..
bech32
errors x/ibc: fix internal errors messages (#6268) 2020-05-22 17:17:52 -04:00
module Add RegisterQueryService to AppModule (#6336) 2020-06-06 07:59:57 +00:00
rest Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
simulation ci: split unit tests across 4 machines (#6297) 2020-05-29 15:25:27 +02:00
tx
abci.go
address.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
address_bench_test.go
address_test.go
codec.go
coin.go
coin_benchmark_test.go
coin_test.go
config.go
config_test.go
context.go Merge PR #6325: Add GRPCRouter 2020-06-03 09:33:51 -04:00
context_test.go Merge PR #6325: Add GRPCRouter 2020-06-03 09:33:51 -04:00
dec_coin.go
dec_coin_test.go
decimal.go
decimal_test.go
denom.go
denom_test.go
events.go
events_test.go
handler.go
handler_test.go
int.go
int_test.go
invariant.go
invariant_test.go
proto.go
queryable.go
result.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
result_test.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
router.go x/ibc ICS24 (#5588) 2020-02-19 10:56:22 +01:00
staking.go
staking_test.go
store.go
store_test.go
tx_msg.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
tx_msg_test.go
types.pb.go baseapp: Enhance Tx Message Data (#6384) 2020-06-10 04:02:01 -04:00
types.proto baseapp: Enhance Tx Message Data (#6384) 2020-06-10 04:02:01 -04:00
uint.go
uint_test.go
utils.go
utils_test.go