Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[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
Jossec101 merged 1 commit into main from Jossec101/stack/15
Jan 22, 2026

Conversation

@Jossec101
Copy link
Contributor

@Jossec101 Jossec101 commented Jan 20, 2026
edited
Loading

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

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 marked this pull request as draft January 20, 2026 10:37
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/14 to main January 20, 2026 10:39
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 changed the base branch from main to Jossec101/stack/14 January 20, 2026 10:39
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/14 to main January 20, 2026 10:47
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/14 January 20, 2026 10:47
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/14 to main January 20, 2026 10:49
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/14 January 20, 2026 10:49
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/14 to main January 20, 2026 11:12
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/14 January 20, 2026 11:12
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/14 to main January 20, 2026 11:26
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/14 January 20, 2026 11:26
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/14 to main January 22, 2026 11:19
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/14 January 22, 2026 11:19
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/14 to main January 22, 2026 11:28
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/14 January 22, 2026 11:28
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/14 to main January 22, 2026 11:31
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/14 January 22, 2026 11:32
@Jossec101 Jossec101 marked this pull request as ready for review January 22, 2026 11:34
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/14 to main January 22, 2026 11:36
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/14 January 22, 2026 11:36
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/14 to main January 22, 2026 12:22
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/14 January 22, 2026 12:22
@Jossec101 Jossec101 changed the base branch from Jossec101/stack/14 to main January 22, 2026 16:20
@Jossec101 Jossec101 changed the base branch from main to Jossec101/stack/14 January 22, 2026 16:20
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
Base automatically changed from Jossec101/stack/14 to main January 22, 2026 16:24
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
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 merged commit 5a58c87 into main Jan 22, 2026
1 check passed
@Jossec101 Jossec101 deleted the Jossec101/stack/15 branch January 22, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@RodriFS RodriFS RodriFS approved these changes

@imclvr imclvr Awaiting requested review from imclvr

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /