Skip to content

Fedimint sweep

Fedimint sweep #1353

Triggered via pull request February 3, 2024 00:12
Status Failure
Total duration 1m 17s
Artifacts

android-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
Build APK: src/routes/SwapLightning.tsx#L2
Module '"@mutinywallet/mutiny-wasm"' has no exported member 'FedimintSweepResult'. Did you mean to use 'import FedimintSweepResult from "@mutinywallet/mutiny-wasm"' instead?
Build APK: src/routes/SwapLightning.tsx#L78
Property 'sweep_federation_balance' does not exist on type 'MutinyWallet'. Did you mean 'get_federation_balances'?
Build APK: src/routes/SwapLightning.tsx#L85
Property 'sweep_federation_balance' does not exist on type 'MutinyWallet'. Did you mean 'get_federation_balances'?
Build APK: src/routes/SwapLightning.tsx#L144
Property 'estimate_sweep_federation_fee' does not exist on type 'MutinyWallet'. Did you mean 'estimate_sweep_tx_fee'?
Build APK: src/routes/SwapLightning.tsx#L152
Property 'estimate_sweep_federation_fee' does not exist on type 'MutinyWallet'. Did you mean 'estimate_sweep_tx_fee'?
Build APK: src/routes/SwapLightning.tsx#L192
Type 'string | undefined' is not assignable to type 'string'.
Build APK: src/routes/SwapLightning.tsx#L243
Type 'string' is not assignable to type 'bigint'.
Build APK
Process completed with exit code 1.
Build APK
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v1, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build APK
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/