Releases: Elnaril/uniswap-smart-path
Releases · Elnaril/uniswap-smart-path
v0.3.0 - Add Rate Limiter
- Add Rate Limiter for APIs using credits, CUPS or request units, as well as number of requests per time unit.
- Use credit-rate-limit under the hood.
- Remove
eth_call
from the methods that are automatically verified by web3 (to prevent surges of uselesseth_chainId
calls)
- Add support for Python 3.12 & 3.13
- Add support for web3.py v7
- Miscellaneous fixes/updates for tests and linting
v0.2.0 - Support for V2, V3 only, or custom pools
Add support for:
- V2 pools only
- V3 pools only
- custom pools and blockchains
Add integration tests for Pancakeswap V2 and V3 on BSC
v0.1.0 - Initial Release
fix tool.setuptools.packages