vega-frontend-monorepo/libs/web3/src/lib
m.ray 71ede25339
chore: upgrade to React 18 (#952)
* chore: upgrade react only

* chore: import renderHook from testing-library/react

* chore: add @babel/runtime to fix tests

* fix: fix some of the tests

* fix: fix some of the tests

* fix: fix tests failing on not being wrapped in act

* fix: fix tests in use-environment

* fix:  fix @types/react issue

* fix: fix formatting

* fix: remove unsued method

* fix: callout not accepting react node and root element null check

* fix: main.tsx stats null check

* fix: implicit any type fixes

* Update libs/environment/src/hooks/use-nodes.spec.tsx

* fix:  import act from testing-lib

* fix:  add strict mode back

* fix:  fix formatting issues

* fix: add babel deps for storybook

* Update tsconfig.json (#970)

* Update tsconfig.json

* feat: [console-lite] - add missing types in few places

Co-authored-by: maciek <maciek@vegaprotocol.io>

* chore(#952): remove any from useDataProvider hook

Co-authored-by: macqbat <kubat.maciek@gmail.com>
Co-authored-by: maciek <maciek@vegaprotocol.io>
Co-authored-by: Bartłomiej Głownia <bglownia@gmail.com>
2022-08-09 10:43:11 +01:00
..
__generated__ feat(#495): get smart contracts addresses from network params 2022-06-07 15:08:40 -07:00
transaction-dialog Fix/Order dialog state (#850) 2022-07-26 14:35:30 +01:00
ethereum-error.ts Feat/Use callStatic to improve error messaging (#831) 2022-07-25 09:48:19 +01:00
use-bridge-contract.ts Feat/smart contracts update (#536) 2022-06-10 11:36:38 +01:00
use-ethereum-config.ts feat(#495): get smart contracts addresses from network params 2022-06-07 15:08:40 -07:00
use-ethereum-read-contract.ts refacotr: deposit manager (#867) 2022-07-28 13:23:59 +01:00
use-ethereum-transaction.spec.tsx chore: upgrade to React 18 (#952) 2022-08-09 10:43:11 +01:00
use-ethereum-transaction.tsx refacotr: deposit manager (#867) 2022-07-28 13:23:59 +01:00
use-token-contract.ts refacotr: deposit manager (#867) 2022-07-28 13:23:59 +01: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 renaming test files (#351) 2022-05-12 13:32:14 +01:00
web3-connect-dialog.tsx feat(#447): 447 - UI toolkit and theme updates 2022-06-23 20:16:01 -07: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
web3-wallet-input.tsx Feat/647 disconnect eth (#813) 2022-07-20 15:52:53 +01:00