app-monorepo
app-monorepo copied to clipboard
fix: Sui max send & lightning authorization issue
trafficstars
PR Summary
- Enhanced Imports
Enabled more functions in
ServiceHistory.tsandClientLightning.tsvia imported modules - Strengthened Security
Eliminated potentially vulnerable
signandsignTemplatevariables inKeyringHardware.tsandKeyringHd.ts - Boosted Transactional Process
Introduced
client.broadcastTransaction()function inVault.tsandClientLightning.tsfor smoother transactions - Enriched Lightning Client Options
Added
getAuthorizationfunction and refinedcheckAuthWithRefreshmethod to offer more capabilities inClientLightning.ts - Streamlined Crypto Operations
Implemented a validation for
GasCoinand improvedamountcomputations inVault.tsfor better cryptocurrency management - Improved User Interface
Optimized visual elements through an adjusted
iconprop value inLNHardwareWalletAuth.tsx - Enhanced Debugging
Removed irrelevant log statement in
CreateInvoice.tsxfor better debug experience