cosmos-sdk/types
mergify[bot] fd651b7366
fix: marshal old tx body if unordered not used (backport #22723) (#23347)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2025-01-13 16:43:34 +01:00
..
address docs: fix typos (backport #21514) (#21551) 2024-09-04 22:09:30 +02:00
authz refactor: remove cyclic authz dependencies (#16509) 2023-06-13 18:30:22 +00:00
bech32 chore: fix comments on bech32 (#18114) 2023-10-13 13:33:39 +00:00
errors feat(tx)!: make timeout_height time based (backport #20870) (#21104) 2024-07-29 14:21:00 +02:00
grpc Add GRPCBlockHeightHeader in clientCtx gRPC requests (#7021) 2020-08-12 14:42:10 +00:00
kv test(kv): add unit tests for the helpers functions kv.AssertKeyAtLeas… (#19965) 2024-04-10 22:27:40 +00:00
mempool chore: remove unused local variables (backport #22340) (#22343) 2024-10-23 13:24:11 +02:00
module refactor: remove invariants (backport #22994) (#23040) 2025-01-06 09:06:09 +01:00
msgservice chore: fix some function names (#20365) 2024-05-13 12:15:04 +00:00
query fix: collection filtered pagination (backport #23002) (#23139) 2025-01-06 10:43:27 +01:00
simulation test: Add more sims test scenarios (backport #23278) (#23341) 2025-01-13 11:45:37 +01:00
tx fix: marshal old tx body if unordered not used (backport #22723) (#23347) 2025-01-13 16:43:34 +01:00
abci.go refactor(baseapp): create checktx handler (backport #21979) (#22044) 2024-10-02 12:12:40 +00:00
abci.pb.go refactor(types): audit QA (backport #21355) (#21422) 2024-08-27 12:36:55 +00: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_fuzz_test.go test(types/address): add unit tests for the file types/address.go (#20237) 2024-06-13 12:29:20 +00:00
address_race_test.go chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
address_test.go chore: bump golangci-lint and fix all linting issues (backport #21761) (#21779) 2024-09-17 11:49:10 +00:00
address.go chore(types): deprecate acc address stringer (backport #21435) (#21438) 2024-08-28 10:50:58 +00:00
bench_test.go refactor(staking, slashing, signing, misc): remove aliases from types/math.go (#15902) 2023-04-25 08:55:17 +00:00
codec_test.go feat(types): Add a ValueCodec for Uint complex type (#19164) 2024-01-30 22:01:09 +00:00
codec.go refactor(core): move amino registrar and drop legacy package (backport #21531) (#21561) 2024-09-05 13:04:00 +00:00
coin_benchmark_test.go style: use thelper (#16777) 2023-07-03 13:33:05 +00:00
coin_internal_test.go refactor(types/coin): export func coins.isSorted (#18756) 2023-12-15 12:01:28 +00:00
coin_test.go chore: bump golangci-lint and fix all linting issues (backport #21761) (#21779) 2024-09-17 11:49:10 +00:00
coin.go chore: re-add IntProto and DecProto and deprecate msg (backport #22925) (#22928) 2024-12-17 16:22:58 +01:00
coin.pb.go chore: re-add IntProto and DecProto and deprecate msg (backport #22925) (#22928) 2024-12-17 16:22:58 +01:00
collections_test.go feat: Add legacy format key codec for bytes in collections (#17104) 2023-08-07 09:46:26 +00:00
collections.go feat(collections): add Address and Integer codecs (backport #22517) (#23202) 2025-01-06 15:45:52 +01:00
config_test.go refactor(types)!: removed global config for verifier (#18607) 2024-02-02 09:36:54 +00:00
config.go chore(types): deprecate acc address stringer (backport #21435) (#21438) 2024-08-28 10:50:58 +00:00
context_bench_test.go chore: bump golangci-lint version (#18213) 2023-10-23 12:59:08 +00:00
context_test.go chore: bump golangci-lint and fix all linting issues (backport #21761) (#21779) 2024-09-17 11:49:10 +00:00
context.go fix: only overwrite context chainID when necessary (backport #22568) (#22569) 2024-11-20 12:05:56 +01:00
dec_coin_test.go chore: bump golangci-lint and fix all linting issues (backport #21761) (#21779) 2024-09-17 11:49:10 +00:00
dec_coin.go chore: remove repetitive words (#20180) 2024-04-25 07:29:09 +00:00
events_test.go chore: bump golangci-lint and fix all linting issues (backport #21761) (#21779) 2024-09-17 11:49:10 +00:00
events.go refactor: remove x/exp dep (backport #21281) (#21358) 2024-08-19 15:46:41 +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 refactor(x/auth/ante): don't use simulate bool in ante handler (#19586) 2024-02-29 08:39:03 +00:00
handler.go refactor(x/auth/ante): don't use simulate bool in ante handler (#19586) 2024-02-29 08:39:03 +00:00
invariant_test.go types: tests -> test suites migration (#7405) 2020-09-29 13:29:10 +02:00
invariant.go refactor: remove invariants (backport #22994) (#23040) 2025-01-06 09:06:09 +01:00
mapcoins_test.go style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
mapcoins.go refactor!: remove types/math aliases (#16798) 2023-06-30 17:09:03 +00:00
proto.go refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00
result_test.go chore: use comet api pkg instead of comet alias (#20614) 2024-06-11 08:46:04 +00:00
result.go chore(all)!: use gogoproto/any instead of codec/types/any (#21013) 2024-07-22 11:23:51 +00:00
router.go chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
staking_test.go refactor!: remove types/math aliases (#16798) 2023-06-30 17:09:03 +00:00
staking.go refactor(genutil): Use sdk types genesis validator (backport #21678) (#22183) 2024-10-09 09:09:07 +02:00
tx_msg_test.go fix(x/auth/tx): JSON TX encoding/decoding (backport #20803) (#21125) 2024-07-31 16:57:44 +02:00
tx_msg.go feat(tx)!: make timeout_height time based (backport #20870) (#21104) 2024-07-29 14:21:00 +02:00
utils_test.go chore: bump golangci-lint and fix all linting issues (backport #21761) (#21779) 2024-09-17 11:49:10 +00:00
utils.go chore: move logger to core (#20388) 2024-05-28 12:30:09 +00:00