thelazyprogrammer / webdollar-explorer-api

Easy to deploy explorer (web client + REST api server) for WebDollar
https://webdollar.network
Apache License 2.0
4 stars 10 forks source link

Add pagination for REST API resources and dashboard UI #9

Closed ader1990 closed 5 years ago

ader1990 commented 5 years ago

Is your feature request related to a problem? Please describe. There is no pagination for blocks or transactions and older transactions cannot be accessed.

Describe the solution you'd like Implement pagination for blocks, max of 50 per page, minimum of 15. Implement pagination for transactions, max of 50 per page, minimum of 15.

ader1990 commented 5 years ago

block pagination implemented: https://github.com/thelazyprogrammer/webdollar-explorer-api/commit/55f2b2aecad9fa19fbbcb408c2309b280da465b3

ader1990 commented 5 years ago

address block pagination and transaction pagination implemented: https://github.com/thelazyprogrammer/webdollar-explorer-api/commit/b31033dc5a2a7dca63b19b84f8d47d3167ce42fd https://github.com/thelazyprogrammer/webdollar-explorer-api/commit/9b70b7b98aa3d5d9a7484f6456797da7a6bf53d1