cosmos-sdk/types
cool-developer 261f0b967f
feat(collections): add Address and Integer codecs (#22517)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-01-06 14:10:30 +00:00
..
address
authz
bech32
errors
grpc
kv
mempool chore: remove unused local variables (#22340) 2024-10-23 08:33:36 +00:00
module fix: typos (#23105) 2024-12-28 17:23:35 +00:00
msgservice
query fix: collection filtered pagination (#23002) 2024-12-31 16:34:12 +00:00
simulation
tx
abci.go
abci.pb.go
account.go
address_fuzz_test.go
address_race_test.go
address_test.go
address.go
bench_test.go
codec_test.go
codec.go
coin_benchmark_test.go
coin_internal_test.go
coin_test.go
coin.go chore: re-add IntProto and DecProto and deprecate msg (#22925) 2024-12-17 14:57:03 +00:00
coin.pb.go chore: re-add IntProto and DecProto and deprecate msg (#22925) 2024-12-17 14:57:03 +00:00
collections_test.go
collections.go feat(collections): add Address and Integer codecs (#22517) 2025-01-06 14:10:30 +00:00
config_test.go
config.go chore: fix some problematic function names in comment (#22690) 2024-11-29 08:15:29 +00:00
context_bench_test.go
context_test.go build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
context.go chore: fix some problematic function names in comment (#22690) 2024-11-29 08:15:29 +00:00
dec_coin_test.go
dec_coin.go
events_test.go
events.go
fuzz_test.go
handler_test.go build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
handler.go
invariant_test.go
invariant.go refactor: remove invariants (#22994) 2024-12-20 17:13:08 +00:00
mapcoins_test.go
mapcoins.go
proto.go
result_test.go
result.go
router.go
staking_test.go
staking.go refactor(genutil): Use sdk types genesis validator (#21678) 2024-10-09 05:18:05 +00:00
tx_msg_test.go
tx_msg.go
utils_test.go
utils.go