tendermint/rpc/core
Ethan Buchman e7747f7d66 it compiles 2018-02-03 03:52:17 -05:00
..
types it compiles 2018-02-03 03:52:17 -05:00
README.md rpc: typo fixes 2017-08-16 15:18:55 -04:00
abci.go replace data.Bytes with cmn.HexBytes 2018-02-03 03:47:01 -05:00
blocks.go final updates for state 2017-12-28 23:15:54 -05:00
consensus.go p2p: peer.Key -> peer.ID 2018-01-01 22:39:05 -05:00
dev.go linting: apply errcheck part1 2017-11-27 22:39:11 +00:00
doc.go Merge branch 'develop' into 864-distinguish-between-seeds-and-manual-peers 2018-01-13 14:34:32 -05:00
doc_template.txt generate md for Slate 2017-08-16 15:17:08 -04:00
events.go document event subscriptions 2018-01-12 12:53:34 -06:00
mempool.go replace data.Bytes with cmn.HexBytes 2018-02-03 03:47:01 -05:00
net.go NodeInfo not a pointer 2018-01-14 01:15:33 -05:00
pipe.go fixes 2018-01-20 21:44:30 -05:00
routes.go dial_persistent_peers -> dial_peers with persistent option 2018-01-13 14:50:58 -05:00
status.go replace data.Bytes with cmn.HexBytes 2018-02-03 03:47:01 -05: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$'