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.
 
 
 
 
 
 
Zach Ramsay 57ea4987f7 linting: apply errcheck part1 7 years ago
..
types new pubsub package 7 years ago
README.md rpc: typo fixes 7 years ago
abci.go fixes from @cloudhead review 7 years ago
blocks.go Separated out certifiers.Commit from rpc structs 7 years ago
consensus.go remove a stale comment 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 crank context timeouts 7 years ago
net.go Amount -> Power. Closes #166 7 years ago
pipe.go crank context timeouts 7 years ago
routes.go new pubsub package 7 years ago
status.go Merge pull request #526 from tendermint/feature/rpc-docs 7 years ago
tx.go rpc: typo fixes 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$'