cosmos-sdk/types
mergify[bot] 711d86a691
fix: include pagination.key at reverse mode (backport #20939) (#20954)
Co-authored-by: beer-1 <147697694+beer-1@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-15 14:40:46 +00:00
..
address style: enable strict gofumpt (#15579) 2023-03-28 18:59:21 +00:00
bech32 chore: fix comments on bech32 (backport #18114) (#18116) 2023-10-13 13:57:37 +00:00
errors style: add gci linter (#16758) 2023-06-29 09:46:37 +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(mempool): use no-op mempool as default (backport #19970) (#20008) 2024-04-11 17:48:11 +02:00
module fix(types): check for HasABCIGenesis in CoreAppModuleBasicAdaptor (#19709) 2024-03-08 21:38:02 +01:00
msgservice style: add gci linter (#16758) 2023-06-29 09:46:37 +00:00
query fix: include pagination.key at reverse mode (backport #20939) (#20954) 2024-07-15 14:40:46 +00:00
registry refactor!: use x/tx/signing in client.TxConfig (#15822) 2023-04-20 16:20:21 +00:00
simulation refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
tx fix(simapp): do not overwrite tx options (backport #17920) (#17926) 2023-09-29 13:21:10 +02:00
abci.go refactor!: reimplement PreFinalizeBlockHook as PreBlocker (backport #17713) (#17754) 2023-09-15 08:14:23 +00:00
abci.pb.go feat: Integrate tendermint Block endpoints into the cli (#14659) 2023-02-14 19:23:45 +01: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 refactor!: Rename AccAddressFromHex (#11888) 2022-05-06 22:09:36 +00:00
address_test.go fix: accaddr cachefix (#15433) 2023-03-31 12:12:33 +00:00
address.go refactor: migrate away from using valBech32 globals (2/2) (backport #17157) (#17379) 2023-08-14 17:06:56 +02: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 refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02: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!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
coin_internal_test.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
coin_test.go style: add gci linter (#16758) 2023-06-29 09:46:37 +00:00
coin.go perf: Speedup coins.Sort() when coins is of length 1 (backport #18875) (#18877) 2023-12-23 13:22: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 refactor(types)!: cherry-pick sdk collections key changes from #16440 (#16854) 2023-07-06 11:00:32 +00: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 style: linting (#15704) 2023-04-06 23:25:23 +00:00
context.go fix(simulation): Fix all problems make test-sim-custom-genesis-fast for simulation test. (backport #17911) (#20909) 2024-07-11 08:28:37 +00:00
dec_coin_test.go refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
dec_coin.go perf: Speedup DecCoin.Sort() when coins is of length 1 (backport #18888) (#18889) 2023-12-26 15:54:55 +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 refactor!: remove types/math aliases (backport #16798) (#16803) 2023-06-30 19:56:38 +02:00
events.go style: add gci linter (#16758) 2023-06-29 09:46:37 +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 feat(app): Update post handlers to incorporate the runMsg success bool (#13940) 2023-01-12 09:37:29 +00:00
handler.go refactor(types)!: remove handler and update docs (backport #17358) (#17366) 2023-08-11 12:29:42 +00:00
invariant_test.go types: tests -> test suites migration (#7405) 2020-09-29 13:29:10 +02:00
invariant.go Merge PR #4832: print all failed invariants only 2019-08-05 14:21:44 -04: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 feat(client/v2): signing (backport #17913) (#17972) 2023-10-05 15:41:50 +02:00
utils_test.go chore: finish removing all exported *SortJSON usages (backport #16497) (#16502) 2023-06-12 15:19:42 +02:00
utils.go chore: add sortJSON back & mark as deprecated (backport #16649) (#16657) 2023-06-22 16:11:27 +00:00