Skip to content

Releases: StrataFoundation/strata

chore(release): publish 2.1.1

12 Jan 22:58
956c449
Compare
Choose a tag to compare

2.1.1 (2022-01-12)

Fixed

  • Account fetch cache synchronization after running a txn on a writable account

Removed

  • Deprecated useWalletTokensWithMeta as it fetches too much data and leads to laggy interfaces

chore(release): publish 2.1.0

11 Jan 18:07
91b370f
Compare
Choose a tag to compare

This release contains logic to limit go live dates for officially going live on mainnet, starting with OPEN collective.

Added

  • Handle go live date in swap form

Fixed

  • Awaiting approval flag on provider would only go to false after finished txn
  • Pricing didn't update when target mint supply changed

Release/v2.0.6

30 Dec 15:59
19f8c83
Compare
Choose a tag to compare

Fixing build pipeline that publishes no dist folder

Release/v2.0.5

30 Dec 15:44
4048d10
Compare
Choose a tag to compare

Release/v2.0.4

29 Dec 19:42
a529ea5
Compare
Choose a tag to compare

Added

  • Ability to add transition fees to piecewise time curves, making for a less bottable fair launch.

Changed

  • Max pow or frac on exponential curves to 10. Any more than that risks blowing compute.

Fixed

  • targetMintDecimals: 0 no longer throws an error.

Test release to trigger mainnet proposal

24 Dec 18:28
Compare
Choose a tag to compare

Test release to trigger mainnet proposal. Disregard.

chore(release): publish 2.0.3

24 Dec 18:22
905c1af
Compare
Choose a tag to compare

chore(release): publish 2.0.2

24 Dec 18:08
d4638b1
Compare
Choose a tag to compare

Release/v2.0.0

24 Dec 01:34
54f4285
Compare
Choose a tag to compare

Release/v1.3.4

22 Dec 19:45
34844cc
Compare
Choose a tag to compare

Fixed

  • usePriceInSol broken for wrappedSolMint
  • Use wrappedSolMint from token bonding state instead of global variable, as it is different for every environment. It's too late to fix this as there's already a wrapped sol in prod.
  • baseMint would not show up in swap interface after changing the base once because of a useMemo

Added

  • unixTime to pricing so we can price the curve at a given point in time