vega-frontend-monorepo/apps/trading-e2e/src/integration
Art 87e1f9998e
feat: transaction store and toasts (#2382)
* feat: add eth and vega transaction stores

feat: replace useStoredEthereumTransaction with useEthTransactionManager

feat: add event bus subsciption to vega transaction store

feat: handle order cancellation

feat: rename Deposit, Order and Withdraw status field to be unique

Revert "feat: rename Deposit, Order and Withdraw status field to be unique"

This reverts commit f0b314d53fb3ada6fbebaba4fd1e5af6f38beaed.

feat: split transaction update subscription

feat: handle order and deposit transaction

feat: handle withdrawal creation through transaction store

feat: handle withdraw approval

feat: handle panding withdrawls, add createdAt

feat: handle transaction toast/dialog dismissal

feat: add use vega transaction store tests

feat: add use vega transaction store tests

feat: add use vega transaction menager tests

feat: add use vega transaction menager tests

feat: add use vega transaction updater tests

feat: improve use vega transaction updater tests

feat: add use eth transaction store

feat: add use eth withdraw approvals store

feat: add use eth transaction updater tests

fixed tests

* feat: toasts

feat: toasts

feat: toasts

* feat: add use eth withdraw approval manager tests

* feat: add use eth transaction manager tests

* feat: add use eth transaction manager tests

* feat: add useEthWithdrawApprovalsManager tests

* feat: remove Web3Container react container from CreateWithdrawalDialog

* feat: remove Web3Container react container around TransactionsHandler

* feat: remove unnecessary async from PendingWithdrawalsTable

* feat: remove comments from WithdrawalFeedback

* fixed z-index issue

* cypress

Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
2022-12-21 10:29:32 +01:00
..
deposit.cy.ts feat(#1271): allow ethereum disconnect (#2325) 2022-12-07 04:24:40 -05:00
global.cy.ts fix(#2273): remove show market only checkbox (#2418) 2022-12-15 12:36:56 +00:00
home.cy.ts feat(2146): adjust and refactor welcome dialogs (#2384) 2022-12-13 14:31:28 +01:00
live-env.cy.ts chore: fix live env tests (#2329) 2022-12-06 14:14:38 +01:00
market-info.cy.ts chore(#2004): add market status to trade header (#2269) 2022-12-01 16:33:30 -08:00
market-summary.cy.ts chore: cleanup type gen (#2362) 2022-12-08 21:13:30 +00:00
markets.cy.ts chore: fix too big margin in tooltips (#2438) 2022-12-20 14:41:30 +01:00
trading-accounts.cy.ts test: 2059 migrate trading e2e tests to use vegawallet v2 (#2175) 2022-11-28 18:07:15 +01:00
trading-deal-ticket.cy.ts chore(2415): get rid of polling queries on deal ticket (#2427) 2022-12-20 10:01:10 +01:00
trading-fills.cy.ts chore: fix few tests looking for connect your vega wallet string (#2284) 2022-11-30 16:52:44 +01:00
trading-orders.cy.ts fix(#2273): remove show market only checkbox (#2418) 2022-12-15 12:36:56 +00:00
trading-portfolio.cy.ts chore(2104): make account table ready for change from being empty to full and back (#2302) 2022-12-02 13:32:54 +01:00
trading-positions.cy.ts feat(#469): account history with pennant price chart (#2434) 2022-12-20 11:22:35 +00:00
trading-trades.cy.ts chore(#1873): trading hash router (#1921) 2022-11-08 08:23:38 +01:00
withdraw.cy.ts feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00