cosmos-sdk/baseapp
Andi 6500a72e58
docs: fix spelling errors in the description (#22874)
Signed-off-by: ChengenH <hce19970702@gmail.com>
2024-12-16 06:18:47 +00:00
..
internal/protocompat fix(baseapp): hybrid handlers do not drop any (#22866) 2024-12-13 15:46:03 +00:00
oe feat(log): remove core dependency and update core interface to be dependency free (#21045) 2024-07-26 11:00:27 +00:00
testutil build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
abci_test.go build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
abci_utils_test.go build(all): migrate to go.uber.org/mock (#22315) 2024-10-21 09:58:09 +00:00
abci_utils.go refactor(mempool)!: match server/v2/cometbft and sdk mempool interface (#21744) 2024-09-18 13:57:52 +00:00
abci.go docs: fix spelling errors in the description (#22874) 2024-12-16 06:18:47 +00:00
baseapp_test.go fix(baseapp): align block header when query with latest height (#21003) 2024-10-07 07:59:29 +00:00
baseapp.go feat(baseapp): add per message telemetry (#22175) 2024-11-04 14:17:28 +00:00
circuit.go refactor(x/circuit)!: Use collections, KVStoreService, and context.Context (#16415) 2023-06-07 12:06:30 +00:00
errors.go chore: move abci errors to baseapp (#20756) 2024-06-25 10:04:33 +00:00
genesis.go refactor(baseapp): audit QA v0.52 (#21515) 2024-09-03 14:08:37 +00:00
grpcrouter_helpers.go chore(all): replace all fmt.Errorf without paramters with errors.New (#21068) 2024-07-25 14:54:49 +02:00
grpcrouter_test.go fix(baseapp): hybrid handlers do not drop any (#22866) 2024-12-13 15:46:03 +00:00
grpcrouter.go refactor(runtime): environment contract doc and failing services (#20293) 2024-06-20 15:33:54 +00:00
grpcserver.go feat: adds error handling for out-of-gas panics in grpc query handlers. (#20945) 2024-07-16 09:44:42 +00:00
msg_service_router_test.go feat: replace the cosmos-db usecases in the tests with core/testing (#21525) 2024-09-13 16:44:18 +00:00
msg_service_router.go refactor(baseapp): audit QA v0.52 (#21515) 2024-09-03 14:08:37 +00:00
options.go fix: prune cmd should disable async pruning (#22656) 2024-12-04 12:31:27 +00:00
params_legacy.go refactor! : bump comet to v1 (#19726) 2024-05-06 14:12:00 +00:00
params.go refactor: move baseapp/AppVersionModifer -> core/app (#20361) 2024-05-13 14:53:11 +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 feat: replace the cosmos-db usecases in the tests with core/testing (#21525) 2024-09-13 16:44:18 +00:00
snapshot_test.go chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +00:00
state.go fix(baseapp): introduce mutex to state (#18846) 2023-12-21 19:05:40 +00:00
streaming_test.go feat(baseapp): integrate the appdata.Listener in baseapp (#21965) 2024-10-03 13:10:22 +00:00
streaming.go feat(indexer/postgres)!: add basic support for header, txs and events (#22695) 2024-12-09 18:36:24 +00:00
test_helpers.go fix(baseapp): populate header info in NewUncachedContext (#22557) 2024-11-20 07:03:21 +00:00
utils_test.go feat: replace the cosmos-db usecases in the tests with core/testing (#21525) 2024-09-13 16:44:18 +00:00