cosmos-sdk/baseapp
testinginprod 4753d16ef4
refactor(auth): group sig verification ante handlers (SigGasConsume, SigVerify, IncreaseSequence) (#18817)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-12-20 18:58:09 +00:00
..
internal/protocompat fix(baseapp): protocompat.go gogoproto.Merge does not work with custom types (#18654) 2023-12-08 10:18:26 +00:00
oe feat: Optimistic Execution (#16581) 2023-09-18 13:52:54 +00:00
testutil refactor: modules should implement appmodule.AppModule (#18252) 2023-10-25 12:31:37 +00:00
abci_test.go build(deps): Bump cosmossdk.io/store from 1.0.0 to 1.0.1 (#18582) 2023-11-29 08:20:39 +00:00
abci_utils_test.go fix(baseapp): Use CometBFT's ComputeProtoSizeForTxs in defaultTxSelector.SelectTxForProposal (#18551) 2023-11-30 15:57:24 +00:00
abci_utils.go fix(baseapp): Use CometBFT's ComputeProtoSizeForTxs in defaultTxSelector.SelectTxForProposal (#18551) 2023-11-30 15:57:24 +00:00
abci.go chore: fix spelling errors (#18771) 2023-12-17 14:05:09 +00:00
baseapp_test.go fix(baseapp): Reset GasMeter before deliverTX (#18714) 2023-12-15 18:42:07 +00:00
baseapp.go refactor(baseapp): move handler retrieval per sdk.Msg into validateBasicTxMsgs (#18731) 2023-12-13 18:25:57 +00:00
block_gas_test.go refactor(auth): group sig verification ante handlers (SigGasConsume, SigVerify, IncreaseSequence) (#18817) 2023-12-20 18:58:09 +00:00
circuit.go refactor(x/circuit)!: Use collections, KVStoreService, and context.Context (#16415) 2023-06-07 12:06:30 +00:00
genesis.go fix(baseapp): fix BaseApp.getContext data races (#18383) 2023-11-07 10:16:55 +00:00
grpcrouter_helpers.go feat!: Comet v0.38 Integration (#15519) 2023-05-24 16:09:19 +00:00
grpcrouter_test.go feat(baseapp): Add Hybrid Protobuf handlers to MsgServiceRouter (#18071) 2023-10-12 15:25:28 +00:00
grpcrouter.go feat(baseapp): Add Hybrid Protobuf handlers to MsgServiceRouter (#18071) 2023-10-12 15:25:28 +00:00
grpcserver.go style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
msg_service_router_test.go refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
msg_service_router.go feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
options.go fix(simulation): Fix all problems make test-sim-custom-genesis-fast for simulation test. (#17911) 2023-10-20 14:18:53 +00:00
params_legacy.go refactor: migrate consensus to collections (#15553) 2023-03-28 20:41:12 +00:00
params.go feat!: connect app version with consensus params in end block (#16244) 2023-08-29 10:32:53 +00:00
recovery_test.go refactor: Revert middlewares to antehandlers (part 1/2: baseapp) (#11979) 2022-05-20 09:27:27 +00:00
recovery.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
regression_test.go fix(baseapp): correctly check errors before sealing in BaseApp.Init (#18727) 2023-12-13 10:46:47 +00:00
snapshot_test.go feat!: Comet v0.38 Integration (#15519) 2023-05-24 16:09:19 +00:00
state.go refactor: create go.mod for store (#14746) 2023-01-25 13:31:56 +00:00
streaming_test.go chore: enable errcheck linter (#16406) 2023-07-12 08:58:27 +00:00
streaming.go style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
test_helpers.go chore: cleanup comet dependence in tests (#18239) 2023-10-26 16:20:19 +00:00
utils_test.go refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00