Ethan Buchman b1485b181a | 7 years ago | |
---|---|---|
.. | ||
types | 7 years ago | |
README.md | 7 years ago | |
abci.go | 7 years ago | |
blocks.go | 7 years ago | |
consensus.go | 7 years ago | |
dev.go | 7 years ago | |
doc.go | 7 years ago | |
doc_template.txt | 7 years ago | |
events.go | 7 years ago | |
mempool.go | 7 years ago | |
net.go | 7 years ago | |
pipe.go | 7 years ago | |
routes.go | 7 years ago | |
status.go | 7 years ago | |
tx.go | 7 years ago | |
version.go | 9 years ago |
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$'