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.
 
 
 
 
 
 
Marko 7b52f51700
libs/common: Refactor libs/common 5 (#4240)
5 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 libs/common: Refactor libs/common 4 (#4237) 5 years ago
blocks.go libs/common: Refactor libs/common 5 (#4240) 5 years ago
blocks_test.go rpc: /block_results fix docs + write test + restructure response (#3615) 5 years ago
consensus.go libs/common: Refactor libs/common 5 (#4240) 5 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/lib/client & server: try to conform to JSON-RPC 2.0 spec (#4141) 5 years ago
evidence.go rpc: remove godoc comments in favor of swagger docs (#4126) 5 years ago
health.go rpc: remove godoc comments in favor of swagger docs (#4126) 5 years ago
mempool.go linters: enable stylecheck (#4153) 5 years ago
net.go p2p: add `unconditional_peer_ids` and `persistent_peers_max_dial_period` (#4176) 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 rpc: add pagination to /validators (#3993) 5 years ago
status.go libs/common: Refactor libs/common 4 (#4237) 5 years ago
tx.go libs/common: Refactor libs/common 5 (#4240) 5 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.