feat: add utilities to test persistence of wallet #14
cont_integration.yml
on: push
prepare
6s
Rust fmt
16s
Matrix: Build & Test Examples
Matrix: Build & Test
Annotations
22 errors and 64 warnings
|
missing documentation for a function:
wallet/src/persist_test_utils.rs#L335
error: missing documentation for a function
--> wallet/src/persist_test_utils.rs:335:1
|
335 | / pub fn persist_single_keychain<Store, CreateStore>(filename: &str, create_store: CreateStore)
336 | | where
337 | | CreateStore: Fn(&Path) -> anyhow::Result<Store>,
338 | | Store: WalletPersister,
339 | | Store::Error: Debug,
| |________________________^
|
|
missing documentation for a function:
wallet/src/persist_test_utils.rs#L299
error: missing documentation for a function
--> wallet/src/persist_test_utils.rs:299:1
|
299 | / pub fn persist_keychains<Store, CreateStore>(filename: &str, create_store: CreateStore)
300 | | where
301 | | CreateStore: Fn(&Path) -> anyhow::Result<Store>,
302 | | Store: WalletPersister,
303 | | Store::Error: Debug,
| |________________________^
|
|
missing documentation for a function:
wallet/src/persist_test_utils.rs#L269
error: missing documentation for a function
--> wallet/src/persist_test_utils.rs:269:1
|
269 | / pub fn persist_network<Store, CreateStore>(filename: &str, create_store: CreateStore)
270 | | where
271 | | CreateStore: Fn(&Path) -> anyhow::Result<Store>,
272 | | Store: WalletPersister,
273 | | Store::Error: Debug,
| |________________________^
|
|
missing documentation for a function:
wallet/src/persist_test_utils.rs#L205
error: missing documentation for a function
--> wallet/src/persist_test_utils.rs:205:1
|
205 | / pub fn persist_multiple_wallet_changesets<Store, CreateStores>(
206 | | filename: &str,
207 | | create_dbs: CreateStores,
208 | | ) where
209 | | CreateStores: Fn(&Path) -> anyhow::Result<(Store, Store)>,
210 | | Store: WalletPersister,
211 | | Store::Error: Debug,
| |________________________^
|
|
missing documentation for a function:
wallet/src/persist_test_utils.rs#L51
error: missing documentation for a function
--> wallet/src/persist_test_utils.rs:51:1
|
51 | / pub fn persist_wallet_changeset<Store, CreateStore>(filename: &str, create_store: CreateStore)
52 | | where
53 | | CreateStore: Fn(&Path) -> anyhow::Result<Store>,
54 | | Store: WalletPersister,
55 | | Store::Error: Debug,
| |________________________^
|
|
missing documentation for a module:
wallet/src/lib.rs#L36
error: missing documentation for a module
--> wallet/src/lib.rs:36:1
|
36 | pub mod persist_test_utils;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D missing-docs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(missing_docs)]`
|
|
Rust clippy
Clippy had exited with the 101 exit code
|
|
Build & Test (ubuntu-latest, 1.88.0, true, --no-default-features --features miniscript/no-std,bdk...
Process completed with exit code 101.
|
|
Build & Test (ubuntu-24.04-arm, 1.88.0, true, --all-features)
Process completed with exit code 101.
|
|
Build & Test (ubuntu-24.04-arm, 1.88.0, true, --all-features)
The strategy configuration was canceled because "build-test.ubuntu-latest_1_88_0_true" failed
|
|
Build & Test (ubuntu-latest, 1.88.0, true, --all-features)
The operation was canceled.
|
|
Build & Test (ubuntu-latest, 1.88.0, true, --all-features)
The strategy configuration was canceled because "build-test.ubuntu-latest_1_88_0_true" failed
|
|
Build & Test (ubuntu-24.04-arm, 1.88.0, true, --no-default-features --features miniscript/no-std,...
The operation was canceled.
|
|
Build & Test (ubuntu-24.04-arm, 1.88.0, true, --no-default-features --features miniscript/no-std,...
The strategy configuration was canceled because "build-test.ubuntu-latest_1_88_0_true" failed
|
|
Build & Test (ubuntu-24.04-arm, 1.63.0, --all-features)
The operation was canceled.
|
|
Build & Test (ubuntu-24.04-arm, 1.63.0, --all-features)
The strategy configuration was canceled because "build-test.ubuntu-latest_1_88_0_true" failed
|
|
Build & Test (ubuntu-24.04-arm, 1.63.0, --no-default-features --features miniscript/no-std,bdk_ch...
The operation was canceled.
|
|
Build & Test (ubuntu-24.04-arm, 1.63.0, --no-default-features --features miniscript/no-std,bdk_ch...
The strategy configuration was canceled because "build-test.ubuntu-latest_1_88_0_true" failed
|
|
Build & Test (ubuntu-latest, 1.63.0, --all-features)
The operation was canceled.
|
|
Build & Test (ubuntu-latest, 1.63.0, --all-features)
The strategy configuration was canceled because "build-test.ubuntu-latest_1_88_0_true" failed
|
|
Build & Test (ubuntu-latest, 1.63.0, --no-default-features --features miniscript/no-std,bdk_chain...
The operation was canceled.
|
|
Build & Test (ubuntu-latest, 1.63.0, --no-default-features --features miniscript/no-std,bdk_chain...
The strategy configuration was canceled because "build-test.ubuntu-latest_1_88_0_true" failed
|
|
Rust fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Rust fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Rust fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Rust fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check no_std
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check no_std
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check no_std
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check no_std
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_rpc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_rpc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_rpc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_rpc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_esplora_blocking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_esplora_blocking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_esplora_blocking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_esplora_blocking)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_electrum)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_electrum)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_electrum)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_electrum)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Rust clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Rust clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Rust clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Rust clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_esplora_async)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_esplora_async)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_esplora_async)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test Examples (example_wallet_esplora_async)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.88.0, true, --no-default-features --features miniscript/no-std,bdk...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.88.0, true, --no-default-features --features miniscript/no-std,bdk...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.88.0, true, --no-default-features --features miniscript/no-std,bdk...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.88.0, true, --no-default-features --features miniscript/no-std,bdk...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.88.0, true, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.88.0, true, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.88.0, true, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.88.0, true, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.88.0, true, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.88.0, true, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.88.0, true, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.88.0, true, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.88.0, true, --no-default-features --features miniscript/no-std,...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.88.0, true, --no-default-features --features miniscript/no-std,...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.88.0, true, --no-default-features --features miniscript/no-std,...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.88.0, true, --no-default-features --features miniscript/no-std,...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check WASM
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check WASM
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check WASM
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Check WASM
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.63.0, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.63.0, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.63.0, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.63.0, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.63.0, --no-default-features --features miniscript/no-std,bdk_ch...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.63.0, --no-default-features --features miniscript/no-std,bdk_ch...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.63.0, --no-default-features --features miniscript/no-std,bdk_ch...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-24.04-arm, 1.63.0, --no-default-features --features miniscript/no-std,bdk_ch...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.63.0, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.63.0, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.63.0, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.63.0, --all-features)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.63.0, --no-default-features --features miniscript/no-std,bdk_chain...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.63.0, --no-default-features --features miniscript/no-std,bdk_chain...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.63.0, --no-default-features --features miniscript/no-std,bdk_chain...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build & Test (ubuntu-latest, 1.63.0, --no-default-features --features miniscript/no-std,bdk_chain...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|