Merge PR #5074: move docs/spec into x/module/spec

This commit is contained in:
Hans Schoenburg 2019-09-19 14:42:31 -07:00 committed by Alexander Bezobchuk
parent 890030b5c5
commit 3aca119fd1
72 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ generalized genesis accounts through the `GenesisAccount` interface.
caching through `CommitKVStoreCacheManager`. Any application wishing to utilize an inter-block cache
must set it in their app via a `BaseApp` option. The `BaseApp` docs have been drastically improved
to detail this new feature and how state transitions occur.
* (docs/spec) All module specs moved into their respective module dir in x/ (i.e. docs/spec/staking -->> x/staking/spec)
### Bug Fixes