Commit Graph

9 Commits

Author SHA1 Message Date
3c1352ea41 Update to stable version 1.0.0:
- Change functions naming to more intuitive: 'getGasPrice' returns gas price in hexed number, 'getGasPriceParams' now returns legacy or EIP-1559 gas parameters
- The library has become more versatile for working with third-party libraries (without BigNumber from 'ethers' library in return values, only hexed string-numbers)
- Simplify functions for refund calculations, no need to provide transaction type, because we need to calculate refund only on user side
- Add interface for TokenPriceOracle and change typings
2023-08-22 06:40:18 -07:00
0aa15627f4 Add fallback from feeOracleV5 to V4 in getGasLimit method, if no tx object provided & bump package version to 0.3.0 2023-08-21 09:30:24 -07:00
c63e6a320f Add getter to TokenPriceOracle for default token prices & bump version to 0.2.3 2023-08-20 11:49:12 -07:00
f5244ae722 Update bump percent for V4 relayer withdrawals & bump version to 0.2.2 2023-08-20 09:55:49 -07:00
03e6af5614 Fix tx object in getGas method & bump version to 0.2.1 2023-08-19 10:55:41 -07:00
85b057fbed Add specific Tornado transaction type - relayer_withdrawal_check_v4 - for backwards compatibility with old gas calculation algorithm 2023-08-19 10:44:27 -07:00
6bff5b560f Add publish config for npm Gitea registry 2023-08-18 23:35:29 -07:00
4a1edeaef9 Bump version to 0.1.1 & fix repo link 2023-08-18 23:17:22 -07:00
b7769d4548 Initial commit 2023-08-17 14:39:57 -07:00