tendermint/rpc/core
Ethan Buchman 801e3dfacf rpc: getHeight helper function 2017-12-26 19:37:42 -05:00
..
types fixes 2017-12-26 19:24:45 -05:00
README.md rpc: typo fixes 2017-08-16 15:18:55 -04:00
abci.go fixes and version bump 2017-12-06 03:33:03 -05:00
blocks.go rpc: getHeight helper function 2017-12-26 19:37:42 -05:00
consensus.go rpc: getHeight helper function 2017-12-26 19:37:42 -05:00
dev.go linting: apply errcheck part1 2017-11-27 22:39:11 +00:00
doc.go rpc: typo fixes 2017-08-16 15:18:55 -04:00
doc_template.txt generate md for Slate 2017-08-16 15:17:08 -04:00
events.go fixes after my own review (Refs #945) 2017-12-10 11:29:36 -06:00
mempool.go update for new abci int types 2017-12-02 01:47:55 -05:00
net.go Amount -> Power. Closes #166 2017-09-21 14:59:27 -04:00
pipe.go int64 height 2017-12-01 19:04:53 -06:00
routes.go Add /block_results?height=H as rpc endpoint 2017-12-26 19:24:25 -05:00
status.go default moniker to the host name (Refs #920) 2017-12-07 12:49:29 -06:00
tx.go changelog; minor stuff; update glide 2017-12-06 02:45:38 -05:00
version.go rpc -> rpc/lib and rpc/tendermint -> rpc 2017-04-26 19:57:33 -04:00

README.md

Tendermint RPC

Generate markdown for Slate

We are using Slate to power our RPC documentation. If you are changing a comment, make sure to copy the resulting changes to the slate repo and make a PR there as well. For generating markdown use:

go get github.com/melekes/godoc2md

godoc2md -template rpc/core/doc_template.txt github.com/tendermint/tendermint/rpc/core | grep -v -e "pipe.go" -e "routes.go" -e "dev.go" | sed 's$/src/target$https://github.com/tendermint/tendermint/tree/master/rpc/core$'