Changelog

2.0.0 (2022-10-09)

⚠ BREAKING CHANGES

  • account administration (#628)

  • refactor api structure for typedoc docs (#627)

Summary

  • The data structure our contracts use is changing as part of the redeployment. Since it is backward incompatible, new test tokens will be required for testing the various functionalities of the platform. Official announcement here

Features

Bug Fixes

  • add deployment to snapshots (#612) (9951ad2)

  • deposit and withdraw buttons on pools page only work once (#601) (62cbac6)

  • handle price eq zero in flappy and assume scaled window (#602) (fbc3177)

  • my pools - loading no longer spins forever (#616) (0adecb9)

  • my pools not updating in production polling interval too short (#619) (140dba2)

  • storybook dependency issue and fix alias paths (#649) (7dfef43)

  • update vscode devcontainer image (#611) (b5bde10)

Performance Improvements

Documentation

  • refactor api structure for typedoc docs (#627) (6bd6a35)

1.0.0 (2022-09-14)

⚠ BREAKING CHANGES

  • redeploy pools (#590)

  • update LP decimals (#573)

  • move anchor to module (#445)

  • change seed derivation (#440)

  • hmm - pass poolState, tokenXMint and tokenYMint to sdk calls (#433)

Features

Bug Fixes

Performance Improvements

Reverts

  • remove deployer access control temporary (#579) (1d8a075)

Code Refactoring

Last updated