Releases: tornadocash/tornado-relayer
Releases · tornadocash/tornado-relayer
Relayer 4.0.10
Relayer 3.0.3
The gas-price-oracle
lib update. Median gas price support.
Relayer 3.0.2
Deployment enhancement
Relayer 3.0.1
Updates:
- gas-price-oracle lib
- node version 12
Relayer 3.0
Fix the max gas price issue
Relayer 2.9
Add web3.eth.getBlockNumber()
for /status
to run a health check on front end
Relayer 2.8
- Added more reliable gas price oracle
- Fixed issue with the nonce bumping
Relayer 2.7
Fixes PriceOracle contract issue
Relayer 2.6
Fixing an issue if .env does not have required variables
Relayer 2.5
Fixes issue with stuck pending tx with low gas price.
Please add new .env variables:
# Resubmitter params:
# how often the watcher will check the first pending tx (in seconds)
NONCE_WATCHER_INTERVAL=30
# how long a tx can be in pending pool (in seconds)
ALLOWABLE_PENDING_TX_TIMEOUT=180
# in GWEI
MAX_GAS_PRICE=100
# how much to increase the gas price for a stuck tx
GAS_PRICE_BUMP_PERCENTAGE=20