cosmos-sdk/core
dependabot[bot] 4afe820e4b
build(deps): Bump google.golang.org/grpc from 1.76.0 to 1.77.0 in /tools/benchmark (#25575)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@cosmoslabs.io>
2025-11-19 15:06:35 +00:00
..
address refactor: add address codec to core (#15364) 2023-03-13 07:32:29 +01:00
appconfig chore: bring in core v0.11.x (v0.50 compatible) to v0.50 (#21298) 2024-08-16 12:16:41 +02:00
appmodule docs: fix misspelled issues (#24989) 2025-07-29 20:06:24 +00:00
coins docs: fix typos in comments / code (#25017) 2025-07-25 19:53:59 +00:00
comet docs: fix misspelled issues (#24989) 2025-07-29 20:06:24 +00:00
event chore: fix godoc comments for functions and structs (#24736) 2025-05-13 13:48:13 +00:00
gas feat(core): add gas meter (#16310) 2023-05-30 10:18:54 +00:00
genesis chore: lint v2 (#24118) 2025-03-25 15:57:24 +00:00
header chore: bring in core v0.11.x (v0.50 compatible) to v0.50 (#21298) 2024-08-16 12:16:41 +02:00
intermodule feat(core): add ADR 033 (inter-module communication) Client interface (#13631) 2022-10-25 17:35:49 -04:00
store chore: reset version usage and revert comet to not use buf (#24815) 2025-05-30 09:29:33 -04:00
CHANGELOG.md docs: fix misspelled issues (#24989) 2025-07-29 20:06:24 +00:00
go.mod build(deps): Bump google.golang.org/grpc from 1.76.0 to 1.77.0 in /tools/benchmark (#25575) 2025-11-19 15:06:35 +00:00
go.sum build(deps): Bump google.golang.org/grpc from 1.76.0 to 1.77.0 in /tools/benchmark (#25575) 2025-11-19 15:06:35 +00:00
Makefile feat: add core module with app config support (#11914) 2022-05-10 14:41:52 -04:00
README.md feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00

Cosmos SDK Core

The cosmossdk.io/core go module defines "core" functionality for the Cosmos SDK.

Currently functionality for registering modules using the appmodule package and composing apps using the appconfig package is provided.

In the future core functionality for building Cosmos SDK app modules will be provided in this go module.