Commit Graph

  • b7929bd16c Fix accidentally changed comment Theodike 2023-04-22 19:20:44 +0300
  • c9018546b9 Delete and reload corrupted event trees Theodike 2023-04-22 19:17:55 +0300
  • 7e79c85bba Add command to check deposit tree root validity Theodike 2023-04-22 19:16:28 +0300
  • 899dc634c0 Update cache for all chains with zero events Theodike 2023-04-17 08:12:05 +0300
  • 2151b8c562 Add zero event direct to target block Theodike 2023-04-14 23:19:33 +0300
  • 28e831802f Remove duplicate & unreachable code Theodike 2023-04-14 23:09:12 +0300
  • 6115a09420 Adding zero events while syncing events tree Theodike 2023-04-14 23:07:02 +0300
  • bbdf0fbea3 Remove duplicate function updateCache Theodike 2023-04-14 20:06:39 +0300
  • 85c5bdc13f Apply prettier rules to cli.js Theodike 2023-04-14 20:02:05 +0300
  • 90f9acd2ea Set semicolon as true in prettier config, because in cli.js semicolons are used Theodike 2023-04-14 19:52:44 +0300
  • 6e180271dc Update cli.js to throw an error for invalid recipient address “0x1337” 2023-04-12 21:56:38 -0300
  • 2f82f4b3da gas speed param, fee printing & confirmation prompts master gozzy 2023-03-26 09:20:32 +0000
  • 4b4364e2fe depreciate browser support gozzy 2023-03-23 03:47:37 +0000
  • f3ff636840 Merge pull request 'Update caches' (#2) from Theodike/tornado-cli:master into master gozzy 2023-03-20 19:09:38 +0000
  • ff79600e92 Update caches for popular chains Theodike 2023-03-20 20:59:17 +0300
  • 7fbfa1a82b Update caches for all chains Theodike 2023-03-01 21:15:32 +0300
  • b6c6fab87e Remove broken leafs in XDAI 100 deposits tree Theodike 2023-03-01 13:15:01 +0300
  • cdee9c12fb parseNote command gozzy 2023-02-19 00:01:25 +0000
  • b719843d50 update caches gozzy 2023-01-01 19:07:58 +0100
  • c422ce172c remove yarn lockfile gozzy 2022-12-02 08:30:15 +0000
  • b67665283f oracle legacy flag & improve fallback pricing gozzy 2022-12-02 08:16:35 +0000
  • 997ad4fd09 refer to immutable dep ref & bump gas-price-oracle gozzy 2022-12-01 21:18:18 +0000
  • 665e02166e update relayer list & readme gozzy 2022-12-01 14:45:27 +0000
  • 9797bc9461 improve gas fetching & fix socks import gozzy 2022-12-01 11:54:18 +0000
  • aa6a85f739 update lockfile gozzy 2022-12-01 00:54:45 +0000
  • 4d8f5d4721 fixed repo tndhn 2022-11-13 22:33:55 +0000
  • 1b25a95a1b reroute censored dependencies gozzy 2022-09-02 16:23:54 +0000
  • 378ddf8b8b
    update readme Danil Kovtonyuk 2022-07-02 00:24:46 +1000
  • f86c74b9fc
    Merge pull request #34 from 0xAyanami/develop Roman Storm 2022-02-26 15:37:47 -0800
  • c185961a62
    Add --onlyrpc mode Ayanami 2022-02-27 07:32:39 +0900
  • 2854b7a12f
    Support creating deposit notes offline Ayanami 2022-02-27 07:32:37 +0900
  • 378bab8fbe
    Use TheGraph while syncing events Ayanami 2022-02-27 07:32:35 +0900
  • cf988cc033
    Exclude private ip addresses from remote ip checks Ayanami 2022-02-27 07:32:33 +0900
  • 894d4d3a96
    Apply multicall for multiple contract calls Ayanami 2022-02-27 07:32:30 +0900
  • d55ca374e4
    Use merkle tree from npm & remove ./lib Ayanami 2022-02-27 07:32:24 +0900
  • 863474c203
    Merge pull request #29 from 0xAyanami/develop Roman Storm 2022-02-07 07:05:30 -0800
  • ba31dfa32d
    Make remote IP detection optional Ayanami 2022-02-06 07:47:57 +0900
  • 1f26d8cc2f
    Remove comment saying that it is a demo client Ayanami 2022-02-06 07:24:43 +0900
  • ad327162c2
    Update Ethereum Events Ayanami 2022-02-05 21:28:08 +0900
  • 9e1eeae948
    Simplify generateTransaction function Ayanami 2022-02-05 21:17:18 +0900
  • 9ec34aa423
    Fix token deposit & Fix EIP-1559 for goerli network Ayanami 2022-02-05 20:08:17 +0900
  • 5064b379f5
    Update BinanceSmartChain Events Ayanami 2022-02-05 19:15:54 +0900
  • b0c64136d2
    Add Goerli Events Ayanami 2022-02-05 18:47:53 +0900
  • f0fddccc43
    Add Polygon Events Ayanami 2022-02-05 18:45:18 +0900
  • bcb8fb8414
    Add Arbitrum Events Ayanami 2022-02-05 14:20:22 +0900
  • 50a207aeb7
    Add Optimism Events Ayanami 2022-02-05 14:18:28 +0900
  • c7195812eb
    Add Avalanche Events Ayanami 2022-02-05 14:06:00 +0900
  • 44ee6d700c
    Add GnosisChain Events Ayanami 2022-02-05 12:52:21 +0900
  • 394d487cb8
    Change xDai to GnosisChain Ayanami 2022-02-05 12:50:51 +0900
  • 00ca8a07f7
    Fix Optimism network support Ayanami 2022-02-05 11:11:59 +0900
  • 04623a23e6
    Fixed web3 overflow bug for non-geth rpc nodes Ayanami 2022-02-05 10:33:25 +0900
  • 62451ec5ce
    Add mode not to submit signed tx to local node Ayanami 2022-02-04 11:28:11 +0900
  • a9c6a24204
    Support Onion RPC nodes Ayanami 2022-02-04 10:12:21 +0900
  • 7e62cb2000
    Merge pull request #27 from 0xAyanami/develop Roman Storm 2022-01-28 10:55:00 -0800
  • 6ea19850dc
    Fix send & printBalance using BigNumber Ayanami 2022-01-27 21:35:55 +0900
  • 542c7c7980
    Merge pull request #26 from 0xAyanami/develop Roman Storm 2022-01-27 01:27:02 -0800
  • 7398ac9bbc
    Don't use await for encodeABI() since it is not a promise Ayanami 2022-01-27 15:17:19 +0900
  • 940f3e8194
    Remove duplicated definition Ayanami 2022-01-27 14:56:46 +0900
  • 4bea523346
    Remove duplicated definition Ayanami 2022-01-27 14:50:49 +0900
  • e9ff6d1488
    Define netSymbol in advance Ayanami 2022-01-26 23:40:00 +0900
  • 15fe31445a
    Add some error messages Ayanami 2022-01-26 23:08:37 +0900
  • 8b63de6392
    Fix send command Ayanami 2022-01-26 22:24:58 +0900
  • 00f68385e3
    Fixed bug on ERC20 support Ayanami 2022-01-26 22:22:50 +0900
  • 66e781ea83
    Minor console bug fix Ayanami 2022-01-26 21:21:28 +0900
  • e0f0a03d19
    Merge pull request #21 from 0xAyanami/develop Roman Storm 2022-01-25 22:16:45 -0800
  • bceb74b9b3
    Read address from private key for querying balance Ayanami 2022-01-24 21:50:58 +0900
  • 710054547a
    Fix bug & Show remote ip from console Ayanami 2022-01-24 20:39:40 +0900
  • 80a810e727
    Merge pull request #20 from 0xAyanami/develop Roman Storm 2022-01-23 09:53:24 -0800
  • a4c511c86f
    Support sending ETH and ERC20 Ayanami 2022-01-23 21:03:46 +0900
  • 90a34da5b8
    Add Optimistic network support & update README.md Ayanami 2022-01-23 18:42:08 +0900
  • e865eb9af8
    Support EIP-1559 transaction for Polygon & Avalanche Ayanami 2022-01-23 16:26:24 +0900
  • 93fafe0178
    Minor changes Ayanami 2022-01-23 15:52:59 +0900
  • 16cc0b3e61
    Update fetchEvents to write files per chunks Ayanami 2022-01-22 13:49:45 +0900
  • 4b13d53cab
    Merge pull request #16 from 0xAyanami/develop Roman Storm 2022-01-20 14:12:13 -0800
  • 5e79fec40d
    Fixed backup note bug Ayanami 2022-01-14 22:16:10 +0900
  • a08c6dbfb9
    Update README.md Ayanami 2021-12-19 18:28:56 +0900
  • 610200b610
    Minor updates Ayanami 2021-12-12 15:19:49 +0900
  • 54ae465f16
    Update README.md Ayanami 2021-12-08 02:14:30 +0900
  • 1f42c33ed8
    Update cli.js Ayanami 2021-12-08 01:57:18 +0900
  • 2c173c6300
    Add local modules to fix http headers privacy problem Ayanami 2021-12-08 01:52:08 +0900
  • 8838234e09
    Update cache file Ayanami 2021-12-08 01:51:34 +0900
  • a97371e0d7
    chore: update cache nikdementev 2021-11-23 11:41:09 +0300
  • 5b6a0bb696
    Merge pull request #12 from tornadocash/fixTorando 0xZick 2021-07-29 18:19:02 +0300
  • d4bf80de6e
    fix: check spent note nikdementev 2021-07-29 18:17:35 +0300
  • c3653bf6e4
    fix: compliance nikdementev 2021-07-29 18:11:53 +0300
  • d4f673a2ba
    chore: naming nikdementev 2021-07-17 00:54:20 +0300
  • 4dbdd42252
    Merge branch 'master' into fixTorando 0xZick 地方分権化 2021-07-16 13:30:07 +0300
  • 7d071b2ac5
    fix: cache nikdementev 2021-07-16 13:27:08 +0300
  • 6ce616cbaf
    Update README.md Roman Semenov 2021-02-25 16:03:51 +0300
  • 340f4f596c version package Alexey 2021-02-16 18:54:15 +0300
  • 62758b3e61 init Alexey 2021-02-14 23:40:23 +0300
  • 496680b379 prettier Alexey 2021-02-14 21:23:17 +0300
  • 94d43e31a3
    Merge pull request #4 from tornadocash/fixTorando Roman Storm 2021-01-11 11:52:27 -0500
  • 58e99581e7
    fix: deposit and withdraw Nik Dement'ev 2020-12-24 14:39:20 +0300
  • 60a5f77cc6
    Update README.md Roman Storm 2020-12-23 01:25:50 -0800
  • d3c0630f72 fix calculateFee Alexey 2020-05-22 12:37:21 +0300
  • ebbd3aac03 formating Alexey 2020-05-22 12:35:00 +0300
  • 2e4d59aed0
    init Roman Storm 2020-05-21 12:29:33 -0700