Skip to content

Releases: defipy-devs/uniswappy

UniswapPy v1.5.0

08 May 21:47
b5a4e80
Compare
Choose a tag to compare
  • Upgraded UniV3 abstract interface
  • Solved UniV3 indexing equations
  • UniV3 swap quotes
  • UniV3 simulations working

UniswapPy v1.4.0

01 May 19:29
2ae8e3f
Compare
Choose a tag to compare
  • Introduced a Join abstract interface for Uniswap V2/V3
  • Indexing equations R&D and implementation for Uniswap V3
  • Abstract interfaces for Uniswap V3

UniswapPy v1.3.0

25 Apr 15:31
7f7ccda
Compare
Choose a tag to compare
  • Now includes Uniswap V3 python refactor
  • Accessible via primitive API
  • See notebook (uniswap_v3.ipynb) for example

UniswapPy v1.2.0

12 Apr 23:01
Compare
Choose a tag to compare
  • Improved interface to include ExchangeData object to be passed into LP factories
  • Inclusion of quant terminal using 0x API; see live dashboard, or run local as local server
  • Docs at defipy.org

UniswapPy v1.0.6

05 Oct 23:21
Compare
Choose a tag to compare

Minor bug Fix on how Factory and SimpleLPSimulation calls class objects

UniswapPy v1.0.5

02 Oct 06:20
Compare
Choose a tag to compare

Added SimpleLPSimulation class

  • This object performs an LP simulation using a Geometric Brownian Motion (GBM) process
  • Can pull price, and reserve data; can be augmented so that additional data from LP can be harvested during sim trial

Uniswappy v1.0.4

01 Oct 03:07
Compare
Choose a tag to compare

Initial release of UniswapPy python package for modelling Uniswap V2 using Python; special features include

  • Abstracted Actions: Obfuscation is removed from standard Uniswap action events to help streamline analysis and lower line count
  • Rebasing: Can calculate settlment LP token amounts given token amounts and vice versa
  • Simulation: Can simulate trading using Geometric Brownian Motion (GBM) process, or feed in actual raw price data to analyze behavior
  • Randomized Events: Token amount and time delta models to simulate possible trading behavior
  • Revenue Tools: Basic yeild calculators and risk tools to assist in analyzing outcomes