Skip to content

fix: make getUtxos address/maxUtxos filter work#278

Merged
pedroferreira1 merged 2 commits into
masterfrom
fix/get-utxos-address-max-filter
Aug 5, 2025
Merged

fix: make getUtxos address/maxUtxos filter work#278
pedroferreira1 merged 2 commits into
masterfrom
fix/get-utxos-address-max-filter

Conversation

@pedroferreira1
Copy link
Copy Markdown
Member

@pedroferreira1 pedroferreira1 commented Aug 5, 2025

Motivation

The filter by address and max utxos is not working in the utxos/outputs API. It seems like a recent upgrade changed the way lambda gets multi value query string.

Acceptance Criteria

  • Fix filter by address and max utxos.

Checklist

  • If you are requesting a merge into master, confirm this code is production-ready and can be included in future releases as soon as it gets merged
  • Make sure either the unit tests and/or the QA tests are capable of testing the new features
  • Make sure you do not include new dependencies in the project unless strictly necessary and do not include dev-dependencies as production ones. More dependencies increase the possibility of one of them being hijacked and affecting us.


const event = makeGatewayEventWithAuthorizer('my-wallet', null, null, {
addresses: [ADDRESSES[1]],
'addresses[]': [ADDRESSES[1]],
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test show that it used to work.

@pedroferreira1 pedroferreira1 moved this from Todo to In Progress (Done) in Hathor Network Aug 5, 2025
@github-project-automation github-project-automation Bot moved this from In Progress (Done) to In Review (WIP) in Hathor Network Aug 5, 2025
@tuliomir tuliomir moved this from In Review (WIP) to In Review (Done) in Hathor Network Aug 5, 2025
@pedroferreira1 pedroferreira1 force-pushed the fix/get-utxos-address-max-filter branch from 9428bc8 to 793a3aa Compare August 5, 2025 16:58
@pedroferreira1 pedroferreira1 merged commit 37aea7b into master Aug 5, 2025
1 check passed
@pedroferreira1 pedroferreira1 deleted the fix/get-utxos-address-max-filter branch August 5, 2025 17:05
@github-project-automation github-project-automation Bot moved this from In Review (Done) to Waiting to be deployed in Hathor Network Aug 5, 2025
@pedroferreira1 pedroferreira1 moved this from Waiting to be deployed to Done in Hathor Network Aug 7, 2025
This was referenced Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants