vega-frontend-monorepo/libs/web3/src/lib
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
..
ethereum-transaction-dialog feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
constants.ts feat(#1271): allow ethereum disconnect (#2325) 2022-12-07 04:24:40 -05:00
ethereum-error.ts feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
use-bridge-contract.ts Feat/537: remove old contract for collateral bridge (#998) 2022-08-11 11:33:45 +01:00
use-eager-connect.ts feat(#1271): allow ethereum disconnect (#2325) 2022-12-07 04:24:40 -05:00
use-ethereum-config.ts feat(1263): split validator page into separate tables (#2250) 2022-11-30 12:55:30 +00:00
use-ethereum-read-contract.ts refacotr: deposit manager (#867) 2022-07-28 13:23:59 +01:00
use-ethereum-transaction-manager.spec.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
use-ethereum-transaction-manager.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
use-ethereum-transaction-store.spec.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
use-ethereum-transaction-store.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
use-ethereum-transaction-updater.spec.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
use-ethereum-transaction-updater.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
use-ethereum-transaction.spec.tsx chore: 1638 deposit flow (#1928) 2022-11-04 10:47:53 +00:00
use-ethereum-transaction.tsx chore: 1638 deposit flow (#1928) 2022-11-04 10:47:53 +00:00
use-ethereum-withdraw-approvals-manager.spec.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
use-ethereum-withdraw-approvals-manager.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
use-ethereum-withdraw-approvals-store.spec.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
use-ethereum-withdraw-approvals-store.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
use-get-withdraw-delay.ts feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
use-get-withdraw-threshold.tsx feat: transaction store and toasts (#2382) 2022-12-21 10:29:32 +01:00
use-token-contract.ts fix: token dependency graph (#2371) 2022-12-09 14:02:56 +00:00
use-token-decimals.ts feat(#495): get smart contracts addresses from network params 2022-06-07 15:08:40 -07:00
web3-connect-dialog.spec.tsx feat(#1271): allow ethereum disconnect (#2325) 2022-12-07 04:24:40 -05:00
web3-connect-dialog.tsx feat(#1271): allow ethereum disconnect (#2325) 2022-12-07 04:24:40 -05:00
web3-connect-store.ts feat(#1271): allow ethereum disconnect (#2325) 2022-12-07 04:24:40 -05:00
web3-connectors.ts Feat/915 deposit funds (#1129) 2022-08-31 16:33:08 +01:00
web3-container.spec.tsx feat(#1812): do not require Ethereum connection to display collateral (#2028) 2022-11-16 15:10:17 +01:00
web3-container.tsx feat(#1271): allow ethereum disconnect (#2325) 2022-12-07 04:24:40 -05:00
web3-provider.spec.tsx renaming test files (#351) 2022-05-12 13:32:14 +01:00
web3-provider.tsx Use types from web3-react library 2022-05-02 13:16:57 -04:00