603e89541f
* add basics for permanent locked vesting account support * remove sdk.Msg support for PermanentLockedVestingAccount * add tests for PermanentLockedVestingAccount * remove unecessary tests * drop unecessary create vesting acct msgs * Update x/auth/vesting/types/vesting_account.go Co-authored-by: Aaron Craelius <aaron@regen.network> * Update x/auth/vesting/types/vesting_account.go Co-authored-by: Aaron Craelius <aaron@regen.network> * Update x/auth/vesting/types/vesting_account.go Co-authored-by: Aaron Craelius <aaron@regen.network> * Update x/auth/vesting/types/vesting_account_test.go Co-authored-by: Aaron Craelius <aaron@regen.network> * Review changes * Factorize init function * Factorize more * Comments * Fix build after rename Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> Co-authored-by: Aaron Craelius <aaron@regen.network> |
||
---|---|---|
.. | ||
README.md | ||
baseapp.md | ||
baseapp_state-begin_block.png | ||
baseapp_state-checktx.png | ||
baseapp_state-commit.png | ||
baseapp_state-deliver_tx.png | ||
baseapp_state-initchain.png | ||
baseapp_state_types.png | ||
cli.md | ||
context.md | ||
encoding.md | ||
events.md | ||
grpc_rest.md | ||
node.md | ||
ocap.md | ||
proto-docs.md | ||
runtx_middleware.md | ||
simulation.md | ||
store.md | ||
telemetry.md | ||
transactions.md | ||
upgrade.md |
README.md
Core Concepts
This repository contains reference documentation on the core concepts of the Cosmos SDK.
BaseApp
- Transaction
- Context
- Node Client
- Store
- Encoding
- gRPC, REST and Tendermint Endpoints
- Command-Line Interface
- Events
- Telemetry
- Object-Capabilities
- RunTx recovery middleware
- Simulation
- Protobuf documentation
- In-Place Store Migrations
After reading about the core concepts, check the IBC documentation to learn more about the IBC core concepts and how to integrate IBC in your application.