Commit Graph

  • 4a996ddb91 Add volumes and redis ports to run local relayer correctly mainnet-v4 Theo 2023-08-21 10:17:00 -0700
  • c33a7f9ef2 Expose redis port for local deployment sidechain-v5 Theo 2023-07-30 03:03:40 -0700
  • 0a7e97e62e Change fee parameter naming for more clearance Theo 2023-07-30 02:15:55 -0700
  • f3041b59b9 Use v5 docker images in deployment main-v5 Theo 2023-07-24 07:36:17 -0700
  • 8e8346e651 Bump node version to newest (20) and update corresponding dependencies v6 Theo 2023-07-24 06:06:24 -0700
  • 40c55b3e7c Add build command, that docker container will be build automatically by installation script in main v5 repo mainnet-v5 Theo 2023-07-25 08:52:45 -0700
  • fd72f09e11 Fix .env to deploy with docker-compose & fix redis for local deployment Theo 2023-07-24 07:34:48 -0700
  • 098a4687cf Prepare installation script, config, environment and docker-compose for deployment to v6 version Theo 2023-07-23 07:25:11 -0700
  • 2246d6acd5 Fix README: change script link Theo 2023-07-23 07:30:38 -0700
  • 14c231fae7 Bump version to 6.0.0 Theo 2023-07-21 21:20:16 -0700
  • 85ca668396 Correct gas estimation to v5 version Theo 2023-07-21 21:19:08 -0700
  • fdbbb05733 Bump relayer version to 5.1.0 Theo 2023-07-16 14:19:48 -0700
  • eb908ff1f5 Bump node & move installation script to main-v5 branch Theo 2023-07-16 14:11:44 -0700
  • 44f70bd41d Add v5 correct gas price/gas limit estimation Theo 2023-07-16 14:10:12 -0700
  • 16a17079eb Run locally with concurrently to be Windows-compatible & use circomlib from our registry Theo 2023-07-14 07:53:32 -0700
  • 7eb5fb0a43 Bump version to 5.1.0 (add smart gas estimation) Theo 2023-07-13 22:14:13 -0700
  • fb2fbb89f3 Add multiple chains deployment with docker & bump version to stable 5.1.0 and change README Theo 2023-07-13 22:09:09 -0700
  • e2fa816ab6 Add full deployment with docker-compose & comprehensive instructions sidechain-v4 Theo 2023-07-12 16:43:29 -0700
  • d709b49204 Change docker images tags & build images in source folders main-v4 Theo 2023-07-13 11:02:05 -0700
  • 01897a60e3 Add build command to create docker image for mainnet relayer locally from source Theo 2023-07-12 12:56:11 -0700
  • 2f7da4ed26 Add concurrently to run local relayer correctly & add build command to create image for docker-compose Theo 2023-07-12 12:52:07 -0700
  • d1582f1d35 Change instructions to deployment on Ethereum Mainnet & fix lexical errors Theo 2023-07-12 12:19:45 -0700
  • 49b4751c20 Change docker-compose.yml to single-network deployment Theo 2023-07-12 12:18:52 -0700
  • cc56bd77b5 Bump node to 14 Theo 2023-07-12 10:36:31 -0700
  • 1435457e67 Add concurrently to allow run local relayer on Windows & start redis in docker before running relayer software Theo 2023-07-12 10:36:16 -0700
  • e60b4a12e5 Change default withdraw fee to 0.4% on mainnet Theo 2023-07-12 10:14:05 -0700
  • 3b6289bf2c Prepare main repository for v4 multiple network relayer deployment Theo 2023-07-12 10:08:11 -0700
  • 6adeb27b83 Change .env name for mainnet Theo 2023-07-11 18:51:57 -0700
  • d69a17073a Fix relayer balance checking: need to get relayer locked balance in relayer registry contract, not TORN token balance on relayer wallet Theo 2023-07-10 07:11:10 -0700
  • 26fdb54fb0 Use BigNumber for balance calculation to avoid overflows or incorrect stringification Theo 2023-07-10 07:09:55 -0700
  • 1f549c799c Update ABI generation and add missing Optimism L1 gas oracle contract ABI Theo 2023-07-10 06:26:27 -0700
  • 0fe61d572f Add concurrently for correct local deployment & bump tsyringe for types Theo 2023-07-09 19:48:46 -0700
  • 0c33fcd54d Fix software versions comparison, now, if version higher than latest on git, no error thrown Theo 2023-07-09 19:40:08 -0700
  • 8527be370c Change RPC to non-censoring Theo 2023-07-09 19:36:45 -0700
  • fb80cd1904 Change minimum staked TORN balance for relayer to 500 TORN corresponding to Proposal #16 results Theo 2023-07-09 13:54:51 -0700
  • fd59706ea1 Change minimum relayer balances: specify unique value for each chain Theo 2023-07-09 13:51:15 -0700
  • bc6778bda2 Bump node in docker-container & add all .env files, except example, to gitignore Theo 2023-07-03 12:49:35 -0700
  • 64ccb5d4d0 Correctly estimate withdrawal gas fee Theo 2023-07-02 17:59:48 -0700
  • b2ae3d3399 Change default oracle RPC from censored and change minimum required relayer balance for sidechains: 10 MATIC/AVAX or 0.1 ETH/BNB Theo 2023-07-02 17:58:44 -0700
  • 9b14e3ed89 Bump gas-price-oracle to correct gas estimation & add 'concurrently' and change 'start' command, because if run server without concurrently, worker and healthWatcher wont be started Theo 2023-07-02 17:52:39 -0700
  • 4c1500bd96 Set default fee for sidechains as 0.1% - calculation formula here: https://docs.tornado.ws/general/guides/relayer.html Theo 2023-07-02 17:44:53 -0700
  • 58dae5b030 Edit docker-compose config: change docker images to prebuilt local, change .env files and profiles naming for sidechains Theo 2023-06-10 19:16:11 +0300
  • 3b13d3f508 Create .env for ETH mainnet Theo 2023-06-10 19:12:24 +0300
  • 9c19b9b7e7 correct minor spelling errors AlienTornadosaurusHex 2023-05-19 23:56:09 +0000
  • 6b1a41585b Update tornado cash site link on relayer site index page Theo 2023-05-06 14:00:32 +0300
  • e90d1c4086 Create script to autoinstall dependecies & configure nginx & build docker containers for debian-based distros Theo 2023-05-06 13:57:38 +0300
  • 61f464441b Delete old docker-compose.yml Theo 2023-05-06 13:55:47 +0300
  • ed5d99cf44 nginx template ddos mitigation gozzy 2023-03-26 21:50:17 +0000
  • 7d10fe2ab9 decrease minimumBalance & disable treeWatcher by default gozzy 2023-03-26 11:21:24 +0000
  • 7d3cb5be49 update default rpc gozzy 2023-03-20 01:09:46 +0000
  • ff05e30bd2 update reverse-proxy app port gozzy 2023-03-19 21:18:15 +0000
  • 1e8ddffdf1 update README.md gozzy 2023-03-19 21:13:12 +0000
  • 3dc9314e29 local image compilation gozzy 2023-03-19 19:43:40 +0000
  • 5f3da2578a yaml multi-network config gozzy 2023-03-18 23:01:06 +0000
  • cd6bd25d2c reinstate #1 gozzy 2023-03-14 16:33:51 +0000
  • 2fda677c34 Update relayer setup instructions 0xQuintin 2022-11-02 05:27:40 +0000
  • 1e43aa4373 initialise archive gozzy 2022-08-21 13:00:01 +0000
  • 9231f3f8ec check version fallback smart_ex 2022-08-05 16:34:24 +1000
  • 72f0e8399d add tests, update deps smart_ex 2022-08-05 15:32:23 +1000
  • 1b4f25cb9f fix types, checkUpdate interval smart_ex 2022-08-05 15:29:51 +1000
  • ed0a389df2 update Dockerfile smart_ex 2022-08-02 15:46:14 +1000
  • 5a8b6247a9 update start command, cleanup smart_ex 2022-08-02 14:42:51 +1000
  • 833b89c617 update rpc-node link https://github.com/tornadocash/rpc-nodes smart_ex 2022-08-01 16:32:33 +1000
  • 21aac61bf6 update workflow smart_ex 2022-07-29 18:48:55 +1000
  • 340df8bdd1 cleanup smart_ex 2022-07-29 18:42:55 +1000
  • 32b7714371 update readme smart_ex 2022-07-28 18:12:34 +1000
  • 0ce5dcbf50 update dockerfile and start commands smart_ex 2022-07-28 17:29:03 +1000
  • 74dbd94de8 update docker image, compose file smart_ex 2022-07-26 18:09:26 +1000
  • 09429eb276 check update job smart_ex 2022-07-26 17:49:32 +1000
  • cf3ed4e25e
    update deps Danil Kovtonyuk 2022-07-15 16:29:40 +1000
  • 761900d187 set resubmitted job status smart_ex 2022-07-08 18:14:19 +1000
  • 15d5529876 yarn start smart_ex 2022-07-08 10:36:09 +1000
  • d32ff07fa8 cleanup and formatting code smart_ex 2022-07-08 10:20:17 +1000
  • 591c2d94f3 relayer tx job attempts smart_ex 2022-07-07 18:36:04 +1000
  • 185b18b33a tornado classic fee estimate compatibility smart_ex 2022-07-07 17:00:16 +1000
  • be969ca8c0 Fix gasLimits config, check l1Fee for optimism smart_ex 2022-07-07 16:47:50 +1000
  • de279a9e18 add OVM gas oracle, typechain smart_ex 2022-07-07 16:41:39 +1000
  • 4f63a335ae update deps smart_ex 2022-07-06 16:06:12 +1000
  • 7557158835 error handling smart_ex 2022-07-05 22:19:38 +1000
  • 29fa454428 update env config, send alerts for SEND_ERROR code smart_ex 2022-07-05 20:35:20 +1000
  • 0e1a9043be update config and worker smart_ex 2022-07-04 23:09:06 +1000
  • 4edf32a76e update dockerfile smart_ex 2022-07-04 21:56:05 +1000
  • 5de52850b5 workflow debug smart_ex 2022-07-04 20:27:46 +1000
  • 02d64f67de workflow debug smart_ex 2022-07-04 20:26:58 +1000
  • e8e1384b65 server deps major updates 2 smart_ex 2022-07-04 20:23:41 +1000
  • 9a0e3952ce server deps major updates smart_ex 2022-07-04 18:25:28 +1000
  • a4fdadafd7 tx-manager conf from env smart_ex 2022-07-04 17:21:19 +1000
  • 8649a5d258 update conf smart_ex 2022-07-01 19:36:22 +1000
  • cff6427e33 add name prefix to notify smart_ex 2022-07-01 12:58:35 +1000
  • 8c027dbfcf fix pub/sub smart_ex 2022-07-01 01:04:04 +1000
  • 5aebdab767 yml lint smart_ex 2022-06-30 19:26:37 +1000
  • 1532bfc4db updates and fixes 2 smart_ex 2022-06-30 19:25:36 +1000
  • b48a44ae4e updates and fixes smart_ex 2022-06-30 12:10:43 +1000
  • e997d4d07e lint smart_ex 2022-06-29 20:03:25 +1000
  • bd0f8d2a2e update libs, docker file, lint smart_ex 2022-06-29 20:02:30 +1000
  • 362605702e job link smart_ex 2022-06-22 20:13:05 +1000
  • eef6bb2581 add MockTelegram smart_ex 2022-06-22 19:43:00 +1000
  • 66dc7efa60 use simple pup/sub chanel smart_ex 2022-06-22 14:34:27 +1000
  • 2c20febcab send alert for tx errors, update docker smart_ex 2022-06-14 20:06:42 +1000
  • 978c70de1e WIP health service, error handling smart_ex 2022-06-10 14:08:47 +1000