cosmos-sdk/types
2025-10-07 10:49:16 -04:00
..
address refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
bech32 refactor: use b.Loop() to simplify the code and improve performance (#25399) 2025-10-06 17:15:20 +00:00
errors refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
grpc Add GRPCBlockHeightHeader in clientCtx gRPC requests (#7021) 2020-08-12 14:42:10 +00:00
kv refactor: remove store kv dependency (#14144) 2022-12-07 20:57:47 +00:00
mempool refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
module refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
msgservice docs: fix typos in comments / code (#25184) 2025-08-19 13:17:25 -04:00
query refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
registry refactor!: use x/tx/signing in client.TxConfig (#15822) 2023-04-20 16:20:21 +00:00
simulation docs: fix typos in comments / code (#25184) 2025-08-19 13:17:25 -04:00
tx refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
abci.go refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
abci.pb.go refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
account.go refactor: Move x/auth's AccountI and ModuleAccountI interfaces to types package (#13937) 2023-01-03 11:25:09 +01:00
address_race_test.go docs: fix typos in comments / code (#25184) 2025-08-19 13:17:25 -04:00
address_test.go enhance codebase clarity through systematic terminology corrections (#24975) 2025-07-23 14:43:52 -04:00
address.go docs: fix typos in comments / code (#25184) 2025-08-19 13:17:25 -04:00
bench_test.go refactor: use b.Loop() to simplify the code and improve performance (#25399) 2025-10-06 17:15:20 +00:00
codec_test.go feat(types): Add a ValueCodec for Uint complex type (#24070) 2025-03-24 09:59:00 -04:00
codec.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
coin_benchmark_test.go refactor: use b.Loop() in benchmark tests for better performance (#25411) 2025-10-07 10:49:16 -04:00
coin_internal_test.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
coin_test.go build(deps): Bump go.uber.org/mock from 0.5.2 to 0.6.0 in /simapp (#25201) 2025-08-19 18:36:55 +00:00
coin.go perf(bank): Reduce the number of ValidateDenom calls in Coin and Bank (#24431) 2025-04-11 16:25:51 +00:00
coin.pb.go chore: move modules (#25090) 2025-08-19 16:50:40 -04:00
collections_test.go refactor(types)!: cherry-pick sdk collections key changes from #16440 (#16854) 2023-07-06 11:00:32 +00:00
collections.go docs: fix multiple typos (#25031) 2025-07-29 14:36:07 +00:00
config_test.go fix(typos): correct spelling and wording in Go code and Markdown (#25232) 2025-08-21 15:54:43 -04:00
config.go feat: scoped config (#24668) 2025-05-14 21:08:07 +00:00
context_bench_test.go refactor: use b.Loop() to simplify the code and improve performance (#25399) 2025-10-06 17:15:20 +00:00
context_test.go refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
context.go refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
dec_coin_test.go docs: fix multiple typos (#25031) 2025-07-29 14:36:07 +00:00
dec_coin.go docs: fix multiple typos (#25031) 2025-07-29 14:36:07 +00:00
denom_internal_test.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
denom.go enhance codebase clarity through systematic terminology corrections (#24975) 2025-07-23 14:43:52 -04:00
events_test.go refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
events.go fix: undepeprecate Event methods (#25342) 2025-09-12 19:21:33 +00:00
fuzz_test.go fix: types: ensure .Amount is non-nil in Coin.Validate() (#15691) 2023-04-05 07:36:36 +00:00
handler_test.go docs: fix multiple typos (#25031) 2025-07-29 14:36:07 +00:00
handler.go fix: correct various typos across codebase (#25106) 2025-08-06 18:23:31 +00:00
invariant_test.go types: tests -> test suites migration (#7405) 2020-09-29 13:29:10 +02:00
invariant.go chore: fix godoc comments for functions and structs (#24736) 2025-05-13 13:48:13 +00:00
mapcoins_test.go docs: fix multiple typos (#25031) 2025-07-29 14:36:07 +00:00
mapcoins.go chore: fix godoc comments for functions and structs (#24736) 2025-05-13 13:48:13 +00:00
math.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
proto.go refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00
result_test.go refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
result.go refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
router.go fix(docs,code): correct spelling and grammar across comments, tests, and documentation (#25172) 2025-08-14 19:35:04 +00:00
staking_test.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
staking.go docs: fix broken links across various documentation files (#25057) 2025-08-11 20:21:03 +00:00
tx_msg_test.go refactor!: rm GetSignBytes (#16062) 2023-05-30 19:34:35 +00:00
tx_msg.go docs: fix multiple typos (#25031) 2025-07-29 14:36:07 +00:00
utils_test.go chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
utils.go chore: fix godoc comments for functions and structs (#24736) 2025-05-13 13:48:13 +00:00