Merge PR #3683: spec-spec update, spec file reorg, TOC updates

* spec reorg

* ...

* PENDING.md

* @alexanderbez comments
This commit is contained in:
frog power 4000
2019-02-20 13:21:57 -05:00
committed by GitHub
parent cf2cdabe6b
commit a07b235f67
48 changed files with 209 additions and 147 deletions
@@ -1,6 +1,6 @@
## State
# State
### Minter
## Minter
The minter is a space for holding current inflation information.
@@ -13,7 +13,7 @@ type Minter struct {
}
```
### Params
## Params
Minting params are held in the global params store.
+9 -2
View File
@@ -1,4 +1,11 @@
# Mint Specification
- [State](./state.md)
- [Begin Block](./begin_block.md)
## Contents
1. **[State](01_state.md)**
- [Minter](01_state.md#minter)
- [Params](01_state.md#params)
2. **[Begin-Block](02_begin_block.md)**
- [NextInflationRate](02_begin_block.md#nextinflationrate)
- [NextAnnualProvisions](02_begin_block.md#nextannualprovisions)
- [BlockProvision](02_begin_block.md#blockprovision)