48006b435d
* deps: bump tendermint to v0.34.2 * x/bank: denom metadata gRPC * cli: add cmd and tests * gRPC test' * changelog * fix test * Apply suggestions from code review Co-authored-by: Robert Zaremba <robert@zaremba.ch> Co-authored-by: Aditya <adityasripal@gmail.com> * fix panic * use cmd.Context() * update tests * Update x/bank/types/errors.go Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com> * test fix Co-authored-by: Robert Zaremba <robert@zaremba.ch> Co-authored-by: Aditya <adityasripal@gmail.com> Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
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 |
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
After reading about the core concepts, check the IBC documentation to learn more about the IBC core concepts and how to integrate it to you application.