* Added the ability to query all accounts stored using gRPC * Added CHANGELOG entry * Fixed linting errors * Update CHANGELOG.md Co-authored-by: Amaury <amaury.martiny@protonmail.com> * Update proto/cosmos/auth/v1beta1/query.proto Co-authored-by: Amaury <amaury.martiny@protonmail.com> * Run make proto-all * Merged origin/master * Applied suggestions * Added CLI command * Updated CHANGELOG * Fixed merge conflicts Co-authored-by: Amaury <amaury.martiny@protonmail.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
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.