cosmos-sdk/baseapp
2024-10-21 13:09:58 +00:00
..
internal/protocompat chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +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 feat(baseapp): Abort OE in PrepareProposal (Upstream dydx) (#22287) 2024-10-17 13:09:57 +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(store): add new api LatestVersion (#22305) 2024-10-21 13:09:58 +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 feat: replace the cosmos-db usecases in the tests with core/testing (#21525) 2024-09-13 16:44:18 +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 docs(baseapp): update function comment (#22047) 2024-10-02 16:42:43 +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(baseapp): integrate the appdata.Listener in baseapp (#21965) 2024-10-03 13:10:22 +00:00
test_helpers.go refactor(baseapp): create checktx handler (#21979) 2024-10-02 11:39:47 +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