cosmos-sdk/x
colin axner eb3f7e6473
rename blacklist to blocked (#6455)
* rename blacklisted to cannotSendTo

* add changelog

* rename to blockedAddrs

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-06-17 13:32:49 +00:00
..
auth Update TxBuilder to use SignatureV2 (#6443) 2020-06-16 19:57:37 +00:00
bank rename blacklist to blocked (#6455) 2020-06-17 13:32:49 +00:00
capability x/bank: remove alias.go usage (#6439) 2020-06-14 23:06:16 +00:00
crisis x/bank: remove alias.go usage (#6439) 2020-06-14 23:06:16 +00:00
distribution rename blacklist to blocked (#6455) 2020-06-17 13:32:49 +00:00
evidence JSON Codec Updates (#6444) 2020-06-16 00:20:50 +00:00
genaccounts
genutil JSON Codec Updates (#6444) 2020-06-16 00:20:50 +00:00
gov JSON Codec Updates (#6444) 2020-06-16 00:20:50 +00:00
ibc ibc/04-channel: move UNORDERED channel ack to RecvPacket (#6457) 2020-06-17 05:36:09 -04:00
ibc-transfer x/bank: remove alias.go usage (#6439) 2020-06-14 23:06:16 +00:00
mint JSON Codec Updates (#6444) 2020-06-16 00:20:50 +00:00
params x/gov: remove alias.go usage (#6432) 2020-06-13 11:07:51 +02:00
simulation
slashing JSON Codec Updates (#6444) 2020-06-16 00:20:50 +00:00
staking Move some Param types from Keeper to Types in staking (#6451) 2020-06-16 19:59:36 +02:00
upgrade JSON Codec Updates (#6444) 2020-06-16 00:20:50 +00:00
README.md

README.md

List of Modules

Here are some production-grade modules that can be used in Cosmos SDK applications, along with their respective documentation:

  • Auth - Authentication of accounts and transactions for Cosmos SDK application.
  • Bank - Token transfer functionalities.
  • Governance - On-chain proposals and voting.
  • Staking - Proof-of-stake layer for public blockchains.
  • Slashing - Validator punishment mechanisms.
  • Distribution - Fee distribution, and staking token provision distribution.
  • Crisis - Halting the blockchain under certain circumstances (e.g. if an invariant is broken).
  • Mint - Creation of new units of staking token.
  • Params - Globally available parameter store.
  • Supply - Total token supply of the chain.

To learn more about the process of building modules, visit the building modules reference documentation.