feat: query many identity balances at a time #3606
Annotations
12 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: mozilla-actions/[email protected], strophy/actions-cache@opendal-update. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
packages/rs-platform-serialization-derive/src/attribute.rs#L8
warning: field `unversioned` is never read
--> packages/rs-platform-serialization-derive/src/attribute.rs:8:9
|
5 | pub struct ContainerAttributes {
| ------------------- field in this struct
...
8 | pub unversioned: bool,
| ^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
packages/rs-platform-serialization-derive/src/attribute.rs#L114
warning: field `platform_version_path_bounds` is never read
--> packages/rs-platform-serialization-derive/src/attribute.rs:114:9
|
111 | pub struct FieldAttributes {
| --------------- field in this struct
...
114 | pub platform_version_path_bounds: String,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
packages/rs-drive/src/drive/contract/test_helpers.rs#L6
warning: unexpected `cfg` condition value: `data-contract-cbor-conversion`
--> packages/rs-drive/src/drive/contract/test_helpers.rs:6:7
|
6 | #[cfg(feature = "data-contract-cbor-conversion")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `arc-swap`, `base64`, `bs58`, `cbor_query`, `chrono`, `ciborium`, `default`, `dpp`, `enum-map`, `fee-distribution`, `fixtures-and-mocks`, `full`, `grovedb`, `grovedb-costs`, `grovedb-storage`, `grovedb_operations_logging`, `grovedbg`, `intmap`, `itertools`, `moka`, `parking_lot`, `rand`, `serde`, `server`, `tempfile`, and `verify`
= help: consider adding `data-contract-cbor-conversion` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
|
packages/rs-drive/src/drive/document/insert/mod.rs#L40
warning: unexpected `cfg` condition value: `data-contract-cbor-conversion`
--> packages/rs-drive/src/drive/document/insert/mod.rs:40:5
|
40 | feature = "data-contract-cbor-conversion"
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `arc-swap`, `base64`, `bs58`, `cbor_query`, `chrono`, `ciborium`, `default`, `dpp`, `enum-map`, `fee-distribution`, `fixtures-and-mocks`, `full`, `grovedb`, `grovedb-costs`, `grovedb-storage`, `grovedb_operations_logging`, `grovedbg`, `intmap`, `itertools`, `moka`, `parking_lot`, `rand`, `serde`, `server`, `tempfile`, and `verify`
= help: consider adding `data-contract-cbor-conversion` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
packages/rs-drive/src/drive/document/insert_contested/mod.rs#L41
warning: unexpected `cfg` condition value: `data-contract-cbor-conversion`
--> packages/rs-drive/src/drive/document/insert_contested/mod.rs:41:5
|
41 | feature = "data-contract-cbor-conversion"
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `arc-swap`, `base64`, `bs58`, `cbor_query`, `chrono`, `ciborium`, `default`, `dpp`, `enum-map`, `fee-distribution`, `fixtures-and-mocks`, `full`, `grovedb`, `grovedb-costs`, `grovedb-storage`, `grovedb_operations_logging`, `grovedbg`, `intmap`, `itertools`, `moka`, `parking_lot`, `rand`, `serde`, `server`, `tempfile`, and `verify`
= help: consider adding `data-contract-cbor-conversion` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
packages/rs-drive/src/drive/document/query/mod.rs#L37
warning: unexpected `cfg` condition value: `data-contract-cbor-conversion`
--> packages/rs-drive/src/drive/document/query/mod.rs:37:5
|
37 | feature = "data-contract-cbor-conversion"
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `arc-swap`, `base64`, `bs58`, `cbor_query`, `chrono`, `ciborium`, `default`, `dpp`, `enum-map`, `fee-distribution`, `fixtures-and-mocks`, `full`, `grovedb`, `grovedb-costs`, `grovedb-storage`, `grovedb_operations_logging`, `grovedbg`, `intmap`, `itertools`, `moka`, `parking_lot`, `rand`, `serde`, `server`, `tempfile`, and `verify`
= help: consider adding `data-contract-cbor-conversion` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
packages/rs-drive/src/drive/document/query/mod.rs#L20
warning: duplicated attribute
--> packages/rs-drive/src/drive/document/query/mod.rs:20:7
|
20 | #[cfg(feature = "fixtures-and-mocks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: first defined here
--> packages/rs-drive/src/drive/document/query/mod.rs:19:7
|
19 | #[cfg(feature = "fixtures-and-mocks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: remove this attribute
--> packages/rs-drive/src/drive/document/query/mod.rs:20:7
|
20 | #[cfg(feature = "fixtures-and-mocks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duplicated_attributes
= note: `#[warn(clippy::duplicated_attributes)]` on by default
|
packages/rs-drive/src/drive/contract/get_fetch/fetch_contract_with_history/v0/mod.rs#L26
warning: doc list item missing indentation
--> packages/rs-drive/src/drive/contract/get_fetch/fetch_contract_with_history/v0/mod.rs:26:9
|
26 | /// start fetching the contract's history.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
|
26 | /// start fetching the contract's history.
| ++
|
packages/rs-drive/src/drive/contract/get_fetch/fetch_contract_with_history/v0/mod.rs#L29
warning: doc list item missing indentation
--> packages/rs-drive/src/drive/contract/get_fetch/fetch_contract_with_history/v0/mod.rs:29:9
|
29 | /// to return. If `None`, the limit is set to 10. Should be between 1 and 10.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
29 | /// to return. If `None`, the limit is set to 10. Should be between 1 and 10.
| ++
|
packages/rs-drive/src/drive/contract/get_fetch/fetch_contract_with_history/v0/mod.rs#L32
warning: doc list item missing indentation
--> packages/rs-drive/src/drive/contract/get_fetch/fetch_contract_with_history/v0/mod.rs:32:9
|
32 | /// before starting to return them. If `None`, no entries are skipped.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
32 | /// before starting to return them. If `None`, no entries are skipped.
| ++
|
This job succeeded
Loading