cosmos-sdk/baseapp
testinginprod 5edabb5cb0
feat(baseapp): Add Hybrid Protobuf handlers to MsgServiceRouter (#18071)
Co-authored-by: unknown unknown <unknown@unknown>
2023-10-12 15:25:28 +00:00
..
internal/protocompat feat(baseapp): Add Hybrid Protobuf handlers to MsgServiceRouter (#18071) 2023-10-12 15:25:28 +00:00
oe feat: Optimistic Execution (#16581) 2023-09-18 13:52:54 +00:00
testutil refactor!: use context.Context in genesis api (#17885) 2023-09-26 16:03:41 +00:00
abci_test.go fix: keep behavior from v0.47 in PrepareProposal panic recovery (#17930) 2023-10-10 11:01:29 +00:00
abci_utils_test.go fix(baseapp): select txs correctly with no-op mempool (#17769) 2023-09-24 19:24:30 +00:00
abci_utils.go feat(abci): Add context to SelectedTxs (#17940) 2023-10-02 19:23:08 +00:00
abci.go fix: keep behavior from v0.47 in PrepareProposal panic recovery (#17930) 2023-10-10 11:01:29 +00:00
baseapp_test.go feat: introduce PreBlock (#17421) 2023-09-13 12:30:48 +00:00
baseapp.go feat(baseapp): expose Mempool (#17954) 2023-10-09 11:10:36 +00:00
block_gas_test.go fix(x/auth): properly populate tx config options and deprecate ProtoCodecMarshaler (#17946) 2023-10-04 07:29:35 +00:00
circuit.go refactor(x/circuit)!: Use collections, KVStoreService, and context.Context (#16415) 2023-06-07 12:06:30 +00:00
genesis.go style: add gci linter (#16605) 2023-06-22 15:35:51 +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 feat(baseapp): Add Hybrid Protobuf handlers to MsgServiceRouter (#18071) 2023-10-12 15:25:28 +00:00
msg_service_router.go feat(baseapp): Add Hybrid Protobuf handlers to MsgServiceRouter (#18071) 2023-10-12 15:25:28 +00:00
options.go fix(runtime): PreBlocker getting overwritten if set as a baseapp option (#17944) 2023-10-10 14:46:12 +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
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 refactor: remove header type from NewContext (#17426) 2023-08-21 16:29:20 +00:00
utils_test.go refactor: create go.mod for x/params (#17776) 2023-10-03 12:56:07 +00:00