* Use service Msgs in CLI tx commands * Update comment * Gracefully support amino signing * CLI to use svc msg * Fix lint * Use fq method name in events * Update tests * Fix quering events * Add docs * Fix test build * Fix events * Fix search for events * Handle old andd new event quering * Use merge events * Better encCfg * Add page in search * Fix tests * Update test and comments * Update x/auth/legacy/legacytx/stdsign.go Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com> * Fix conflict for weighted vote * Make CopyTx actually run * Fix CopyTx * Fix test * Add changelog entry * Remove useless code * Add msgs tests * Remove testing proto Msg via CLI * Fix lint * Fix test * Implement GetSignBytes on ServiceMsg * Fix %T Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| baseapp_state_types.png | ||
| baseapp_state-begin_block.png | ||
| baseapp_state-checktx.png | ||
| baseapp_state-commit.png | ||
| baseapp_state-deliver_tx.png | ||
| baseapp_state-initchain.png | ||
| baseapp.md | ||
| cli.md | ||
| context.md | ||
| encoding.md | ||
| events.md | ||
| grpc_rest.md | ||
| node.md | ||
| ocap.md | ||
| proto-docs.md | ||
| README.md | ||
| runtx_middleware.md | ||
| simulation.md | ||
| store.md | ||
| telemetry.md | ||
| transactions.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.