cosmos-sdk/core
dependabot[bot] 2e39dcb5dd
build(deps): Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in /x/evidence (#20244)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-05-02 09:30:25 +00:00
..
address
appmodule
branch
comet
event
gas
genesis
header refactor(core,x/**): simplify core service api and embed environment in keepers (#20071) 2024-04-17 18:18:16 +00:00
registry
router
store
transaction
CHANGELOG.md
go.mod build(deps): Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in /x/evidence (#20244) 2024-05-02 09:30:25 +00:00
go.sum build(deps): Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 in /x/evidence (#20244) 2024-05-02 09:30:25 +00:00
Makefile
README.md
sonar-project.properties

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.