Skip to content
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

Merged
merged 13 commits into from
Jul 26, 2024

Conversation

anon-yum2
Copy link
Contributor

PR addressing issue: #2093
by default excludeMempoolSpent set to false to not impact any current uses of the endpoint.

@kushti kushti changed the base branch from master to v5.0.21 March 14, 2024 09:30
src/main/resources/api/openapi-ai.yaml Outdated Show resolved Hide resolved
src/main/resources/api/openapi.yaml Outdated Show resolved Hide resolved
@anon-yum2
Copy link
Contributor Author

anon-yum2 commented Mar 19, 2024

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.

@kushti
Copy link
Member

kushti commented Mar 21, 2024

@anon-yum2 compilation is failing now

@kushti
Copy link
Member

kushti commented Mar 25, 2024

import scorex.util.{ModifierId, bytesToId} => import scorex.util.{ModifierId, bytesToId, idToBytes}

@kushti kushti changed the base branch from v5.0.23 to v5.0.22 July 26, 2024 08:43
@kushti kushti merged commit cee6e3e into ergoplatform:v5.0.22 Jul 26, 2024
kushti added a commit that referenced this pull request Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants