mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-17 21:41:01 +00:00
feat(p2p): implement OKX-style internal ledger escrow system
Phase 5 implementation - Internal Ledger Escrow (OKX Model): - No blockchain transactions during P2P trades - Blockchain tx only at deposit/withdraw - Fast and fee-free P2P trading Database: - Add user_internal_balances table - Add p2p_deposit_withdraw_requests table - Add p2p_balance_transactions table - Add lock_escrow_internal(), release_escrow_internal() functions - Add process_deposit(), request_withdraw() functions UI Components: - Add InternalBalanceCard showing available/locked balances - Add DepositModal for crypto deposits to P2P balance - Add WithdrawModal for withdrawals from P2P balance - Integrate balance card into P2PDashboard Backend: - Add process-withdrawal Edge Function - Add verify-deposit Edge Function Updated p2p-fiat.ts: - createFiatOffer() uses internal balance lock - confirmPaymentReceived() uses internal balance transfer - Add internal balance management functions
This commit is contained in:
@@ -0,0 +1 @@
|
||||
rn_("AQAAOzAAAAEFAC0AAQCa8i0ABQBHBQAE/Pxl6PkFAEkFAAah/WXo+2FJBQAg/SH9Iv0j/ST9Jf0m/bMCBKBQAAX5HmFlc3bzaPQFAEYGAQDzAAJpcwEq/QUAAQMAOzAAAAEFAC0AAQAety0ABQHABQALHfkH6fllaQEEAaAAAAX7H3M7MAAAAQUAXAACAGHmWwC5+QAAAQIAOzAAAAEEAC0AAQBPfS0AvwaHoEAABf0eoKAABfmbhUQF")
|
||||
Reference in New Issue
Block a user