mirror of
https://github.com/Qortal/qortal.git
synced 2026-04-27 20:19: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)
13 lines
347 B
JSON
13 lines
347 B
JSON
{
|
|
"java.compile.nullAnalysis.mode": "automatic",
|
|
"java.configuration.updateBuildConfiguration": "interactive",
|
|
"[java]": {
|
|
"editor.formatOnSave": false,
|
|
"editor.defaultFormatter": "redhat.java"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "never",
|
|
"source.fixAll": "never"
|
|
}
|
|
}
|