Skip to content

Releases: Elnaril/uniswap-smart-path

v0.3.0 - Add Rate Limiter

27 Oct 14:28
48b6f5d
Compare
Choose a tag to compare
  • 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 useless eth_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

10 Nov 14:00
f840b90
Compare
Choose a tag to compare

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

03 Apr 12:39
07c2634
Compare
Choose a tag to compare
fix tool.setuptools.packages