cosmos-sdk/types
Alessio Treglia 9b7a12f7db
run make format (#8642)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-02-19 15:02:53 +00:00
..
address adr-028 address generation (#8415) 2021-02-15 15:32:51 +00:00
bech32
errors adr-028 address generation (#8415) 2021-02-15 15:32:51 +00:00
grpc
kv Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
module Add in-place store migrations (#8485) 2021-02-10 17:49:31 +00:00
msgservice implement x/authz module (#7629) 2021-01-25 16:41:30 +00:00
query [Bank] Remove the unsafe balance changing API (#8473) 2021-02-17 18:20:33 +00:00
rest
simulation implement x/authz module (#7629) 2021-01-25 16:41:30 +00:00
tx Rosetta API implementation (#7695) 2021-01-21 09:33:02 +00:00
abci.go
abci.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
address_bench_test.go all: ensure b.ReportAllocs() in all the benchmarks (#8460) 2021-01-27 23:52:08 -08:00
address_test.go Refactor store keys for variable-length addresses (#8363) 2021-02-01 13:17:44 +00:00
address.go Refactor store keys for variable-length addresses (#8363) 2021-02-01 13:17:44 +00:00
bench_test.go run make format (#8642) 2021-02-19 15:02:53 +00:00
codec.go
coin_benchmark_test.go all: ensure b.ReportAllocs() in all the benchmarks (#8460) 2021-01-27 23:52:08 -08:00
coin_test.go
coin.go
coin.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
config_test.go
config.go
context_test.go Add in-place store migrations (#8485) 2021-02-10 17:49:31 +00:00
context.go
dec_coin_test.go
dec_coin.go
decimal_internal_test.go
decimal_test.go all: ensure b.ReportAllocs() in all the benchmarks (#8460) 2021-01-27 23:52:08 -08:00
decimal.go types: unconditionally divide by 2 because of integer truncation ⌊x/2⌋ (#8202) 2020-12-20 10:41:59 -08:00
denom_internal_test.go
denom.go
events_test.go
events.go
handler_test.go
handler.go
int_internal_test.go
int_test.go types: use (*math/big.Int).BitLen() == 0 to check if value is 0 (#8580) 2021-02-15 10:53:10 +00:00
int.go types: use (*math/big.Int).BitLen() == 0 to check if value is 0 (#8580) 2021-02-15 10:53:10 +00:00
invariant_test.go
invariant.go
proto.go
queryable.go
result_test.go
result.go
router_test.go
router.go
service_msg.go Use service Msgs in CLI tx commands (#8512) 2021-02-18 18:00:19 +00:00
staking_test.go
staking.go
store_test.go
store.go
tx_msg_test.go
tx_msg.go
uint_internal_test.go
uint_test.go types: use (*math/big.Int).BitLen() == 0 to check if value is 0 (#8580) 2021-02-15 10:53:10 +00:00
uint.go types: use (*math/big.Int).BitLen() == 0 to check if value is 0 (#8580) 2021-02-15 10:53:10 +00:00
utils_test.go
utils.go