codebase: Remove web frontend and related services (#2067)

* codebase: Remove web frontend and related services

* refactor: Update StartPPROF to accept context and adjust related tests

* refactor: Simplify SetIfZero functions and update related tests

* config: Clarify DowngradeConfig method documentation regarding permanent removal of deprecated fields

* refactor: Rename setIfZeroAndWarn to setDefaultIfZeroWarn for clarity and update related calls

* refactor: Update error handling in DataHistoryManager and remove redundant error variable
This commit is contained in:
Adrian Gallagher
2025-09-30 13:32:09 +10:00
committed by GitHub
parent 0b60693ff5
commit bb122dcafa
388 changed files with 360 additions and 23901 deletions

View File

@@ -187,17 +187,6 @@
"listenAddress": "localhost:9052",
"grpcProxyEnabled": true,
"grpcProxyListenAddress": "localhost:9053"
},
"deprecatedRPC": {
"enabled": true,
"listenAddress": "localhost:9050"
},
"websocketRPC": {
"enabled": true,
"listenAddress": "localhost:9051",
"connectionLimit": 1,
"maxAuthFailures": 3,
"allowInsecureOrigin": true
}
},
"portfolioAddresses": {