39ba51950bFix graph sync problem that leads to corrupted merkle tree: now all events fetched explicitly and then deduplicated
master
Theo2025-03-27 15:43:32 -07:00
8ee077c1dbAdd relayer autoselection in withdraw command, if user didn't specify itTheo2025-03-27 11:10:16 -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
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
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
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
8f1bb32701Update self-hosted Tornado packages versions to actualTheo2023-09-12 20:38:13 -07:00
0b4e6e37d9Normalize relayer URL before using & fix relayer status checkTheo2023-09-12 20:37:42 -07:00
5ad9b5ef05Remove deprecated info about Anonymity Mining (ended in 2021)Theo2023-09-07 14:29:17 -07:00
4231f5ab09Change tornado-oracles version & add more info to withdrawal prompt
proposal-29
Theo2023-09-07 14:18:30 -07:00
f1f0d8be2dUpdate tornado-oracles to calculate gas for bsc chain correctlyTheo2023-09-03 07:23:08 -07:00
eaa384397aAdd script to update events cacheTheo2023-05-16 16:39:10 +03:00
e3220b8a9eAdd instructions for default RPC usageTheo2023-05-16 15:43:37 +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
2e20c1fbb6Use default RPC while withdraw, if no RPC is providedTheo2023-05-15 14:35:17 +03:00
cf359cad00Remove non-existent token instance addresses, like 100 000 USDC on ETH mainnetTheo2023-05-14 10:48:23 +03:00
2186801877Add to GasPriceOracle choice of the same RPC as in the Web3 current instanceTheo2023-05-14 00:15:32 +03:00
8a31e9873dMove all the tokens for each network in the config into a separate sub-object, as in classic-ui, so that it is possible to iterate over themTheo2023-05-14 00:08:18 +03:00
38783848b5Fix GasPriceOracle: provide to its constructor valid RPC, which user defined in startup parameters - now gas for goerli calculates correctlyTheo2023-05-12 23:12:22 +03:00
16d9efa60cFix commander arguments parser issue: now all parameters with hyphen processed correctlyTheo2023-05-11 12:04:42 +03:00
910643ab5eAdd --private-key command argument so that users shouldn't have to save the private key in the clear in .env fileTheo2023-05-10 18:49:59 +03:00
e9fcc51daeDelete duplicate code in generateMerkleProof function - add computeDepositEventsTree call instead of a separate mapping in loopTheo2023-05-09 19:21:49 +03:00