Block a user
9210330208
Change gas & fees calculations:
fb0a5131f4
Update events & trees
d16449bcf8
Rename 'gasPrices' scope to 'fees', and use it to estimate all network withdrawal fee
d9ae37ebb2
Change relayer version validating to save backwards compatibility with on Ethereum Mainnet with old Tornado versions
7db929cc8c
Make token price api faster & easier via lib @tornado/tornado-oracles
fcfa782cf1
Fix send function
fadd50e801
Use @tornado/tornado-oracles lib instead of many custom functions to calculate fees
fb772fa300
Add Math.ceil while calculating relayer fee percent, because if relayer has 0.07% fee, in JS multiplication result of 0.07 * 1e10 is 700000000.0000001 & bump version to 1.3.2
42b57f8734
Bump gas limit for any transaction type in V4 fee oracle, if bump percent provided & change lib version to 1.3.1
60d6460662
Bump gas limit for any transaction type in V4 fee oracle, if bump percent provided & change lib version to 1.3.1
a0476b0e34
Add function to get all gas params - gas price, gas limit and L1 fee, if exists, in one object & bump lib version to 1.3.0
76a0ccea68
Fix refund calculation: we need to use different gas limits for each ERC tokens & bump lib version to 1.2.0
3c1352ea41
Update to stable version 1.0.0:
1ace796f8a
Don't prettify service files, abis and autogenerated contracts by typechain
0aa15627f4
Add fallback from feeOracleV5 to V4 in getGasLimit method, if no tx object provided & bump package version to 0.3.0
96616d8cf4
Create public function in feeOracle to calculate refund in selected token & change typings
0d1ac74b11
Change node version to 14.21.3
2e3273b7bc
Stylistic changes in README
85b057fbed
Add specific Tornado transaction type - relayer_withdrawal_check_v4 - for backwards compatibility with old gas calculation algorithm