Closed roadscape closed 7 years ago
The 200 is a hard coded limit in history api.
The get_market_history
API comes with no document. Current implementation returns the first 200 records. So.. what's the best behavior? Probably we need a BSIP for it?
This issue was moved to bitshares/bitshares-core#191
On a fresh install, via cli_wallet:
The history cuts out a week ago even though there's been plenty of activity, so it appears as though it returns the first 200(?) buckets, not the most recent buckets.
Also, I think it may be ignoring the
history-per-size
parameter in config.ini.