update docs (#3349)

* docs: explain create_empty_blocks configurations

Closes #3307

* Vagrantfile: install nodejs for docs

* update docs instructions

npm install does not make sense since there's no packages.json file

* explain broadcast_tx_* tx format

Closes #536

* docs: explain how transaction ordering works

Closes #2904

* bring in consensus parameters explained

* example for create_empty_blocks_interval

* bring in explanation from https://github.com/tendermint/tendermint/issues/2487#issuecomment-424899799

* link to formatting instead of duplicating info
This commit is contained in:
Anton Kaliaev
2019-02-28 11:31:59 +04:00
committed by GitHub
parent ec9bff5234
commit d6e2fb453d
7 changed files with 141 additions and 6 deletions

View File

@ -63,7 +63,8 @@ module.exports = {
"/tendermint-core/light-client-protocol",
"/tendermint-core/metrics",
"/tendermint-core/secure-p2p",
"/tendermint-core/validators"
"/tendermint-core/validators",
"/tendermint-core/mempool"
]
},
{