Commit Graph

  • 1fd347435b update dockerfile and generate new exe tornadosto 2025-07-17 22:03:50 +08:00
  • b5bfd6711c eth mainnet disable wallet withdraw tornadosto 2025-07-17 21:50:19 +08:00
  • 670f453f8a Improve .exe verifaction method and add clear instructions to README master Theo 2025-07-13 18:02:18 -07:00
  • 7e0d8d9183 Add governance commands: staking, voting, delegating Theo 2025-07-13 09:39:07 -07:00
  • e2103c46da Merge pull request 'add sepolia and etc support, add docker to verify' (#4) from tornadosto/cli:tornadosto into master Theo 2025-06-19 14:45:41 +03:00
  • f02a205e05 add sepolia and etc support, add docker to verify tornadosto 2025-06-18 16:25:19 +08:00
  • 6fd36c7821 add rpc and graph for sepolia and etc generate new exe, and delete exports tornadosto 2025-06-16 10:49:18 -04:00
  • 2fab7a182f commit tornadosto 2025-06-15 03:08:32 +08:00
  • 269ecb2d28 update Dockerfile and generate new exe tornadosto 2025-06-15 02:40:31 +08:00
  • 5efae744be fix missing firstDeploymentTransaction tornadosto 2025-06-14 23:25:18 +08:00
  • 1f657d86bc add graph for sepolia tornadosto 2025-06-14 21:53:11 +08:00
  • 357a5a42d5 add rpc and graph for sepolia and etc tornadosto 2025-06-14 21:49:09 +08:00
  • 59259355f9 delete exports tornadosto 2025-06-14 21:27:37 +08:00
  • 98f78561fd generate new exe tornadosto 2025-06-14 20:33:51 +08:00
  • 7ffe22eef6 add docker to verify tornadosto 2025-06-14 20:19:12 +08:00
  • fe960e780e add docker to verify tornadosto 2025-06-14 20:19:12 +08:00
  • ff8e92ebfa Update README.md tornadosto 2025-06-14 15:18:36 +03:00
  • ab1521874c Update README.md tornadosto 2025-06-14 15:18:36 +03:00
  • 1e6dc87b89 create deterministic executable tornadosto 2025-06-13 20:13:23 +08:00
  • 1ae2aec71d create deterministic executable tornadosto 2025-06-13 20:13:23 +08:00
  • 15424d3d65 because exe cannot be validated, delete exe tornadosto 2025-06-11 23:38:29 +08:00
  • ae1a33657a correct chain id error, format some code and restore package-lock.json tornadosto 2025-06-11 23:29:50 +08:00
  • 68530df4ae correct chain id error, format some code and restore package-lock.json tornadosto 2025-06-11 23:29:50 +08:00
  • 0b198571f3 generate new exe tornadosto 2025-06-10 03:12:36 +08:00
  • 1b5bcf34d2 add sepolia and etc support tornadosto 2025-06-10 03:01:00 +08:00
  • 7cd375d180 add sepolia and etc support tornadosto 2025-06-10 03:01:00 +08:00
  • 6282f9e55f Massive 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 state Theo 2025-04-03 16:25:45 -07:00
  • 688f84f645 Massive 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 state Theo 2025-04-03 16:25:45 -07:00
  • df2cf7c7dd Update cache Theo 2025-04-03 16:25:08 -07:00
  • 2136515c37 Update cache Theo 2025-04-03 16:25:08 -07:00
  • 0db2647fc9 Fix graph sync problem that leads to corrupted merkle tree: now all events fetched explicitly and then deduplicated Theo 2025-03-27 15:43:32 -07:00
  • 7ca62513c6 Fix graph sync problem that leads to corrupted merkle tree: now all events fetched explicitly and then deduplicated Theo 2025-03-27 15:43:32 -07:00
  • ef85fb6e0c Add relayer autoselection in withdraw command, if user didn't specify it Theo 2025-03-27 11:10:16 -07:00
  • 8ee077c1db Add relayer autoselection in withdraw command, if user didn't specify it Theo 2025-03-27 11:10:16 -07:00
  • 247896941a Add listRelayers command to CLI: now users can check all available relayers before withdrawal and select the best option Theo 2025-03-21 12:10:44 -07:00
  • 728624c92a Add listRelayers command to CLI: now users can check all available relayers before withdrawal and select the best option Theo 2025-03-21 12:10:44 -07:00
  • d80dbf0623 Merge 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 master Theo 2025-03-20 20:16:49 +03:00
  • cf530416a0 Merge 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 master Theo 2025-03-20 20:16:49 +03:00
  • baee99d115 1. 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
  • 792961d821 1. 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
  • f65971f9f7 Remove unneccessary web-providers-http lib after fix errors in new web3.js version & fix websocket and ipc providers connection Theo 2023-09-23 11:10:21 -07:00
  • c0b9a98486 Remove unneccessary web-providers-http lib after fix errors in new web3.js version & fix websocket and ipc providers connection Theo 2023-09-23 11:10:21 -07:00
  • 8174dd881b Update self-hosted Tornado packages versions to actual Theo 2023-09-12 20:38:13 -07:00
  • 8f1bb32701 Update self-hosted Tornado packages versions to actual Theo 2023-09-12 20:38:13 -07:00
  • 60ebe1c499 Normalize relayer URL before using & fix relayer status check Theo 2023-09-12 20:37:42 -07:00
  • 0b4e6e37d9 Normalize relayer URL before using & fix relayer status check Theo 2023-09-12 20:37:42 -07:00
  • a6c61df2dc Remove deprecated info about Anonymity Mining (ended in 2021) Theo 2023-09-07 14:29:17 -07:00
  • 5ad9b5ef05 Remove deprecated info about Anonymity Mining (ended in 2021) Theo 2023-09-07 14:29:17 -07:00
  • 7ead1c3fb8 Change tornado-oracles version & add more info to withdrawal prompt Theo 2023-09-07 14:18:30 -07:00
  • 4231f5ab09 Change tornado-oracles version & add more info to withdrawal prompt Theo 2023-09-07 14:18:30 -07:00
  • 40c7ab0844 Update tornado-oracles to calculate gas for bsc chain correctly Theo 2023-09-03 07:23:08 -07:00
  • f1f0d8be2d Update tornado-oracles to calculate gas for bsc chain correctly Theo 2023-09-03 07:23:08 -07:00
  • 07484b6544 Update cache Theo 2023-08-27 12:13:47 -07:00
  • e5ed7a7e12 Update cache Theo 2023-08-27 12:13:47 -07:00
  • aba52b7c67 Fix send function Theo 2023-08-27 09:39:12 -07:00
  • fcfa782cf1 Fix send function Theo 2023-08-27 09:39:12 -07:00
  • 5d32038d9e Use @tornado/tornado-oracles lib instead of many custom functions to calculate fees Theo 2023-08-27 09:15:27 -07:00
  • fadd50e801 Use @tornado/tornado-oracles lib instead of many custom functions to calculate fees Theo 2023-08-27 09:15:27 -07:00
  • 9e2f45f1c2 Update cache for all chains & fix gas limit estimation Theo 2023-07-21 22:06:47 -07:00
  • 58a3e9b7c6 Update cache for all chains & fix gas limit estimation Theo 2023-07-21 22:06:47 -07:00
  • 82fdef7bf3 Fix gas issues: add correct estimation for relayer withdrawal, add L1 fee fetching for Optimism, correct gas price estimation Theo 2023-07-04 20:05:49 -07:00
  • ac0ccbb787 Fix gas issues: add correct estimation for relayer withdrawal, add L1 fee fetching for Optimism, correct gas price estimation Theo 2023-07-04 20:05:49 -07:00
  • a1a76c232e Add correct fee estimation for relayer withdrawal transaction Theo 2023-06-30 03:47:30 -07:00
  • 7243803b21 Add correct fee estimation for relayer withdrawal transaction Theo 2023-06-30 03:47:30 -07:00
  • 3fc1dfc3ba Fix compliance, don't throw error if note isn't spent Theo 2023-06-21 16:37:41 -07:00
  • e92046a7ec Fix compliance, don't throw error if note isn't spent Theo 2023-06-21 16:37:41 -07:00
  • bf3f3b01fe Change IP lookup provider Theo 2023-06-09 09:16:31 -07:00
  • 78a357b164 Change IP lookup provider Theo 2023-06-09 09:16:31 -07:00
  • 9d506f6436 Add Tornado Gnosis RPC Theo 2023-05-31 05:14:02 -07:00
  • 518cb0fc77 Add Tornado Gnosis RPC Theo 2023-05-31 05:14:02 -07:00
  • 76822f1900 Update events cache Theo 2023-05-31 05:13:37 -07:00
  • 5cbc2a3914 Update events cache Theo 2023-05-31 05:13:37 -07:00
  • 9f9a271470 Prettify 'compliance' command output: now deposit and withdrawal events load before compliance info printing Theo 2023-05-19 22:04:53 +03:00
  • 0f70b58c78 Prettify 'compliance' command output: now deposit and withdrawal events load before compliance info printing Theo 2023-05-19 22:04:53 +03:00
  • 2d8686e4c5 Fixate es5-ext version from npm Theo 2023-05-19 22:03:44 +03:00
  • d93603ff1e Fixate es5-ext version from npm Theo 2023-05-19 22:03:44 +03:00
  • 1151f2c497 Update es5-ext dependency link: now users don't need git to resolve this dependency Theo 2023-05-17 17:55:57 +03:00
  • 29c58b36af Update es5-ext dependency link: now users don't need git to resolve this dependency Theo 2023-05-17 17:55:57 +03:00
  • be2673d7da Fixate node version in .nvmrc Theo 2023-05-17 13:59:21 +03:00
  • 721500d1a9 Fixate node version in .nvmrc Theo 2023-05-17 13:59:21 +03:00
  • 62a8f17aa3 Resolve all Tornado-libs dependencies via gitea npm registry Theo 2023-05-17 13:36:43 +03:00
  • 618554b226 Resolve all Tornado-libs dependencies via gitea npm registry Theo 2023-05-17 13:36:43 +03:00
  • d2eb282b4f Update cache for all chains Theo 2023-05-17 13:35:40 +03:00
  • 56c1d0a3be Update cache for all chains Theo 2023-05-17 13:35:40 +03:00
  • 2843f7d6e4 Update all cache witn new script Theo 2023-05-16 23:20:57 +03:00
  • b9b660f462 Update all cache witn new script Theo 2023-05-16 23:20:57 +03:00
  • 24baba9d4d Add Avalanche Tornado RPC as default Theo 2023-05-16 22:19:02 +03:00
  • 6ffca591b0 Add Avalanche Tornado RPC as default Theo 2023-05-16 22:19:02 +03:00
  • 0009d92ba6 Add withdrawal address validation according to this issue: https://development.tornadocash.community/tornadocash/tornado-cli/issues/6 Theo 2023-05-16 18:00:35 +03:00
  • 44a8b82b00 Add withdrawal address validation according to this issue: https://development.tornadocash.community/tornadocash/tornado-cli/issues/6 Theo 2023-05-16 18:00:35 +03:00
  • c905cc65be Fixate version of es5-ext, because in new version is malicious payload: https://github.com/medikoo/es5-ext/issues/116 Theo 2023-05-16 17:17:50 +03:00
  • 1082b382c2 Fixate version of es5-ext, because in new version is malicious payload: https://github.com/medikoo/es5-ext/issues/116 Theo 2023-05-16 17:17:50 +03:00
  • 411064d72d Add script to update events cache Theo 2023-05-16 16:39:10 +03:00
  • eaa384397a Add script to update events cache Theo 2023-05-16 16:39:10 +03:00
  • e23e60d40e Add instructions for default RPC usage Theo 2023-05-16 15:43:37 +03:00
  • e3220b8a9e Add instructions for default RPC usage Theo 2023-05-16 15:43:37 +03:00
  • d1b0721466 Fix 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 correctly Theo 2023-05-16 11:10:03 +03:00
  • 5dd1b14c1b Fix 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 correctly Theo 2023-05-16 11:10:03 +03:00
  • d6de0ef13a Use default RPC while withdraw, if no RPC is provided Theo 2023-05-15 14:35:17 +03:00
  • 2e20c1fbb6 Use default RPC while withdraw, if no RPC is provided Theo 2023-05-15 14:35:17 +03:00