Releases: StrataFoundation/strata
Releases · StrataFoundation/strata
chore(release): publish 2.1.1
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
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
Fixing build pipeline that publishes no dist folder
Release/v2.0.5
v2.0.5
Release/v2.0.4
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
Test release to trigger mainnet proposal. Disregard.
chore(release): publish 2.0.3
v2.0.3 v2.0.3
chore(release): publish 2.0.2
v2.0.2 v2.0.2
Release/v2.0.0
v2.0.0
Release/v1.3.4
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