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
..
2018-04-11 10:38:34 +02:00
2018-02-03 03:47:01 -05:00
2017-12-28 23:15:54 -05:00
2018-04-10 11:15:16 +02:00
2017-11-27 22:39:11 +00:00
2017-08-16 15:17:08 -04:00
2018-03-19 19:39:37 +03:00
2018-04-05 16:07:29 -07:00
2018-03-19 20:01:43 +03:00
2018-04-05 08:17:10 -07:00
2018-04-10 11:15:16 +02:00
2017-08-16 15:18:55 -04:00
2018-04-11 10:38:34 +02:00
2018-04-02 10:21:17 +02:00

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