Skip to content

Releases: tornadocash/tornado-relayer

Relayer 2.4

31 Mar 06:37
733dae4
Compare
Choose a tag to compare

Support multiple decimals in fee

Relayer 2.2

25 Dec 19:39
Compare
Choose a tag to compare

Add support for tokens:

  • ETH 100
  • USDC 100,1k,10k
  • cUSDC 5k,50k,500k
  • cDAI 5k,50k,500k
  • USDT 100,1k,10k,100k
  • DAI 1k,10k

Relayer 2.1

12 Dec 19:11
030fb48
Compare
Choose a tag to compare

Add Redis mq for job processing

Similar to 2.0 release deployment with 1 extra ENV variable REDIS_URL: redis://redis:6379

Relayer 2.0

05 Dec 19:39
Compare
Choose a tag to compare

Deploy with docker-compose

docker-compose.yml contains a stack that will automatically provision SSL certificates for your domain name and will add a https redirect to port 80.

  1. Download docker-compose.yml
  2. Change environment variables for kovan containers as appropriate
    • add PRIVATE_KEY for your relayer address
    • set VIRTUAL_HOST and LETSENCRYPT_HOST to your domain and add DNS record pointing to your relayer ip address
    • customize RELAYER_FEE
    • update RPC_URL if needed
  3. Run docker-compose up -d

Run as a Docker container

  1. cp .env.example .env
  2. Modify .env as needed
  3. docker run -d --env-file .env -p 80:8000 tornadocash/relayer

In that case you will need to add https termination yourself because browsers with default settings will prevent https
tornado.cash UI from submitting your request over http connection

Relayer 1.1

05 Dec 12:11
Compare
Choose a tag to compare
  • gas price oracle fix

Relayer 1.0

04 Dec 19:03
Compare
Choose a tag to compare
monitoring