Skip to content

Update Wallet to 2.3.0 and other deps #1031

Update Wallet to 2.3.0 and other deps

Update Wallet to 2.3.0 and other deps #1031

Triggered via pull request March 13, 2026 14:44
Status Failure
Total duration 1m 16s
Artifacts

cont_integration.yml

on: pull_request
Matrix: Build and test
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

41 errors and 18 warnings
Build and test (stable, --no-default-features)
Process completed with exit code 101.
Build and test (stable, --no-default-features): src/handlers.rs#L557
use of deprecated field `bdk_wallet::SignOptions::trust_witness_utxo`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --no-default-features): src/handlers.rs#L556
use of deprecated field `bdk_wallet::SignOptions::assume_height`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --no-default-features): src/handlers.rs#L513
use of deprecated field `bdk_wallet::SignOptions::trust_witness_utxo`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --no-default-features): src/handlers.rs#L512
use of deprecated field `bdk_wallet::SignOptions::assume_height`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --no-default-features): src/handlers.rs#L555
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --no-default-features): src/handlers.rs#L511
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --no-default-features): src/handlers.rs#L42
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --no-default-features): src/error.rs#L79
use of deprecated enum `bdk_wallet::signer::SignerError`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--no-default-features)
Process completed with exit code 101.
Clippy (--no-default-features): src/handlers.rs#L557
use of deprecated field `bdk_wallet::SignOptions::trust_witness_utxo`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--no-default-features): src/handlers.rs#L556
use of deprecated field `bdk_wallet::SignOptions::assume_height`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--no-default-features): src/handlers.rs#L513
use of deprecated field `bdk_wallet::SignOptions::trust_witness_utxo`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--no-default-features): src/handlers.rs#L512
use of deprecated field `bdk_wallet::SignOptions::assume_height`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--no-default-features): src/handlers.rs#L555
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--no-default-features): src/handlers.rs#L511
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--no-default-features): src/handlers.rs#L42
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--no-default-features): src/error.rs#L79
use of deprecated enum `bdk_wallet::signer::SignerError`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --features default)
The strategy configuration was canceled because "build-test.stable_--no-default-featu" failed
Build and test (stable, --features default)
Process completed with exit code 101.
Build and test (stable, --features default): src/handlers.rs#L557
use of deprecated field `bdk_wallet::SignOptions::trust_witness_utxo`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --features default): src/handlers.rs#L556
use of deprecated field `bdk_wallet::SignOptions::assume_height`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --features default): src/handlers.rs#L513
use of deprecated field `bdk_wallet::SignOptions::trust_witness_utxo`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --features default): src/handlers.rs#L512
use of deprecated field `bdk_wallet::SignOptions::assume_height`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --features default): src/handlers.rs#L555
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --features default): src/handlers.rs#L511
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --features default): src/handlers.rs#L42
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --features default): src/error.rs#L79
use of deprecated enum `bdk_wallet::signer::SignerError`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--all-features)
The strategy configuration was canceled because "clippy._--no-default-features" failed
Clippy (--all-features): src/handlers.rs#L1529
mismatched types
Clippy (--all-features): src/handlers.rs#L635
mismatched types
Clippy (--all-features): src/payjoin/mod.rs#L789
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--all-features): src/payjoin/mod.rs#L522
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--all-features): src/payjoin/mod.rs#L145
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--all-features): src/payjoin/mod.rs#L5
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--all-features): src/handlers.rs#L555
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--all-features): src/handlers.rs#L511
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--all-features): src/handlers.rs#L42
use of deprecated struct `bdk_wallet::SignOptions`: PSBT signing was moved to `bitcoin::psbt` module
Clippy (--all-features): src/error.rs#L79
use of deprecated enum `bdk_wallet::signer::SignerError`: PSBT signing was moved to `bitcoin::psbt` module
Build and test (stable, --all-features)
The strategy configuration was canceled because "build-test.stable_--no-default-featu" failed
Build and test (stable, --all-features)
The operation was canceled.
Rust fmt
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Rust fmt
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'cache-shared-key', 'cache-bin', 'cache-provider', 'cache-all-crates', 'cache-workspace-crates', 'matcher', 'rustflags', 'override', 'rust-src-dir']
Rust fmt
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'cache-shared-key', 'cache-bin', 'cache-provider', 'cache-all-crates', 'cache-workspace-crates', 'matcher', 'rustflags', 'override', 'rust-src-dir']
Build and test (stable, --no-default-features)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and test (stable, --no-default-features)
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'cache-shared-key', 'cache-bin', 'cache-provider', 'cache-all-crates', 'cache-workspace-crates', 'matcher', 'rustflags', 'override', 'rust-src-dir']
Build and test (stable, --no-default-features)
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'cache-shared-key', 'cache-bin', 'cache-provider', 'cache-all-crates', 'cache-workspace-crates', 'matcher', 'rustflags', 'override', 'rust-src-dir']
Clippy (--no-default-features)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Clippy (--no-default-features)
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'cache-shared-key', 'cache-bin', 'cache-provider', 'cache-all-crates', 'cache-workspace-crates', 'matcher', 'rustflags', 'override', 'rust-src-dir']
Clippy (--no-default-features)
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'cache-shared-key', 'cache-bin', 'cache-provider', 'cache-all-crates', 'cache-workspace-crates', 'matcher', 'rustflags', 'override', 'rust-src-dir']
Build and test (stable, --features default)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and test (stable, --features default)
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'cache-shared-key', 'cache-bin', 'cache-provider', 'cache-all-crates', 'cache-workspace-crates', 'matcher', 'rustflags', 'override', 'rust-src-dir']
Build and test (stable, --features default)
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'cache-shared-key', 'cache-bin', 'cache-provider', 'cache-all-crates', 'cache-workspace-crates', 'matcher', 'rustflags', 'override', 'rust-src-dir']
Clippy (--all-features)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Clippy (--all-features)
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'cache-shared-key', 'cache-bin', 'cache-provider', 'cache-all-crates', 'cache-workspace-crates', 'matcher', 'rustflags', 'override', 'rust-src-dir']
Clippy (--all-features)
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'cache-shared-key', 'cache-bin', 'cache-provider', 'cache-all-crates', 'cache-workspace-crates', 'matcher', 'rustflags', 'override', 'rust-src-dir']
Build and test (stable, --all-features)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and test (stable, --all-features)
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'cache-shared-key', 'cache-bin', 'cache-provider', 'cache-all-crates', 'cache-workspace-crates', 'matcher', 'rustflags', 'override', 'rust-src-dir']
Build and test (stable, --all-features)
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'cache-shared-key', 'cache-bin', 'cache-provider', 'cache-all-crates', 'cache-workspace-crates', 'matcher', 'rustflags', 'override', 'rust-src-dir']