You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Bric3d 64879c1e6a 1417 status response format (#1424) 6 years ago
..
types 1417 status response format (#1424) 6 years ago
README.md rpc: typo fixes 7 years ago
abci.go replace data.Bytes with cmn.HexBytes 7 years ago
blocks.go final updates for state 7 years ago
consensus.go fix data race 6 years ago
dev.go linting: apply errcheck part1 7 years ago
doc.go Add `\health` rpc endpoint (#1306) 6 years ago
doc_template.txt generate md for Slate 7 years ago
events.go WIP: fix rpc/core 6 years ago
health.go fix comment 6 years ago
mempool.go Merge 6 years ago
net.go Replaced NodeInfo's pubkey to ID (#1443) 6 years ago
pipe.go fix data race 6 years ago
routes.go Merge branch 'develop' into jae/aminoify 6 years ago
status.go 1417 status response format (#1424) 6 years ago
tx.go Fix lint errors (#1390) 6 years ago
version.go bump rpc version; add consensus version 8 years ago

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