Anton Kaliaev d6e2fb453d
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
2019-02-28 11:31:59 +04:00
..
2019-02-23 10:32:31 -05:00
2019-02-11 16:31:34 +04:00
2018-07-24 21:18:20 -04:00
2019-02-11 16:31:34 +04:00
2019-02-11 16:31:34 +04:00
2018-11-14 16:47:41 +04:00
2019-02-22 23:11:27 -05:00
2019-02-28 11:31:59 +04:00
2019-02-20 15:34:52 +04:00

Tendermint RPC

We are using Slate to power our RPC documentation. For generating markdown use:

go get github.com/davecheney/godoc2md

# from root of this repo
make rpc-docs

Pagination

Requests that return multiple items will be paginated to 30 items by default. You can specify further pages with the ?page parameter. You can also set a custom page size up to 100 with the ?per_page parameter.