mirror of
https://github.com/Qortal/qortal.git
synced 2026-04-26 11:39:23 +00:00
bbf253efbd
- 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)