cosmos-sdk/docs/core
technicallyty d3bcc15b11
x/feegrant API Audit changes (#9194)
* -add comments to proto fields
-add comments to msg and query server
-remove decorator from docs
-add coments to msgs.go
-remove decorator from godoc

* Update x/feegrant/spec/04_events.md

Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>

* refactor and add to docs
*refactor proto msg names and functions
*add docs pertaining to auth's ante handler for deducted fees

* lint

* update comment

* gofmt

Co-authored-by: technicallyty <48813565+tytech3@users.noreply.github.com>
Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-05-03 12:34:48 +00:00
..
README.md documentation for in-place migrations with x/upgrade module (#8967) 2021-04-14 08:49:17 +00:00
baseapp.md Docs: Anys Usage, Events & small cleanups (#8895) 2021-03-17 12:15:20 +00:00
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 Update docs (#8751) 2021-03-16 12:14:54 +00:00
context.md
encoding.md codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
events.md Docs: Anys Usage, Events & small cleanups (#8895) 2021-03-17 12:15:20 +00:00
grpc_rest.md Update docs (#8751) 2021-03-16 12:14:54 +00:00
node.md docs: update bech32 account docs (#9006) 2021-03-29 11:22:30 +00:00
ocap.md docs: uml hotfix (#9124) 2021-04-16 07:59:21 +00:00
proto-docs.md x/feegrant API Audit changes (#9194) 2021-05-03 12:34:48 +00:00
runtx_middleware.md
simulation.md
store.md Docs: Anys Usage, Events & small cleanups (#8895) 2021-03-17 12:15:20 +00:00
telemetry.md
transactions.md
upgrade.md documentation for in-place migrations with x/upgrade module (#8967) 2021-04-14 08:49:17 +00:00

README.md

Core Concepts

This repository contains reference documentation on the core concepts of the Cosmos SDK.

  1. BaseApp
  2. Transaction
  3. Context
  4. Node Client
  5. Store
  6. Encoding
  7. gRPC, REST and Tendermint Endpoints
  8. Command-Line Interface
  9. Events
  10. Telemetry
  11. Object-Capabilities
  12. RunTx recovery middleware
  13. Simulation
  14. Protobuf documentation
  15. 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.