This repository has been archived by the owner on Jul 18, 2021. It is now read-only.
Releases: felixbrucker/foxy-proxy
Releases · felixbrucker/foxy-proxy
Foxy-Proxy v1.40.0
Changelog:
- Update socket.io to v4 and enforce websocket transports
- Add config option
allowLongPolling
to allow the use of long polling as socket.io transport - Fix block info error spam and potential crashes when the block info can not be retrieved for extended periods
Foxy-Proxy v1.39.0
Changelog:
- Add support for listening on an ipv6 address
Foxy-Proxy v1.38.0
Changelog:
- Add default wallet urls for BHD and BURST to detect won rounds
Foxy-Proxy v1.37.0
Changelog:
- Use fixed indexes for multi proxy setups with the
useMultiplePorts
option. This means if you run a multi proxy setup with theuseMultiplePorts
option and have one proxy disabled the other proxy ports are still counted as if it were enabled, the port is just skipped. This can be a breaking change, please adjust your miner config accordingly. - Remove DISC, BOOM and LAVA from the probability service
- Use the foxypool.io domain
Foxy-Proxy v1.36.3
Changelog:
- Fix the wallet block info retrieval when many rounds are missing block info
Foxy-Proxy v1.36.2
Changelog:
- Add error message to failed block info requests
- Fix wallet block info retrieval for slow wallets
- Bump the minimum node version to v10.12 because of sequelize
Foxy-Proxy v1.36.1
Changelog:
- Fix logMaxFiles default assignment of null
Foxy-Proxy v1.36.0
Changelog:
- Add support for sodium deadlines and netDiff
- Add support for connecting without a proxy name when using a single proxy
- Add support for limiting the maximum rotated log files via
logMaxFiles
config option - Add support for clickable Foxy-Pool upstream names on the web ui
- Improve historical stats collection. Requires
walletUrl
(orurl
for solo) andcoin
config option to be set.
Foxy-Proxy v1.35.2
Changelog:
- Fix obscure connection issues with the miner-gateway and websocket transports
Foxy-Proxy v1.35.1
Changelog:
- Fix self signed certificate connections with postgres