Danil Kovtonyuk
378ddf8b8b
update readme
9 months ago
Roman Storm
f86c74b9fc
Merge pull request #34 from 0xAyanami/develop
...
Support TheGraph & Replace to fixed-merkle-tree dependency
1 year ago
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
1 year ago
Ayanami
2854b7a12f
Support creating deposit notes offline
...
Co-authored-by: yoyoismee <yoyoismee@gmail.com>
1 year ago
Ayanami
378bab8fbe
Use TheGraph while syncing events
...
- support fallback to web3 when not available
- fixes #38
1 year ago
Ayanami
cf988cc033
Exclude private ip addresses from remote ip checks
1 year ago
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
1 year ago
Ayanami
d55ca374e4
Use merkle tree from npm & remove ./lib
...
Reference: 0c6e638852
- fixed yarn installation bug as well
1 year ago
Roman Storm
863474c203
Merge pull request #29 from 0xAyanami/develop
...
Various Bug Fix & Synced Events for Every supported chains
1 year ago
Ayanami
ba31dfa32d
Make remote IP detection optional
...
Some may could not access to tornado.cash without VPN
1 year ago
Ayanami
1f26d8cc2f
Remove comment saying that it is a demo client
1 year ago
Ayanami
ad327162c2
Update Ethereum Events
1 year ago
Ayanami
9e1eeae948
Simplify generateTransaction function
1 year ago
Ayanami
9ec34aa423
Fix token deposit & Fix EIP-1559 for goerli network
1 year ago
Ayanami
5064b379f5
Update BinanceSmartChain Events
1 year ago
Ayanami
b0c64136d2
Add Goerli Events
1 year ago
Ayanami
f0fddccc43
Add Polygon Events
1 year ago
Ayanami
bcb8fb8414
Add Arbitrum Events
1 year ago
Ayanami
50a207aeb7
Add Optimism Events
1 year ago
Ayanami
c7195812eb
Add Avalanche Events
1 year ago
Ayanami
44ee6d700c
Add GnosisChain Events
1 year ago
Ayanami
394d487cb8
Change xDai to GnosisChain
1 year ago
Ayanami
00ca8a07f7
Fix Optimism network support
...
Correct chainId for Optimism network
1 year ago
Ayanami
04623a23e6
Fixed web3 overflow bug for non-geth rpc nodes
1 year ago
Ayanami
62451ec5ce
Add mode not to submit signed tx to local node
1 year ago
Ayanami
a9c6a24204
Support Onion RPC nodes
1 year ago
Roman Storm
7e62cb2000
Merge pull request #27 from 0xAyanami/develop
...
(WIP) Patch with BigNumber & Update cache file
1 year ago
Ayanami
6ea19850dc
Fix send & printBalance using BigNumber
1 year ago
Roman Storm
542c7c7980
Merge pull request #26 from 0xAyanami/develop
...
Patch bugs with ERC20 support
1 year ago
Ayanami
7398ac9bbc
Don't use await for encodeABI() since it is not a promise
1 year ago
Ayanami
940f3e8194
Remove duplicated definition
1 year ago
Ayanami
4bea523346
Remove duplicated definition
1 year ago
Ayanami
e9ff6d1488
Define netSymbol in advance
1 year ago
Ayanami
15fe31445a
Add some error messages
1 year ago
Ayanami
8b63de6392
Fix send command
1 year ago
Ayanami
00f68385e3
Fixed bug on ERC20 support
1 year ago
Ayanami
66e781ea83
Minor console bug fix
1 year ago
Roman Storm
e0f0a03d19
Merge pull request #21 from 0xAyanami/develop
...
Fix bug & Show remote ip from console
1 year ago
Ayanami
bceb74b9b3
Read address from private key for querying balance
1 year ago
Ayanami
710054547a
Fix bug & Show remote ip from console
1 year ago
Roman Storm
80a810e727
Merge pull request #20 from 0xAyanami/develop
...
Bug fixes & Minor updates
1 year ago
Ayanami
a4c511c86f
Support sending ETH and ERC20
1 year ago
Ayanami
90a34da5b8
Add Optimistic network support & update README.md
1 year ago
Ayanami
e865eb9af8
Support EIP-1559 transaction for Polygon & Avalanche
...
Most of the transaction on those chains have same maxFeePerGas and maxPriorityFeePerGas value
1 year ago
Ayanami
93fafe0178
Minor changes
...
+ If the function needs to check native coin, use netSymbol instead
+ Unused variables removed
+ Support Private Key with '0x' as well
1 year ago
Ayanami
16cc0b3e61
Update fetchEvents to write files per chunks
1 year ago
Roman Storm
4b13d53cab
Merge pull request #16 from 0xAyanami/develop
...
EIP-1559 & Tor Socks5 Proxy & BSC network support
1 year ago
Ayanami
5e79fec40d
Fixed backup note bug
1 year ago
Ayanami
a08c6dbfb9
Update README.md
...
* Update infura api key same as Metamask ( which is considered as public, register & limit free )
1 year ago
Ayanami
610200b610
Minor updates
...
* Use socks5h to use DNS through proxy
* fix withdrawal transaction gaslimit
* change default priority gas fee value to match with a8e504054e/src/TxManager.js (L18)
* fix typo
* Use estimateGas
* default goerli network gasprice to 1 gwei
* Add other networks
1 year ago