Skip to content

Releases: tornadocash/tornado-relayer

Relayer 4.0.10

30 Mar 07:47
Compare
Choose a tag to compare
v4.0.10

fix: proxy contract

Relayer 3.0.3

13 Nov 13:21
Compare
Choose a tag to compare

The gas-price-oracle lib update. Median gas price support.

Relayer 3.0.2

12 Aug 11:45
Compare
Choose a tag to compare

Deployment enhancement

Relayer 3.0.1

12 Aug 11:16
Compare
Choose a tag to compare

Updates:

  • gas-price-oracle lib
  • node version 12

Relayer 3.0

04 Aug 07:48
Compare
Choose a tag to compare

Fix the max gas price issue

Relayer 2.9

17 Jul 01:50
cb6cd89
Compare
Choose a tag to compare

Add web3.eth.getBlockNumber() for /status to run a health check on front end

Relayer 2.8

16 Jul 13:41
Compare
Choose a tag to compare
  • Added more reliable gas price oracle
  • Fixed issue with the nonce bumping

Relayer 2.7

18 Jun 15:42
Compare
Choose a tag to compare

Fixes PriceOracle contract issue

Relayer 2.6

12 May 20:25
Compare
Choose a tag to compare

Fixing an issue if .env does not have required variables

Relayer 2.5

08 May 19:21
7183af7
Compare
Choose a tag to compare

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