* wip: parse coins * review changes * update tests * update tests * Use ValueOfString * fix tests * fix coin tests * FIXES * Add empty coins test case * fix tests * fix tests * review changes * fix tests * fix tests * revert format.go * revert `format.go` * review changes * fix tests & review changes * review changes * review changes * review changes * review changes * review changes * review changes * proposal shorter code * review changes * conflicts * review changes * wip * ParseRepeated for coins * Revert listpb * remove duplicate case * revert some more Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> |
||
|---|---|---|
| .. | ||
| appconfig | ||
| appmodule | ||
| coins | ||
| intermodule | ||
| internal | ||
| go.mod | ||
| go.sum | ||
| 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.