Commit 7b9245b
Update sdk-dapp (#103)
* Add E2E tests for provider connection and transaction signing; remove Cypress assets/tests
* Update fillSeedWords function to use Array.from for entries iteration
* Update confirmPrivateKeyTransaction to use correct test ID for private key input
* Refactor error handling in MetaMask tests to improve clarity and remove deprecated waitForMetaMaskLoad function
* Update E2E test workflow to trigger on both main and development branches
* Enhance E2E test workflow by specifying Chromium for Playwright installation and adding Next.js build step
* Update E2E test workflow to remove frozen lockfile option in yarn install command
* Add baseUrl configuration to tsconfig.json for improved module resolution
* Add jsconfig.json for module resolution and remove baseUrl from tsconfig.json
* Remove jsconfig.json and update E2E test workflow to use 'yarn build:devnet' instead of 'yarn next build'
* Fixed nativeAuth (#101)
* Fixed nativeAuth
* Updated nativeAuth
* Removed unused import
* Updated showLabel param
* re-enable native auth test after fix (#102)
* Update sdk-dapp
---------
Co-authored-by: Roland Moldovan <roland.moldovan@multiversx.com>
Co-authored-by: Roland Moldovan <46964104+rolandmoldovan@users.noreply.github.com>
Co-authored-by: Iulia Cimpeanu <72752718+iuliacimpeanu@users.noreply.github.com>76 files changed
Lines changed: 3889 additions & 922 deletions
File tree
- .github/workflows
- cypress
- assets
- constants
- e2e
- BatchTransactions
- SCTransactions
- Send
- SignMessage
- Unlock
- support
- src
- app
- dashboard
- widgets/NativeAuth
- unlock
- lib/sdkDappUI
- tests
- connectWallet
- support
- fs
- metaMask
- template
- templateActions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 23 deletions
This file was deleted.
This file was deleted.
0 commit comments