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 336c2f4fe1 rpc: fix getHeight 7 years ago
..
types fixes 7 years ago
README.md rpc: typo fixes 7 years ago
abci.go fixes and version bump 7 years ago
blocks.go rpc: fix getHeight 7 years ago
consensus.go rpc: fix getHeight 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 fixes after my own review (Refs #945) 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 /block_results?height=H as rpc endpoint 7 years ago
status.go default moniker to the host name (Refs #920) 7 years ago
tx.go changelog; minor stuff; update glide 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$'