Releases: hifi-finance/hifi-liquidator-js
Releases · hifi-finance/hifi-liquidator-js
1.2.0
1.1.4
Changed
- Ignore non-existent pools in Uniswap V2 strategy.
1.1.3
Changed
- Upgrade "ethers" dependency to v5.7.2
- Upgrade "@types/node" from v20.8.10 to v20.9.0
- Upgrade "@commitlint/cli" dependency to v18.2.0
- Upgrade "@commitlint/config-conventional" dependency to v18.1.0
- Upgrade "@trivago/prettier-plugin-sort-imports" dependency to v4.2.1
- Upgrade "@types/node" dependency to v20.8.10
- Upgrade "@typescript-eslint/eslint-plugin" dependency to v6.10.0
- Upgrade "@typescript-eslint/parser" dependency to v6.10.0
- Upgrade "commitizen" dependency to v4.3.0
- Upgrade "dotenv" dependency to v16.3.1
- Upgrade "eslint-config-prettier" dependency to v9.0.0
- Upgrade "eslint" dependency to v8.53.0
- Upgrade "husky" dependency to v8.0.3
- Upgrade "lint-staged" dependency to v15.0.2
- Upgrade "pinst" dependency to v3.0.0
- Upgrade "prettier" dependency to v3.0.3
- Upgrade "stormdb" dependency to v0.6.0
- Upgrade "typescript" dependency to v5.2.2
- Upgrade "winston" dependency to v3.11.0
1.1.2
Added
- Add optimal fee tier selection in Uniswap V3 strategy.
1.1.1
Added
- Restrict usage of Flashbots provider to tx executions only.
- Fix bug regarding "tx.wait(1)" never resolving when Flashbots provider is used
Changed
- Make "uniswap-v3" the default strategy.
- Rename "isTrueSet" to "isTrueString".
- Rename "helpers" to "utils".
- Fix issue regarding building Docker image on macOS.
- Add logs before liquidation.
- Fix bug in gas estimation for "liquidate()" function in Uniswap V2 strategy.
- Refactor contract addresses in Uniswap V2 strategy.
1.0.5
Added
- Integrate Flashbots Protect RPC for Ethereum Mainnet.
- Improve searchability of logs.
Removed
- Remove shift in estimated gas.
1.0.4
Added
- Add Ethereum Mainnet deployment.
- Add support for Ethereum Mainnet network.
1.0.3
Added
- Fix issue regarding outdated FlashUniswapV2 contract on Polygon Mainnet.
1.0.2
Added
- Upgrade to @hifi/protocol@1.10.0
- Update Matic config to latest deployment (Jun 29, 2022).
- Add support for a fallback Ethereum provider.
1.0.0
Added
First release of the package.