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.
 
 
 
 
 
 
Erik Grinaker 8f48c49543
Fix some golangci-lint warnings (#4448)
4 years ago
..
types libs/common: Refactor libs/common 4 (#4237) 5 years ago
CONTRIBUTING.md rpc: remove godoc comments in favor of swagger docs (#4126) 5 years ago
README.md makefile: minor cleanup (#3994) 5 years ago
abci.go rpc: PR#4320 follow up (#4323) 5 years ago
blocks.go rpc: PR#4320 follow up (#4323) 5 years ago
blocks_test.go rpc: add method block_by_hash (#4257) 5 years ago
consensus.go docs: update links to rpc (#4348) 4 years ago
dev.go limit number of /subscribe clients and queries per client (#3269) 5 years ago
doc.go Fix linter errors thrown by `lll` (#3970) 5 years ago
doc_template.txt generate md for Slate 7 years ago
events.go rpc: PR#4320 follow up (#4323) 5 years ago
evidence.go rpc: PR#4320 follow up (#4323) 5 years ago
health.go rpc: PR#4320 follow up (#4323) 5 years ago
mempool.go rpc: PR#4320 follow up (#4323) 5 years ago
net.go rpc: PR#4320 follow up (#4323) 5 years ago
net_test.go p2p: make persistent prop independent of conn direction (#3593) 5 years ago
pipe.go lint: Enable Golint (#4212) 5 years ago
pipe_test.go rpc: return err if page is incorrect (less than 0 or greater than tot… (#3825) 5 years ago
routes.go Fix some golangci-lint warnings (#4448) 4 years ago
status.go rpc: PR#4320 follow up (#4323) 5 years ago
tx.go rpc: fix tx_search pagination with ordered results (#4437) 4 years ago

README.md

Tendermint RPC

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.