-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add excludeMempoolSpent Query Parameter to /blockchain/box/unspent/byAddress #2131
Conversation
Since filtering out UTXOs after receiving them from mempool may result in less than limit amount of UTXOs being returned (when there are more available), I have added recursive fetching for more UTXOs until the limit is hit or no more UTXOs are available. Will only fetch a limit of 200 UTXOs at a time. |
@anon-yum2 compilation is failing now |
import scorex.util.{ModifierId, bytesToId} => import scorex.util.{ModifierId, bytesToId, idToBytes} |
PR addressing issue: #2093
by default excludeMempoolSpent set to false to not impact any current uses of the endpoint.