stellar-deprecated / horizon

This repository has moved to the go monorepo: https://github.com/stellar/go/tree/master/services/horizon
Apache License 2.0
218 stars 106 forks source link

Ability to return more orders of a given order book #399

Closed jedmccaleb closed 7 years ago

jedmccaleb commented 7 years ago

Right now it only returns 10 orders on each side. I think it should be configurable by the horizon operator or maybe make it where you can page through the orders on each side.

jedmccaleb commented 7 years ago

Quick fix here is to just make the limit configurable until we can design a more robust solution with paging.

nullstyle commented 7 years ago

https://github.com/stellar/horizon/blob/master/src/github.com/stellar/horizon/db2/core/order_book_summary.go#L68