Commit Graph

84 Commits

Author SHA1 Message Date
gozzy 2f82f4b3da gas speed param, fee printing & confirmation prompts 2023-03-26 09:20:32 +00:00
gozzy 4b4364e2fe depreciate browser support 2023-03-23 03:47:37 +00:00
gozzy f3ff636840 Merge pull request 'Update caches' (#2) from Theodike/tornado-cli:master into master
Reviewed-on: https://development.tornadocash.community/tornadocash/tornado-cli/pulls/2
2023-03-20 19:09:38 +00:00
Theodike ff79600e92 Update caches for popular chains 2023-03-20 20:59:17 +03:00
Theodike 7fbfa1a82b Update caches for all chains 2023-03-01 21:15:32 +03:00
Theodike b6c6fab87e Remove broken leafs in XDAI 100 deposits tree 2023-03-01 13:15:01 +03:00
gozzy cdee9c12fb parseNote command 2023-02-19 00:01:25 +00:00
gozzy b719843d50 update caches 2023-01-01 19:07:58 +01:00
gozzy c422ce172c remove yarn lockfile 2022-12-02 08:30:15 +00:00
gozzy b67665283f oracle legacy flag & improve fallback pricing 2022-12-02 08:16:35 +00:00
gozzy 997ad4fd09 refer to immutable dep ref & bump gas-price-oracle 2022-12-01 21:18:18 +00:00
gozzy 665e02166e update relayer list & readme 2022-12-01 14:45:27 +00:00
gozzy 9797bc9461 improve gas fetching & fix socks import 2022-12-01 11:54:18 +00:00
gozzy aa6a85f739 update lockfile 2022-12-01 00:54:45 +00:00
gozzy 1b25a95a1b reroute censored dependencies 2022-09-02 16:23:54 +00:00
Danil Kovtonyuk 378ddf8b8b
update readme 2022-07-02 00:24:46 +10:00
Roman Storm f86c74b9fc
Merge pull request #34 from 0xAyanami/develop
Support TheGraph & Replace to fixed-merkle-tree dependency
2022-02-26 15:37:47 -08: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 378bab8fbe
Use TheGraph while syncing events
- support fallback to web3 when not available
- fixes #38
2022-02-27 07:32:35 +09:00
Ayanami cf988cc033
Exclude private ip addresses from remote ip checks 2022-02-27 07:32:33 +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 d55ca374e4
Use merkle tree from npm & remove ./lib
Reference: 0c6e638852

- fixed yarn installation bug as well
2022-02-27 07:32:24 +09:00
Roman Storm 863474c203
Merge pull request #29 from 0xAyanami/develop
Various Bug Fix & Synced Events for Every supported chains
2022-02-07 07:05:30 -08:00
Ayanami ba31dfa32d
Make remote IP detection optional
Some may could not access to tornado.cash without VPN
2022-02-06 07:49:21 +09:00
Ayanami 1f26d8cc2f
Remove comment saying that it is a demo client 2022-02-06 07:24:43 +09:00
Ayanami ad327162c2
Update Ethereum Events 2022-02-05 21:28:08 +09:00
Ayanami 9e1eeae948
Simplify generateTransaction function 2022-02-05 21:17:18 +09:00
Ayanami 9ec34aa423
Fix token deposit & Fix EIP-1559 for goerli network 2022-02-05 20:08:17 +09:00
Ayanami 5064b379f5
Update BinanceSmartChain Events 2022-02-05 19:15:54 +09:00
Ayanami b0c64136d2
Add Goerli Events 2022-02-05 18:47:53 +09:00
Ayanami f0fddccc43
Add Polygon Events 2022-02-05 18:45:18 +09:00
Ayanami bcb8fb8414
Add Arbitrum Events 2022-02-05 14:20:22 +09:00
Ayanami 50a207aeb7
Add Optimism Events 2022-02-05 14:18:28 +09:00
Ayanami c7195812eb
Add Avalanche Events 2022-02-05 14:06:00 +09:00
Ayanami 44ee6d700c
Add GnosisChain Events 2022-02-05 12:52:21 +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 04623a23e6
Fixed web3 overflow bug for non-geth rpc nodes 2022-02-05 10:33:25 +09:00
Ayanami 62451ec5ce
Add mode not to submit signed tx to local node 2022-02-05 03:53:11 +09:00
Ayanami a9c6a24204
Support Onion RPC nodes 2022-02-04 10:12:21 +09:00
Roman Storm 7e62cb2000
Merge pull request #27 from 0xAyanami/develop
(WIP) Patch with BigNumber & Update cache file
2022-01-28 10:55:00 -08:00
Ayanami 6ea19850dc
Fix send & printBalance using BigNumber 2022-01-27 21:35:55 +09:00
Roman Storm 542c7c7980
Merge pull request #26 from 0xAyanami/develop
Patch bugs with ERC20 support
2022-01-27 01:27:02 -08:00
Ayanami 7398ac9bbc
Don't use await for encodeABI() since it is not a promise 2022-01-27 15:17:19 +09:00
Ayanami 940f3e8194
Remove duplicated definition 2022-01-27 14:56:46 +09:00
Ayanami 4bea523346
Remove duplicated definition 2022-01-27 14:50:49 +09:00
Ayanami e9ff6d1488
Define netSymbol in advance 2022-01-26 23:42:12 +09:00
Ayanami 15fe31445a
Add some error messages 2022-01-26 23:11:05 +09:00
Ayanami 8b63de6392
Fix send command 2022-01-26 22:24:58 +09:00