tendermint/rpc/core
Bric3d 64879c1e6a 1417 status response format (#1424)
* Reformated the ResultStatus

* fix misuse of ResultStatus.

* updated changelog

* Fixed tests

* fixed rpc helper tests

* fixed rpc_tests

* fixed mock/status_test

* fixed typo

* fixed ommitempty on validatorstatus and the changelog

* fixed extra line in changelog

* Updated usage of the /status json response in tests after breaking changes

* Updated remaining tests with changes after searching the codebase for usage

* Reformated the ResultStatus

* fix misuse of ResultStatus.

* updated changelog

* Fixed tests

* fixed rpc helper tests

* fixed rpc_tests

* fixed mock/status_test

* fixed typo

* fixed ommitempty on validatorstatus and the changelog

* Updated usage of the /status json response in tests after breaking changes

* Updated remaining tests with changes after searching the codebase for usage

* rebased against develop
2018-04-11 10:38:34 +02:00
..
types 1417 status response format (#1424) 2018-04-11 10:38:34 +02:00
README.md
abci.go
blocks.go
consensus.go fix data race 2018-04-10 11:15:16 +02:00
dev.go
doc.go
doc_template.txt
events.go WIP: fix rpc/core 2018-04-05 16:07:29 -07:00
health.go
mempool.go Merge 2018-04-05 08:17:10 -07:00
net.go Replaced NodeInfo's pubkey to ID (#1443) 2018-04-11 10:11:11 +02:00
pipe.go fix data race 2018-04-10 11:15:16 +02:00
routes.go Merge branch 'develop' into jae/aminoify 2018-04-07 16:16:53 +03:00
status.go 1417 status response format (#1424) 2018-04-11 10:38:34 +02:00
tx.go
version.go

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