Skip to content

4.0.0-beta.0

Compare
Choose a tag to compare
@johngrantuk johngrantuk released this 09 Mar 11:11
· 657 commits to master since this release
a604b62

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.