cosmos-sdk/types
Luke 98c6b1d712
feat(types): add MustValAddressFromBech32 function (#18768)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-17 08:18:44 +00:00
..
address
authz
bech32 chore: fix comments on bech32 (#18114) 2023-10-13 13:33:39 +00:00
errors
grpc
kv
mempool chore(docs): fix typos & wording in docs (#18667) 2023-12-09 21:47:16 +00:00
module chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
msgservice
query refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
registry
simulation fix(sim): if genesisTimestamp is not set in the genesis block, it defaults to the current time. (#18227) 2023-11-01 07:53:48 +00:00
tx chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
abci.go
abci.pb.go
account.go
address_race_test.go chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
address_test.go feat(types): add MustValAddressFromBech32 function (#18768) 2023-12-17 08:18:44 +00:00
address.go feat(types): add MustValAddressFromBech32 function (#18768) 2023-12-17 08:18:44 +00:00
bench_test.go
codec_test.go
codec.go
coin_benchmark_test.go
coin_internal_test.go refactor(types/coin): export func coins.isSorted (#18756) 2023-12-15 12:01:28 +00:00
coin_test.go chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
coin.go refactor(types/coin): export func coins.isSorted (#18756) 2023-12-15 12:01:28 +00:00
coin.pb.go
collections_test.go
collections.go
config_test.go refactor(types)!: removed txEncoder from global config (#18695) 2023-12-15 19:57:40 +00:00
config.go refactor(types)!: removed txEncoder from global config (#18695) 2023-12-15 19:57:40 +00:00
context_bench_test.go chore: bump golangci-lint version (#18213) 2023-10-23 12:59:08 +00:00
context_test.go
context.go fix(simulation): Fix all problems make test-sim-custom-genesis-fast for simulation test. (#17911) 2023-10-20 14:18:53 +00:00
dec_coin_test.go
dec_coin.go perf: add AmountOfNoValidation for DecCoins (#18440) 2023-11-10 17:38:04 +00:00
events_test.go
events.go
fuzz_test.go
handler_test.go
handler.go
invariant_test.go
invariant.go
mapcoins_test.go
mapcoins.go
proto.go
result_test.go
result.go
router.go chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
staking_test.go
staking.go refactor(staking): move delegation and validator interfaces to ./types (#18198) 2023-11-30 21:18:42 +00:00
tx_msg_test.go
tx_msg.go feat(client/v2): signing (#17913) 2023-10-05 11:04:46 +00:00
utils_test.go
utils.go