cosmos-sdk/core
dependabot[bot] dc558b1ce6
build(deps): Bump github.com/cosmos/gogoproto from 1.4.12 to 1.5.0 (#20563)
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>
2024-06-06 08:26:02 +00:00
..
address
app feat(server/v2): introduce cometbft v2 (#20483) 2024-05-31 00:30:15 +00:00
appmodule
branch
comet
context refactor(x/authz): set environment in context (#20502) 2024-06-03 07:48:33 +00:00
event
gas
genesis
header
legacy
log
registry
router
store
testing feat(core): add coretest package (#20487) 2024-06-05 22:11:33 +00:00
transaction
CHANGELOG.md
go.mod build(deps): Bump github.com/cosmos/gogoproto from 1.4.12 to 1.5.0 (#20563) 2024-06-06 08:26:02 +00:00
go.sum build(deps): Bump github.com/cosmos/gogoproto from 1.4.12 to 1.5.0 (#20563) 2024-06-06 08:26:02 +00:00
Makefile
README.md
sonar-project.properties chore: force reload sonar cloud (#20480) 2024-05-29 11:12:09 +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.