-
Notifications
You must be signed in to change notification settings - Fork 4
[GEN-1859] Audit + paginated retrieval for wallet withdrawal requests #472
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jossec101
added a commit
that referenced
this pull request
Jan 20, 2026
Add GetPaginatedAsync method to IWalletWithdrawalRequestRepository and implement pagination support in withdrawals UI to improve performance when loading large datasets stack-info: PR: #472, branch: Jossec101/stack/15
@Jossec101
Jossec101
force-pushed
the
Jossec101/stack/15
branch
from
January 20, 2026 10:36
62d4270 to
159c2e2
Compare
This was referenced Jan 20, 2026
Jossec101
added a commit
that referenced
this pull request
Jan 20, 2026
Add GetPaginatedAsync method to IWalletWithdrawalRequestRepository and implement pagination support in withdrawals UI to improve performance when loading large datasets stack-info: PR: #472, branch: Jossec101/stack/15
@Jossec101
Jossec101
force-pushed
the
Jossec101/stack/15
branch
from
January 20, 2026 10:39
159c2e2 to
281d3a0
Compare
@Jossec101
Jossec101
force-pushed
the
Jossec101/stack/15
branch
from
January 20, 2026 10:49
281d3a0 to
dc17d16
Compare
@Jossec101
Jossec101
force-pushed
the
Jossec101/stack/15
branch
from
January 20, 2026 11:12
dc17d16 to
bbf3fb0
Compare
@Jossec101
Jossec101
force-pushed
the
Jossec101/stack/15
branch
from
January 20, 2026 11:26
bbf3fb0 to
697f236
Compare
@Jossec101
Jossec101
force-pushed
the
Jossec101/stack/15
branch
from
January 22, 2026 11:19
697f236 to
d6d2eb0
Compare
@Jossec101
Jossec101
force-pushed
the
Jossec101/stack/15
branch
from
January 22, 2026 11:28
d6d2eb0 to
fd7ab3e
Compare
@Jossec101
Jossec101
force-pushed
the
Jossec101/stack/15
branch
from
January 22, 2026 11:32
fd7ab3e to
e888f0f
Compare
@Jossec101
Jossec101
force-pushed
the
Jossec101/stack/15
branch
from
January 22, 2026 11:36
e888f0f to
5e2a34f
Compare
RodriFS
RodriFS
approved these changes
Jan 22, 2026
@Jossec101
Jossec101
force-pushed
the
Jossec101/stack/14
branch
from
January 22, 2026 16:22
839834e to
2429861
Compare
Jossec101
added a commit
that referenced
this pull request
Jan 22, 2026
Add GetPaginatedAsync method to IWalletWithdrawalRequestRepository and implement pagination support in withdrawals UI to improve performance when loading large datasets stack-info: PR: #472, branch: Jossec101/stack/15
@Jossec101
Jossec101
force-pushed
the
Jossec101/stack/15
branch
from
January 22, 2026 16:22
5e2a34f to
2135376
Compare
Jossec101
added a commit
that referenced
this pull request
Jan 22, 2026
Add GetPaginatedAsync method to IWalletWithdrawalRequestRepository and implement pagination support in withdrawals UI to improve performance when loading large datasets stack-info: PR: #472, branch: Jossec101/stack/15
Jossec101
added a commit
that referenced
this pull request
Jan 22, 2026
Add GetPaginatedAsync method to IWalletWithdrawalRequestRepository and implement pagination support in withdrawals UI to improve performance when loading large datasets stack-info: PR: #472, branch: Jossec101/stack/15
Jossec101
added a commit
that referenced
this pull request
Jan 22, 2026
Add GetPaginatedAsync method to IWalletWithdrawalRequestRepository and implement pagination support in withdrawals UI to improve performance when loading large datasets stack-info: PR: #472, branch: Jossec101/stack/15
@Jossec101
Jossec101
force-pushed
the
Jossec101/stack/15
branch
from
January 22, 2026 16:24
2135376 to
bd6103d
Compare
Jossec101
added a commit
that referenced
this pull request
Jan 22, 2026
Add GetPaginatedAsync method to IWalletWithdrawalRequestRepository and implement pagination support in withdrawals UI to improve performance when loading large datasets stack-info: PR: #472, branch: Jossec101/stack/15
Jossec101
added a commit
that referenced
this pull request
Jan 22, 2026
Add GetPaginatedAsync method to IWalletWithdrawalRequestRepository and implement pagination support in withdrawals UI to improve performance when loading large datasets stack-info: PR: #472, branch: Jossec101/stack/15
Add GetPaginatedAsync method to IWalletWithdrawalRequestRepository and implement pagination support in withdrawals UI to improve performance when loading large datasets stack-info: PR: #472, branch: Jossec101/stack/15
@Jossec101
Jossec101
force-pushed
the
Jossec101/stack/15
branch
from
January 22, 2026 16:30
bd6103d to
e7f66c1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
Stacked PRs:
[GEN-1859] Audit + paginated retrieval for wallet withdrawal requests
Add GetPaginatedAsync method to IWalletWithdrawalRequestRepository and implement pagination support in withdrawals UI to improve performance when loading large datasets