Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Release 0.16

Compare
Choose a tag to compare
@oliverw oliverw released this 26 Jan 19:21
· 1795 commits to master since this release
8996c0d

Changes

  • Made RPC polling optional
  • Update configuration examples to be closer to real world usage
  • Added no RPC polling config example
  • Don't expose payment processing config extension data via API. Fixes #103
  • Keep extra data in api result but sanitize it first
  • Increase PG command timeout
  • Add support for ZEN and XVG
  • Return Coin POW Algorithm in API results
  • Expose pool total miner earnings via API
  • Improved LTC block explorer links
  • Neoscrypt update
  • Neoscrypt tests
  • Support GBX, CRC and XVG (Verge)
  • Don't tie ZMQ block notify to a single address. Fixes #183
  • X17 hash integration
  • Drop paged retries from Monero Payments as those won't work anyway when transfer_split fails.
  • Support Verge X17 variant
  • Added support for MaxActiveJobs Bitcoin Pool extra config

Configuration Changes

  • The pool configuration parameter zmqBlockNotifySocket introduced in the previous release, has been moved to the daemon configuration element to enable receiving block update notifications from multiple daemons as a single unified notification stream.