e2103c46daMerge pull request 'add sepolia and etc support, add docker to verify' (#4) from tornadosto/cli:tornadosto into masterTheo2025-06-19 14:45:41 +03:00
f02a205e05add sepolia and etc support, add docker to verifytornadosto2025-06-18 16:25:19 +08:00
6fd36c7821add rpc and graph for sepolia and etc generate new exe, and delete exportstornadosto2025-06-16 10:49:18 -04:00
6282f9e55fMassive CLI update to version 1.1.0: 1. Add relayer autoselection and command to get available registered relayer list 2. Add RPC and subgraph autoselection by chain ID for user-provided action 3. Fix bug in graph events fetching, now it cannot skip events in corner case 4. Rewrite half of CLI code, remove redundant functions, move global variables to specific object, add typings 5. Create tornado-cli.exe, deterministic and reproducible CLi executable build 6. Update config.json with working RPC and subgraphs for all chains 7. Update all events to actual stateTheo2025-04-03 16:25:45 -07:00
688f84f645Massive CLI update to version 1.1.0: 1. Add relayer autoselection and command to get available registered relayer list 2. Add RPC and subgraph autoselection by chain ID for user-provided action 3. Fix bug in graph events fetching, now it cannot skip events in corner case 4. Rewrite half of CLI code, remove redundant functions, move global variables to specific object, add typings 5. Create tornado-cli.exe, deterministic and reproducible CLi executable build 6. Update config.json with working RPC and subgraphs for all chains 7. Update all events to actual stateTheo2025-04-03 16:25:45 -07:00
0db2647fc9Fix graph sync problem that leads to corrupted merkle tree: now all events fetched explicitly and then deduplicatedTheo2025-03-27 15:43:32 -07:00
7ca62513c6Fix graph sync problem that leads to corrupted merkle tree: now all events fetched explicitly and then deduplicatedTheo2025-03-27 15:43:32 -07:00
ef85fb6e0cAdd relayer autoselection in withdraw command, if user didn't specify itTheo2025-03-27 11:10:16 -07:00
8ee077c1dbAdd relayer autoselection in withdraw command, if user didn't specify itTheo2025-03-27 11:10:16 -07:00
247896941aAdd listRelayers command to CLI: now users can check all available relayers before withdrawal and select the best optionTheo2025-03-21 12:10:44 -07:00
728624c92aAdd listRelayers command to CLI: now users can check all available relayers before withdrawal and select the best optionTheo2025-03-21 12:10:44 -07:00
d80dbf0623Merge pull request '1. Modify the subgraph of config.js, delete unused chains, and add ensSubdomainKey to each chain' (#3) from nanli777torn/tornado-cli:master into masterTheo2025-03-20 20:16:49 +03:00
cf530416a0Merge pull request '1. Modify the subgraph of config.js, delete unused chains, and add ensSubdomainKey to each chain' (#3) from nanli777torn/tornado-cli:master into masterTheo2025-03-20 20:16:49 +03:00
baee99d1151. Modify the subgraph of config.js, delete unused chains, and add ensSubdomainKey to each chain 2. Modify cli.js to support subgraph use 3. Add relayerslist to allow users to obtain relayers data
nanli777torn
2025-03-12 02:50:29 +08:00
792961d8211. Modify the subgraph of config.js, delete unused chains, and add ensSubdomainKey to each chain 2. Modify cli.js to support subgraph use 3. Add relayerslist to allow users to obtain relayers data
nanli777torn
2025-03-12 02:50:29 +08:00
f65971f9f7Remove unneccessary web-providers-http lib after fix errors in new web3.js version & fix websocket and ipc providers connectionTheo2023-09-23 11:10:21 -07:00
c0b9a98486Remove unneccessary web-providers-http lib after fix errors in new web3.js version & fix websocket and ipc providers connectionTheo2023-09-23 11:10:21 -07:00
8174dd881bUpdate self-hosted Tornado packages versions to actualTheo2023-09-12 20:38:13 -07:00
8f1bb32701Update self-hosted Tornado packages versions to actualTheo2023-09-12 20:38:13 -07:00
60ebe1c499Normalize relayer URL before using & fix relayer status checkTheo2023-09-12 20:37:42 -07:00
0b4e6e37d9Normalize relayer URL before using & fix relayer status checkTheo2023-09-12 20:37:42 -07:00
a6c61df2dcRemove deprecated info about Anonymity Mining (ended in 2021)Theo2023-09-07 14:29:17 -07:00
5ad9b5ef05Remove deprecated info about Anonymity Mining (ended in 2021)Theo2023-09-07 14:29:17 -07:00
7ead1c3fb8Change tornado-oracles version & add more info to withdrawal promptTheo2023-09-07 14:18:30 -07:00
4231f5ab09Change tornado-oracles version & add more info to withdrawal promptTheo2023-09-07 14:18:30 -07:00
40c7ab0844Update tornado-oracles to calculate gas for bsc chain correctlyTheo2023-09-03 07:23:08 -07:00
f1f0d8be2dUpdate tornado-oracles to calculate gas for bsc chain correctlyTheo2023-09-03 07:23:08 -07:00
411064d72dAdd script to update events cacheTheo2023-05-16 16:39:10 +03:00
eaa384397aAdd script to update events cacheTheo2023-05-16 16:39:10 +03:00
e23e60d40eAdd instructions for default RPC usageTheo2023-05-16 15:43:37 +03:00
e3220b8a9eAdd instructions for default RPC usageTheo2023-05-16 15:43:37 +03:00
d1b0721466Fix RPC link checking: it must starts with protocol (like ws or https), not includes, because because in this case, RPC sites that have these characters in name or in domain don't work correctlyTheo2023-05-16 11:10:03 +03:00
5dd1b14c1bFix RPC link checking: it must starts with protocol (like ws or https), not includes, because because in this case, RPC sites that have these characters in name or in domain don't work correctlyTheo2023-05-16 11:10:03 +03:00
d6de0ef13aUse default RPC while withdraw, if no RPC is providedTheo2023-05-15 14:35:17 +03:00
2e20c1fbb6Use default RPC while withdraw, if no RPC is providedTheo2023-05-15 14:35:17 +03:00