Files
qortal/.vscode
crowetic bbf253efbd Fix LTC balance failures and restore Pirate lightwallet connectivity
- Rework Bitcoiny wallet balance/address summing to use provider unspent values directly
  so raw tx parse issues no longer zero out wallet balance
- Harden Bitcoiny output retrieval with retry/failure handling and reduced interrupt log noise
- Update PirateLightClient connection setup:
  - explicit TLS/plaintext selection by server type
  - deadline on GetLightdInfo
  - detailed per-server gRPC failure diagnostics
- Add temporary protobuf compatibility flag at startup
  (com.google.protobuf.use_unsafe_pre22_gencode=true) to support legacy cash.z RPC gencode
- Remove invalid @Override on LegacyZcashAddress.compareTo(Address)
- Update VS Code Java save-format settings (local dev behavior)
2026-02-12 14:26:33 -08:00
..