cosmos-sdk/baseapp
luchenhan 5fb5ddaa1c
docs: fix function name and comment (#23372)
Signed-off-by: luchenhan <hanluchen@aliyun.com>
2025-01-14 11:56:31 +00:00
..
internal/protocompat test: fix failing tests after protocompat changes (#22889) 2024-12-16 16:06:22 +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 docs: fix function name and comment (#23372) 2025-01-14 11:56:31 +00:00
abci_utils_test.go fix: marshal old tx body if unordered not used (#22723) 2025-01-13 14:04:59 +00:00
abci_utils.go test(integration): port x/staking tests to server v2 (#22813) 2024-12-18 07:45:37 +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 refactor(server)!: continue server v1 removal (#23238) 2025-01-08 12:18:19 +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.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 refactor(server)!: continue server v1 removal (#23238) 2025-01-08 12:18:19 +00:00
test_helpers.go fix(baseapp): fulfil all header.Info fields in test helpers context (#23014) 2024-12-19 19:30:14 +00:00
utils_test.go chore: fix typos (#23075) 2024-12-26 04:19:13 +00:00