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.
 
 
 
 
 
 
Anton Kaliaev 7ced9e416b
rpc/net_info: change RemoteIP type from net.IP to String (#3309)
5 years ago
..
types rpc/net_info: change RemoteIP type from net.IP to String (#3309) 5 years ago
README.md rpc: Improve slate for Jenkins (#2070) 6 years ago
abci.go make govet linter pass (#3292) 5 years ago
blocks.go make govet linter pass (#3292) 5 years ago
blocks_test.go rpc: fix /blockchain OOM #2049 6 years ago
consensus.go make govet linter pass (#3292) 5 years ago
dev.go linting: apply errcheck part1 7 years ago
doc.go 2582 Enable CORS on RPC API (#2800) 6 years ago
doc_template.txt generate md for Slate 7 years ago
events.go make govet linter pass (#3292) 5 years ago
health.go docs: add client#Start/Stop to examples in RPC docs (#2939) 6 years ago
mempool.go make govet linter pass (#3292) 5 years ago
net.go rpc/net_info: change RemoteIP type from net.IP to String (#3309) 5 years ago
pipe.go return maxPerPage (not defaultPerPage) if per_page is greater than max (#3124) 6 years ago
pipe_test.go return maxPerPage (not defaultPerPage) if per_page is greater than max (#3124) 6 years ago
routes.go [rpc] fix /abci_query: trusted was renamed to prove (#2531) 6 years ago
slate_header.txt rpc: Improve slate for Jenkins (#2070) 6 years ago
status.go docs: add client#Start/Stop to examples in RPC docs (#2939) 6 years ago
tx.go Hotfix/validating query result length (#3053) 6 years ago

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.