Skip to content

feat: implement on/off event methods in cip30.experimental #924

feat: implement on/off event methods in cip30.experimental

feat: implement on/off event methods in cip30.experimental #924

Triggered via pull request October 3, 2024 11:05
Status Failure
Total duration 8m 47s
Artifacts
Matrix: build_and_test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build_and_test (ubuntu-20.04)
Conversion of type '{ getBalance: () => Promise<string>; getChangeAddress: () => Promise<string>; getCollateral: () => Promise<null>; getExtensions: () => Promise<{ cip: number; }[]>; ... 11 more ...; submitTx: (_tx: string) => Promise<...>; }' to type 'WalletApi' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build_and_test (ubuntu-20.04)
Type '{ getBalance: () => Promise<string>; getChangeAddress: () => Promise<string>; getCollateral: () => Promise<HexBlob[]>; getExtensions: () => Promise<{ cip: number; }[]>; ... 10 more ...; submitTx: (_tx: string) => Promise<...>; }' is not assignable to type 'WalletApi'.
build_and_test (ubuntu-20.04)
Process completed with exit code 1.
build_and_test (ubuntu-20.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/