tendermint/rpc/core
Anton Kaliaev fc7f9bcaf6 rpc: Transform /status result.node_info.other into map (#2417)
* [rpc] transform /status result.node_info.other into map
* amino does not support maps, duh

Refs #2391
2018-09-17 18:39:52 +02:00
..
types rpc: Transform /status result.node_info.other into map (#2417) 2018-09-17 18:39:52 +02:00
README.md rpc: Improve slate for Jenkins (#2070) 2018-07-25 23:37:08 +02:00
abci.go proto3 timestamp (#2064) 2018-07-27 04:23:19 +02:00
blocks.go Merge remote-tracking branch 'origin/develop' into jae/literefactor4 2018-08-02 19:12:22 -04:00
blocks_test.go rpc: fix /blockchain OOM #2049 2018-07-24 21:18:20 -04:00
consensus.go Refactor "lite" to handle delayed validator set changes. 2018-06-25 17:12:25 -07:00
dev.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
doc.go docs: update link to rpc (#2361) 2018-09-12 21:03:17 +04:00
doc_template.txt Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
events.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
health.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
mempool.go reap max bytes from the mempool & check transaction size 2018-08-31 16:01:21 +04:00
net.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
pipe.go reap max bytes from the mempool & check transaction size 2018-08-31 16:01:21 +04:00
pipe_test.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
routes.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
slate_header.txt rpc: Improve slate for Jenkins (#2070) 2018-07-25 23:37:08 +02:00
status.go rpc: Transform /status result.node_info.other into map (#2417) 2018-09-17 18:39:52 +02:00
tx.go fix import paths 2018-07-01 22:36:49 -04:00
version.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00

README.md

Tendermint RPC

We are using Slate to power our RPC documentation. For generating markdown use:

go get github.com/davecheney/godoc2md

# from root of this repo
make rpc-docs

Pagination

Requests that return multiple items will be paginated to 30 items by default. You can specify further pages with the ?page parameter. You can also set a custom page size up to 100 with the ?per_page parameter.