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
+1 -1
View File
@@ -40,4 +40,4 @@ However, we only store valid txs in the cache, not invalid ones.
This is because invalid txs could become good later.
Txs that are included in a block aren't removed from the cache,
as they still may be getting received over the p2p network.
These txs are stored in the cache by their hash, to mitigate memory concerns.
These txs are stored in the cache by their hash, to mitigate memory concerns.