Commit 945e1e0
authored
Fix EDV Uint8Array serialization and support mnemonic-based wallet initialization (#462)
* Fixing JSON-RPC serialization issues where Uint8Array gets converted to plain objects
* improve documentation and validation
* tests for edv servce and cloud wallet module
* fixing lint issues
* fixing integration tests
* fix jwt-decode resolution in webview-server
* fix jwt-decode v3/v4 compatibility in webview-server
* upgrade @docknetwork/wallet-sdk packages to 1.7.6
* fixing rate limiting issues in aloud wallet integration test
* fixing react native example tests
* retry config for integration tests + fixing bad import in wallet backup test
* skip bbs-plus-revocation test temporarily1 parent b63da98 commit 945e1e0
12 files changed
Lines changed: 13775 additions & 29634 deletions
File tree
- .github/workflows
- examples/webview-server
- src
- integration-tests
- verification-flow
- packages
- core/src
- wasm/src/services/edv
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
47 | 60 | | |
48 | 61 | | |
49 | 62 | | |
| |||
0 commit comments