Closed anon-yum2 closed 4 months ago
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: https://github.com/ergoplatform/ergo/issues/2093 by default excludeMempoolSpent set to false to not impact any current uses of the endpoint.