cosmos-sdk/types
Nabarun 3bf2a1b689 Fix pagination with filter and offset (#2)
Part of
- https://plan.wireit.in/deepstack/browse/VUL-302/
- LaconicNetwork/zenithd#117
- https://github.com/cosmos/cosmos-sdk/issues/25665

Reviewed-on: #2
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2025-12-12 06:59:47 +00:00
..
address chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
bech32 chore: fix comments on bech32 (backport #18114) (#18116) 2023-10-13 13:57:37 +00:00
errors docs(errors): update and unify error comments in errors.go (#24405) 2025-04-07 17:24:27 +00: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 fix: do not allow unordered txs to have sequence values set (#24581) 2025-04-28 20:55:05 +00:00
module chore(baseapp): deprecate invariants (backport #24664) (#24714) 2025-05-08 17:05:02 +00:00
msgservice chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
query Fix pagination with filter and offset (#2) 2025-12-12 06:59:47 +00:00
registry refactor!: use x/tx/signing in client.TxConfig (#15822) 2023-04-20 16:20:21 +00:00
simulation chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
tx fix: do not allow unordered txs to have sequence values set (#24581) 2025-04-28 20:55:05 +00:00
abci.go refactor(baseapp): create checktx handler (#24069) 2025-03-29 19:45:41 +00:00
abci.pb.go refactor: migrate codec/types to type aliases, remove depinject dep on sdk (#24336) 2025-04-02 23:37:19 +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_race_test.go chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
address_test.go chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
address.go chore: run modernize (#24356) 2025-04-03 10:42:20 -04: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 (#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 chore: run modernize (#24356) 2025-04-03 10:42:20 -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 perf(bank): Reduce the number of ValidateDenom calls in Coin and Bank (#24431) 2025-04-11 16:25:51 +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(proto): deprecated IntProto and DecProto (#16980) 2023-07-13 13:28:57 +02: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 feat(types): Add a ValueCodec for Uint complex type (#24070) 2025-03-24 09:59:00 -04:00
config_test.go Deprecate SetFullFundraiserPath in favor of SetPurpose and SetCoinType (#8629) 2021-02-22 15:14:09 +00:00
config.go chore: change lock to Rlock (#14867) 2023-02-01 12:40:34 +01:00
context_bench_test.go refactor: create go.mod for store (#14746) 2023-01-25 13:31:56 +00:00
context_test.go chore: fix all linting (#24101) 2025-03-21 15:04:36 -07:00
context.go chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
dec_coin_test.go chore: lint fixes (#24084) 2025-03-20 16:20:39 -04:00
dec_coin.go perf(bank): Reduce the number of ValidateDenom calls in Coin and Bank (#24431) 2025-04-11 16:25:51 +00:00
denom_internal_test.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
denom.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
events_test.go chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
events.go chore: set up release/v0.53.x branch (#23660) 2025-02-12 15:48:20 -05: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 chore: set up release/v0.53.x branch (#23660) 2025-02-12 15:48:20 -05:00
handler.go chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
invariant_test.go types: tests -> test suites migration (#7405) 2020-09-29 13:29:10 +02:00
invariant.go chore(baseapp): deprecate invariants (backport #24664) (#24714) 2025-05-08 17:05:02 +00:00
mapcoins_test.go style: add gci linter (#16758) 2023-06-29 09:46:37 +00:00
mapcoins.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02: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 style: add gci linter (#16758) 2023-06-29 09:46:37 +00:00
result.go style: add gci linter (#16758) 2023-06-29 09:46:37 +00:00
router.go chore: types audit (#14258) 2022-12-12 10:47:42 -05:00
staking_test.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
staking.go style: enable strict gofumpt (#15579) 2023-03-28 18:59:21 +00:00
tx_msg_test.go refactor!: rm GetSignBytes (#16062) 2023-05-30 19:34:35 +00:00
tx_msg.go fix: use unix nano in mempool for unordered nonces (#24579) 2025-04-25 20:35:24 +00:00
utils_test.go chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
utils.go chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00