bitshares / bitshares-core

BitShares Blockchain node and command-line wallet
https://bitshares.github.io/
Other
1.17k stars 643 forks source link

API calls that omit `limit` should not fail #2619

Closed abitmore closed 1 year ago

abitmore commented 1 year ago

Bug Description

For APIs with an optional limit, If the node operator configured a smaller limit, the API call should not fail if the client does not specify a limit.

Impacts Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.

Host Environment Please provide details about the host environment. Much of this information can be found running: witness_node --version.

CORE TEAM TASK LIST

abitmore commented 1 year ago

Fixed by #2622.