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.
 
 
 
 
 
 
Ethan Buchman 9af8da7aad update for new abci int types 7 years ago
..
types update for new abci int types 7 years ago
README.md rpc: typo fixes 7 years ago
abci.go update for new abci int types 7 years ago
blocks.go use rand.Int63n, remove underflow check, remove unnecessary cast 7 years ago
consensus.go int64 height 7 years ago
dev.go linting: apply errcheck part1 7 years ago
doc.go rpc: typo fixes 7 years ago
doc_template.txt generate md for Slate 7 years ago
events.go crank context timeouts 7 years ago
mempool.go update for new abci int types 7 years ago
net.go Amount -> Power. Closes #166 7 years ago
pipe.go int64 height 7 years ago
routes.go add client methods 7 years ago
status.go Merge pull request #526 from tendermint/feature/rpc-docs 7 years ago
tx.go use rand.Int63n, remove underflow check, remove unnecessary cast 7 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$'