Releases: primitivefinance/v1-interface
Releases · primitivefinance/v1-interface
Release v1.2.0
1.2.0 (2020-12-28)
Bug Fixes
- package.json cleanup and next bump (475c745)
- yarn.lock for bump (25b2696)
- add-liq-valid: Changes gt to gte when checking if user has balance to deposit> (871d34c)
- addLiquidity: added proper flag (6ba5244)
- addLiquidity: typo + reporting cleanup (14841ae)
- addLiquidity: underlying input (0e2975e)
- addLiquidty: repaired pool share and option # (90b9745)
- contracts: audit links (3b068a0)
- document: better icon, description (45de933)
- error: error page text color (a3b7884)
- LineItem: label opacity (5895b7c)
- MarketHeader: spacing issue (90b2017)
- risks-faq: Updated risks and faq page with text and links. (041cfcc)
- Settings: font size (994c3b6)
- Settings: important (5e89835)
- topbar: font (249657c)
Features
Release v1.1.0
1.1.0 (2020-12-23)
Bug Fixes
- price-impact: Fixes math in Swap component calculateTotalCost fn. (7560887)
- removeLiquidity: BigInt error fix (890eec7)
- tx-logic-add: Fixes uniswap.ts logic, add-L component logic, breakeven calcs. (a9822b4)
- uniswap-add: Fixes option input to be calculated correctly for Add liquidity. (52deb21)
- card styling (eb0400f)
- default cursor for text-styling, balance fix (415808f)
- faq/risks styling (b2aac5a)
- guardrail cap (5729d41)
- guardrail cap for DAI, line item for DAI (cf91b73)
- header issue (398b0ff)
- header loading (07a45eb)
- header n/a style fix (9280080)
- linting bug (78ad8b9)
- loading fix for balance card (1f69aa3)
- minor formatting fix, 502 error page (52e61a1)
- minor style updates + code cleanup (a26e767)
- options add before position load bug (84c85b8)
- ordercard edge case (6750e90)
- position styles (7b9930d)
- position title (9cc4ab1)
- refactor useApproval, added double approval to Manage (df2d7b4)
- stale page mem leak (b9fbfa2)
- style update, removed console.logs, integrated options refactor (6e3569e)
- style updates and route bug fix (afb3f76)
- various cleanups, approval fix (9115da6)
- black-scholes: Removes Asset entity and adds Token entity to blackscholes entity. (926830b)
- hasLiquidity: Adds hasLiquidity attribute to market. Fixes all orders. (152236d)
- insuffienct-input: Fixes bug with getLiquidityMinted function. Also condition for submit. (991bd60)
- strikes-poolshare: Fixes #307. Fixes poolShare calculation. (ee5c7c7)
- write-math: Fixes the actual payout for writing options. (346233e)
- confirm validation + typo in manage (7d2f7cf)
- final firefox solution! (e153402)
- firefox p3 (15236d4)
- firefox reload problem (e931471)
- firefox test (c70cd11)
- firefox test pt2 (bf4121e)
- hook issue (ae488df)
- loader styling, added changing state (218ccaa)
- logo scale (bbd1e03)
- overlay bug (e341de7)
- p4 (ab26791)
- removed scale (2f49a91)
- removed splash screen (0d9a588)
- repaired approvals for Remove Liquidity (4247879)
- router change start (de59c83)
- scale final (a0303be)
- style updates (edf0b1d)
- swap and add lp warnings, removed markets highlight (9ad1eb5)
- swap guardrail for order size, typos, centered price input (fe22591)
- toggle style (68fe5ce)
- tooltip and swap copy (f16c9c5)
- tooltip icon -> outlined (4367cbe)
- tooltip styles (cb4d6e8)
- typo (3426c64)
- wallet cleanup (3a55cda)
- z-index (64ab238)
- [...id]: build (69ba757)
- #341: Propagates hasLiquidity getter in market.ts in market.ts fns. (28c0a26), closes #341
- #350: Updates spot math calculations in market entity. (48e758d), closes #350
- #367: Updates short info text in order, removes from order card. (5a821a6), closes #367
- #368: Updates handleSetMax by changing underInput to optionInput. (541effa), closes #368
- #369: Improves math and formatted values in ManageOptions component. ([7a58490](7a58490f2...
Primitive Homepage and Interface
Description
- Adds homepage with gatbsy.
- Adds app with react.
- Adds Ethereum market.
App
- Adds markets view to display available markets.
- Adds individual market view to display available options.
- Adds options chain table and open positions table.
- Adds order card for conducting operations.
- Adds web3 connect view with a link to learn more about wallets.
- Adds multiple order types for opening and closing positions.
- Adds uniswap integration for swaps.
- Adds tesnet-related NFT rewards card for non-monetary incentivization of testnet operations.
- Adds data price feed from coingecko api.
Website
- Adds hompage with a button to go the app.
- Adds navbar with a discord, documentation, and app link.
- Adds a section for learning more about the beta.
- Adds a footer with social links.
- Adds a beta page at /beta to explain the Open beta event.