* Create zen.json
* Update api.js
Remove unnecessary address.startWith() check in api for improved support of future Zcash forks.
* Update zen.json
* Update paymentProcessor.js
Improved operation id handling during RPC call errors.
Improved error handling and reporting during payment RPC call errors.
Force final rounding of addressAmounts array.
Limit tries when reducing rewards due to insufficient funds.
Do not processPayments at start of z-nomp.
* Update paymentProcessor.js
Improved error handling in cacheNetworkStats()
Updates to error messages
* Update paymentProcessor.js
Remove false positive
* Update paymentProcessor.js
Remove another false positive
* Update paymentProcessor.js
Improved balance rounding and conversions for listUnspent and listUnspentZ
* Update paymentProcessor.js
Extra error detection in RPC callback for listUnspent and listUnspentZ
* Update paymentProcessor.js
logger message fixup
* Update paymentProcessor.js
* Update paymentProcessor.js
Do not process balances equal to fee in sendTToZ and sendZToT
* Update paymentProcessor.js
* Update paymentProcessor.js
* Update paymentProcessor.js
Clear opidCount when daemon reports no operations in progress.
* Update paymentProcessor.js
Default paymentInterval to 3 minutes if missing from pool config.
Warn users on paymentInterval less than 3 minutes.
Force paymentInterval no less than 1 minute to reduce RPC work queue.
Default walletInterval to 1 minute if missing from pool config.
Force walletInterval no less than 1 minute to reduce RPC work queue.
Added work share tracking in payments JSON data.
Remove workers with balanceChange of 0 from payments JSON data.
Commented out console.logs used for dev purposes.
Allow minConfShield and minConfPayout to be set via pool_config
Updated stats collection and operation id tracking to use their own fixed timeout intervals.
Experimental PPLNT support (console.logs need to be removed after experiments)
Major reduction in RPC calls to daemon.
Balance rounding improvements.
Improvements to confirmations tracking.
Improvements to operation id tracking.
Improved error handling.