Skip to content

Commit

Permalink
PENDING
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnya97 committed Aug 6, 2018
1 parent 8a9c682 commit 5d7b0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ FEATURES
* [gov] Add slashing for validators who do not vote on a proposal
* [cli] added `gov query-proposals` command to CLI. Can filter by `depositer`, `voter`, and `status`
* [core] added BaseApp.Seal - ability to seal baseapp parameters once they've been set
* [querier] added custom querier functionality, so ABCI query requests can be handled by keepers

IMPROVEMENTS
* [baseapp] Allow any alphanumeric character in route
Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

The Cosmos SDK has all the necessary pre-built modules to add functionality on top of a `BaseApp`, which is the template to build a blockchain dApp in Cosmos. In this context, a `module` is a fundamental unit in the Cosmos SDK.

Each module is an extension of the `BaseApp`'s functionalities that defines transactions, handles application state and manages the state transition logic. Each module also contains handlers for messages and transactions, as well as REST and CLI for secure user interactions.
Each module is an extension of the `BaseApp`'s functionalities that defines transactions, handles application state and manages the state transition logic. Each module also contains handlers for messages and transactions, queriers for handling query requests, as well as REST and CLI for secure user interactions.

Some of the most important modules in the SDK are:

Expand Down

0 comments on commit 5d7b0b2

Please sign in to comment.