tendermint/rpc/core
Anton Kaliaev f65e357d2b
adapt Tendermint to new abci.Client interface
which was introduced in https://github.com/tendermint/abci/pull/130
2017-11-29 14:23:44 -06:00
..
types adapt Tendermint to new abci.Client interface 2017-11-29 14:23:44 -06:00
README.md rpc: typo fixes 2017-08-16 15:18:55 -04:00
abci.go adapt Tendermint to new abci.Client interface 2017-11-29 14:23:44 -06:00
blocks.go Separated out certifiers.Commit from rpc structs 2017-10-25 16:43:18 +02:00
consensus.go remove a stale comment 2017-10-10 10:52:26 -04: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 crank context timeouts 2017-11-15 01:42:15 +00:00
mempool.go adapt Tendermint to new abci.Client interface 2017-11-29 14:23:44 -06:00
net.go Amount -> Power. Closes #166 2017-09-21 14:59:27 -04:00
pipe.go crank context timeouts 2017-11-15 01:42:15 +00:00
routes.go new pubsub package 2017-10-30 00:32:22 -05:00
status.go Merge pull request #526 from tendermint/feature/rpc-docs 2017-08-25 18:10:21 -04:00
tx.go adapt Tendermint to new abci.Client interface 2017-11-29 14:23:44 -06:00
version.go

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$'