cosmos-sdk/core
dependabot[bot] 23ef32a35c
build(deps): Bump github.com/prometheus/common from 0.40.0 to 0.41.0 (#15229)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-03-01 17:59:14 +00:00
..
appconfig chore(core): fix staticcheck issues (#15140) 2023-02-23 20:14:47 +00:00
appmodule chore(core): fix staticcheck issues (#15140) 2023-02-23 20:14:47 +00:00
coins
event
genesis refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
intermodule
internal
store
CHANGELOG.md
go.mod build(deps): Bump github.com/prometheus/common from 0.40.0 to 0.41.0 (#15229) 2023-03-01 17:59:14 +00:00
go.sum build(deps): Bump github.com/prometheus/common from 0.40.0 to 0.41.0 (#15229) 2023-03-01 17:59:14 +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.