refactor!(chain): Unify ChangeSet nomenclature #247
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors and 5 warnings
Code Coverage
Process completed with exit code 101.
|
struct `bdk_chain::indexed_tx_graph::ChangeSet<_, _>` has no field named `index_changeset`:
crates/chain/tests/test_indexed_tx_graph.rs#L75
error[E0560]: struct `bdk_chain::indexed_tx_graph::ChangeSet<_, _>` has no field named `index_changeset`
--> crates/chain/tests/test_indexed_tx_graph.rs:75:13
|
75 | index_changeset: keychain::ChangeSet([((), 9_u32)].into()),
| ^^^^^^^^^^^^^^^ `bdk_chain::indexed_tx_graph::ChangeSet<_, _>` does not have this field
|
= note: available fields are: `graph`, `indexer`
|
struct `bdk_chain::indexed_tx_graph::ChangeSet<_, _>` has no field named `graph_changeset`:
crates/chain/tests/test_indexed_tx_graph.rs#L71
error[E0560]: struct `bdk_chain::indexed_tx_graph::ChangeSet<_, _>` has no field named `graph_changeset`
--> crates/chain/tests/test_indexed_tx_graph.rs:71:13
|
71 | graph_changeset: tx_graph::ChangeSet {
| ^^^^^^^^^^^^^^^ `bdk_chain::indexed_tx_graph::ChangeSet<_, _>` does not have this field
|
= note: available fields are: `graph`, `indexer`
|
Code Coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Code Coverage
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/
|
Code Coverage
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/
|
Code Coverage
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/
|
Code Coverage
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/
|