[go: nahoru, domu]

Skip to content

Releases: balancer/balancer-sor

4.0.0-beta.4

06 May 14:32
11cba68
Compare
Choose a tag to compare

New release (#253)

🐛 Bugfix

  • Handle 0 amount during iteration.

4.0.0-beta.3

27 Apr 08:50
53526eb
Compare
Choose a tag to compare

New release (#250)

🏗️ Updates

  • Generic BoostedPool paths.
  • Updated Weighted Pool precision.

4.0.0-beta.2

07 Apr 09:02
ff584ab
Compare
Choose a tag to compare

New release (#247)

🏗️ Updates

  • Update LinearPool/Maths to support main<>wrapped.
  • Add support for ERC4626Linear pool types.

4.0.0-beta.1

29 Mar 08:53
0ba19a7
Compare
Choose a tag to compare

New release (#244)

🏗️ Updates

  • Update path creation algo and tests
  • Expose functionality for 0x integration
  • Update Linear Pool maths to match SC
  • Remove swapPairType

🐛 Bug Fixes

  • Linear updateBalance

4.0.0-beta.0

09 Mar 11:11
a604b62
Compare
Choose a tag to compare

New release (#237)

🏗️ Updates

  • Pool maths changed to BigInt. Associated pool types also changed.
  • Removes dependency on SDK pools package (used for testing only).
  • Removes exact/non-exact maths options. Now only uses exact BigInt version.
  • New algo for boostedMetaStablePools. Requires new SoConfig vars:
    • bbausd?: { id: string; address: string }; (Replacing staBal terminology)
    • wethBBausd?: { id: string; address: string };
    • lbpRaisingTokens?: string[];
  • Adds Gyro pool types (pool/maths implementations only. Will be activated after SG live + tested)
  • Fixes broken test pool types and imports.

3.0.0-beta.0

12 Jan 14:59
7603520
Compare
Choose a tag to compare

New release (#227)

🏗️ Updates

  • Create config and interfaces for contracts, coingecko, subgraph implementations (@danielmkm, #226 )
  • Add support for wrapped rebasing tokens using the generic unbutton wrapper (@aalavandhan, #224)