diff --git a/docs/spec/README.md b/docs/spec/README.md index b115e0d45be2..4b58baf9e18a 100644 --- a/docs/spec/README.md +++ b/docs/spec/README.md @@ -5,15 +5,14 @@ the Cosmos Hub. NOTE: the specifications are not yet complete and very much a work in progress. -- [Basecoin](basecoin) - Cosmos SDK related specifications and transactions for - sending tokens. -- [Governance](governance) - Governance related specifications including - proposals and voting. -- [IBC](ibc) - Specification of the Cosmos inter-blockchain communication (IBC) protocol. -- [Staking](staking) - Proof-of-stake related specifications including bonding - and delegation transactions, inflation, etc. -- [Slashing](slashing) - Specifications of validator punishment mechanisms -- [Provisioning](provisioning) - Fee distribution, and atom provision distribution specification +- [Store](store) - The core Merkle store that holds the state. +- [Auth](auth) - The structure and authnentication of accounts and transactions. +- [Bank](bank) - Sending tokens. +- [Governance](governance) - Proposals and voting. +- [IBC](ibc) - Inter-Blockchain Communication (IBC) protocol. +- [Staking](staking) - Proof-of-stake bonding, delegation, etc. +- [Slashing](slashing) - Validator punishment mechanisms. +- [Provisioning](provisioning) - Fee distribution, and atom provision distribution - [Other](other) - Other components of the Cosmos Hub, including the reserve pool, All in Bits vesting, etc. diff --git a/docs/spec/auth/state.md b/docs/spec/auth/state.md new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/docs/spec/auth/transactions.md b/docs/spec/auth/transactions.md new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/docs/spec/basecoin/basecoin.md b/docs/spec/bank/state.md similarity index 100% rename from docs/spec/basecoin/basecoin.md rename to docs/spec/bank/state.md diff --git a/docs/spec/bank/transactions.md b/docs/spec/bank/transactions.md new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/docs/spec/WIP_provisioning/fee_distribution_model.xlsx b/docs/spec/provisioning/fee_distribution_model.xlsx similarity index 100% rename from docs/spec/WIP_provisioning/fee_distribution_model.xlsx rename to docs/spec/provisioning/fee_distribution_model.xlsx diff --git a/docs/spec/WIP_provisioning/overview.md b/docs/spec/provisioning/overview.md similarity index 100% rename from docs/spec/WIP_provisioning/overview.md rename to docs/spec/provisioning/overview.md diff --git a/docs/spec/WIP_provisioning/state.md b/docs/spec/provisioning/state.md similarity index 100% rename from docs/spec/WIP_provisioning/state.md rename to docs/spec/provisioning/state.md diff --git a/docs/spec/store/README.md b/docs/spec/store/README.md new file mode 100644 index 000000000000..e69de29bb2d1