Commit Graph

26 Commits

Author SHA1 Message Date
670f453f8a Improve .exe verifaction method and add clear instructions to README 2025-07-13 18:02:18 -07:00
f02a205e05 add sepolia and etc support, add docker to verify 2025-06-18 17:25:21 +08: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
2025-04-04 15:46:31 -07:00
8ee077c1db Add relayer autoselection in withdraw command, if user didn't specify it 2025-03-27 11:10:16 -07:00
728624c92a Add listRelayers command to CLI: now users can check all available relayers before withdrawal and select the best option 2025-03-21 12:10:44 -07:00
5ad9b5ef05 Remove deprecated info about Anonymity Mining (ended in 2021) 2023-09-07 14:29:17 -07:00
e3220b8a9e Add instructions for default RPC usage 2023-05-16 15:43:37 +03:00
f000d0af36 Actualize README: change links, update RPC links 2023-05-10 19:05:15 +03:00
910643ab5e Add --private-key command argument so that users shouldn't have to save the private key in the clear in .env file 2023-05-10 18:49:59 +03:00
gozzy
665e02166e update relayer list & readme 2022-12-01 14:45:27 +00:00
Danil Kovtonyuk
378ddf8b8b
update readme 2022-07-02 00:24:46 +10:00
Ayanami
c185961a62
Add --onlyrpc mode
+ Add mode to disable remote ip connection and to disable thegraph api

+ Faster event sync for deposit

+ Update README guide for users
2022-02-27 07:57:48 +09:00
Ayanami
2854b7a12f
Support creating deposit notes offline
Co-authored-by: yoyoismee <yoyoismee@gmail.com>
2022-02-27 07:55:31 +09:00
Ayanami
894d4d3a96
Apply multicall for multiple contract calls
- lint cli.js
- fixed test networks with getGasPrice
- replace mainnet proxy to new one that supports relayer registry, fixes #39
- fixed rounding error with bignumber.js
2022-02-27 07:32:30 +09:00
Ayanami
f0fddccc43
Add Polygon Events 2022-02-05 18:45:18 +09:00
Ayanami
c7195812eb
Add Avalanche Events 2022-02-05 14:06:00 +09:00
Ayanami
394d487cb8
Change xDai to GnosisChain 2022-02-05 12:50:51 +09:00
Ayanami
00ca8a07f7
Fix Optimism network support
Correct chainId for Optimism network
2022-02-05 11:11:59 +09:00
Ayanami
90a34da5b8
Add Optimistic network support & update README.md 2022-01-23 18:42:08 +09:00
Ayanami
a08c6dbfb9
Update README.md
* Update infura api key same as Metamask ( which is considered as public, register & limit free )
2021-12-19 18:28:56 +09:00
Ayanami
54ae465f16
Update README.md 2021-12-08 02:14:30 +09:00
Ayanami
1f42c33ed8
Update cli.js
* Use latest web3 version
* Support EIP-1559 transaction for Ethereum mainnet & Goerli testnet.
* Added tor network support to enhance privacy
* Use forked web3httpprovider from local modules to support custom provider for Tor network ( hide user info from remote web3 providers )
* Now cli.js script fetches 1K events per call and updates the local cache file.
* Fixed compliance function
2021-12-08 01:57:18 +09:00
nikdementev
d4f673a2ba
chore: naming 2021-07-29 17:33:35 +03:00
Roman Semenov
6ce616cbaf
Update README.md 2021-02-25 16:03:51 +03:00
Roman Storm
60a5f77cc6
Update README.md 2020-12-23 01:25:50 -08:00
2e4d59aed0
init 2020-05-21 12:29:33 -07:00