feat(drive)!: provide protocol version in epoch info query #1814
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive-abci/src/execution/platform_events/block_fee_processing/add_process_epoch_change_operations/v0/mod.rs#L50
warning: unused import: `crate::execution::types::block_state_info::BlockStateInfo`
--> packages/rs-drive-abci/src/execution/platform_events/block_fee_processing/add_process_epoch_change_operations/v0/mod.rs:50:5
|
50 | use crate::execution::types::block_state_info::BlockStateInfo;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive-abci/src/execution/platform_events/block_fee_processing/add_process_epoch_change_operations/v0/mod.rs#L56
warning: unused import: `crate::platform_types::epoch_info::EpochInfo`
--> packages/rs-drive-abci/src/execution/platform_events/block_fee_processing/add_process_epoch_change_operations/v0/mod.rs:56:5
|
56 | use crate::platform_types::epoch_info::EpochInfo;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive-abci/src/execution/platform_events/block_fee_processing/add_process_epoch_change_operations/mod.rs#L11
warning: unused import: `crate::execution::types::block_state_info::BlockStateInfo`
--> packages/rs-drive-abci/src/execution/platform_events/block_fee_processing/add_process_epoch_change_operations/mod.rs:11:5
|
11 | use crate::execution::types::block_state_info::BlockStateInfo;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive-abci/src/execution/platform_events/block_fee_processing/add_process_epoch_change_operations/mod.rs#L17
warning: unused import: `crate::platform_types::epoch_info::EpochInfo`
--> packages/rs-drive-abci/src/execution/platform_events/block_fee_processing/add_process_epoch_change_operations/mod.rs:17:5
|
17 | use crate::platform_types::epoch_info::EpochInfo;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive-abci/src/execution/platform_events/block_fee_processing/process_block_fees/mod.rs#L13
warning: unused import: `crate::execution::types::block_state_info::BlockStateInfo`
--> packages/rs-drive-abci/src/execution/platform_events/block_fee_processing/process_block_fees/mod.rs:13:5
|
13 | use crate::execution::types::block_state_info::BlockStateInfo;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive-abci/src/execution/platform_events/block_fee_processing/process_block_fees/mod.rs#L16
warning: unused import: `crate::platform_types::epoch_info::EpochInfo`
--> packages/rs-drive-abci/src/execution/platform_events/block_fee_processing/process_block_fees/mod.rs:16:5
|
16 | use crate::platform_types::epoch_info::EpochInfo;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive-abci/src/execution/platform_events/core_based_updates/update_masternode_identities/mod.rs#L11
warning: module has the same name as its containing module
--> packages/rs-drive-abci/src/execution/platform_events/core_based_updates/update_masternode_identities/mod.rs:11:1
|
11 | mod update_masternode_identities;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_inception
= note: `#[warn(clippy::module_inception)]` on by default
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive-abci/src/execution/types/state_transition_container/v0/mod.rs#L26
warning: very complex type used. Consider factoring parts into `type` definitions
--> packages/rs-drive-abci/src/execution/types/state_transition_container/v0/mod.rs:26:10
|
26 | ) -> (
| __________^
27 | | Vec<(&'a Vec<u8>, StateTransition)>,
28 | | Vec<(&'a Vec<u8>, ConsensusError)>,
29 | | Vec<(&'a Vec<u8>, ProtocolError)>,
30 | | );
| |_____^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
= note: `#[warn(clippy::type_complexity)]` on by default
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive-abci/src/platform_types/platform_state/v0/mod.rs#L59
warning: very complex type used. Consider factoring parts into `type` definitions
--> packages/rs-drive-abci/src/platform_types/platform_state/v0/mod.rs:59:56
|
59 | pub previous_height_chain_lock_validating_quorums: Option<(
| ________________________________________________________^
60 | | u32,
61 | | u32,
62 | | Option<u32>,
63 | | BTreeMap<QuorumHash, ThresholdBlsPublicKey>,
64 | | )>,
| |______^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
|
Run clechasseur/rs-clippy-check@v3:
packages/rs-drive-abci/src/platform_types/platform_state/v0/mod.rs#L144
warning: very complex type used. Consider factoring parts into `type` definitions
--> packages/rs-drive-abci/src/platform_types/platform_state/v0/mod.rs:144:9
|
144 | Option<(u32, u32, Option<u32>, Vec<(Bytes32, ThresholdBlsPublicKey)>)>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
|
Loading