Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue requests the development of a user interface in the Admin panel to manually trigger account sweeps. The UI should include a button to initiate the sweep and display its real-time status and logs, noting that the backend sweep logic is currently missing.
AI Summary: This critical security issue identifies the master HD seed being stored as a plain-text environment variable in `HDWalletService.ts`, creating a single point of failure and a severe risk to platform funds. The proposed solution involves migrating to a secure Key Management Service (KMS) and implementing hardware security module (HSM) or multi-signature support for sensitive operations like settlements and sweeps.
AI Summary: This issue aims to replace the current generic 404 error page with a custom, branded "Page Not Found" view. The new page must align with the application's design system, include a clear error message and a "Go to Home" button, and be fully responsive. Implementation involves using the framework's standard 404 handling and reusing existing UI components.