cosmos-sdk/baseapp
Qt 2bfc037a07
docs: update docs (#19676)
Co-authored-by: son trinh <son@decentrio.ventures>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-08 16:59:11 +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 fix(OE): Remove usage of pointer in logs (#19198) 2024-01-23 19:29:27 +00:00
testutil refactor: modules should implement appmodule.AppModule (#18252) 2023-10-25 12:31:37 +00:00
abci_test.go Merge pull request from GHSA-95rx-m9m5-m94v 2024-03-01 17:25:33 +01:00
abci_utils_test.go refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
abci_utils.go test: fix staking (#19623) 2024-03-04 10:52:17 +01:00
abci.go docs: update docs (#19676) 2024-03-08 16:59:11 +00:00
baseapp_test.go refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
baseapp.go feat(runtime): message router service (#19571) 2024-03-04 10:25:43 +00:00
circuit.go refactor(x/circuit)!: Use collections, KVStoreService, and context.Context (#16415) 2023-06-07 12:06:30 +00:00
expected_keepers.go chore(sdk): remove modules as a dependency (1/n) (#19003) 2024-01-11 07:55:50 +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(runtime): message router service (#19571) 2024-03-04 10:25:43 +00:00
grpcserver.go feat(runtime): message router service (#19571) 2024-03-04 10:25:43 +00:00
msg_service_router_test.go refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
msg_service_router.go feat(runtime): message router service (#19571) 2024-03-04 10:25:43 +00:00
options.go docs: update docs (#19676) 2024-03-08 16:59:11 +00:00
params_legacy.go docs: update docs (#19676) 2024-03-08 16:59:11 +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 fix(baseapp): introduce mutex to state (#18846) 2023-12-21 19:05:40 +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(auth): refactor auth/tx to use x/tx (#19224) 2024-02-21 09:36:21 +00:00