0a7e97e62eChange fee parameter naming for more clearance
Theo
2023-07-30 02:15:55 -0700
f3041b59b9Use v5 docker images in deployment
main-v5
Theo
2023-07-24 07:36:17 -0700
8e8346e651Bump node version to newest (20) and update corresponding dependencies
v6
Theo
2023-07-24 06:06:24 -0700
40c55b3e7cAdd 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
fd72f09e11Fix .env to deploy with docker-compose & fix redis for local deployment
Theo
2023-07-24 07:34:48 -0700
098a4687cfPrepare installation script, config, environment and docker-compose for deployment to v6 version
Theo
2023-07-23 07:25:11 -0700
2246d6acd5Fix README: change script link
Theo
2023-07-23 07:30:38 -0700
14c231fae7Bump version to 6.0.0
Theo
2023-07-21 21:20:16 -0700
85ca668396Correct gas estimation to v5 version
Theo
2023-07-21 21:19:08 -0700
fdbbb05733Bump relayer version to 5.1.0
Theo
2023-07-16 14:19:48 -0700
eb908ff1f5Bump node & move installation script to main-v5 branch
Theo
2023-07-16 14:11:44 -0700
44f70bd41dAdd v5 correct gas price/gas limit estimation
Theo
2023-07-16 14:10:12 -0700
16a17079ebRun locally with concurrently to be Windows-compatible & use circomlib from our registry
Theo
2023-07-14 07:53:32 -0700
7eb5fb0a43Bump version to 5.1.0 (add smart gas estimation)
Theo
2023-07-13 22:14:13 -0700
fb2fbb89f3Add multiple chains deployment with docker & bump version to stable 5.1.0 and change README
Theo
2023-07-13 22:09:09 -0700
e2fa816ab6Add full deployment with docker-compose & comprehensive instructions
sidechain-v4
Theo
2023-07-12 16:43:29 -0700
d709b49204Change docker images tags & build images in source folders
main-v4
Theo
2023-07-13 11:02:05 -0700
01897a60e3Add build command to create docker image for mainnet relayer locally from source
Theo
2023-07-12 12:56:11 -0700
2f7da4ed26Add concurrently to run local relayer correctly & add build command to create image for docker-compose
Theo
2023-07-12 12:52:07 -0700
d1582f1d35Change instructions to deployment on Ethereum Mainnet & fix lexical errors
Theo
2023-07-12 12:19:45 -0700
49b4751c20Change docker-compose.yml to single-network deployment
Theo
2023-07-12 12:18:52 -0700
cc56bd77b5Bump node to 14
Theo
2023-07-12 10:36:31 -0700
1435457e67Add concurrently to allow run local relayer on Windows & start redis in docker before running relayer software
Theo
2023-07-12 10:36:16 -0700
e60b4a12e5Change default withdraw fee to 0.4% on mainnet
Theo
2023-07-12 10:14:05 -0700
3b6289bf2cPrepare main repository for v4 multiple network relayer deployment
Theo
2023-07-12 10:08:11 -0700
6adeb27b83Change .env name for mainnet
Theo
2023-07-11 18:51:57 -0700
d69a17073aFix 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
26fdb54fb0Use BigNumber for balance calculation to avoid overflows or incorrect stringification
Theo
2023-07-10 07:09:55 -0700
1f549c799cUpdate ABI generation and add missing Optimism L1 gas oracle contract ABI
Theo
2023-07-10 06:26:27 -0700
0fe61d572fAdd concurrently for correct local deployment & bump tsyringe for types
Theo
2023-07-09 19:48:46 -0700
0c33fcd54dFix software versions comparison, now, if version higher than latest on git, no error thrown
Theo
2023-07-09 19:40:08 -0700
8527be370cChange RPC to non-censoring
Theo
2023-07-09 19:36:45 -0700
fb80cd1904Change minimum staked TORN balance for relayer to 500 TORN corresponding to Proposal #16 results
Theo
2023-07-09 13:54:51 -0700
fd59706ea1Change minimum relayer balances: specify unique value for each chain
Theo
2023-07-09 13:51:15 -0700
bc6778bda2Bump node in docker-container & add all .env files, except example, to gitignore
Theo
2023-07-03 12:49:35 -0700
64ccb5d4d0Correctly estimate withdrawal gas fee
Theo
2023-07-02 17:59:48 -0700
b2ae3d3399Change 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
9b14e3ed89Bump 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