Trabajo local Abrir ↗

Info

Cargar · subir · modificar. Queda en tu sync (erick).

Problemas de billetera

Checklist local · FL-12 · sin hash no tocar · realidad = ledger + Coinback.

Antes de tocar saldos

  • ¿Hay TX + hash SUCCESS? Sin tx_id on-chain/Coinback → no debitar ni acreditar.
  • REAL ≠ ONCHAIN — ledger BD vs hash. No confundir capas.
  • Prod: lo que ve el usuario = GET /v2/user/account. No bootstrap piloto en prod.
  • Anti-doble: memo reconcile_* solo el delta de esa TX.

Verificación FE (local)

  • mergePinsWithAccountBalances — moneda con saldo > 0 siempre visible.
  • Abrí billetera: :8080/billetera
  • Test: plweb/tests/wallet-fl12-merge.test.mjs

No hacer

  • Deploy prod sin DEPLOY_PROD_OK=1.
  • “Arreglar a ojo” sin cruzar hash.
  • Mezclar API piloto :8081 en carril prod.