From f5bccf0d13193e070aeef1472a2a4726e836cd93 Mon Sep 17 00:00:00 2001 From: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:49:58 +0300 Subject: [PATCH 01/15] Modify grandpa voting rule by increasing `BeforeBestBlockBy` to 7 (#1105) * Increase BeforeBestBlockBy to 7 * Remove useless conversion --------- Co-authored-by: MOZGIII --- crates/humanode-peer/src/service/mod.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crates/humanode-peer/src/service/mod.rs b/crates/humanode-peer/src/service/mod.rs index dd99185bf..49b71a8e6 100644 --- a/crates/humanode-peer/src/service/mod.rs +++ b/crates/humanode-peer/src/service/mod.rs @@ -502,7 +502,10 @@ pub async fn new_full(config: Configuration) -> Result Date: Tue, 30 Jul 2024 15:21:39 +0000 Subject: [PATCH 02/15] Bump openssl from 0.10.63 to 0.10.66 (#1102) * Bump openssl from 0.10.63 to 0.10.66 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.63 to 0.10.66. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.66) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect ... Signed-off-by: dependabot[bot] * Update features snapshot --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> --- Cargo.lock | 8 ++++---- utils/checks/snapshots/features.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0f2f72f3..8fc8e1fcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5699,9 +5699,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.63" +version = "0.10.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" dependencies = [ "bitflags 2.4.2", "cfg-if", @@ -5731,9 +5731,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.99" +version = "0.9.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" dependencies = [ "cc", "libc", diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index 5ec7b9872..276359892 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -1886,14 +1886,14 @@ - std - name: open-fastrlp-derive 0.1.1 features: [] -- name: openssl 0.10.63 +- name: openssl 0.10.66 features: - default - name: openssl-macros 0.1.1 features: [] - name: openssl-probe 0.1.5 features: [] -- name: openssl-sys 0.9.99 +- name: openssl-sys 0.9.103 features: [] - name: overload 0.1.1 features: [] From 7339665e521ad0ecb6ba97d10a418a5c7dad3d60 Mon Sep 17 00:00:00 2001 From: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:08:38 +0300 Subject: [PATCH 03/15] Bump the rust toolchain to `nightly-2024-05-10` (#1096) * Bump rust to nightly-2024-03-03 * Fix field 0 is never read * Fix missing backsticks * Bump rust to nightly-2024-05-10 * Fix help stdout fixtures * Revert "Fix missing backsticks" This reverts commit c722bcbc421000f26858d4334f6a1b3788892d3e. * Add FaceMap and FaceScan to clippy doc-valid-idents * Revert "Fix field 0 is never read" This reverts commit 1d2713059687944aa8bf974a0fa0dbbe0b7c4f4e. * Allow dead_code for robonode-server related errors * Fix some backsticks * Fix doc for eth_filter_pool * Fix doc for SelectChain * Fix help stdout fixtures * Allow non local definitions lint for benchmark related code * Add comment for allowing dead code --- clippy.toml | 2 +- crates/author-ext-api/src/lib.rs | 2 +- crates/humanode-peer/src/cli/params.rs | 6 +++--- crates/humanode-peer/src/configuration.rs | 8 ++++---- crates/humanode-rpc/src/lib.rs | 12 ++++++------ crates/humanode-runtime/src/lib.rs | 2 ++ crates/robonode-server/src/logic/op_authenticate.rs | 3 +++ crates/robonode-server/src/logic/op_enroll.rs | 3 +++ .../src/logic/op_get_facetec_session_token.rs | 3 +++ rust-toolchain.toml | 2 +- .../bash/fixtures/help-output/help.stdout.txt | 2 +- 11 files changed, 28 insertions(+), 17 deletions(-) diff --git a/clippy.toml b/clippy.toml index 9c71efa73..ad6a33bdb 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1 +1 @@ -doc-valid-idents = ["FaceTec", "MetaMask", ".."] +doc-valid-idents = ["FaceScan", "FaceMap", "FaceTec", "MetaMask", "WebSocket", ".."] diff --git a/crates/author-ext-api/src/lib.rs b/crates/author-ext-api/src/lib.rs index 4e2c2a9d7..ef68928f1 100644 --- a/crates/author-ext-api/src/lib.rs +++ b/crates/author-ext-api/src/lib.rs @@ -11,7 +11,7 @@ use sp_std::prelude::*; pub enum CreateSignedSetKeysExtrinsicError { /// Unable to decode session keys. SessionKeysDecoding(String), - /// Unable to create signed set_keys extrinsic. + /// Unable to create signed `set_keys` extrinsic. SignedExtrinsicCreation, } diff --git a/crates/humanode-peer/src/cli/params.rs b/crates/humanode-peer/src/cli/params.rs index 667229afa..4a56ad28e 100644 --- a/crates/humanode-peer/src/cli/params.rs +++ b/crates/humanode-peer/src/cli/params.rs @@ -71,8 +71,8 @@ pub struct EthereumRpcParams { /// A multiplier to allow larger gas limit in non-transactional execution. /// - /// When using eth_call/eth_estimateGas, the maximum allowed gas limit will be - /// block.gas_limit * execute_gas_limit_multiplier. + /// When using `eth_call/eth_estimateGas`, the maximum allowed gas limit will be + /// `block.gas_limit` * `execute_gas_limit_multiplier`. #[arg(long, default_value = "10")] pub execute_gas_limit_multiplier: u64, } @@ -80,7 +80,7 @@ pub struct EthereumRpcParams { /// Shared CLI parameters used to configure Frontier backend. #[derive(Debug, Default, clap::Parser, Clone)] pub struct FrontierBackendParams { - /// Sets the frontier backend type (KeyValue or Sql). + /// Sets the frontier backend type (`KeyValue` or Sql). #[arg(long, value_enum, ignore_case = true, default_value_t = FrontierBackendType::default())] pub frontier_backend_type: FrontierBackendType, diff --git a/crates/humanode-peer/src/configuration.rs b/crates/humanode-peer/src/configuration.rs index 920255c74..cf711bed7 100644 --- a/crates/humanode-peer/src/configuration.rs +++ b/crates/humanode-peer/src/configuration.rs @@ -72,14 +72,14 @@ pub struct EthereumRpc { /// A multiplier to allow larger gas limit in non-transactional execution. /// - /// When using eth_call/eth_estimateGas, the maximum allowed gas limit will be - /// block.gas_limit * execute_gas_limit_multiplier. + /// When using `eth_call/eth_estimateGas`, the maximum allowed gas limit will be + /// `block.gas_limit` * `execute_gas_limit_multiplier`. pub execute_gas_limit_multiplier: u64, } /// Frontier backend configuration parameters. pub struct FrontierBackend { - /// Sets the frontier backend type (KeyValue or Sql). + /// Sets the frontier backend type (`KeyValue` or Sql). pub frontier_backend_type: FrontierBackendType, /// Sets the SQL backend's pool size. @@ -99,7 +99,7 @@ pub struct FrontierBackend { /// Avalailable frontier backend types. #[derive(Default, Debug, Copy, Clone, clap::ValueEnum)] pub enum FrontierBackendType { - /// Either RocksDb or ParityDb as per inherited from the global backend settings. + /// Either `RocksDb` or `ParityDb` as per inherited from the global backend settings. #[default] KeyValue, /// Sql database with custom log indexing. diff --git a/crates/humanode-rpc/src/lib.rs b/crates/humanode-rpc/src/lib.rs index 290972b8c..881e8653c 100644 --- a/crates/humanode-rpc/src/lib.rs +++ b/crates/humanode-rpc/src/lib.rs @@ -82,7 +82,7 @@ pub struct GrandpaDeps { /// Extra EVM related dependencies. pub struct EvmDeps { - /// EthFilterApi pool. + /// On-memory stored filters created through the `eth_newFilter` RPC. pub eth_filter_pool: Option, /// Maximum number of stored filters. pub eth_max_stored_filters: usize, @@ -100,15 +100,15 @@ pub struct EvmDeps { pub eth_block_data_cache: Arc>, /// A multiplier to allow larger gas limit in non-transactional execution. /// - /// When using eth_call/eth_estimateGas, the maximum allowed gas limit will be - /// block.gas_limit * execute_gas_limit_multiplier. + /// When using `eth_call/eth_estimateGas`, the maximum allowed gas limit will be + /// `block.gas_limit` * `execute_gas_limit_multiplier`. pub eth_execute_gas_limit_multiplier: u64, /// Mandated parent hashes for a given block hash. pub eth_forced_parent_hashes: Option>, /// Sinks for pubsub notifications. /// /// Everytime a new subscription is created, a new mpsc channel is added to the sink pool. - /// The MappingSyncWorker sends through the channel on block import and the subscription + /// The `MappingSyncWorker` sends through the channel on block import and the subscription /// emits a notification to the subscriber on receiving a message through this channel. pub eth_pubsub_notification_sinks: Arc< fc_mapping_sync::EthereumBlockNotificationSinks< @@ -133,7 +133,7 @@ pub struct Deps { pub sync: Arc>, /// A copy of the chain spec. pub chain_spec: Box, - /// AuthorExt specific dependencies. + /// `AuthorExt` specific dependencies. pub author_ext: AuthorExtDeps, /// Is the node in authority role. pub is_authority: bool, @@ -143,7 +143,7 @@ pub struct Deps { pub babe: BabeDeps, /// GRANDPA specific dependencies. pub grandpa: GrandpaDeps, - /// The SelectChain Strategy + /// The `SelectChain` strategy. pub select_chain: SC, /// EVM specific dependencies. pub evm: EvmDeps, diff --git a/crates/humanode-runtime/src/lib.rs b/crates/humanode-runtime/src/lib.rs index e046abca5..8cd02a947 100644 --- a/crates/humanode-runtime/src/lib.rs +++ b/crates/humanode-runtime/src/lib.rs @@ -1521,6 +1521,8 @@ impl_runtime_apis! { (list, storage_info) } + // Allow non local definitions lint for benchmark related code. + #[allow(non_local_definitions)] fn dispatch_benchmark( config: frame_benchmarking::BenchmarkConfig ) -> Result, sp_runtime::RuntimeString> { diff --git a/crates/robonode-server/src/logic/op_authenticate.rs b/crates/robonode-server/src/logic/op_authenticate.rs index b8e1209c7..8625b98d4 100644 --- a/crates/robonode-server/src/logic/op_authenticate.rs +++ b/crates/robonode-server/src/logic/op_authenticate.rs @@ -36,6 +36,9 @@ pub struct Response { } /// Errors for the authenticate operation. +/// +/// Allow dead code to explicitly control errors data. +#[allow(dead_code)] #[derive(Debug)] pub enum Error { /// The provided opaque liveness data could not be decoded. diff --git a/crates/robonode-server/src/logic/op_enroll.rs b/crates/robonode-server/src/logic/op_enroll.rs index 59c4518b6..bc4195027 100644 --- a/crates/robonode-server/src/logic/op_enroll.rs +++ b/crates/robonode-server/src/logic/op_enroll.rs @@ -27,6 +27,9 @@ pub struct Request { pub struct Response; /// The errors on the enroll operation. +/// +/// Allow dead code to explicitly control errors data. +#[allow(dead_code)] #[derive(Debug)] pub enum Error { /// The provided public key failed to load because it was invalid. diff --git a/crates/robonode-server/src/logic/op_get_facetec_session_token.rs b/crates/robonode-server/src/logic/op_get_facetec_session_token.rs index 5e6db887d..da8a40295 100644 --- a/crates/robonode-server/src/logic/op_get_facetec_session_token.rs +++ b/crates/robonode-server/src/logic/op_get_facetec_session_token.rs @@ -19,6 +19,9 @@ pub struct Response { } /// Errors for the get facetec session token operation. +/// +/// Allow dead code to explicitly control errors data. +#[allow(dead_code)] #[derive(Debug)] pub enum Error { /// Internal error at session token retrieval due to the underlying request diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 6f3f4c34c..f859ac145 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2024-02-08" +channel = "nightly-2024-05-10" components = ["rustfmt", "clippy"] targets = ["wasm32-unknown-unknown"] profile = "minimal" diff --git a/utils/e2e-tests/bash/fixtures/help-output/help.stdout.txt b/utils/e2e-tests/bash/fixtures/help-output/help.stdout.txt index 2d0595ae9..749e8a79c 100644 --- a/utils/e2e-tests/bash/fixtures/help-output/help.stdout.txt +++ b/utils/e2e-tests/bash/fixtures/help-output/help.stdout.txt @@ -590,7 +590,7 @@ Options: --execute-gas-limit-multiplier A multiplier to allow larger gas limit in non-transactional execution. - When using eth_call/eth_estimateGas, the maximum allowed gas limit will be block.gas_limit * execute_gas_limit_multiplier. + When using `eth_call/eth_estimateGas`, the maximum allowed gas limit will be `block.gas_limit` * `execute_gas_limit_multiplier`. [default: 10] From 97b10378a9340ba27f95d4b775885d13b0ffb366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:14:16 +0000 Subject: [PATCH 04/15] Bump syn from 2.0.71 to 2.0.72 (#1100) * Bump syn from 2.0.71 to 2.0.72 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.71 to 2.0.72. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.71...2.0.72) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update features snapshot --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> --- Cargo.lock | 60 ++++++++++++++-------------- utils/checks/snapshots/features.yaml | 2 +- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fc8e1fcd..e209537ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,7 +446,7 @@ checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -541,7 +541,7 @@ checksum = "823b8bb275161044e2ac7a25879cb3e2480cb403e3943022c7c769c599b756aa" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -1098,7 +1098,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -1512,7 +1512,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -1539,7 +1539,7 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -1556,7 +1556,7 @@ checksum = "e2cb1fd8ffae4230c7cfbbaf3698dbeaf750fa8c5dadf7ed897df581b9b572a5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -1757,7 +1757,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -1993,7 +1993,7 @@ dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -3069,7 +3069,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -4665,7 +4665,7 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -5612,7 +5612,7 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -5720,7 +5720,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -6540,7 +6540,7 @@ dependencies = [ "pest_meta", "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -6581,7 +6581,7 @@ checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -6802,7 +6802,7 @@ dependencies = [ "proc-macro2", "quote", "sha3 0.9.1", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -6966,7 +6966,7 @@ checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -7012,7 +7012,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -7388,7 +7388,7 @@ checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -9136,7 +9136,7 @@ checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -10403,7 +10403,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -10512,9 +10512,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.71" +version = "2.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462" +checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" dependencies = [ "proc-macro2", "quote", @@ -10616,7 +10616,7 @@ checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -10757,7 +10757,7 @@ checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -10928,7 +10928,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -11042,7 +11042,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568" dependencies = [ "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -11541,7 +11541,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", "wasm-bindgen-shared", ] @@ -11575,7 +11575,7 @@ checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -12336,7 +12336,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] @@ -12356,7 +12356,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.71", + "syn 2.0.72", ] [[package]] diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index 276359892..d21a64c6f 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -3295,7 +3295,7 @@ - quote - visit - visit-mut -- name: syn 2.0.71 +- name: syn 2.0.72 features: - clone-impls - default From 13d417226219cd812d55981fbb181c9fe9457254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:14:29 +0000 Subject: [PATCH 05/15] Bump clap from 4.5.9 to 4.5.10 (#1103) * Bump clap from 4.5.9 to 4.5.10 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.10. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.9...v4.5.10) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update features snapshot --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> --- Cargo.lock | 8 ++++---- utils/checks/snapshots/features.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e209537ac..b25a53bfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1069,9 +1069,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.9" +version = "4.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462" +checksum = "8f6b81fb3c84f5563d509c59b5a48d935f689e993afa90fe39047f05adef9142" dependencies = [ "clap_builder", "clap_derive", @@ -1079,9 +1079,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.9" +version = "4.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942" +checksum = "5ca6706fd5224857d9ac5eb9355f6683563cc0541c7cd9d014043b57cbec78ac" dependencies = [ "anstream", "anstyle", diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index d21a64c6f..a1061bf8b 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -358,7 +358,7 @@ - clang_6_0 - libloading - runtime -- name: clap 4.5.9 +- name: clap 4.5.10 features: - color - default @@ -370,7 +370,7 @@ - string - suggestions - usage -- name: clap_builder 4.5.9 +- name: clap_builder 4.5.10 features: - color - deprecated From a68d473eee23eb91d4a1b3b1765f2f83cc5f9de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:14:39 +0000 Subject: [PATCH 06/15] Bump the yarn group across 1 directory with 7 updates (#1107) Bumps the yarn group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) | `12.2.1` | `12.2.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `16.18.101` | `22.0.0` | | [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect) | `2.0.3` | `2.0.4` | | [ethers](https://github.com/ethers-io/ethers.js) | `6.13.1` | `6.13.2` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | | [viem](https://github.com/wevm/viem) | `2.17.4` | `2.18.4` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.3` | `2.0.4` | Updates `@polkadot/api` from 12.2.1 to 12.2.2 - [Release notes](https://github.com/polkadot-js/api/releases) - [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/api/commits/v12.2.2/packages/api) Updates `@types/node` from 16.18.101 to 22.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitest/expect` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/expect) Updates `ethers` from 6.13.1 to 6.13.2 - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/ethers-io/ethers.js/compare/v6.13.1...v6.13.2) Updates `typescript` from 5.5.3 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4) Updates `viem` from 2.17.4 to 2.18.4 - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@2.17.4...viem@2.18.4) Updates `vitest` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/vitest) --- updated-dependencies: - dependency-name: "@polkadot/api" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: yarn - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: yarn - dependency-name: "@vitest/expect" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: yarn - dependency-name: ethers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: yarn - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch dependency-group: yarn - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-minor dependency-group: yarn - dependency-name: vitest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> --- utils/e2e-tests/ts/package.json | 14 +- yarn.lock | 389 +++++++++++++++++++++++++------- 2 files changed, 314 insertions(+), 89 deletions(-) diff --git a/utils/e2e-tests/ts/package.json b/utils/e2e-tests/ts/package.json index c2ec0cc95..811f05f0a 100644 --- a/utils/e2e-tests/ts/package.json +++ b/utils/e2e-tests/ts/package.json @@ -8,13 +8,13 @@ "test:ui": "vitest --ui" }, "dependencies": { - "@polkadot/api": "^12.2.1", - "@types/node": "16.18.101", - "@vitest/expect": "^2.0.3", + "@polkadot/api": "^12.2.2", + "@types/node": "22.0.0", + "@vitest/expect": "^2.0.4", "axios": "^1.7.2", - "ethers": "^6.13.1", - "typescript": "^5.5.3", - "viem": "^2.17.4", - "vitest": "^2.0.3" + "ethers": "^6.13.2", + "typescript": "^5.5.4", + "viem": "^2.18.4", + "vitest": "^2.0.4" } } diff --git a/yarn.lock b/yarn.lock index b813a10b1..c185a9aa0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -273,6 +273,15 @@ __metadata: languageName: node linkType: hard +"@noble/curves@npm:^1.4.0": + version: 1.4.2 + resolution: "@noble/curves@npm:1.4.2" + dependencies: + "@noble/hashes": 1.4.0 + checksum: c475a83c4263e2c970eaba728895b9b5d67e0ca880651e9c6e3efdc5f6a4f07ceb5b043bf71c399fc80fada0b8706e69d0772bffdd7b9de2483b988973a34cba + languageName: node + linkType: hard + "@noble/hashes@npm:1.3.2": version: 1.3.2 resolution: "@noble/hashes@npm:1.3.2" @@ -287,7 +296,7 @@ __metadata: languageName: node linkType: hard -"@noble/hashes@npm:1.4.0, @noble/hashes@npm:~1.4.0": +"@noble/hashes@npm:1.4.0, @noble/hashes@npm:^1.4.0, @noble/hashes@npm:~1.4.0": version: 1.4.0 resolution: "@noble/hashes@npm:1.4.0" checksum: 8ba816ae26c90764b8c42493eea383716396096c5f7ba6bea559993194f49d80a73c081f315f4c367e51bd2d5891700bcdfa816b421d24ab45b41cb03e4f3342 @@ -389,6 +398,21 @@ __metadata: languageName: node linkType: hard +"@polkadot/api-augment@npm:12.2.2": + version: 12.2.2 + resolution: "@polkadot/api-augment@npm:12.2.2" + dependencies: + "@polkadot/api-base": 12.2.2 + "@polkadot/rpc-augment": 12.2.2 + "@polkadot/types": 12.2.2 + "@polkadot/types-augment": 12.2.2 + "@polkadot/types-codec": 12.2.2 + "@polkadot/util": ^13.0.2 + tslib: ^2.6.2 + checksum: 8ff1834aa64d8b16de224cdd0f3f610edba139075c942318789bf1ef83113bfa00c57b9194d22c443a1b7c615df365fcd4b9accd41ad30a2816feae14f597e29 + languageName: node + linkType: hard + "@polkadot/api-base@npm:12.2.1": version: 12.2.1 resolution: "@polkadot/api-base@npm:12.2.1" @@ -402,6 +426,19 @@ __metadata: languageName: node linkType: hard +"@polkadot/api-base@npm:12.2.2": + version: 12.2.2 + resolution: "@polkadot/api-base@npm:12.2.2" + dependencies: + "@polkadot/rpc-core": 12.2.2 + "@polkadot/types": 12.2.2 + "@polkadot/util": ^13.0.2 + rxjs: ^7.8.1 + tslib: ^2.6.2 + checksum: 9981aaf62709f29e76699aec7b1e5138947d41c5b46a99df3d3ea881977c1375fbd02654fb5d6a1007c424aaf2589a76e6f0a16ee148870468feaf9759017631 + languageName: node + linkType: hard + "@polkadot/api-cli@npm:^0.57.1": version: 0.57.1 resolution: "@polkadot/api-cli@npm:0.57.1" @@ -438,6 +475,24 @@ __metadata: languageName: node linkType: hard +"@polkadot/api-derive@npm:12.2.2": + version: 12.2.2 + resolution: "@polkadot/api-derive@npm:12.2.2" + dependencies: + "@polkadot/api": 12.2.2 + "@polkadot/api-augment": 12.2.2 + "@polkadot/api-base": 12.2.2 + "@polkadot/rpc-core": 12.2.2 + "@polkadot/types": 12.2.2 + "@polkadot/types-codec": 12.2.2 + "@polkadot/util": ^13.0.2 + "@polkadot/util-crypto": ^13.0.2 + rxjs: ^7.8.1 + tslib: ^2.6.2 + checksum: 3614de38333bbebb2919b48ae4c452a8bf66110315b433a05cc38cd5d7ee9c014bae4d23ac64bc8f58858d25a5d3fa18dd612501508192379da5131c4290143c + languageName: node + linkType: hard + "@polkadot/api@npm:12.2.1, @polkadot/api@npm:^12.2.1": version: 12.2.1 resolution: "@polkadot/api@npm:12.2.1" @@ -463,6 +518,31 @@ __metadata: languageName: node linkType: hard +"@polkadot/api@npm:12.2.2, @polkadot/api@npm:^12.2.2": + version: 12.2.2 + resolution: "@polkadot/api@npm:12.2.2" + dependencies: + "@polkadot/api-augment": 12.2.2 + "@polkadot/api-base": 12.2.2 + "@polkadot/api-derive": 12.2.2 + "@polkadot/keyring": ^13.0.2 + "@polkadot/rpc-augment": 12.2.2 + "@polkadot/rpc-core": 12.2.2 + "@polkadot/rpc-provider": 12.2.2 + "@polkadot/types": 12.2.2 + "@polkadot/types-augment": 12.2.2 + "@polkadot/types-codec": 12.2.2 + "@polkadot/types-create": 12.2.2 + "@polkadot/types-known": 12.2.2 + "@polkadot/util": ^13.0.2 + "@polkadot/util-crypto": ^13.0.2 + eventemitter3: ^5.0.1 + rxjs: ^7.8.1 + tslib: ^2.6.2 + checksum: 43ea694ac5b565f6da72ac20bba0741aff3cbcf228baaa388ab75cee06b4f5f07727fbae7fb8a34cd5830a2777c9aee90dd3cdde913e3be288856f6a6f5abb48 + languageName: node + linkType: hard + "@polkadot/keyring@npm:^13.0.2": version: 13.0.2 resolution: "@polkadot/keyring@npm:13.0.2" @@ -501,6 +581,19 @@ __metadata: languageName: node linkType: hard +"@polkadot/rpc-augment@npm:12.2.2": + version: 12.2.2 + resolution: "@polkadot/rpc-augment@npm:12.2.2" + dependencies: + "@polkadot/rpc-core": 12.2.2 + "@polkadot/types": 12.2.2 + "@polkadot/types-codec": 12.2.2 + "@polkadot/util": ^13.0.2 + tslib: ^2.6.2 + checksum: 16031d9448335dda4e73fb8e28710198a086199567793b1bc6f888333c7501709852d7878c9d025aed3bbd6e38864c3f5cb2ce0d4e621ee8e7fd5f01351fca02 + languageName: node + linkType: hard + "@polkadot/rpc-core@npm:12.2.1": version: 12.2.1 resolution: "@polkadot/rpc-core@npm:12.2.1" @@ -515,6 +608,20 @@ __metadata: languageName: node linkType: hard +"@polkadot/rpc-core@npm:12.2.2": + version: 12.2.2 + resolution: "@polkadot/rpc-core@npm:12.2.2" + dependencies: + "@polkadot/rpc-augment": 12.2.2 + "@polkadot/rpc-provider": 12.2.2 + "@polkadot/types": 12.2.2 + "@polkadot/util": ^13.0.2 + rxjs: ^7.8.1 + tslib: ^2.6.2 + checksum: 3f527a750469ad340924ba81cd42663ed528e7189b301f10c9e260deb3d4985f0a892730a783142a363d97df3b1eff9d3e3d1460ffbe77f530358df443da950c + languageName: node + linkType: hard + "@polkadot/rpc-provider@npm:12.2.1": version: 12.2.1 resolution: "@polkadot/rpc-provider@npm:12.2.1" @@ -539,6 +646,30 @@ __metadata: languageName: node linkType: hard +"@polkadot/rpc-provider@npm:12.2.2": + version: 12.2.2 + resolution: "@polkadot/rpc-provider@npm:12.2.2" + dependencies: + "@polkadot/keyring": ^13.0.2 + "@polkadot/types": 12.2.2 + "@polkadot/types-support": 12.2.2 + "@polkadot/util": ^13.0.2 + "@polkadot/util-crypto": ^13.0.2 + "@polkadot/x-fetch": ^13.0.2 + "@polkadot/x-global": ^13.0.2 + "@polkadot/x-ws": ^13.0.2 + "@substrate/connect": 0.8.10 + eventemitter3: ^5.0.1 + mock-socket: ^9.3.1 + nock: ^13.5.0 + tslib: ^2.6.2 + dependenciesMeta: + "@substrate/connect": + optional: true + checksum: 8620645034c153502c1a4d2b9c752476fe237411ddba1e069dab7c36c717291d67db35eeca7d3c17c38020fda7a8addd1d7142b17a072e23cf1add84342bd260 + languageName: node + linkType: hard + "@polkadot/types-augment@npm:12.2.1": version: 12.2.1 resolution: "@polkadot/types-augment@npm:12.2.1" @@ -551,6 +682,18 @@ __metadata: languageName: node linkType: hard +"@polkadot/types-augment@npm:12.2.2": + version: 12.2.2 + resolution: "@polkadot/types-augment@npm:12.2.2" + dependencies: + "@polkadot/types": 12.2.2 + "@polkadot/types-codec": 12.2.2 + "@polkadot/util": ^13.0.2 + tslib: ^2.6.2 + checksum: 5c6e650cb770c94902a0e5b5964f13cfc717171a0b3b62024f0473d8df862c44072b36167860b3c0f439733232e703ce516daf4be93b4a454003c3d10501a687 + languageName: node + linkType: hard + "@polkadot/types-codec@npm:12.2.1": version: 12.2.1 resolution: "@polkadot/types-codec@npm:12.2.1" @@ -562,6 +705,17 @@ __metadata: languageName: node linkType: hard +"@polkadot/types-codec@npm:12.2.2": + version: 12.2.2 + resolution: "@polkadot/types-codec@npm:12.2.2" + dependencies: + "@polkadot/util": ^13.0.2 + "@polkadot/x-bigint": ^13.0.2 + tslib: ^2.6.2 + checksum: c61d8f0f07d89e7f74aa59ab9fe8cb6b6a85d287ecd61b905e05595ee38bfc45bcf7f9019246b137b1edc2e8485723e5c382ef10ee481c639c292177d2671f78 + languageName: node + linkType: hard + "@polkadot/types-create@npm:12.2.1": version: 12.2.1 resolution: "@polkadot/types-create@npm:12.2.1" @@ -573,6 +727,17 @@ __metadata: languageName: node linkType: hard +"@polkadot/types-create@npm:12.2.2": + version: 12.2.2 + resolution: "@polkadot/types-create@npm:12.2.2" + dependencies: + "@polkadot/types-codec": 12.2.2 + "@polkadot/util": ^13.0.2 + tslib: ^2.6.2 + checksum: 9f3c689b80cfe004ecf705294fc527985f63b94f9c0bf3630028db1bef72e0a506d1a8c4872247b9d4094dac57491c34f9cf279c8da2775bb2edc301aa9d388f + languageName: node + linkType: hard + "@polkadot/types-known@npm:12.2.1": version: 12.2.1 resolution: "@polkadot/types-known@npm:12.2.1" @@ -587,6 +752,20 @@ __metadata: languageName: node linkType: hard +"@polkadot/types-known@npm:12.2.2": + version: 12.2.2 + resolution: "@polkadot/types-known@npm:12.2.2" + dependencies: + "@polkadot/networks": ^13.0.2 + "@polkadot/types": 12.2.2 + "@polkadot/types-codec": 12.2.2 + "@polkadot/types-create": 12.2.2 + "@polkadot/util": ^13.0.2 + tslib: ^2.6.2 + checksum: 252d421a794dc9aadafceafc50c4e829cb6dd8defc252d88b3c72bc58cbc980663402158b54bc94440cfe5fe9c97e46d2d481f2ccb9b20fba36d399f402a2fc4 + languageName: node + linkType: hard + "@polkadot/types-support@npm:12.2.1": version: 12.2.1 resolution: "@polkadot/types-support@npm:12.2.1" @@ -597,6 +776,16 @@ __metadata: languageName: node linkType: hard +"@polkadot/types-support@npm:12.2.2": + version: 12.2.2 + resolution: "@polkadot/types-support@npm:12.2.2" + dependencies: + "@polkadot/util": ^13.0.2 + tslib: ^2.6.2 + checksum: 1d4b78b8acbfe3ac9a2e806bb384b46dca608fc1b2d60383bf4740fa6043b1b0cf22fcc6f99710b3cece6c9b18feed976d2ee7418e4a3a0178ee54a20d8c250e + languageName: node + linkType: hard + "@polkadot/types@npm:12.2.1, @polkadot/types@npm:^12.2.1": version: 12.2.1 resolution: "@polkadot/types@npm:12.2.1" @@ -613,6 +802,22 @@ __metadata: languageName: node linkType: hard +"@polkadot/types@npm:12.2.2": + version: 12.2.2 + resolution: "@polkadot/types@npm:12.2.2" + dependencies: + "@polkadot/keyring": ^13.0.2 + "@polkadot/types-augment": 12.2.2 + "@polkadot/types-codec": 12.2.2 + "@polkadot/types-create": 12.2.2 + "@polkadot/util": ^13.0.2 + "@polkadot/util-crypto": ^13.0.2 + rxjs: ^7.8.1 + tslib: ^2.6.2 + checksum: 80afaa8eb063896d99bf6528de787eff2c6f8338e524cb0dce94b6ed560ba35173ee750c24c9270c6ea0ac8d74e52ce21add4511b72d3afd660754ff0b023a53 + languageName: node + linkType: hard + "@polkadot/util-crypto@npm:13.0.2, @polkadot/util-crypto@npm:^13.0.2": version: 13.0.2 resolution: "@polkadot/util-crypto@npm:13.0.2" @@ -1022,13 +1227,6 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:16.18.101": - version: 16.18.101 - resolution: "@types/node@npm:16.18.101" - checksum: d099055168529f56665ad470e0aeb443557301b1342be12eeedcb04897614bbc09ecf10621a90460f83a5264acad4feaf84d0db181251ebe901049aad4ab4bcf - languageName: node - linkType: hard - "@types/node@npm:18.15.13": version: 18.15.13 resolution: "@types/node@npm:18.15.13" @@ -1036,66 +1234,75 @@ __metadata: languageName: node linkType: hard -"@vitest/expect@npm:2.0.3, @vitest/expect@npm:^2.0.3": - version: 2.0.3 - resolution: "@vitest/expect@npm:2.0.3" +"@types/node@npm:22.0.0": + version: 22.0.0 + resolution: "@types/node@npm:22.0.0" + dependencies: + undici-types: ~6.11.1 + checksum: ef58d59bbffd9a79449ef632ea9a4f3b006496926cac2717368f80fdd152b1937e44093c17c9fac74650309c9d5387bb5c5bf4fd304adafebcbda1e6e4435fe4 + languageName: node + linkType: hard + +"@vitest/expect@npm:2.0.4, @vitest/expect@npm:^2.0.4": + version: 2.0.4 + resolution: "@vitest/expect@npm:2.0.4" dependencies: - "@vitest/spy": 2.0.3 - "@vitest/utils": 2.0.3 + "@vitest/spy": 2.0.4 + "@vitest/utils": 2.0.4 chai: ^5.1.1 tinyrainbow: ^1.2.0 - checksum: a75a473e25e002d6350d7a8f858e25aa2dbfa2ed71f62717e0106ce59ef743d189bf4c448afa349794eee02aacf5b0c5d7fa196cc8a082f22285607b8dc9e7cf + checksum: 6841da3ffa58572c24b3720c84bade5b7293d60905b17b3e2ea28fcecb7c18592851fe84538bfc9995ab3b7681cd3e0fc6913512390ae1564d3fb1de8d9edad8 languageName: node linkType: hard -"@vitest/pretty-format@npm:2.0.3, @vitest/pretty-format@npm:^2.0.3": - version: 2.0.3 - resolution: "@vitest/pretty-format@npm:2.0.3" +"@vitest/pretty-format@npm:2.0.4, @vitest/pretty-format@npm:^2.0.4": + version: 2.0.4 + resolution: "@vitest/pretty-format@npm:2.0.4" dependencies: tinyrainbow: ^1.2.0 - checksum: 9ede84fd2ea45a4e0796f3c8390a28ae1548072333706b05b6ed6285881ff05a29a0980479c6c73d6012e8db340495f3e5f5a9e8cb605ee847b7796f10537037 + checksum: a0dbfea5a1379aa1b69ee208116bd88e39edccb7e2f71be56f85868495217b2d8c0284ecba81a6f66f8e78a6d50b9f2c2fc3f3bc2114e909b7b43b96fdee7042 languageName: node linkType: hard -"@vitest/runner@npm:2.0.3": - version: 2.0.3 - resolution: "@vitest/runner@npm:2.0.3" +"@vitest/runner@npm:2.0.4": + version: 2.0.4 + resolution: "@vitest/runner@npm:2.0.4" dependencies: - "@vitest/utils": 2.0.3 + "@vitest/utils": 2.0.4 pathe: ^1.1.2 - checksum: 0f3b36606a111e05d3f18e604585d58306b5a2fbd0d7810b7d04033db29d757c22e7bda4074271d54f98ccb3af14f8f5ddce40f62a42da7a7a64c3c68002004b + checksum: 313030973a80766de9bed1ed6f4342c5320d9b9dfcf97bc8d61899a41a916e8f5d2aa2ab727023372ad057ca5f95daae3820535f1124e0651814ce7045883414 languageName: node linkType: hard -"@vitest/snapshot@npm:2.0.3": - version: 2.0.3 - resolution: "@vitest/snapshot@npm:2.0.3" +"@vitest/snapshot@npm:2.0.4": + version: 2.0.4 + resolution: "@vitest/snapshot@npm:2.0.4" dependencies: - "@vitest/pretty-format": 2.0.3 + "@vitest/pretty-format": 2.0.4 magic-string: ^0.30.10 pathe: ^1.1.2 - checksum: 537297721b603c9ccbba13fa5caa379e57337f2980c95658dcc6b2237a9a8ceb032262ca77fe24198e96f630ef60eb74679046ed50669857ee1d1b7f7e428078 + checksum: af9bd9da387dca25c13d6b8323d9e574ce3be19b7965ef26c427394e07ca7c7d291d3d52e65c90cf2bcafbfe673a70d362c526597150fe4407d5c13f9cf47412 languageName: node linkType: hard -"@vitest/spy@npm:2.0.3": - version: 2.0.3 - resolution: "@vitest/spy@npm:2.0.3" +"@vitest/spy@npm:2.0.4": + version: 2.0.4 + resolution: "@vitest/spy@npm:2.0.4" dependencies: tinyspy: ^3.0.0 - checksum: 83fae9e5261fa49c3aceec8486bcbd65e2f8e976cd67bfc8cc5626f79c545c979c730fd8b5b1e03bc68da2e19bb5c21e4916cc6c6972f52031799d6ae7e4efdc + checksum: 097cef445965e4145993f0436007116f5c56da6e02d51f9c7f18c56fb9ae05c045c627b75a34609b4f39901f2f8e9acf54dae94b490db3c4b1656c0e4fbf5847 languageName: node linkType: hard -"@vitest/utils@npm:2.0.3": - version: 2.0.3 - resolution: "@vitest/utils@npm:2.0.3" +"@vitest/utils@npm:2.0.4": + version: 2.0.4 + resolution: "@vitest/utils@npm:2.0.4" dependencies: - "@vitest/pretty-format": 2.0.3 + "@vitest/pretty-format": 2.0.4 estree-walker: ^3.0.3 loupe: ^3.1.1 tinyrainbow: ^1.2.0 - checksum: a856dd4b8b3951eb88f42c5dc8cd112b27a2f2130f74805aa2ddc99f0da6c249c8e78315a26450ea1763f8e78b1739d3d6e6ac4aaaa6fa73c717bfcb9cb11a66 + checksum: 1f6ce4d80403750e1ed3669de746327cd6626c3a80ba9e30613653521e4c9126d7db5b4ea764a644eb7e933f9fef218816515181deb746c5ed6988c5ea9dde0d languageName: node linkType: hard @@ -1584,9 +1791,9 @@ __metadata: languageName: node linkType: hard -"ethers@npm:^6.13.1": - version: 6.13.1 - resolution: "ethers@npm:6.13.1" +"ethers@npm:^6.13.2": + version: 6.13.2 + resolution: "ethers@npm:6.13.2" dependencies: "@adraffy/ens-normalize": 1.10.1 "@noble/curves": 1.2.0 @@ -1595,7 +1802,7 @@ __metadata: aes-js: 4.0.0-beta.5 tslib: 2.4.0 ws: 8.17.1 - checksum: beef4b6d117f64c369f44be631e0f666b966374eac0cc0446fa7abe114b11d6b3019060022eec65c031f150711f4913d249de507ff3da3204e654635db80a07e + checksum: 981860c736c7ae121774ad38ea07e3611ce524a77d2fcb77db499b65afe0cbe8f344cd5204d94b68b316349ff770fd2a7d9c8b2039da41c072f98d9864099925 languageName: node linkType: hard @@ -1879,14 +2086,14 @@ __metadata: version: 0.0.0-use.local resolution: "humanode-e2e-tests-ts@workspace:utils/e2e-tests/ts" dependencies: - "@polkadot/api": ^12.2.1 - "@types/node": 16.18.101 - "@vitest/expect": ^2.0.3 + "@polkadot/api": ^12.2.2 + "@types/node": 22.0.0 + "@vitest/expect": ^2.0.4 axios: ^1.7.2 - ethers: ^6.13.1 - typescript: ^5.5.3 - viem: ^2.17.4 - vitest: ^2.0.3 + ethers: ^6.13.2 + typescript: ^5.5.4 + viem: ^2.18.4 + vitest: ^2.0.4 languageName: unknown linkType: soft @@ -2816,23 +3023,30 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^5.5.3": - version: 5.5.3 - resolution: "typescript@npm:5.5.3" +"typescript@npm:^5.5.4": + version: 5.5.4 + resolution: "typescript@npm:5.5.4" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 4b4f14313484d5c86064d04ba892544801fa551f5cf72719b540b498056fec7fc192d0bbdb2ba1448e759b1548769956da9e43e7c16781e8d8856787b0575004 + checksum: b309040f3a1cd91c68a5a58af6b9fdd4e849b8c42d837b2c2e73f9a4f96a98c4f1ed398a9aab576ee0a4748f5690cf594e6b99dbe61de7839da748c41e6d6ca8 languageName: node linkType: hard -"typescript@patch:typescript@^5.5.3#~builtin": - version: 5.5.3 - resolution: "typescript@patch:typescript@npm%3A5.5.3#~builtin::version=5.5.3&hash=14eedb" +"typescript@patch:typescript@^5.5.4#~builtin": + version: 5.5.4 + resolution: "typescript@patch:typescript@npm%3A5.5.4#~builtin::version=5.5.4&hash=14eedb" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 6853be4607706cc1ad2f16047cf1cd72d39f79acd5f9716e1d23bc0e462c7f59be7458fe58a21665e7657a05433d7ab8419d093a5a4bd5f3a33f879b35d2769b + checksum: fc52962f31a5bcb716d4213bef516885e4f01f30cea797a831205fc9ef12b405a40561c40eae3127ab85ba1548e7df49df2bcdee6b84a94bfbe3a0d7eff16b14 + languageName: node + linkType: hard + +"undici-types@npm:~6.11.1": + version: 6.11.1 + resolution: "undici-types@npm:6.11.1" + checksum: d7fc11bded93bc55ef3b88464e856ab061a747cf50ef2eff5df5ba3be18b9fcafe60e1b36a8c99e28aac2eade12891d32a504f2a32422452c44662e598e3b188 languageName: node linkType: hard @@ -2861,9 +3075,9 @@ __metadata: languageName: node linkType: hard -"viem@npm:^2.17.4": - version: 2.17.4 - resolution: "viem@npm:2.17.4" +"viem@npm:^2.18.4": + version: 2.18.4 + resolution: "viem@npm:2.18.4" dependencies: "@adraffy/ens-normalize": 1.10.0 "@noble/curves": 1.4.0 @@ -2872,19 +3086,20 @@ __metadata: "@scure/bip39": 1.3.0 abitype: 1.0.5 isows: 1.0.4 + webauthn-p256: 0.0.5 ws: 8.17.1 peerDependencies: typescript: ">=5.0.4" peerDependenciesMeta: typescript: optional: true - checksum: a581422de23d005f25e6d4935394d7aaae5ea55eb35058f608087a309a7975bdb17ea724c8cdf10b92601d9d252bd53f93ba28e35b28583393324a1491049da5 + checksum: abf9bbbfcc8f2ce6d3187b349922f9624465c5570fc02d341f651e32f6716b85aa3e6a649c4ee139499208dbb07ec8c54b83c66ba4f7f7afc92923826847c9ef languageName: node linkType: hard -"vite-node@npm:2.0.3": - version: 2.0.3 - resolution: "vite-node@npm:2.0.3" +"vite-node@npm:2.0.4": + version: 2.0.4 + resolution: "vite-node@npm:2.0.4" dependencies: cac: ^6.7.14 debug: ^4.3.5 @@ -2893,7 +3108,7 @@ __metadata: vite: ^5.0.0 bin: vite-node: vite-node.mjs - checksum: 21a4c59948e8b08f74b96edf947629bd1c9d297d417d7262e56ccd109a1b4b1a142e05bb296c2bfbd82fd13afe4af27177ec7d67d64981656e9e2295f72a0906 + checksum: 1e40f2a6eb977fdb77a56b4cb71de0c329b9214bff9db2bedca6186626d70a70e2f3878acad3311e28d718b97e804de3e6795aab846bcb74ea66d4cba5ff48cd languageName: node linkType: hard @@ -2937,17 +3152,17 @@ __metadata: languageName: node linkType: hard -"vitest@npm:^2.0.3": - version: 2.0.3 - resolution: "vitest@npm:2.0.3" +"vitest@npm:^2.0.4": + version: 2.0.4 + resolution: "vitest@npm:2.0.4" dependencies: "@ampproject/remapping": ^2.3.0 - "@vitest/expect": 2.0.3 - "@vitest/pretty-format": ^2.0.3 - "@vitest/runner": 2.0.3 - "@vitest/snapshot": 2.0.3 - "@vitest/spy": 2.0.3 - "@vitest/utils": 2.0.3 + "@vitest/expect": 2.0.4 + "@vitest/pretty-format": ^2.0.4 + "@vitest/runner": 2.0.4 + "@vitest/snapshot": 2.0.4 + "@vitest/spy": 2.0.4 + "@vitest/utils": 2.0.4 chai: ^5.1.1 debug: ^4.3.5 execa: ^8.0.1 @@ -2958,13 +3173,13 @@ __metadata: tinypool: ^1.0.0 tinyrainbow: ^1.2.0 vite: ^5.0.0 - vite-node: 2.0.3 - why-is-node-running: ^2.2.2 + vite-node: 2.0.4 + why-is-node-running: ^2.3.0 peerDependencies: "@edge-runtime/vm": "*" "@types/node": ^18.0.0 || >=20.0.0 - "@vitest/browser": 2.0.3 - "@vitest/ui": 2.0.3 + "@vitest/browser": 2.0.4 + "@vitest/ui": 2.0.4 happy-dom: "*" jsdom: "*" peerDependenciesMeta: @@ -2982,7 +3197,7 @@ __metadata: optional: true bin: vitest: vitest.mjs - checksum: d4a8de5c825f656a5486b99a7c9c8c3646de88108ff73855106dd1d0862b29536db30c0bafe91aa8bbfa4df484db5e2deb8889c5084914186fcd06909ee9fb3c + checksum: d00015d1518e297283fc939dc2d30e95258bda65cae9146e82380c87ac0cafd8bb892882516a4940d628afc835fc20e55c8be30f30c8bcaba93e20568dbb3744 languageName: node linkType: hard @@ -2993,6 +3208,16 @@ __metadata: languageName: node linkType: hard +"webauthn-p256@npm:0.0.5": + version: 0.0.5 + resolution: "webauthn-p256@npm:0.0.5" + dependencies: + "@noble/curves": ^1.4.0 + "@noble/hashes": ^1.4.0 + checksum: 2837188d1e6d947c87c5728374fb6aec96387cb766f78e7a04d5903774264feb278d68a639748f09997f591e5278796c662bb5c4e8b8286b0f22254694023584 + languageName: node + linkType: hard + "which@npm:^2.0.1, which@npm:^2.0.2": version: 2.0.2 resolution: "which@npm:2.0.2" @@ -3004,15 +3229,15 @@ __metadata: languageName: node linkType: hard -"why-is-node-running@npm:^2.2.2": - version: 2.2.2 - resolution: "why-is-node-running@npm:2.2.2" +"why-is-node-running@npm:^2.3.0": + version: 2.3.0 + resolution: "why-is-node-running@npm:2.3.0" dependencies: siginfo: ^2.0.0 stackback: 0.0.2 bin: why-is-node-running: cli.js - checksum: 50820428f6a82dfc3cbce661570bcae9b658723217359b6037b67e495255409b4c8bc7931745f5c175df71210450464517cab32b2f7458ac9c40b4925065200a + checksum: 58ebbf406e243ace97083027f0df7ff4c2108baf2595bb29317718ef207cc7a8104e41b711ff65d6fa354f25daa8756b67f2f04931a4fd6ba9d13ae8197496fb languageName: node linkType: hard From 7f9b67bb0bbfb81682a3319c43d047ec7a938fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:14:47 +0000 Subject: [PATCH 07/15] Bump serde_json from 1.0.120 to 1.0.121 (#1108) * Bump serde_json from 1.0.120 to 1.0.121 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.121. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.120...v1.0.121) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update features snapshot --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> --- Cargo.lock | 5 +++-- utils/checks/snapshots/features.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b25a53bfb..1d1319369 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9141,11 +9141,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.120" +version = "1.0.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" +checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index a1061bf8b..84bde57a6 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -2798,7 +2798,7 @@ - name: serde_derive 1.0.203 features: - default -- name: serde_json 1.0.120 +- name: serde_json 1.0.121 features: - alloc - default From 7b205812efa0783ac85a5ff85c870f24a74ec4e4 Mon Sep 17 00:00:00 2001 From: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:31:13 +0300 Subject: [PATCH 08/15] Apply substrate-backport: grandpa: handle error from SelectChain::finality_target (#5153) (#1109) --- Cargo.lock | 288 ++++++++++++++++++++++++++--------------------------- Cargo.toml | 184 +++++++++++++++++----------------- 2 files changed, 236 insertions(+), 236 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d1319369..0f9c892f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2277,7 +2277,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fc-cli" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "clap", "ethereum-types", @@ -2295,7 +2295,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "async-trait", "fp-consensus", @@ -2311,7 +2311,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "async-trait", "ethereum", @@ -2341,7 +2341,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "fc-db", "fc-storage", @@ -2364,7 +2364,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "ethereum", "ethereum-types", @@ -2414,7 +2414,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "ethereum", "ethereum-types", @@ -2427,7 +2427,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "ethereum", "ethereum-types", @@ -2573,7 +2573,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "parity-scale-codec", ] @@ -2590,7 +2590,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "hex", "impl-serde", @@ -2609,7 +2609,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "ethereum", "parity-scale-codec", @@ -2621,7 +2621,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "ethereum", "ethereum-types", @@ -2635,7 +2635,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "evm", "frame-support", @@ -2649,7 +2649,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "ethereum", "ethereum-types", @@ -2666,7 +2666,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "frame-support", "parity-scale-codec", @@ -2678,7 +2678,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "parity-scale-codec", "serde", @@ -2693,7 +2693,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-support", "frame-support-procedural", @@ -2718,7 +2718,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "Inflector", "array-bytes", @@ -2765,7 +2765,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-support", "frame-system", @@ -2794,7 +2794,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "futures", "log", @@ -2810,7 +2810,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "bitflags 1.3.2", "environmental", @@ -2843,7 +2843,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "Inflector", "cfg-expr", @@ -2858,7 +2858,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -2870,7 +2870,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "proc-macro2", "quote", @@ -2880,7 +2880,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-support", "log", @@ -2898,7 +2898,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -2913,7 +2913,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "parity-scale-codec", "sp-api", @@ -2922,7 +2922,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-support", "parity-scale-codec", @@ -5750,7 +5750,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-support", "frame-system", @@ -5764,7 +5764,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5803,7 +5803,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5923,7 +5923,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "ethereum", "ethereum-types", @@ -5959,7 +5959,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "environmental", "evm", @@ -5999,7 +5999,7 @@ dependencies = [ [[package]] name = "pallet-evm-balances" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "frame-support", "frame-system", @@ -6013,7 +6013,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "fp-evm", ] @@ -6021,7 +6021,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "fp-evm", "sp-core", @@ -6031,7 +6031,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "fp-evm", "num", @@ -6040,7 +6040,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "fp-evm", "tiny-keccak", @@ -6049,7 +6049,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "fp-evm", "ripemd", @@ -6059,7 +6059,7 @@ dependencies = [ [[package]] name = "pallet-evm-system" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "fp-evm", "frame-support", @@ -6074,7 +6074,7 @@ dependencies = [ [[package]] name = "pallet-evm-test-vector-support" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-06-26#af2aecac6677e63666baf338db0caf7006fbeaa2" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" dependencies = [ "evm", "fp-evm", @@ -6087,7 +6087,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6125,7 +6125,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6145,7 +6145,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6161,7 +6161,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-support", "frame-system", @@ -6191,7 +6191,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-support", "frame-system", @@ -6212,7 +6212,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-support", "frame-system", @@ -6226,7 +6226,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6263,7 +6263,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-support", "frame-system", @@ -6279,7 +6279,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6295,7 +6295,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6307,7 +6307,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-benchmarking", "frame-support", @@ -7894,7 +7894,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "log", "sp-core", @@ -7905,7 +7905,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "futures", "futures-timer", @@ -7928,7 +7928,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7943,7 +7943,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -7962,7 +7962,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -7973,7 +7973,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "array-bytes", "chrono", @@ -8013,7 +8013,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "fnv", "futures", @@ -8039,7 +8039,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "hash-db 0.16.0", "kvdb", @@ -8065,7 +8065,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "futures", @@ -8090,7 +8090,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "fork-tree", @@ -8129,7 +8129,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "futures", "jsonrpsee", @@ -8151,7 +8151,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8164,7 +8164,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "ahash 0.8.8", "array-bytes", @@ -8204,7 +8204,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "finality-grandpa", "futures", @@ -8224,7 +8224,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "futures", @@ -8247,7 +8247,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -8271,7 +8271,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -8284,7 +8284,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "log", "sc-allocator", @@ -8297,7 +8297,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "anyhow", "cfg-if", @@ -8315,7 +8315,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "ansi_term", "futures", @@ -8331,7 +8331,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "array-bytes", "async-trait", @@ -8346,7 +8346,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "array-bytes", "async-channel", @@ -8392,7 +8392,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "cid", "futures", @@ -8412,7 +8412,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "array-bytes", "async-trait", @@ -8440,7 +8440,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "ahash 0.8.8", "futures", @@ -8460,7 +8460,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "array-bytes", "futures", @@ -8482,7 +8482,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "array-bytes", "async-trait", @@ -8516,7 +8516,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "array-bytes", "futures", @@ -8536,7 +8536,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "array-bytes", "bytes", @@ -8567,7 +8567,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "futures", "libp2p-identity", @@ -8580,7 +8580,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8589,7 +8589,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "futures", "jsonrpsee", @@ -8619,7 +8619,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8638,7 +8638,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "http 0.2.12", "jsonrpsee", @@ -8653,7 +8653,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "array-bytes", "futures", @@ -8679,7 +8679,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "directories", @@ -8745,7 +8745,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "log", "parity-scale-codec", @@ -8756,7 +8756,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "clap", "fs4", @@ -8772,7 +8772,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "futures", "libc", @@ -8791,7 +8791,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "chrono", "futures", @@ -8810,7 +8810,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "ansi_term", "atty", @@ -8841,7 +8841,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -8852,7 +8852,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "futures", @@ -8879,7 +8879,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "futures", @@ -8893,7 +8893,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-channel", "futures", @@ -9421,7 +9421,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "hash-db 0.16.0", "log", @@ -9439,7 +9439,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "Inflector", "blake2", @@ -9453,7 +9453,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9466,7 +9466,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "integer-sqrt", "num-traits", @@ -9480,7 +9480,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "parity-scale-codec", "sp-api", @@ -9492,7 +9492,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "futures", "log", @@ -9510,7 +9510,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "futures", @@ -9525,7 +9525,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "parity-scale-codec", @@ -9543,7 +9543,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "merlin", @@ -9566,7 +9566,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "finality-grandpa", "log", @@ -9584,7 +9584,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9596,7 +9596,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9609,7 +9609,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "array-bytes", "base58", @@ -9652,7 +9652,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "blake2b_simd", "byteorder", @@ -9666,7 +9666,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "proc-macro2", "quote", @@ -9677,7 +9677,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -9686,7 +9686,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "proc-macro2", "quote", @@ -9696,7 +9696,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "environmental", "parity-scale-codec", @@ -9707,7 +9707,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9722,7 +9722,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "bytes", "ed25519-dalek", @@ -9746,7 +9746,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "lazy_static", "sp-core", @@ -9757,7 +9757,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "futures", @@ -9774,7 +9774,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "thiserror", "zstd", @@ -9783,7 +9783,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "sp-api", "sp-core", @@ -9793,7 +9793,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "backtrace", "lazy_static", @@ -9803,7 +9803,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "rustc-hash", "serde", @@ -9813,7 +9813,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "either", "hash256-std-hasher", @@ -9835,7 +9835,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -9853,7 +9853,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -9865,7 +9865,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9879,7 +9879,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9891,7 +9891,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "hash-db 0.16.0", "log", @@ -9911,12 +9911,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9929,7 +9929,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "futures-timer", @@ -9944,7 +9944,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "parity-scale-codec", "sp-std", @@ -9956,7 +9956,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "sp-api", "sp-runtime", @@ -9965,7 +9965,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "log", @@ -9981,7 +9981,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "ahash 0.8.8", "hash-db 0.16.0", @@ -10004,7 +10004,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10021,7 +10021,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10032,7 +10032,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10046,7 +10046,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10436,7 +10436,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -10455,7 +10455,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "hyper", "log", @@ -10467,7 +10467,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "jsonrpsee", @@ -10480,7 +10480,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "ansi_term", "build-helper", @@ -11159,7 +11159,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-06-26#c8c97226ddcf2b2f87bdab1015bc306f734304aa" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8726922d1..fd109fd5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,100 +70,100 @@ wiremock = { version = "0.5", default-features = false } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } # Substrate fork. -frame-benchmarking = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -frame-benchmarking-cli = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -frame-executive = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -frame-support = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -frame-system = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -frame-system-benchmarking = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -frame-try-runtime = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-authorship = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-babe = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-balances = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-grandpa = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-im-online = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-multisig = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-offences = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-session = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-sudo = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-timestamp = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-transaction-payment = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-transaction-payment-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-utility = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-basic-authorship = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-chain-spec = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-chain-spec-derive = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-cli = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-client-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-consensus = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-consensus-babe = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-consensus-babe-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-consensus-epochs = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-consensus-grandpa = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-consensus-grandpa-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-executor = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-network = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-network-sync = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-rpc-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-rpc-spec-v2 = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-service = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-telemetry = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-tracing = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-transaction-pool = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-transaction-pool-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sc-utils = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-application-crypto = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-block-builder = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-blockchain = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-consensus = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-consensus-babe = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-core = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-core-hashing-proc-macro = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-inherents = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-io = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-keyring = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-keystore = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-offchain = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-panic-handler = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-runtime = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-session = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-staking = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-std = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-timestamp = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-tracing = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-transaction-pool = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -sp-version = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -substrate-frame-rpc-system = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -substrate-wasm-builder = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -try-runtime-cli = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } +frame-benchmarking = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +frame-benchmarking-cli = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +frame-executive = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +frame-support = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +frame-system = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +frame-system-benchmarking = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +frame-try-runtime = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-authorship = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-babe = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-balances = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-grandpa = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-im-online = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-multisig = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-offences = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-session = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-sudo = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-timestamp = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-transaction-payment = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-transaction-payment-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-utility = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-basic-authorship = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-chain-spec = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-chain-spec-derive = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-cli = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-client-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-consensus = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-consensus-babe = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-consensus-babe-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-consensus-epochs = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-consensus-grandpa = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-consensus-grandpa-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-executor = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-network = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-network-sync = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-rpc-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-rpc-spec-v2 = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-service = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-telemetry = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-tracing = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-transaction-pool = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-transaction-pool-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sc-utils = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-application-crypto = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-block-builder = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-blockchain = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-consensus = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-consensus-babe = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-core = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-core-hashing-proc-macro = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-inherents = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-io = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-keyring = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-keystore = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-offchain = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-panic-handler = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-runtime = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-session = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-staking = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-std = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-timestamp = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-tracing = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-transaction-pool = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +sp-version = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +substrate-frame-rpc-system = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +substrate-wasm-builder = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +try-runtime-cli = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } # Frontier fork. -fc-cli = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -fc-consensus = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -fc-db = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -fc-mapping-sync = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -fc-rpc = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -fc-rpc-core = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -fc-storage = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -fp-evm = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -fp-rpc = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -fp-self-contained = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -fp-storage = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-ethereum = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-evm = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-evm-balances = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-evm-precompile-blake2 = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-evm-system = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } -pallet-evm-test-vector-support = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-06-26", default-features = false } +fc-cli = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +fc-consensus = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +fc-db = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +fc-mapping-sync = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +fc-rpc = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +fc-rpc-core = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +fc-storage = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +fp-evm = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +fp-rpc = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +fp-self-contained = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +fp-storage = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-ethereum = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-evm = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-evm-balances = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-evm-precompile-blake2 = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-evm-system = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +pallet-evm-test-vector-support = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } [profile.release-lto] inherits = "release" From 5657d6ef75b212ad06a5ddae48bc4d5f70adebbe Mon Sep 17 00:00:00 2001 From: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:40:11 +0300 Subject: [PATCH 09/15] Use `locked/polkadot-v0.9.40-2024-08-02` substrate fork (#1117) * Use locked/polkadot-v0.9.40-1 substrate fork * Update features snapshot * Update deny ignore list * Temporarily increase reorg change * Use proper schnorrkel version * Update features snapshot * Revert "Temporarily increase reorg change" This reverts commit b30f08ef581294f705177f9426ebdbf34f3547a0. * Add todo related issue * Use tag related version --- Cargo.lock | 2190 ++++++++++++++++++-------- Cargo.toml | 184 +-- deny.toml | 6 + utils/checks/snapshots/features.yaml | 570 +++++-- 4 files changed, 2093 insertions(+), 857 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f9c892f2..e3fb22928 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -36,6 +36,25 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +[[package]] +name = "aead" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" +dependencies = [ + "generic-array 0.14.7", +] + +[[package]] +name = "aead" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" +dependencies = [ + "generic-array 0.14.7", + "rand_core 0.6.4", +] + [[package]] name = "aead" version = "0.5.2" @@ -43,7 +62,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" dependencies = [ "crypto-common", - "generic-array", + "generic-array 0.14.7", +] + +[[package]] +name = "aes" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561" +dependencies = [ + "aes-soft", + "aesni", + "cipher 0.2.5", +] + +[[package]] +name = "aes" +version = "0.7.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" +dependencies = [ + "cfg-if", + "cipher 0.3.0", + "cpufeatures", + "opaque-debug 0.3.0", ] [[package]] @@ -53,24 +95,58 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" dependencies = [ "cfg-if", - "cipher", + "cipher 0.4.4", "cpufeatures", ] +[[package]] +name = "aes-gcm" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6" +dependencies = [ + "aead 0.4.3", + "aes 0.7.5", + "cipher 0.3.0", + "ctr 0.8.0", + "ghash 0.4.4", + "subtle", +] + [[package]] name = "aes-gcm" version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" dependencies = [ - "aead", - "aes", - "cipher", - "ctr", - "ghash", + "aead 0.5.2", + "aes 0.8.4", + "cipher 0.4.4", + "ctr 0.9.2", + "ghash 0.5.0", "subtle", ] +[[package]] +name = "aes-soft" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072" +dependencies = [ + "cipher 0.2.5", + "opaque-debug 0.3.0", +] + +[[package]] +name = "aesni" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce" +dependencies = [ + "cipher 0.2.5", + "opaque-debug 0.3.0", +] + [[package]] name = "ahash" version = "0.7.8" @@ -197,6 +273,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "arc-swap" +version = "1.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" + [[package]] name = "ark-bls12-381" version = "0.4.0" @@ -327,19 +409,41 @@ version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" +[[package]] +name = "arrayvec" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" + [[package]] name = "arrayvec" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" +[[package]] +name = "asn1-rs" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33" +dependencies = [ + "asn1-rs-derive 0.1.0", + "asn1-rs-impl", + "displaydoc", + "nom", + "num-traits", + "rusticata-macros", + "thiserror", + "time", +] + [[package]] name = "asn1-rs" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" dependencies = [ - "asn1-rs-derive", + "asn1-rs-derive 0.4.0", "asn1-rs-impl", "displaydoc", "nom", @@ -349,6 +453,18 @@ dependencies = [ "time", ] +[[package]] +name = "asn1-rs-derive" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", + "synstructure", +] + [[package]] name = "asn1-rs-derive" version = "0.4.0" @@ -372,6 +488,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "asn1_der" +version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247" + [[package]] name = "assert-json-diff" version = "2.0.2" @@ -471,6 +593,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + [[package]] name = "atomic-write-file" version = "0.1.2" @@ -481,17 +609,6 @@ dependencies = [ "rand 0.8.5", ] -[[package]] -name = "attohttpc" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2" -dependencies = [ - "http 0.2.12", - "log", - "url", -] - [[package]] name = "atty" version = "0.2.14" @@ -571,6 +688,12 @@ version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" +[[package]] +name = "base16ct" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" + [[package]] name = "base16ct" version = "0.2.0" @@ -690,9 +813,9 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa13fae8b6255872fd86f7faf4b41168661d7d78609f7bfe6771b85c6739a15b" dependencies = [ - "bs58", + "bs58 0.5.0", "hmac 0.12.1", - "k256", + "k256 0.13.3", "once_cell", "pbkdf2 0.12.2", "rand_core 0.6.4", @@ -745,7 +868,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" dependencies = [ "arrayref", - "arrayvec", + "arrayvec 0.7.4", "constant_time_eq", ] @@ -756,7 +879,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae" dependencies = [ "arrayref", - "arrayvec", + "arrayvec 0.7.4", "constant_time_eq", ] @@ -767,20 +890,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87" dependencies = [ "arrayref", - "arrayvec", + "arrayvec 0.7.4", "cc", "cfg-if", "constant_time_eq", ] +[[package]] +name = "block-buffer" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" +dependencies = [ + "block-padding 0.1.5", + "byte-tools", + "byteorder", + "generic-array 0.12.4", +] + [[package]] name = "block-buffer" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ - "block-padding", - "generic-array", + "block-padding 0.2.1", + "generic-array 0.14.7", ] [[package]] @@ -789,7 +924,26 @@ version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" dependencies = [ - "generic-array", + "generic-array 0.14.7", +] + +[[package]] +name = "block-modes" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0" +dependencies = [ + "block-padding 0.2.1", + "cipher 0.2.5", +] + +[[package]] +name = "block-padding" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" +dependencies = [ + "byte-tools", ] [[package]] @@ -818,6 +972,12 @@ dependencies = [ "primitives-currency-swap", ] +[[package]] +name = "bs58" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" + [[package]] name = "bs58" version = "0.5.0" @@ -825,7 +985,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896" dependencies = [ "sha2 0.10.8", - "tinyvec", ] [[package]] @@ -870,6 +1029,12 @@ version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" +[[package]] +name = "byte-tools" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" + [[package]] name = "bytemuck" version = "1.14.3" @@ -958,6 +1123,17 @@ dependencies = [ "libc", ] +[[package]] +name = "ccm" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5aca1a8fbc20b50ac9673ff014abfb2b5f4085ee1a850d408f14a159c5853ac7" +dependencies = [ + "aead 0.3.2", + "cipher 0.2.5", + "subtle", +] + [[package]] name = "cexpr" version = "0.6.0" @@ -995,7 +1171,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" dependencies = [ "cfg-if", - "cipher", + "cipher 0.4.4", "cpufeatures", ] @@ -1005,9 +1181,9 @@ version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" dependencies = [ - "aead", + "aead 0.5.2", "chacha20", - "cipher", + "cipher 0.4.4", "poly1305", "zeroize", ] @@ -1045,6 +1221,24 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "cipher" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" +dependencies = [ + "generic-array 0.14.7", +] + +[[package]] +name = "cipher" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" +dependencies = [ + "generic-array 0.14.7", +] + [[package]] name = "cipher" version = "0.4.4" @@ -1086,7 +1280,7 @@ dependencies = [ "anstream", "anstyle", "clap_lex", - "strsim", + "strsim 0.11.0", ] [[package]] @@ -1238,7 +1432,7 @@ version = "0.93.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "253531aca9b6f56103c9420369db3263e784df39aa1c90685a1f69cfbba0623e" dependencies = [ - "arrayvec", + "arrayvec 0.7.4", "bumpalo", "cranelift-bforest", "cranelift-codegen-meta", @@ -1411,13 +1605,25 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" +[[package]] +name = "crypto-bigint" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" +dependencies = [ + "generic-array 0.14.7", + "rand_core 0.6.4", + "subtle", + "zeroize", +] + [[package]] name = "crypto-bigint" version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ - "generic-array", + "generic-array 0.14.7", "rand_core 0.6.4", "subtle", "zeroize", @@ -1429,7 +1635,7 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ - "generic-array", + "generic-array 0.14.7", "rand_core 0.6.4", "typenum", ] @@ -1440,7 +1646,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ - "generic-array", + "generic-array 0.14.7", "subtle", ] @@ -1450,7 +1656,7 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" dependencies = [ - "generic-array", + "generic-array 0.14.7", "subtle", ] @@ -1479,13 +1685,48 @@ dependencies = [ "tiny-bip39", ] +[[package]] +name = "ctr" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" +dependencies = [ + "cipher 0.3.0", +] + [[package]] name = "ctr" version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" dependencies = [ - "cipher", + "cipher 0.4.4", +] + +[[package]] +name = "curve25519-dalek" +version = "2.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216" +dependencies = [ + "byteorder", + "digest 0.8.1", + "rand_core 0.5.1", + "subtle", + "zeroize", +] + +[[package]] +name = "curve25519-dalek" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" +dependencies = [ + "byteorder", + "digest 0.9.0", + "rand_core 0.5.1", + "subtle", + "zeroize", ] [[package]] @@ -1559,6 +1800,41 @@ dependencies = [ "syn 2.0.72", ] +[[package]] +name = "darling" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" +dependencies = [ + "darling_core", + "darling_macro", +] + +[[package]] +name = "darling_core" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim 0.10.0", + "syn 1.0.109", +] + +[[package]] +name = "darling_macro" +version = "0.14.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" +dependencies = [ + "darling_core", + "quote", + "syn 1.0.109", +] + [[package]] name = "data-encoding" version = "2.5.0" @@ -1604,6 +1880,17 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49" +[[package]] +name = "der" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" +dependencies = [ + "const-oid", + "pem-rfc7468 0.6.0", + "zeroize", +] + [[package]] name = "der" version = "0.7.8" @@ -1611,17 +1898,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" dependencies = [ "const-oid", - "pem-rfc7468", + "pem-rfc7468 0.7.0", "zeroize", ] +[[package]] +name = "der-parser" +version = "7.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82" +dependencies = [ + "asn1-rs 0.3.1", + "displaydoc", + "nom", + "num-bigint", + "num-traits", + "rusticata-macros", +] + [[package]] name = "der-parser" version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" dependencies = [ - "asn1-rs", + "asn1-rs 0.5.2", "displaydoc", "nom", "num-bigint", @@ -1660,6 +1961,37 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "derive_builder" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3" +dependencies = [ + "derive_builder_macro", +] + +[[package]] +name = "derive_builder_core" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4" +dependencies = [ + "darling", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "derive_builder_macro" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68" +dependencies = [ + "derive_builder_core", + "syn 1.0.109", +] + [[package]] name = "derive_more" version = "0.99.17" @@ -1687,13 +2019,22 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" +[[package]] +name = "digest" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" +dependencies = [ + "generic-array 0.12.4", +] + [[package]] name = "digest" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" dependencies = [ - "generic-array", + "generic-array 0.14.7", ] [[package]] @@ -1811,18 +2152,39 @@ version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d" +[[package]] +name = "ecdsa" +version = "0.14.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" +dependencies = [ + "der 0.6.1", + "elliptic-curve 0.12.3", + "rfc6979 0.3.1", + "signature 1.6.4", +] + [[package]] name = "ecdsa" version = "0.16.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" dependencies = [ - "der", + "der 0.7.8", "digest 0.10.7", - "elliptic-curve", - "rfc6979", - "signature", - "spki", + "elliptic-curve 0.13.8", + "rfc6979 0.4.0", + "signature 2.2.0", + "spki 0.7.3", +] + +[[package]] +name = "ed25519" +version = "1.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" +dependencies = [ + "signature 1.6.4", ] [[package]] @@ -1831,8 +2193,22 @@ version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ - "pkcs8", - "signature", + "pkcs8 0.10.2", + "signature 2.2.0", +] + +[[package]] +name = "ed25519-dalek" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +dependencies = [ + "curve25519-dalek 3.2.0", + "ed25519 1.5.3", + "rand 0.7.3", + "serde", + "sha2 0.9.9", + "zeroize", ] [[package]] @@ -1841,8 +2217,8 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ - "curve25519-dalek", - "ed25519", + "curve25519-dalek 4.1.3", + "ed25519 2.2.3", "rand_core 0.6.4", "serde", "sha2 0.10.8", @@ -1852,16 +2228,15 @@ dependencies = [ [[package]] name = "ed25519-zebra" -version = "4.0.3" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" +checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6" dependencies = [ - "curve25519-dalek", - "ed25519", - "hashbrown 0.14.3", + "curve25519-dalek 3.2.0", + "hashbrown 0.12.3", "hex", "rand_core 0.6.4", - "sha2 0.10.8", + "sha2 0.9.9", "zeroize", ] @@ -1938,21 +2313,43 @@ dependencies = [ "serde", ] +[[package]] +name = "elliptic-curve" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" +dependencies = [ + "base16ct 0.1.1", + "crypto-bigint 0.4.9", + "der 0.6.1", + "digest 0.10.7", + "ff 0.12.1", + "generic-array 0.14.7", + "group 0.12.1", + "hkdf", + "pem-rfc7468 0.6.0", + "pkcs8 0.9.0", + "rand_core 0.6.4", + "sec1 0.3.0", + "subtle", + "zeroize", +] + [[package]] name = "elliptic-curve" version = "0.13.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" dependencies = [ - "base16ct", - "crypto-bigint", + "base16ct 0.2.0", + "crypto-bigint 0.5.5", "digest 0.10.7", - "ff", - "generic-array", - "group", - "pkcs8", + "ff 0.13.0", + "generic-array 0.14.7", + "group 0.13.0", + "pkcs8 0.10.2", "rand_core 0.6.4", - "sec1", + "sec1 0.7.3", "subtle", "zeroize", ] @@ -1984,18 +2381,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "enum-as-inner" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "syn 2.0.72", -] - [[package]] name = "env_logger" version = "0.10.2" @@ -2114,14 +2499,14 @@ version = "2.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82d80cc6ad30b14a48ab786523af33b37f28a8623fc06afd55324816ef18fb1f" dependencies = [ - "arrayvec", + "arrayvec 0.7.4", "bytes", "chrono", "const-hex", - "elliptic-curve", + "elliptic-curve 0.13.8", "ethabi", - "generic-array", - "k256", + "generic-array 0.14.7", + "k256 0.13.3", "num_enum 0.7.2", "open-fastrlp", "rand 0.8.5", @@ -2253,6 +2638,12 @@ dependencies = [ "wiremock", ] +[[package]] +name = "fake-simd" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" + [[package]] name = "fallible-iterator" version = "0.2.0" @@ -2277,7 +2668,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fc-cli" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "clap", "ethereum-types", @@ -2295,7 +2686,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "async-trait", "fp-consensus", @@ -2311,7 +2702,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "async-trait", "ethereum", @@ -2341,7 +2732,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "fc-db", "fc-storage", @@ -2364,7 +2755,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "ethereum", "ethereum-types", @@ -2382,7 +2773,7 @@ dependencies = [ "jsonrpsee", "libsecp256k1", "log", - "lru 0.8.1", + "lru", "pallet-evm", "parity-scale-codec", "prometheus", @@ -2414,7 +2805,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "ethereum", "ethereum-types", @@ -2427,7 +2818,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "ethereum", "ethereum-types", @@ -2451,6 +2842,16 @@ dependencies = [ "libc", ] +[[package]] +name = "ff" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" +dependencies = [ + "rand_core 0.6.4", + "subtle", +] + [[package]] name = "ff" version = "0.13.0" @@ -2529,6 +2930,17 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" +[[package]] +name = "flate2" +version = "1.0.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" +dependencies = [ + "crc32fast", + "libz-sys", + "miniz_oxide", +] + [[package]] name = "float-cmp" version = "0.9.0" @@ -2573,7 +2985,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "parity-scale-codec", ] @@ -2590,7 +3002,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "hex", "impl-serde", @@ -2609,7 +3021,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "ethereum", "parity-scale-codec", @@ -2621,7 +3033,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "ethereum", "ethereum-types", @@ -2635,7 +3047,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "evm", "frame-support", @@ -2649,7 +3061,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "ethereum", "ethereum-types", @@ -2666,7 +3078,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "frame-support", "parity-scale-codec", @@ -2678,7 +3090,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "parity-scale-codec", "serde", @@ -2693,7 +3105,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-support", "frame-support-procedural", @@ -2718,7 +3130,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "Inflector", "array-bytes", @@ -2765,7 +3177,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-support", "frame-system", @@ -2794,7 +3206,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "futures", "log", @@ -2810,14 +3222,14 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "bitflags 1.3.2", "environmental", "frame-metadata", "frame-support-procedural", "impl-trait-for-tuples", - "k256", + "k256 0.11.6", "log", "once_cell", "parity-scale-codec", @@ -2843,7 +3255,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "Inflector", "cfg-expr", @@ -2858,7 +3270,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -2870,7 +3282,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "proc-macro2", "quote", @@ -2880,7 +3292,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-support", "log", @@ -2898,7 +3310,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-benchmarking", "frame-support", @@ -2913,7 +3325,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "parity-scale-codec", "sp-api", @@ -2922,7 +3334,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-support", "parity-scale-codec", @@ -2981,16 +3393,6 @@ dependencies = [ "futures-util", ] -[[package]] -name = "futures-bounded" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b07bbbe7d7e78809544c6f718d875627addc73a7c3582447abc052cd3dc67e0" -dependencies = [ - "futures-timer", - "futures-util", -] - [[package]] name = "futures-channel" version = "0.3.30" @@ -3074,12 +3476,13 @@ dependencies = [ [[package]] name = "futures-rustls" -version = "0.24.0" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28" +checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd" dependencies = [ "futures-io", - "rustls 0.21.10", + "rustls 0.20.9", + "webpki 0.22.4", ] [[package]] @@ -3127,6 +3530,15 @@ dependencies = [ "byteorder", ] +[[package]] +name = "generic-array" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" +dependencies = [ + "typenum", +] + [[package]] name = "generic-array" version = "0.14.7" @@ -3171,13 +3583,13 @@ dependencies = [ ] [[package]] -name = "getrandom_or_panic" -version = "0.0.3" +name = "ghash" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" +checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" dependencies = [ - "rand 0.8.5", - "rand_core 0.6.4", + "opaque-debug 0.3.0", + "polyval 0.5.3", ] [[package]] @@ -3186,8 +3598,8 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40" dependencies = [ - "opaque-debug", - "polyval", + "opaque-debug 0.3.0", + "polyval 0.6.1", ] [[package]] @@ -3226,13 +3638,24 @@ dependencies = [ "regex-syntax 0.8.2", ] +[[package]] +name = "group" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" +dependencies = [ + "ff 0.12.1", + "rand_core 0.6.4", + "subtle", +] + [[package]] name = "group" version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ - "ff", + "ff 0.13.0", "rand_core 0.6.4", "subtle", ] @@ -3445,7 +3868,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" dependencies = [ "digest 0.9.0", - "generic-array", + "generic-array 0.14.7", "hmac 0.8.1", ] @@ -3842,22 +4265,18 @@ dependencies = [ ] [[package]] -name = "idna" -version = "0.2.3" +name = "ident_case" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" -dependencies = [ - "matches", - "unicode-bidi", - "unicode-normalization", -] +checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idna" -version = "0.4.0" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" dependencies = [ + "matches", "unicode-bidi", "unicode-normalization", ] @@ -3901,25 +4320,6 @@ dependencies = [ "windows", ] -[[package]] -name = "igd-next" -version = "0.14.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "064d90fec10d541084e7b39ead8875a5a80d9114a2b18791565253bae25f49e4" -dependencies = [ - "async-trait", - "attohttpc", - "bytes", - "futures", - "http 0.2.12", - "hyper", - "log", - "rand 0.8.5", - "tokio", - "url", - "xmltree", -] - [[package]] name = "impl-codec" version = "0.6.0" @@ -3997,7 +4397,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" dependencies = [ - "generic-array", + "generic-array 0.14.7", ] [[package]] @@ -4018,6 +4418,25 @@ dependencies = [ "num-traits", ] +[[package]] +name = "interceptor" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e8a11ae2da61704edada656798b61c94b35ecac2c58eb955156987d5e6be90b" +dependencies = [ + "async-trait", + "bytes", + "log", + "rand 0.8.5", + "rtcp", + "rtp", + "thiserror", + "tokio", + "waitgroup", + "webrtc-srtp", + "webrtc-util", +] + [[package]] name = "io-lifetimes" version = "1.0.11" @@ -4138,7 +4557,7 @@ dependencies = [ "tokio-rustls 0.24.1", "tokio-util", "tracing", - "webpki-roots", + "webpki-roots 0.25.4", ] [[package]] @@ -4148,7 +4567,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b5dde66c53d6dcdc8caea1874a45632ec0fcf5b437789f1e45766a1512ce803" dependencies = [ "anyhow", - "arrayvec", + "arrayvec 0.7.4", "async-lock 2.8.0", "async-trait", "beef", @@ -4230,6 +4649,18 @@ dependencies = [ "jsonrpsee-types", ] +[[package]] +name = "k256" +version = "0.11.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b" +dependencies = [ + "cfg-if", + "ecdsa 0.14.8", + "elliptic-curve 0.12.3", + "sha2 0.10.8", +] + [[package]] name = "k256" version = "0.13.3" @@ -4237,8 +4668,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" dependencies = [ "cfg-if", - "ecdsa", - "elliptic-curve", + "ecdsa 0.16.9", + "elliptic-curve 0.13.8", "once_cell", "sha2 0.10.8", ] @@ -4336,70 +4767,77 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "libp2p" -version = "0.52.4" +version = "0.50.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94495eb319a85b70a68b85e2389a95bb3555c71c49025b78c691a854a7e6464" +checksum = "9c7b0104790be871edcf97db9bd2356604984e623a08d825c3f27852290266b8" dependencies = [ "bytes", - "either", "futures", "futures-timer", "getrandom 0.2.14", "instant", - "libp2p-allow-block-list", - "libp2p-connection-limits", - "libp2p-core", + "libp2p-core 0.38.0", "libp2p-dns", "libp2p-identify", - "libp2p-identity", "libp2p-kad", "libp2p-mdns", "libp2p-metrics", + "libp2p-mplex", "libp2p-noise", "libp2p-ping", "libp2p-quic", "libp2p-request-response", "libp2p-swarm", "libp2p-tcp", - "libp2p-upnp", "libp2p-wasm-ext", + "libp2p-webrtc", "libp2p-websocket", "libp2p-yamux", - "multiaddr", + "multiaddr 0.16.0", + "parking_lot 0.12.1", "pin-project", - "rw-stream-sink", - "thiserror", -] - -[[package]] -name = "libp2p-allow-block-list" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55b46558c5c0bf99d3e2a1a38fd54ff5476ca66dd1737b12466a1824dd219311" -dependencies = [ - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "void", + "smallvec", ] [[package]] -name = "libp2p-connection-limits" -version = "0.2.1" +name = "libp2p-core" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f5107ad45cb20b2f6c3628c7b6014b996fcb13a88053f4569c872c6e30abf58" +checksum = "b6a8fcd392ff67af6cc3f03b1426c41f7f26b6b9aff2dc632c1c56dd649e571f" dependencies = [ - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", + "asn1_der", + "bs58 0.4.0", + "ed25519-dalek 1.0.1", + "either", + "fnv", + "futures", + "futures-timer", + "instant", + "log", + "multiaddr 0.16.0", + "multihash 0.16.3", + "multistream-select", + "once_cell", + "parking_lot 0.12.1", + "pin-project", + "prost", + "prost-build", + "rand 0.8.5", + "rw-stream-sink", + "sec1 0.3.0", + "sha2 0.10.8", + "smallvec", + "thiserror", + "unsigned-varint", "void", + "zeroize", ] [[package]] name = "libp2p-core" -version = "0.40.1" +version = "0.39.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd44289ab25e4c9230d9246c475a22241e301b23e8f4061d3bdef304a1a99713" +checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2" dependencies = [ "either", "fnv", @@ -4408,8 +4846,8 @@ dependencies = [ "instant", "libp2p-identity", "log", - "multiaddr", - "multihash 0.19.1", + "multiaddr 0.17.1", + "multihash 0.17.0", "multistream-select", "once_cell", "parking_lot 0.12.1", @@ -4425,14 +4863,12 @@ dependencies = [ [[package]] name = "libp2p-dns" -version = "0.40.1" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a18db73084b4da2871438f6239fef35190b05023de7656e877c18a00541a3b" +checksum = "8e42a271c1b49f789b92f7fc87749fa79ce5c7bdc88cbdfacb818a4bca47fec5" dependencies = [ - "async-trait", "futures", - "libp2p-core", - "libp2p-identity", + "libp2p-core 0.38.0", "log", "parking_lot 0.12.1", "smallvec", @@ -4441,22 +4877,20 @@ dependencies = [ [[package]] name = "libp2p-identify" -version = "0.43.1" +version = "0.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45a96638a0a176bec0a4bcaebc1afa8cf909b114477209d7456ade52c61cd9cd" +checksum = "c052d0026f4817b44869bfb6810f4e1112f43aec8553f2cb38881c524b563abf" dependencies = [ "asynchronous-codec", - "either", "futures", - "futures-bounded", "futures-timer", - "libp2p-core", - "libp2p-identity", + "libp2p-core 0.38.0", "libp2p-swarm", "log", - "lru 0.12.3", - "quick-protobuf", - "quick-protobuf-codec", + "lru", + "prost", + "prost-build", + "prost-codec", "smallvec", "thiserror", "void", @@ -4464,29 +4898,29 @@ dependencies = [ [[package]] name = "libp2p-identity" -version = "0.2.8" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "999ec70441b2fb35355076726a6bc466c932e9bdc66f6a11c6c0aa17c7ab9be0" +checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ - "bs58", - "ed25519-dalek", - "hkdf", - "multihash 0.19.1", + "bs58 0.4.0", + "ed25519-dalek 2.1.1", + "log", + "multiaddr 0.17.1", + "multihash 0.17.0", "quick-protobuf", "rand 0.8.5", "sha2 0.10.8", "thiserror", - "tracing", "zeroize", ] [[package]] name = "libp2p-kad" -version = "0.44.6" +version = "0.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" +checksum = "2766dcd2be8c87d5e1f35487deb22d765f49c6ae1251b3633efe3b25698bd3d2" dependencies = [ - "arrayvec", + "arrayvec 0.7.4", "asynchronous-codec", "bytes", "either", @@ -4494,12 +4928,11 @@ dependencies = [ "futures", "futures-timer", "instant", - "libp2p-core", - "libp2p-identity", + "libp2p-core 0.38.0", "libp2p-swarm", "log", - "quick-protobuf", - "quick-protobuf-codec", + "prost", + "prost-build", "rand 0.8.5", "sha2 0.10.8", "smallvec", @@ -4511,79 +4944,89 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.44.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42a2567c305232f5ef54185e9604579a894fd0674819402bb0ac0246da82f52a" +checksum = "04f378264aade9872d6ccd315c0accc18be3a35d15fc1b9c36e5b6f983b62b5b" dependencies = [ "data-encoding", "futures", "if-watch", - "libp2p-core", - "libp2p-identity", + "libp2p-core 0.38.0", "libp2p-swarm", "log", "rand 0.8.5", "smallvec", - "socket2 0.5.5", + "socket2 0.4.10", "tokio", - "trust-dns-proto 0.22.0", + "trust-dns-proto", "void", ] [[package]] name = "libp2p-metrics" -version = "0.13.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "239ba7d28f8d0b5d77760dc6619c05c7e88e74ec8fbbe97f856f20a56745e620" +checksum = "5ad8a64f29da86005c86a4d2728b8a0719e9b192f4092b609fd8790acb9dec55" dependencies = [ - "instant", - "libp2p-core", + "libp2p-core 0.38.0", "libp2p-identify", - "libp2p-identity", "libp2p-kad", "libp2p-ping", "libp2p-swarm", - "once_cell", "prometheus-client", ] +[[package]] +name = "libp2p-mplex" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03805b44107aa013e7cbbfa5627b31c36cbedfdfb00603c0311998882bc4bace" +dependencies = [ + "asynchronous-codec", + "bytes", + "futures", + "libp2p-core 0.38.0", + "log", + "nohash-hasher", + "parking_lot 0.12.1", + "rand 0.8.5", + "smallvec", + "unsigned-varint", +] + [[package]] name = "libp2p-noise" -version = "0.43.2" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921" +checksum = "a978cb57efe82e892ec6f348a536bfbd9fee677adbe5689d7a93ad3a9bffbf2e" dependencies = [ "bytes", - "curve25519-dalek", + "curve25519-dalek 3.2.0", "futures", - "libp2p-core", - "libp2p-identity", + "libp2p-core 0.38.0", "log", - "multiaddr", - "multihash 0.19.1", "once_cell", - "quick-protobuf", + "prost", + "prost-build", "rand 0.8.5", "sha2 0.10.8", "snow", "static_assertions", "thiserror", - "x25519-dalek", + "x25519-dalek 1.1.1", "zeroize", ] [[package]] name = "libp2p-ping" -version = "0.43.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e702d75cd0827dfa15f8fd92d15b9932abe38d10d21f47c50438c71dd1b5dae3" +checksum = "929fcace45a112536e22b3dcfd4db538723ef9c3cb79f672b98be2cc8e25f37f" dependencies = [ - "either", "futures", "futures-timer", "instant", - "libp2p-core", - "libp2p-identity", + "libp2p-core 0.38.0", "libp2p-swarm", "log", "rand 0.8.5", @@ -4592,177 +5035,185 @@ dependencies = [ [[package]] name = "libp2p-quic" -version = "0.9.3" +version = "0.7.0-alpha" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "130d451d83f21b81eb7b35b360bc7972aeafb15177784adc56528db082e6b927" +checksum = "01e7c867e95c8130667b24409d236d37598270e6da69b3baf54213ba31ffca59" dependencies = [ "bytes", "futures", "futures-timer", "if-watch", - "libp2p-core", - "libp2p-identity", + "libp2p-core 0.38.0", "libp2p-tls", "log", "parking_lot 0.12.1", - "quinn", + "quinn-proto", "rand 0.8.5", - "ring 0.16.20", - "rustls 0.21.10", - "socket2 0.5.5", + "rustls 0.20.9", "thiserror", "tokio", ] [[package]] name = "libp2p-request-response" -version = "0.25.3" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8e3b4d67870478db72bac87bfc260ee6641d0734e0e3e275798f089c3fecfd4" +checksum = "3236168796727bfcf4927f766393415361e2c644b08bedb6a6b13d957c9a4884" dependencies = [ "async-trait", + "bytes", "futures", "instant", - "libp2p-core", - "libp2p-identity", + "libp2p-core 0.38.0", "libp2p-swarm", "log", "rand 0.8.5", "smallvec", - "void", + "unsigned-varint", ] [[package]] name = "libp2p-swarm" -version = "0.43.7" +version = "0.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "580189e0074af847df90e75ef54f3f30059aedda37ea5a1659e8b9fca05c0141" +checksum = "b2a35472fe3276b3855c00f1c032ea8413615e030256429ad5349cdf67c6e1a0" dependencies = [ "either", "fnv", "futures", "futures-timer", "instant", - "libp2p-core", - "libp2p-identity", + "libp2p-core 0.38.0", "libp2p-swarm-derive", "log", - "multistream-select", - "once_cell", + "pin-project", "rand 0.8.5", "smallvec", + "thiserror", "tokio", "void", ] [[package]] name = "libp2p-swarm-derive" -version = "0.33.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4d5ec2a3df00c7836d7696c136274c9c59705bac69133253696a6c932cd1d74" +checksum = "9d527d5827582abd44a6d80c07ff8b50b4ee238a8979e05998474179e79dc400" dependencies = [ "heck 0.4.1", - "proc-macro-warning", - "proc-macro2", "quote", - "syn 2.0.72", + "syn 1.0.109", ] [[package]] name = "libp2p-tcp" -version = "0.40.1" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b558dd40d1bcd1aaaed9de898e9ec6a436019ecc2420dd0016e712fbb61c5508" +checksum = "b4b257baf6df8f2df39678b86c578961d48cc8b68642a12f0f763f56c8e5858d" dependencies = [ "futures", "futures-timer", "if-watch", "libc", - "libp2p-core", - "libp2p-identity", + "libp2p-core 0.38.0", "log", - "socket2 0.5.5", + "socket2 0.4.10", "tokio", ] [[package]] name = "libp2p-tls" -version = "0.2.1" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8218d1d5482b122ccae396bbf38abdcb283ecc96fa54760e1dfd251f0546ac61" +checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781" dependencies = [ "futures", "futures-rustls", - "libp2p-core", + "libp2p-core 0.39.2", "libp2p-identity", - "rcgen", + "rcgen 0.10.0", "ring 0.16.20", - "rustls 0.21.10", - "rustls-webpki", + "rustls 0.20.9", "thiserror", - "x509-parser", + "webpki 0.22.4", + "x509-parser 0.14.0", "yasna", ] [[package]] -name = "libp2p-upnp" -version = "0.1.1" +name = "libp2p-wasm-ext" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82775a47b34f10f787ad3e2a22e2c1541e6ebef4fe9f28f3ac553921554c94c1" +checksum = "1bb1a35299860e0d4b3c02a3e74e3b293ad35ae0cee8a056363b0c862d082069" dependencies = [ "futures", - "futures-timer", - "igd-next", - "libp2p-core", - "libp2p-swarm", - "log", - "tokio", - "void", + "js-sys", + "libp2p-core 0.38.0", + "parity-send-wrapper", + "wasm-bindgen", + "wasm-bindgen-futures", ] [[package]] -name = "libp2p-wasm-ext" -version = "0.40.0" +name = "libp2p-webrtc" +version = "0.4.0-alpha" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e5d8e3a9e07da0ef5b55a9f26c009c8fb3c725d492d8bb4b431715786eea79c" +checksum = "cdb6cd86dd68cba72308ea05de1cebf3ba0ae6e187c40548167955d4e3970f6a" dependencies = [ + "async-trait", + "asynchronous-codec", + "bytes", "futures", - "js-sys", - "libp2p-core", - "send_wrapper", - "wasm-bindgen", - "wasm-bindgen-futures", + "futures-timer", + "hex", + "if-watch", + "libp2p-core 0.38.0", + "libp2p-noise", + "log", + "multihash 0.16.3", + "prost", + "prost-build", + "prost-codec", + "rand 0.8.5", + "rcgen 0.9.3", + "serde", + "stun", + "thiserror", + "tinytemplate", + "tokio", + "tokio-util", + "webrtc", ] [[package]] name = "libp2p-websocket" -version = "0.42.1" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3facf0691bab65f571bc97c6c65ffa836248ca631d631b7691ac91deb7fceb5f" +checksum = "1d705506030d5c0aaf2882437c70dab437605f21c5f9811978f694e6917a3b54" dependencies = [ "either", "futures", "futures-rustls", - "libp2p-core", - "libp2p-identity", + "libp2p-core 0.38.0", "log", "parking_lot 0.12.1", "quicksink", "rw-stream-sink", "soketto", "url", - "webpki-roots", + "webpki-roots 0.22.6", ] [[package]] name = "libp2p-yamux" -version = "0.44.1" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eedcb62824c4300efb9cfd4e2a6edaf3ca097b9e68b36dabe45a44469fd6a85" +checksum = "4f63594a0aa818642d9d4915c791945053877253f08a3626f13416b5cd928a29" dependencies = [ "futures", - "libp2p-core", + "libp2p-core 0.38.0", "log", + "parking_lot 0.12.1", "thiserror", "yamux", ] @@ -4933,15 +5384,6 @@ dependencies = [ "hashbrown 0.12.3", ] -[[package]] -name = "lru" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" -dependencies = [ - "hashbrown 0.14.3", -] - [[package]] name = "lru-cache" version = "0.1.2" @@ -5080,13 +5522,13 @@ checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3" [[package]] name = "merlin" -version = "3.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" +checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42" dependencies = [ "byteorder", "keccak", - "rand_core 0.6.4", + "rand_core 0.5.1", "zeroize", ] @@ -5180,16 +5622,34 @@ dependencies = [ [[package]] name = "multiaddr" -version = "0.18.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b852bc02a2da5feed68cd14fa50d0774b92790a5bdbfa932a813926c8472070" +checksum = "a4aebdb21e90f81d13ed01dc84123320838e53963c2ca94b60b305d3fa64f31e" dependencies = [ "arrayref", "byteorder", "data-encoding", - "libp2p-identity", "multibase", - "multihash 0.19.1", + "multihash 0.16.3", + "percent-encoding", + "serde", + "static_assertions", + "unsigned-varint", + "url", +] + +[[package]] +name = "multiaddr" +version = "0.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd" +dependencies = [ + "arrayref", + "byteorder", + "data-encoding", + "log", + "multibase", + "multihash 0.17.0", "percent-encoding", "serde", "static_assertions", @@ -5227,11 +5687,12 @@ dependencies = [ [[package]] name = "multihash" -version = "0.19.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" +checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40" dependencies = [ "core2", + "multihash-derive", "unsigned-varint", ] @@ -5257,9 +5718,9 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "multistream-select" -version = "0.13.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea0df8e5eec2298a62b326ee4f0d7fe1a6b90a09dfcf9df37b38f947a8c42f19" +checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a" dependencies = [ "bytes", "futures", @@ -5409,6 +5870,7 @@ dependencies = [ "bitflags 1.3.2", "cfg-if", "libc", + "memoffset", ] [[package]] @@ -5517,7 +5979,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" dependencies = [ - "arrayvec", + "arrayvec 0.7.4", "itoa", ] @@ -5651,20 +6113,35 @@ dependencies = [ "memchr", ] +[[package]] +name = "oid-registry" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a" +dependencies = [ + "asn1-rs 0.3.1", +] + [[package]] name = "oid-registry" version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" dependencies = [ - "asn1-rs", + "asn1-rs 0.5.2", ] [[package]] name = "once_cell" version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" + +[[package]] +name = "opaque-debug" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" [[package]] name = "opaque-debug" @@ -5678,7 +6155,7 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "786393f80485445794f6043fd3138854dd109cc6c4bd1a6383db304c9ce9b9ce" dependencies = [ - "arrayvec", + "arrayvec 0.7.4", "auto_impl", "bytes", "ethereum-types", @@ -5747,10 +6224,32 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" +[[package]] +name = "p256" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" +dependencies = [ + "ecdsa 0.14.8", + "elliptic-curve 0.12.3", + "sha2 0.10.8", +] + +[[package]] +name = "p384" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa" +dependencies = [ + "ecdsa 0.14.8", + "elliptic-curve 0.12.3", + "sha2 0.10.8", +] + [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-support", "frame-system", @@ -5764,7 +6263,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5803,7 +6302,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5923,7 +6422,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "ethereum", "ethereum-types", @@ -5959,7 +6458,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "environmental", "evm", @@ -5999,7 +6498,7 @@ dependencies = [ [[package]] name = "pallet-evm-balances" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "frame-support", "frame-system", @@ -6013,7 +6512,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "fp-evm", ] @@ -6021,7 +6520,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "fp-evm", "sp-core", @@ -6031,7 +6530,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "fp-evm", "num", @@ -6040,7 +6539,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "fp-evm", "tiny-keccak", @@ -6049,7 +6548,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "fp-evm", "ripemd", @@ -6059,7 +6558,7 @@ dependencies = [ [[package]] name = "pallet-evm-system" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "fp-evm", "frame-support", @@ -6074,7 +6573,7 @@ dependencies = [ [[package]] name = "pallet-evm-test-vector-support" version = "1.0.0-dev" -source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-07-30#0cdad34e6c2a8ab0b9f057229487e7d5c3fd4d36" +source = "git+https://github.com/humanode-network/frontier?tag=locked/polkadot-v0.9.40-2024-08-02#692e28e1e00ec3768b3d76324015d33a0d06ba20" dependencies = [ "evm", "fp-evm", @@ -6087,7 +6586,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6125,7 +6624,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6145,7 +6644,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6161,7 +6660,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-support", "frame-system", @@ -6191,7 +6690,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-support", "frame-system", @@ -6212,7 +6711,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-support", "frame-system", @@ -6226,7 +6725,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6263,7 +6762,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-support", "frame-system", @@ -6279,7 +6778,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6295,7 +6794,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6307,7 +6806,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6364,7 +6863,7 @@ version = "3.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "881331e34fa842a2fb61cc2db9643a8fedc615e47cfcc52597d1af0db9a7e8fe" dependencies = [ - "arrayvec", + "arrayvec 0.7.4", "bitvec", "byte-slice-cast", "bytes", @@ -6385,6 +6884,12 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "parity-send-wrapper" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" + [[package]] name = "parity-wasm" version = "0.45.0" @@ -6494,6 +6999,15 @@ dependencies = [ "base64 0.13.1", ] +[[package]] +name = "pem-rfc7468" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac" +dependencies = [ + "base64ct", +] + [[package]] name = "pem-rfc7468" version = "0.7.0" @@ -6608,9 +7122,19 @@ version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" dependencies = [ - "der", - "pkcs8", - "spki", + "der 0.7.8", + "pkcs8 0.10.2", + "spki 0.7.3", +] + +[[package]] +name = "pkcs8" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" +dependencies = [ + "der 0.6.1", + "spki 0.6.0", ] [[package]] @@ -6619,8 +7143,8 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" dependencies = [ - "der", - "spki", + "der 0.7.8", + "spki 0.7.3", ] [[package]] @@ -6650,8 +7174,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" dependencies = [ "cpufeatures", - "opaque-debug", - "universal-hash", + "opaque-debug 0.3.0", + "universal-hash 0.5.1", +] + +[[package]] +name = "polyval" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" +dependencies = [ + "cfg-if", + "cpufeatures", + "opaque-debug 0.3.0", + "universal-hash 0.4.1", ] [[package]] @@ -6662,8 +7198,8 @@ checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb" dependencies = [ "cfg-if", "cpufeatures", - "opaque-debug", - "universal-hash", + "opaque-debug 0.3.0", + "universal-hash 0.5.1", ] [[package]] @@ -6958,17 +7494,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "proc-macro-warning" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.72", -] - [[package]] name = "proc-macro2" version = "1.0.86" @@ -6994,25 +7519,25 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.21.2" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2" +checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c" dependencies = [ "dtoa", "itoa", "parking_lot 0.12.1", - "prometheus-client-derive-encode", + "prometheus-client-derive-text-encode", ] [[package]] -name = "prometheus-client-derive-encode" -version = "0.4.2" +name = "prometheus-client-derive-text-encode" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" +checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 1.0.109", ] [[package]] @@ -7063,6 +7588,19 @@ dependencies = [ "which", ] +[[package]] +name = "prost-codec" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0dc34979ff898b6e141106178981ce2596c387ea6e62533facfc61a37fc879c0" +dependencies = [ + "asynchronous-codec", + "bytes", + "prost", + "thiserror", + "unsigned-varint", +] + [[package]] name = "prost-derive" version = "0.11.9" @@ -7128,19 +7666,6 @@ dependencies = [ "byteorder", ] -[[package]] -name = "quick-protobuf-codec" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ededb1cd78531627244d51dd0c7139fbe736c7d57af0092a76f0ffb2f56e98" -dependencies = [ - "asynchronous-codec", - "bytes", - "quick-protobuf", - "thiserror", - "unsigned-varint", -] - [[package]] name = "quicksink" version = "0.1.2" @@ -7152,52 +7677,22 @@ dependencies = [ "pin-project-lite 0.1.12", ] -[[package]] -name = "quinn" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" -dependencies = [ - "bytes", - "futures-io", - "pin-project-lite 0.2.13", - "quinn-proto", - "quinn-udp", - "rustc-hash", - "rustls 0.21.10", - "thiserror", - "tokio", - "tracing", -] - [[package]] name = "quinn-proto" -version = "0.10.6" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "141bf7dfde2fbc246bfd3fe12f2455aa24b0fbd9af535d8c86c7bd1381ff2b1a" +checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ "bytes", "rand 0.8.5", "ring 0.16.20", "rustc-hash", - "rustls 0.21.10", + "rustls 0.20.9", "slab", "thiserror", "tinyvec", "tracing", -] - -[[package]] -name = "quinn-udp" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "055b4e778e8feb9f93c4e439f71dc2156ef13360b432b799e179a8c4cdf0b1d7" -dependencies = [ - "bytes", - "libc", - "socket2 0.5.5", - "tracing", - "windows-sys 0.48.0", + "webpki 0.22.4", ] [[package]] @@ -7330,6 +7825,19 @@ dependencies = [ "crossbeam-utils", ] +[[package]] +name = "rcgen" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd" +dependencies = [ + "pem", + "ring 0.16.20", + "time", + "x509-parser 0.13.2", + "yasna", +] + [[package]] name = "rcgen" version = "0.10.0" @@ -7515,6 +8023,17 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" +[[package]] +name = "rfc6979" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" +dependencies = [ + "crypto-bigint 0.4.9", + "hmac 0.12.1", + "zeroize", +] + [[package]] name = "rfc6979" version = "0.4.0" @@ -7602,7 +8121,7 @@ dependencies = [ name = "robonode-crypto" version = "0.1.0" dependencies = [ - "ed25519-dalek", + "ed25519-dalek 2.1.1", "hex-literal 0.4.1", "rand 0.8.5", ] @@ -7699,14 +8218,25 @@ dependencies = [ "num-integer", "num-traits", "pkcs1", - "pkcs8", + "pkcs8 0.10.2", "rand_core 0.6.4", - "signature", - "spki", + "signature 2.2.0", + "spki 0.7.3", "subtle", "zeroize", ] +[[package]] +name = "rtcp" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691" +dependencies = [ + "bytes", + "thiserror", + "webrtc-util", +] + [[package]] name = "rtnetlink" version = "0.10.1" @@ -7732,6 +8262,20 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "rtp" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80" +dependencies = [ + "async-trait", + "bytes", + "rand 0.8.5", + "serde", + "thiserror", + "webrtc-util", +] + [[package]] name = "rustc-demangle" version = "0.1.23" @@ -7795,6 +8339,19 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "rustls" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" +dependencies = [ + "base64 0.13.1", + "log", + "ring 0.16.20", + "sct 0.6.1", + "webpki 0.21.4", +] + [[package]] name = "rustls" version = "0.20.9" @@ -7803,8 +8360,8 @@ checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" dependencies = [ "log", "ring 0.16.20", - "sct", - "webpki", + "sct 0.7.1", + "webpki 0.22.4", ] [[package]] @@ -7816,7 +8373,7 @@ dependencies = [ "log", "ring 0.17.7", "rustls-webpki", - "sct", + "sct 0.7.1", ] [[package]] @@ -7858,9 +8415,9 @@ checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" [[package]] name = "rw-stream-sink" -version = "0.4.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8c9026ff5d2f23da5e45bbc283f156383001bfb09c4e44256d02c1a685fe9a1" +checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04" dependencies = [ "futures", "pin-project", @@ -7894,7 +8451,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "log", "sp-core", @@ -7905,7 +8462,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "futures", "futures-timer", @@ -7928,7 +8485,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7943,7 +8500,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -7962,7 +8519,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -7973,14 +8530,14 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "array-bytes", "chrono", "clap", "fdlimit", "futures", - "libp2p-identity", + "libp2p", "log", "names", "parity-scale-codec", @@ -8013,7 +8570,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "fnv", "futures", @@ -8039,7 +8596,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "hash-db 0.16.0", "kvdb", @@ -8065,12 +8622,12 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "futures", "futures-timer", - "libp2p-identity", + "libp2p", "log", "mockall", "parking_lot 0.12.1", @@ -8090,7 +8647,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "fork-tree", @@ -8129,7 +8686,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "futures", "jsonrpsee", @@ -8151,7 +8708,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8164,7 +8721,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "ahash 0.8.8", "array-bytes", @@ -8204,7 +8761,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "finality-grandpa", "futures", @@ -8224,7 +8781,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "futures", @@ -8247,9 +8804,9 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ - "lru 0.8.1", + "lru", "parity-scale-codec", "parking_lot 0.12.1", "sc-executor-common", @@ -8271,7 +8828,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -8284,7 +8841,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "log", "sc-allocator", @@ -8297,7 +8854,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "anyhow", "cfg-if", @@ -8315,7 +8872,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "ansi_term", "futures", @@ -8331,7 +8888,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "array-bytes", "async-trait", @@ -8346,7 +8903,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "array-bytes", "async-channel", @@ -8359,10 +8916,9 @@ dependencies = [ "futures-timer", "ip_network", "libp2p", - "libp2p-kad", "linked_hash_set", "log", - "lru 0.8.1", + "lru", "mockall", "parity-scale-codec", "parking_lot 0.12.1", @@ -8385,18 +8941,17 @@ dependencies = [ "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", - "void", "zeroize", ] [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "cid", "futures", - "libp2p-identity", + "libp2p", "log", "prost", "prost-build", @@ -8412,7 +8967,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "array-bytes", "async-trait", @@ -8420,7 +8975,7 @@ dependencies = [ "bytes", "futures", "futures-timer", - "libp2p-identity", + "libp2p", "parity-scale-codec", "prost-build", "sc-consensus", @@ -8440,15 +8995,14 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "ahash 0.8.8", "futures", "futures-timer", - "libp2p-identity", + "libp2p", "log", - "lru 0.8.1", - "multiaddr", + "lru", "sc-network", "sc-network-common", "sc-peerset", @@ -8460,11 +9014,11 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "array-bytes", "futures", - "libp2p-identity", + "libp2p", "log", "parity-scale-codec", "prost", @@ -8482,7 +9036,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "array-bytes", "async-trait", @@ -8491,7 +9045,7 @@ dependencies = [ "futures-timer", "libp2p", "log", - "lru 0.8.1", + "lru", "mockall", "parity-scale-codec", "prost", @@ -8516,7 +9070,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "array-bytes", "futures", @@ -8536,7 +9090,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "array-bytes", "bytes", @@ -8567,10 +9121,10 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "futures", - "libp2p-identity", + "libp2p", "log", "sc-utils", "serde_json", @@ -8580,7 +9134,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8589,7 +9143,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "futures", "jsonrpsee", @@ -8619,7 +9173,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8638,7 +9192,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "http 0.2.12", "jsonrpsee", @@ -8653,7 +9207,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "array-bytes", "futures", @@ -8679,7 +9233,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "directories", @@ -8745,7 +9299,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "log", "parity-scale-codec", @@ -8756,7 +9310,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "clap", "fs4", @@ -8772,7 +9326,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "futures", "libc", @@ -8791,7 +9345,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "chrono", "futures", @@ -8810,7 +9364,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "ansi_term", "atty", @@ -8841,7 +9395,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -8852,7 +9406,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "futures", @@ -8879,7 +9433,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "futures", @@ -8893,7 +9447,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-channel", "futures", @@ -8953,19 +9507,18 @@ dependencies = [ [[package]] name = "schnorrkel" -version = "0.11.4" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0" +checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862" dependencies = [ - "aead", "arrayref", - "arrayvec", - "curve25519-dalek", - "getrandom_or_panic", + "arrayvec 0.5.2", + "curve25519-dalek 2.1.3", + "getrandom 0.1.16", "merlin", - "rand_core 0.6.4", - "serde_bytes", - "sha2 0.10.8", + "rand 0.7.3", + "rand_core 0.5.1", + "sha2 0.8.2", "subtle", "zeroize", ] @@ -8988,6 +9541,16 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" +[[package]] +name = "sct" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" +dependencies = [ + "ring 0.16.20", + "untrusted 0.7.1", +] + [[package]] name = "sct" version = "0.7.1" @@ -8998,16 +9561,42 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "sdp" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13" +dependencies = [ + "rand 0.8.5", + "substring", + "thiserror", + "url", +] + +[[package]] +name = "sec1" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" +dependencies = [ + "base16ct 0.1.1", + "der 0.6.1", + "generic-array 0.14.7", + "pkcs8 0.9.0", + "subtle", + "zeroize", +] + [[package]] name = "sec1" version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" dependencies = [ - "base16ct", - "der", - "generic-array", - "pkcs8", + "base16ct 0.2.0", + "der 0.7.8", + "generic-array 0.14.7", + "pkcs8 0.10.2", "subtle", "zeroize", ] @@ -9104,12 +9693,6 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" -[[package]] -name = "send_wrapper" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" - [[package]] name = "serde" version = "1.0.203" @@ -9119,15 +9702,6 @@ dependencies = [ "serde_derive", ] -[[package]] -name = "serde_bytes" -version = "0.11.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" -dependencies = [ - "serde", -] - [[package]] name = "serde_derive" version = "1.0.203" @@ -9184,7 +9758,7 @@ dependencies = [ "cfg-if", "cpufeatures", "digest 0.9.0", - "opaque-debug", + "opaque-debug 0.3.0", ] [[package]] @@ -9198,6 +9772,18 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "sha2" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69" +dependencies = [ + "block-buffer 0.7.3", + "digest 0.8.1", + "fake-simd", + "opaque-debug 0.2.3", +] + [[package]] name = "sha2" version = "0.9.9" @@ -9208,7 +9794,7 @@ dependencies = [ "cfg-if", "cpufeatures", "digest 0.9.0", - "opaque-debug", + "opaque-debug 0.3.0", ] [[package]] @@ -9231,7 +9817,7 @@ dependencies = [ "block-buffer 0.9.0", "digest 0.9.0", "keccak", - "opaque-debug", + "opaque-debug 0.3.0", ] [[package]] @@ -9289,6 +9875,16 @@ dependencies = [ "libc", ] +[[package]] +name = "signature" +version = "1.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" +dependencies = [ + "digest 0.10.7", + "rand_core 0.6.4", +] + [[package]] name = "signature" version = "2.2.0" @@ -9371,10 +9967,10 @@ version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "850948bee068e713b8ab860fe1adc4d109676ab4c3b621fd8147f06b261f2f85" dependencies = [ - "aes-gcm", + "aes-gcm 0.10.3", "blake2", "chacha20poly1305", - "curve25519-dalek", + "curve25519-dalek 4.1.3", "rand_core 0.6.4", "ring 0.17.7", "rustc_version", @@ -9410,6 +10006,7 @@ checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" dependencies = [ "base64 0.13.1", "bytes", + "flate2", "futures", "http 0.2.12", "httparse", @@ -9421,7 +10018,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "hash-db 0.16.0", "log", @@ -9439,7 +10036,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "Inflector", "blake2", @@ -9453,7 +10050,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "parity-scale-codec", "scale-info", @@ -9466,7 +10063,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "integer-sqrt", "num-traits", @@ -9480,7 +10077,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "parity-scale-codec", "sp-api", @@ -9492,11 +10089,11 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "futures", "log", - "lru 0.8.1", + "lru", "parity-scale-codec", "parking_lot 0.12.1", "sp-api", @@ -9510,7 +10107,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "futures", @@ -9525,7 +10122,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "parity-scale-codec", @@ -9543,7 +10140,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "merlin", @@ -9566,7 +10163,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "finality-grandpa", "log", @@ -9584,7 +10181,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "parity-scale-codec", "scale-info", @@ -9596,7 +10193,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "parity-scale-codec", "scale-info", @@ -9609,7 +10206,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "array-bytes", "base58", @@ -9652,7 +10249,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "blake2b_simd", "byteorder", @@ -9666,7 +10263,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "proc-macro2", "quote", @@ -9677,7 +10274,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -9686,7 +10283,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "proc-macro2", "quote", @@ -9696,7 +10293,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "environmental", "parity-scale-codec", @@ -9707,7 +10304,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9722,10 +10319,11 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "bytes", - "ed25519-dalek", + "ed25519 1.5.3", + "ed25519-dalek 1.0.1", "futures", "libsecp256k1", "log", @@ -9746,7 +10344,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "lazy_static", "sp-core", @@ -9757,7 +10355,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "futures", @@ -9774,7 +10372,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "thiserror", "zstd", @@ -9783,7 +10381,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "sp-api", "sp-core", @@ -9793,7 +10391,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "backtrace", "lazy_static", @@ -9803,7 +10401,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "rustc-hash", "serde", @@ -9813,7 +10411,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "either", "hash256-std-hasher", @@ -9835,7 +10433,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -9853,7 +10451,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -9865,7 +10463,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "parity-scale-codec", "scale-info", @@ -9879,7 +10477,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "parity-scale-codec", "scale-info", @@ -9891,7 +10489,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "hash-db 0.16.0", "log", @@ -9911,12 +10509,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9929,7 +10527,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "futures-timer", @@ -9944,7 +10542,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "parity-scale-codec", "sp-std", @@ -9956,7 +10554,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "sp-api", "sp-runtime", @@ -9965,7 +10563,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "log", @@ -9981,7 +10579,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "ahash 0.8.8", "hash-db 0.16.0", @@ -10004,7 +10602,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10021,7 +10619,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10032,7 +10630,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10046,7 +10644,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "parity-scale-codec", "scale-info", @@ -10073,6 +10671,16 @@ dependencies = [ "lock_api", ] +[[package]] +name = "spki" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" +dependencies = [ + "base64ct", + "der 0.6.1", +] + [[package]] name = "spki" version = "0.7.3" @@ -10080,7 +10688,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ "base64ct", - "der", + "der 0.7.8", ] [[package]] @@ -10206,7 +10814,7 @@ dependencies = [ "futures-core", "futures-io", "futures-util", - "generic-array", + "generic-array 0.14.7", "hex", "hkdf", "hmac 0.12.1", @@ -10357,6 +10965,12 @@ dependencies = [ "unicode-normalization", ] +[[package]] +name = "strsim" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" + [[package]] name = "strsim" version = "0.11.0" @@ -10407,11 +11021,30 @@ dependencies = [ "syn 2.0.72", ] +[[package]] +name = "stun" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25" +dependencies = [ + "base64 0.13.1", + "crc", + "lazy_static", + "md-5", + "rand 0.8.5", + "ring 0.16.20", + "subtle", + "thiserror", + "tokio", + "url", + "webrtc-util", +] + [[package]] name = "substrate-bip39" -version = "0.4.6" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a7590dc041b9bc2825e52ce5af8416c73dbe9d0654402bfd4b4941938b94d8f" +checksum = "e620c7098893ba667438b47169c00aacdd9e7c10e042250ce2b60b087ec97328" dependencies = [ "hmac 0.11.0", "pbkdf2 0.8.0", @@ -10436,7 +11069,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -10455,7 +11088,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "hyper", "log", @@ -10467,7 +11100,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "jsonrpsee", @@ -10480,7 +11113,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "ansi_term", "build-helper", @@ -10494,6 +11127,15 @@ dependencies = [ "wasm-opt", ] +[[package]] +name = "substring" +version = "1.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86" +dependencies = [ + "autocfg", +] + [[package]] name = "subtle" version = "2.4.1" @@ -10716,6 +11358,16 @@ dependencies = [ "crunchy", ] +[[package]] +name = "tinytemplate" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" +dependencies = [ + "serde", + "serde_json", +] + [[package]] name = "tinyvec" version = "1.6.0" @@ -10779,7 +11431,7 @@ checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" dependencies = [ "rustls 0.20.9", "tokio", - "webpki", + "webpki 0.22.4", ] [[package]] @@ -11087,7 +11739,7 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner 0.5.1", + "enum-as-inner", "futures-channel", "futures-io", "futures-util", @@ -11104,50 +11756,24 @@ dependencies = [ "url", ] -[[package]] -name = "trust-dns-proto" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" -dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner 0.6.0", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.4.0", - "ipnet", - "once_cell", - "rand 0.8.5", - "smallvec", - "thiserror", - "tinyvec", - "tokio", - "tracing", - "url", -] - [[package]] name = "trust-dns-resolver" -version = "0.23.2" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" +checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe" dependencies = [ "cfg-if", "futures-util", "ipconfig", + "lazy_static", "lru-cache", - "once_cell", "parking_lot 0.12.1", - "rand 0.8.5", "resolv-conf", "smallvec", "thiserror", "tokio", "tracing", - "trust-dns-proto 0.23.2", + "trust-dns-proto", ] [[package]] @@ -11159,7 +11785,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-07-30#469eec3390a29657446b048afd6cef75331ead1d" +source = "git+https://github.com/humanode-network/substrate?tag=locked/polkadot-v0.9.40-2024-08-02#fc5aabd84ebf6be57f97bf6dbf557eed5753719b" dependencies = [ "async-trait", "clap", @@ -11218,6 +11844,25 @@ dependencies = [ "utf-8", ] +[[package]] +name = "turn" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8" +dependencies = [ + "async-trait", + "base64 0.13.1", + "futures", + "log", + "md-5", + "rand 0.8.5", + "ring 0.16.20", + "stun", + "thiserror", + "tokio", + "webrtc-util", +] + [[package]] name = "twox-hash" version = "1.6.3" @@ -11314,6 +11959,16 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" +[[package]] +name = "universal-hash" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" +dependencies = [ + "generic-array 0.14.7", + "subtle", +] + [[package]] name = "universal-hash" version = "0.5.1" @@ -11449,6 +12104,15 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" +[[package]] +name = "waitgroup" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292" +dependencies = [ + "atomic-waker", +] + [[package]] name = "waker-fn" version = "1.1.1" @@ -11885,6 +12549,16 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "webpki" +version = "0.21.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" +dependencies = [ + "ring 0.16.20", + "untrusted 0.7.1", +] + [[package]] name = "webpki" version = "0.22.4" @@ -11895,12 +12569,229 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "webpki-roots" +version = "0.22.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" +dependencies = [ + "webpki 0.22.4", +] + [[package]] name = "webpki-roots" version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" +[[package]] +name = "webrtc" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb" +dependencies = [ + "arc-swap", + "async-trait", + "bytes", + "hex", + "interceptor", + "lazy_static", + "log", + "rand 0.8.5", + "rcgen 0.9.3", + "regex", + "ring 0.16.20", + "rtcp", + "rtp", + "rustls 0.19.1", + "sdp", + "serde", + "serde_json", + "sha2 0.10.8", + "stun", + "thiserror", + "time", + "tokio", + "turn", + "url", + "waitgroup", + "webrtc-data", + "webrtc-dtls", + "webrtc-ice", + "webrtc-mdns", + "webrtc-media", + "webrtc-sctp", + "webrtc-srtp", + "webrtc-util", +] + +[[package]] +name = "webrtc-data" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100" +dependencies = [ + "bytes", + "derive_builder", + "log", + "thiserror", + "tokio", + "webrtc-sctp", + "webrtc-util", +] + +[[package]] +name = "webrtc-dtls" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4a00f4242f2db33307347bd5be53263c52a0331c96c14292118c9a6bb48d267" +dependencies = [ + "aes 0.6.0", + "aes-gcm 0.10.3", + "async-trait", + "bincode", + "block-modes", + "byteorder", + "ccm", + "curve25519-dalek 3.2.0", + "der-parser 8.2.0", + "elliptic-curve 0.12.3", + "hkdf", + "hmac 0.12.1", + "log", + "p256", + "p384", + "rand 0.8.5", + "rand_core 0.6.4", + "rcgen 0.10.0", + "ring 0.16.20", + "rustls 0.19.1", + "sec1 0.3.0", + "serde", + "sha1", + "sha2 0.10.8", + "signature 1.6.4", + "subtle", + "thiserror", + "tokio", + "webpki 0.21.4", + "webrtc-util", + "x25519-dalek 2.0.1", + "x509-parser 0.13.2", +] + +[[package]] +name = "webrtc-ice" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "465a03cc11e9a7d7b4f9f99870558fe37a102b65b93f8045392fef7c67b39e80" +dependencies = [ + "arc-swap", + "async-trait", + "crc", + "log", + "rand 0.8.5", + "serde", + "serde_json", + "stun", + "thiserror", + "tokio", + "turn", + "url", + "uuid", + "waitgroup", + "webrtc-mdns", + "webrtc-util", +] + +[[package]] +name = "webrtc-mdns" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106" +dependencies = [ + "log", + "socket2 0.4.10", + "thiserror", + "tokio", + "webrtc-util", +] + +[[package]] +name = "webrtc-media" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f72e1650a8ae006017d1a5280efb49e2610c19ccc3c0905b03b648aee9554991" +dependencies = [ + "byteorder", + "bytes", + "rand 0.8.5", + "rtp", + "thiserror", +] + +[[package]] +name = "webrtc-sctp" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0" +dependencies = [ + "arc-swap", + "async-trait", + "bytes", + "crc", + "log", + "rand 0.8.5", + "thiserror", + "tokio", + "webrtc-util", +] + +[[package]] +name = "webrtc-srtp" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5" +dependencies = [ + "aead 0.4.3", + "aes 0.7.5", + "aes-gcm 0.9.4", + "async-trait", + "byteorder", + "bytes", + "ctr 0.8.0", + "hmac 0.11.0", + "log", + "rtcp", + "rtp", + "sha-1", + "subtle", + "thiserror", + "tokio", + "webrtc-util", +] + +[[package]] +name = "webrtc-util" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87" +dependencies = [ + "async-trait", + "bitflags 1.3.2", + "bytes", + "cc", + "ipnet", + "lazy_static", + "libc", + "log", + "nix 0.24.3", + "rand 0.8.5", + "thiserror", + "tokio", + "winapi", +] + [[package]] name = "which" version = "4.4.2" @@ -12252,13 +13143,24 @@ dependencies = [ "tap", ] +[[package]] +name = "x25519-dalek" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f" +dependencies = [ + "curve25519-dalek 3.2.0", + "rand_core 0.5.1", + "zeroize", +] + [[package]] name = "x25519-dalek" version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ - "curve25519-dalek", + "curve25519-dalek 4.1.3", "rand_core 0.6.4", "serde", "zeroize", @@ -12266,47 +13168,51 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.15.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c" dependencies = [ - "asn1-rs", + "asn1-rs 0.3.1", + "base64 0.13.1", "data-encoding", - "der-parser", + "der-parser 7.0.0", "lazy_static", "nom", - "oid-registry", + "oid-registry 0.4.0", + "ring 0.16.20", "rusticata-macros", "thiserror", "time", ] [[package]] -name = "xml-rs" -version = "0.8.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" - -[[package]] -name = "xmltree" -version = "0.10.3" +name = "x509-parser" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb" +checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8" dependencies = [ - "xml-rs", + "asn1-rs 0.5.2", + "base64 0.13.1", + "data-encoding", + "der-parser 8.2.0", + "lazy_static", + "nom", + "oid-registry 0.6.1", + "rusticata-macros", + "thiserror", + "time", ] [[package]] name = "yamux" -version = "0.12.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ed0164ae619f2dc144909a9f082187ebb5893693d8c0196e8085283ccd4b776" +checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5" dependencies = [ "futures", "log", "nohash-hasher", "parking_lot 0.12.1", - "pin-project", "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index fd109fd5a..7249488dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,100 +70,100 @@ wiremock = { version = "0.5", default-features = false } codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false } # Substrate fork. -frame-benchmarking = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -frame-benchmarking-cli = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -frame-executive = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -frame-support = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -frame-system = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -frame-system-benchmarking = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -frame-try-runtime = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-authorship = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-babe = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-balances = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-grandpa = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-im-online = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-multisig = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-offences = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-session = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-sudo = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-timestamp = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-transaction-payment = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-transaction-payment-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-utility = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-basic-authorship = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-chain-spec = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-chain-spec-derive = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-cli = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-client-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-consensus = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-consensus-babe = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-consensus-babe-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-consensus-epochs = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-consensus-grandpa = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-consensus-grandpa-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-executor = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-network = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-network-sync = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-rpc-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-rpc-spec-v2 = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-service = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-telemetry = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-tracing = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-transaction-pool = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-transaction-pool-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sc-utils = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-application-crypto = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-block-builder = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-blockchain = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-consensus = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-consensus-babe = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-core = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-core-hashing-proc-macro = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-inherents = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-io = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-keyring = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-keystore = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-offchain = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-panic-handler = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-runtime = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-session = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-staking = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-std = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-timestamp = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-tracing = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-transaction-pool = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -sp-version = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -substrate-frame-rpc-system = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -substrate-wasm-builder = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -try-runtime-cli = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +frame-benchmarking = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +frame-benchmarking-cli = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +frame-executive = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +frame-support = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +frame-system = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +frame-system-benchmarking = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +frame-try-runtime = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-authorship = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-babe = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-balances = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-grandpa = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-im-online = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-multisig = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-offences = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-session = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-sudo = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-timestamp = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-transaction-payment = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-transaction-payment-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-utility = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-basic-authorship = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-chain-spec = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-chain-spec-derive = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-cli = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-client-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-consensus = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-consensus-babe = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-consensus-babe-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-consensus-epochs = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-consensus-grandpa = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-consensus-grandpa-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-executor = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-network = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-network-sync = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-rpc = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-rpc-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-rpc-spec-v2 = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-service = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-telemetry = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-tracing = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-transaction-pool = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-transaction-pool-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sc-utils = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-api = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-application-crypto = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-block-builder = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-blockchain = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-consensus = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-consensus-babe = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-core = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-core-hashing-proc-macro = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-inherents = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-io = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-keyring = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-keystore = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-offchain = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-panic-handler = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-runtime = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-session = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-staking = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-std = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-timestamp = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-tracing = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-transaction-pool = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +sp-version = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +substrate-frame-rpc-system = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +substrate-wasm-builder = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +try-runtime-cli = { git = "https://github.com/humanode-network/substrate", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } # Frontier fork. -fc-cli = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -fc-consensus = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -fc-db = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -fc-mapping-sync = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -fc-rpc = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -fc-rpc-core = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -fc-storage = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -fp-evm = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -fp-rpc = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -fp-self-contained = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -fp-storage = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-ethereum = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-evm = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-evm-balances = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-evm-precompile-blake2 = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-evm-system = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } -pallet-evm-test-vector-support = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-07-30", default-features = false } +fc-cli = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +fc-consensus = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +fc-db = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +fc-mapping-sync = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +fc-rpc = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +fc-rpc-core = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +fc-storage = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +fp-evm = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +fp-rpc = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +fp-self-contained = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +fp-storage = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-ethereum = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-evm = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-evm-balances = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-evm-precompile-blake2 = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-evm-system = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +pallet-evm-test-vector-support = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } [profile.release-lto] inherits = "release" diff --git a/deny.toml b/deny.toml index 2e65b96b4..74a068a09 100644 --- a/deny.toml +++ b/deny.toml @@ -18,6 +18,12 @@ unmaintained = "allow" yanked = "allow" notice = "deny" ignore = [ + # TODO(#1118): update the curve25519-dalek internal dependency to 4.1.3+ + "RUSTSEC-2024-0344", + # TODO(#723): update the ed25519-dalek 1 internal dependency to 2.0.0+ + "RUSTSEC-2022-0093", + # TODO(#742): vulnerable webpki. + "RUSTSEC-2023-0052", # TODO(#1013): vulnerable rustls. "RUSTSEC-2024-0336", ] diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index 84bde57a6..874ea144c 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -10,11 +10,23 @@ features: [] - name: adler 1.0.2 features: [] +- name: aead 0.3.2 + features: + - alloc +- name: aead 0.4.3 + features: + - alloc + - rand_core + - std - name: aead 0.5.2 features: - alloc - getrandom - rand_core +- name: aes 0.6.0 + features: [] +- name: aes 0.7.5 + features: [] - name: aes 0.8.4 features: [] - name: aes-gcm 0.10.3 @@ -24,6 +36,15 @@ - default - getrandom - rand_core +- name: aes-gcm 0.9.4 + features: + - aes + - alloc + - default +- name: aes-soft 0.6.4 + features: [] +- name: aesni 0.10.0 + features: [] - name: ahash 0.7.8 features: [] - name: ahash 0.8.8 @@ -69,6 +90,8 @@ - std - name: approx 0.5.1 features: [] +- name: arc-swap 1.7.1 + features: [] - name: ark-bls12-381 0.4.0 features: - curve @@ -101,20 +124,35 @@ features: [] - name: arrayref 0.3.7 features: [] +- name: arrayvec 0.5.2 + features: [] - name: arrayvec 0.7.4 features: - default - std +- name: asn1-rs 0.3.1 + features: + - datetime + - default + - std + - time - name: asn1-rs 0.5.2 features: - datetime - default - std - time +- name: asn1-rs-derive 0.1.0 + features: [] - name: asn1-rs-derive 0.4.0 features: [] - name: asn1-rs-impl 0.1.0 features: [] +- name: asn1_der 0.7.6 + features: + - default + - native_types + - std - name: assert-json-diff 2.0.2 features: [] - name: assert_matches 1.5.0 @@ -136,12 +174,12 @@ features: - default - std +- name: atomic-waker 1.1.2 + features: [] - name: atomic-write-file 0.1.2 features: - default - unnamed-tmpfile -- name: attohttpc 0.24.1 - features: [] - name: atty 0.2.14 features: [] - name: author-ext-api 0.1.0 @@ -160,6 +198,9 @@ - std - name: base-x 0.2.11 features: [] +- name: base16ct 0.1.1 + features: + - alloc - name: base16ct 0.2.0 features: - alloc @@ -232,9 +273,18 @@ features: [] - name: block-buffer 0.10.4 features: [] +- name: block-buffer 0.7.3 + features: [] - name: block-buffer 0.9.0 features: - block-padding +- name: block-modes 0.7.0 + features: + - alloc + - default + - std +- name: block-padding 0.1.5 + features: [] - name: block-padding 0.2.1 features: [] - name: bounded-collections 0.1.9 @@ -245,13 +295,15 @@ features: - default - std -- name: bs58 0.5.0 +- name: bs58 0.4.0 features: - alloc - - check - default - - sha2 - std +- name: bs58 0.5.0 + features: + - check + - sha2 - name: bstr 0.2.17 features: - lazy_static @@ -270,6 +322,8 @@ - name: byte-slice-cast 1.2.2 features: - std +- name: byte-tools 0.3.1 + features: [] - name: bytemuck 1.14.3 features: [] - name: byteorder 1.5.0 @@ -301,6 +355,10 @@ features: - jobserver - parallel +- name: ccm 0.3.0 + features: + - alloc + - default - name: cexpr 0.6.0 features: [] - name: cfg-expr 0.10.3 @@ -343,6 +401,10 @@ - multibase - serde - std +- name: cipher 0.2.5 + features: [] +- name: cipher 0.3.0 + features: [] - name: cipher 0.4.4 features: - zeroize @@ -492,6 +554,11 @@ - limit_128 - limit_256 - std +- name: crypto-bigint 0.4.9 + features: + - generic-array + - rand_core + - zeroize - name: crypto-bigint 0.5.5 features: - generic-array @@ -503,21 +570,34 @@ - rand_core - std - name: crypto-mac 0.11.1 - features: [] + features: + - std - name: crypto-mac 0.8.0 features: [] - name: crypto-utils 0.1.0 features: [] - name: crypto-utils-evm 0.1.0 features: [] +- name: ctr 0.8.0 + features: [] - name: ctr 0.9.2 features: [] +- name: curve25519-dalek 2.1.3 + features: + - alloc + - std + - u64_backend +- name: curve25519-dalek 3.2.0 + features: + - alloc + - default + - std + - u64_backend - name: curve25519-dalek 4.1.3 features: - alloc - default - digest - - legacy_compatibility - precomputed-tables - zeroize - name: curve25519-dalek-derive 0.1.1 @@ -535,6 +615,16 @@ - default - name: cxxbridge-macro 1.0.116 features: [] +- name: darling 0.14.4 + features: + - default + - suggestions +- name: darling_core 0.14.4 + features: + - strsim + - suggestions +- name: darling_macro 0.14.4 + features: [] - name: data-encoding 2.5.0 features: - alloc @@ -552,6 +642,15 @@ - unmanaged - name: deadpool-runtime 0.1.3 features: [] +- name: der 0.6.1 + features: + - alloc + - const-oid + - oid + - pem + - pem-rfc7468 + - std + - zeroize - name: der 0.7.8 features: - alloc @@ -559,6 +658,12 @@ - pem - std - zeroize +- name: der-parser 7.0.0 + features: + - bigint + - default + - num-bigint + - std - name: der-parser 8.2.0 features: - bigint @@ -575,6 +680,14 @@ - use_core - name: derive-syn-parse 0.1.5 features: [] +- name: derive_builder 0.11.2 + features: + - default + - std +- name: derive_builder_core 0.11.2 + features: [] +- name: derive_builder_macro 0.11.2 + features: [] - name: derive_more 0.99.17 features: - from @@ -593,6 +706,8 @@ - oid - std - subtle +- name: digest 0.8.1 + features: [] - name: digest 0.9.0 features: - alloc @@ -626,6 +741,19 @@ features: [] - name: dyn-clone 1.0.16 features: [] +- name: ecdsa 0.14.8 + features: + - alloc + - arithmetic + - der + - digest + - hazmat + - pem + - pkcs8 + - rfc6979 + - sign + - std + - verify - name: ecdsa 0.16.9 features: - alloc @@ -638,10 +766,21 @@ - spki - std - verifying +- name: ed25519 1.5.3 + features: + - default + - std - name: ed25519 2.2.3 features: - alloc - std +- name: ed25519-dalek 1.0.1 + features: + - default + - rand + - serde_crate + - std + - u64_backend - name: ed25519-dalek 2.1.1 features: - alloc @@ -650,7 +789,7 @@ - rand_core - std - zeroize -- name: ed25519-zebra 4.0.3 +- name: ed25519-zebra 3.1.0 features: - std - name: eip191-crypto 0.1.0 @@ -680,6 +819,22 @@ - default - serde - use_std +- name: elliptic-curve 0.12.3 + features: + - alloc + - arithmetic + - default + - digest + - ecdh + - ff + - group + - hazmat + - hkdf + - pem + - pem-rfc7468 + - pkcs8 + - sec1 + - std - name: elliptic-curve 0.13.8 features: - alloc @@ -700,8 +855,6 @@ - default - name: enum-as-inner 0.5.1 features: [] -- name: enum-as-inner 0.6.0 - features: [] - name: env_logger 0.10.2 features: - auto-color @@ -807,6 +960,8 @@ - syndicate - name: facetec-api-client 0.1.0 features: [] +- name: fake-simd 0.1.2 + features: [] - name: fallible-iterator 0.2.0 features: - std @@ -853,6 +1008,8 @@ features: [] - name: fdlimit 0.2.1 features: [] +- name: ff 0.12.1 + features: [] - name: ff 0.13.0 features: - alloc @@ -885,6 +1042,12 @@ - std - name: fixedbitset 0.4.2 features: [] +- name: flate2 1.0.30 + features: + - any_impl + - any_zlib + - libz-sys + - zlib - name: float-cmp 0.9.0 features: - default @@ -1011,8 +1174,6 @@ - std - thread-pool - unstable -- name: futures-bounded 0.1.0 - features: [] - name: futures-channel 0.3.30 features: - alloc @@ -1058,7 +1219,7 @@ features: [] - name: futures-macro 0.3.30 features: [] -- name: futures-rustls 0.24.0 +- name: futures-rustls 0.22.2 features: [] - name: futures-sink 0.3.30 features: @@ -1092,6 +1253,8 @@ - unstable - name: fxhash 0.2.1 features: [] +- name: generic-array 0.12.4 + features: [] - name: generic-array 0.14.7 features: - more_lengths @@ -1104,12 +1267,8 @@ - name: getrandom 0.2.14 features: - std -- name: getrandom_or_panic 0.0.3 - features: - - alloc - - getrandom - - rand - - std +- name: ghash 0.4.4 + features: [] - name: ghash 0.5.0 features: [] - name: gimli 0.26.2 @@ -1131,6 +1290,8 @@ features: - default - log +- name: group 0.12.1 + features: [] - name: group 0.13.0 features: - alloc @@ -1199,7 +1360,8 @@ - name: hkdf 0.12.4 features: [] - name: hmac 0.11.0 - features: [] + features: + - std - name: hmac 0.12.1 features: - reset @@ -1278,13 +1440,10 @@ - fallback - name: iana-time-zone-haiku 0.1.2 features: [] +- name: ident_case 1.0.1 + features: [] - name: idna 0.2.3 features: [] -- name: idna 0.4.0 - features: - - alloc - - default - - std - name: idna 0.5.0 features: - alloc @@ -1295,16 +1454,6 @@ - name: if-watch 3.2.0 features: - tokio -- name: igd-next 0.14.3 - features: - - aio_tokio - - async-trait - - bytes - - default - - futures - - http - - hyper - - tokio - name: impl-codec 0.6.0 features: - std @@ -1335,6 +1484,8 @@ features: [] - name: integer-sqrt 0.1.5 features: [] +- name: interceptor 0.8.2 + features: [] - name: io-lifetimes 1.0.11 features: - close @@ -1402,6 +1553,15 @@ features: [] - name: jsonrpsee-types 0.16.3 features: [] +- name: k256 0.11.6 + features: + - arithmetic + - digest + - ecdsa + - ecdsa-core + - sha2 + - sha256 + - std - name: k256 0.13.3 features: - alloc @@ -1441,13 +1601,14 @@ - name: libm 0.2.8 features: - default -- name: libp2p 0.52.4 +- name: libp2p 0.50.1 features: - dns - identify - kad - macros - mdns + - mplex - noise - ping - request-response @@ -1456,28 +1617,25 @@ - wasm-ext - websocket - yamux -- name: libp2p-allow-block-list 0.2.0 - features: [] -- name: libp2p-connection-limits 0.2.1 +- name: libp2p-core 0.38.0 features: [] -- name: libp2p-core 0.40.1 +- name: libp2p-core 0.39.2 features: [] -- name: libp2p-dns 0.40.1 +- name: libp2p-dns 0.38.0 features: - tokio -- name: libp2p-identify 0.43.1 +- name: libp2p-identify 0.41.1 features: [] -- name: libp2p-identity 0.2.8 +- name: libp2p-identity 0.1.3 features: - ed25519 - peerid - - rand -- name: libp2p-kad 0.44.6 +- name: libp2p-kad 0.42.1 features: [] -- name: libp2p-mdns 0.44.0 +- name: libp2p-mdns 0.42.0 features: - tokio -- name: libp2p-metrics 0.13.1 +- name: libp2p-metrics 0.11.0 features: - identify - kad @@ -1485,34 +1643,36 @@ - libp2p-kad - libp2p-ping - ping -- name: libp2p-noise 0.43.2 +- name: libp2p-mplex 0.38.0 + features: [] +- name: libp2p-noise 0.41.0 features: [] -- name: libp2p-ping 0.43.1 +- name: libp2p-ping 0.41.0 features: [] -- name: libp2p-quic 0.9.3 +- name: libp2p-quic 0.7.0-alpha features: - tokio -- name: libp2p-request-response 0.25.3 +- name: libp2p-request-response 0.23.0 features: [] -- name: libp2p-swarm 0.43.7 +- name: libp2p-swarm 0.41.1 features: - macros - tokio -- name: libp2p-swarm-derive 0.33.0 +- name: libp2p-swarm-derive 0.31.0 features: [] -- name: libp2p-tcp 0.40.1 +- name: libp2p-tcp 0.38.0 features: - tokio -- name: libp2p-tls 0.2.1 +- name: libp2p-tls 0.1.0 + features: [] +- name: libp2p-wasm-ext 0.38.0 features: [] -- name: libp2p-upnp 0.1.1 +- name: libp2p-webrtc 0.4.0-alpha features: - tokio -- name: libp2p-wasm-ext 0.40.0 +- name: libp2p-websocket 0.40.0 features: [] -- name: libp2p-websocket 0.42.1 - features: [] -- name: libp2p-yamux 0.44.1 +- name: libp2p-yamux 0.42.0 features: [] - name: libredox 0.0.1 features: @@ -1586,10 +1746,6 @@ - name: log 0.4.22 features: - std -- name: lru 0.12.3 - features: - - default - - hashbrown - name: lru 0.8.1 features: - default @@ -1618,7 +1774,9 @@ - default - std - name: md-5 0.10.6 - features: [] + features: + - default + - std - name: memchr 2.7.1 features: - alloc @@ -1636,7 +1794,7 @@ - std - name: memory_units 0.4.0 features: [] -- name: merlin 3.0.0 +- name: merlin 2.0.1 features: - default - std @@ -1650,7 +1808,8 @@ features: - std - name: miniz_oxide 0.7.2 - features: [] + features: + - with-alloc - name: mio 0.8.11 features: - default @@ -1665,7 +1824,11 @@ - name: multer 2.1.0 features: - default -- name: multiaddr 0.18.1 +- name: multiaddr 0.16.0 + features: + - default + - url +- name: multiaddr 0.17.1 features: - default - url @@ -1684,6 +1847,7 @@ - default - derive - digest + - identity - multihash-derive - multihash-impl - secure-hashes @@ -1692,17 +1856,20 @@ - sha2 - sha3 - std -- name: multihash 0.19.1 +- name: multihash 0.17.0 features: - alloc - - default + - derive + - identity + - multihash-derive + - multihash-impl - std - name: multihash-derive 0.8.1 features: - std - name: multimap 0.8.3 features: [] -- name: multistream-select 0.13.0 +- name: multistream-select 0.12.1 features: [] - name: nalgebra 0.32.3 features: @@ -1741,12 +1908,40 @@ - url - name: nix 0.24.3 features: + - acct + - aio + - default + - dir + - env + - event + - feature - fs + - hostname + - inotify + - ioctl + - kmod + - memoffset + - mman - mount + - mqueue + - net + - personality + - poll - process + - pthread + - ptrace + - quota + - reboot + - resource - sched - signal + - socket + - term + - time + - ucontext - uio + - user + - zerocopy - name: nix 0.27.1 features: - default @@ -1856,6 +2051,19 @@ - pe - read_core - unaligned +- name: oid-registry 0.4.0 + features: + - crypto + - default + - kdf + - nist_algs + - pkcs1 + - pkcs12 + - pkcs7 + - pkcs9 + - registry + - x509 + - x962 - name: oid-registry 0.6.1 features: - crypto @@ -1875,6 +2083,8 @@ - default - race - std +- name: opaque-debug 0.2.3 + features: [] - name: opaque-debug 0.3.0 features: [] - name: open-fastrlp 0.1.4 @@ -1897,6 +2107,31 @@ features: [] - name: overload 0.1.1 features: [] +- name: p256 0.11.1 + features: + - arithmetic + - default + - digest + - ecdh + - ecdsa + - ecdsa-core + - pkcs8 + - sha2 + - sha256 + - std +- name: p384 0.11.2 + features: + - arithmetic + - default + - digest + - ecdh + - ecdsa + - ecdsa-core + - pem + - pkcs8 + - sha2 + - sha384 + - std - name: pallet-authorship 4.0.0-dev features: - std @@ -2058,6 +2293,8 @@ - name: parity-scale-codec-derive 3.6.9 features: - max-encoded-len +- name: parity-send-wrapper 0.1.0 + features: [] - name: parity-wasm 0.45.0 features: - default @@ -2087,6 +2324,9 @@ features: [] - name: pem 1.1.1 features: [] +- name: pem-rfc7468 0.6.0 + features: + - alloc - name: pem-rfc7468 0.7.0 features: - alloc @@ -2134,12 +2374,18 @@ - alloc - pem - std +- name: pkcs8 0.9.0 + features: + - alloc + - pem - name: pkg-config 0.3.30 features: [] - name: polling 3.4.0 features: [] - name: poly1305 0.8.0 features: [] +- name: polyval 0.5.3 + features: [] - name: polyval 0.6.1 features: [] - name: powerfmt 0.2.0 @@ -2237,9 +2483,6 @@ - syn-error - name: proc-macro-error-attr 1.0.4 features: [] -- name: proc-macro-warning 0.4.2 - features: - - default - name: proc-macro2 1.0.86 features: - default @@ -2247,10 +2490,9 @@ - span-locations - name: prometheus 0.13.3 features: [] -- name: prometheus-client 0.21.2 - features: - - default -- name: prometheus-client-derive-encode 0.4.2 +- name: prometheus-client 0.18.1 + features: [] +- name: prometheus-client-derive-text-encode 0.3.0 features: [] - name: proptest 1.4.0 features: @@ -2269,6 +2511,8 @@ - format - prettyplease - syn +- name: prost-codec 0.3.0 + features: [] - name: prost-derive 0.11.9 features: [] - name: prost-types 0.11.9 @@ -2285,24 +2529,14 @@ features: - default - std -- name: quick-protobuf-codec 0.2.0 - features: [] - name: quicksink 0.1.2 features: [] -- name: quinn 0.10.2 - features: - - futures-io - - ring - - runtime-tokio - - rustls - - tls-rustls -- name: quinn-proto 0.10.6 +- name: quinn-proto 0.9.6 features: - ring - rustls - tls-rustls -- name: quinn-udp 0.4.1 - features: [] + - webpki - name: quote 1.0.36 features: - default @@ -2359,6 +2593,11 @@ features: - default - pem +- name: rcgen 0.9.3 + features: + - default + - pem + - x509-parser - name: redox_syscall 0.2.16 features: [] - name: redox_syscall 0.4.1 @@ -2464,6 +2703,8 @@ - system - name: retain_mut 0.1.9 features: [] +- name: rfc6979 0.3.1 + features: [] - name: rfc6979 0.4.0 features: [] - name: ring 0.16.20 @@ -2517,12 +2758,16 @@ - pem - std - u64_digit +- name: rtcp 0.7.2 + features: [] - name: rtnetlink 0.10.1 features: - tokio - tokio_socket - name: rtoolbox 0.0.2 features: [] +- name: rtp 0.6.8 + features: [] - name: rustc-demangle 0.1.23 features: [] - name: rustc-hash 1.1.0 @@ -2563,12 +2808,13 @@ - std - time - use-libc-auxv -- name: rustls 0.20.9 +- name: rustls 0.19.1 features: + - dangerous_configuration + - default - log - logging - - tls12 -- name: rustls 0.21.10 +- name: rustls 0.20.9 features: - dangerous_configuration - default @@ -2580,14 +2826,9 @@ features: [] - name: rustls-pemfile 1.0.4 features: [] -- name: rustls-webpki 0.101.7 - features: - - alloc - - default - - std - name: rustversion 1.0.14 features: [] -- name: rw-stream-sink 0.4.0 +- name: rw-stream-sink 0.3.0 features: [] - name: ryu 1.0.16 features: [] @@ -2714,22 +2955,39 @@ features: - default - runtime-rng -- name: schnorrkel 0.11.4 +- name: schnorrkel 0.9.1 features: - - alloc - default - getrandom - preaudit_deprecated - - serde_bytes + - rand - std + - u64_backend - name: scoped-tls 1.0.1 features: [] - name: scopeguard 1.2.0 features: [] - name: scratch 1.0.7 features: [] +- name: sct 0.6.1 + features: [] - name: sct 0.7.1 features: [] +- name: sdp 0.5.3 + features: [] +- name: sec1 0.3.0 + features: + - alloc + - base16ct + - default + - der + - generic-array + - pem + - pkcs8 + - point + - std + - subtle + - zeroize - name: sec1 0.7.3 features: - alloc @@ -2781,8 +3039,6 @@ - std - name: semver-parser 0.7.0 features: [] -- name: send_wrapper 0.6.0 - features: [] - name: serde 1.0.203 features: - alloc @@ -2791,10 +3047,6 @@ - rc - serde_derive - std -- name: serde_bytes 0.11.15 - features: - - alloc - - std - name: serde_derive 1.0.203 features: - default @@ -2811,7 +3063,9 @@ - name: serde_urlencoded 0.7.1 features: [] - name: sha-1 0.9.8 - features: [] + features: + - default + - std - name: sha1 0.10.6 features: - default @@ -2820,6 +3074,8 @@ features: - default - std +- name: sha2 0.8.2 + features: [] - name: sha2 0.9.9 features: - std @@ -2848,6 +3104,15 @@ - support-v0_8 - name: signal-hook-registry 1.4.1 features: [] +- name: signature 1.6.4 + features: + - default + - digest + - digest-preview + - hazmat-preview + - rand-preview + - rand_core + - std - name: signature 2.2.0 features: - alloc @@ -2908,6 +3173,8 @@ - name: soketto 0.7.1 features: - default + - deflate + - flate2 - http - name: sp-api 4.0.0-dev features: @@ -3017,6 +3284,7 @@ - default - disable_oom - disable_panic_handler + - ed25519 - ed25519-dalek - futures - libsecp256k1 @@ -3157,6 +3425,11 @@ - once - rwlock - spin_mutex +- name: spki 0.6.0 + features: + - alloc + - base64ct + - pem - name: spki 0.7.3 features: - alloc @@ -3248,6 +3521,8 @@ features: [] - name: stringprep 0.1.4 features: [] +- name: strsim 0.10.0 + features: [] - name: strsim 0.11.0 features: [] - name: strum 0.24.1 @@ -3266,7 +3541,10 @@ features: [] - name: strum_macros 0.26.1 features: [] -- name: substrate-bip39 0.4.6 +- name: stun 0.4.4 + features: + - default +- name: substrate-bip39 0.4.5 features: [] - name: substrate-bn 0.6.0 features: [] @@ -3276,6 +3554,8 @@ features: [] - name: substrate-wasm-builder 5.0.0-dev features: [] +- name: substring 1.4.5 + features: [] - name: subtle 2.4.1 features: - default @@ -3376,12 +3656,12 @@ - keccak - sha3 - shake +- name: tinytemplate 1.2.1 + features: [] - name: tinyvec 1.6.0 features: - alloc - default - - grab_spare_slice - - std - tinyvec_macros - name: tinyvec_macros 0.1.1 features: [] @@ -3557,11 +3837,7 @@ - socket2 - tokio - tokio-runtime -- name: trust-dns-proto 0.23.2 - features: - - tokio - - tokio-runtime -- name: trust-dns-resolver 0.23.2 +- name: trust-dns-resolver 0.22.0 features: - ipconfig - resolv-conf @@ -3580,6 +3856,8 @@ - httparse - sha1 - url +- name: turn 0.6.1 + features: [] - name: twox-hash 1.6.3 features: - digest_0_10 @@ -3619,6 +3897,8 @@ - default - name: unicode_categories 0.1.1 features: [] +- name: universal-hash 0.4.1 + features: [] - name: universal-hash 0.5.1 features: [] - name: unsigned-varint 0.7.2 @@ -3647,7 +3927,9 @@ - default - name: uuid 1.10.0 features: + - default - rng + - std - v4 - name: valuable 0.1.0 features: @@ -3679,6 +3961,8 @@ features: - default - std +- name: waitgroup 0.1.2 + features: [] - name: waker-fn 1.1.1 features: [] - name: walkdir 2.4.0 @@ -3804,12 +4088,44 @@ - Window - Worker - WorkerGlobalScope +- name: webpki 0.21.4 + features: + - default + - std + - trust_anchor_util - name: webpki 0.22.4 features: - alloc - std -- name: webpki-roots 0.25.4 +- name: webpki-roots 0.22.6 + features: [] +- name: webrtc 0.6.0 + features: [] +- name: webrtc-data 0.6.0 + features: [] +- name: webrtc-dtls 0.7.2 + features: [] +- name: webrtc-ice 0.9.1 + features: [] +- name: webrtc-mdns 0.5.2 + features: + - default + - reuse_port +- name: webrtc-media 0.5.1 + features: [] +- name: webrtc-sctp 0.7.0 features: [] +- name: webrtc-srtp 0.9.1 + features: [] +- name: webrtc-util 0.7.0 + features: + - buffer + - conn + - default + - ifaces + - marshal + - sync + - vnet - name: which 4.4.2 features: [] - name: whoami 1.5.1 @@ -3828,6 +4144,7 @@ - consoleapi - errhandlingapi - fileapi + - guiddef - handleapi - impl-default - knownfolders @@ -3848,6 +4165,7 @@ - winerror - winnt - winuser + - ws2def - ws2ipdef - ws2tcpip - wtypesbase @@ -4017,21 +4335,27 @@ features: [] - name: wyz 0.5.1 features: [] +- name: x25519-dalek 1.1.1 + features: + - default + - std + - u64_backend - name: x25519-dalek 2.0.1 features: - alloc - default - precomputed-tables + - static_secrets - zeroize -- name: x509-parser 0.15.1 +- name: x509-parser 0.13.2 features: - default -- name: xml-rs 0.8.20 - features: [] -- name: xmltree 0.10.3 + - ring + - verify +- name: x509-parser 0.14.0 features: - default -- name: yamux 0.12.1 +- name: yamux 0.10.2 features: [] - name: yasna 0.5.2 features: From e8dcb88a911e80813b1253ed63d09aea25ad075e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:37:55 +0300 Subject: [PATCH 10/15] Bump the yarn group with 7 updates (#1130) Bumps the yarn group with 7 updates: | Package | From | To | | --- | --- | --- | | [@polkadot/api-cli](https://github.com/polkadot-js/tools/tree/HEAD/packages/api-cli) | `0.57.1` | `0.57.2` | | [@polkadot/api](https://github.com/polkadot-js/api/tree/HEAD/packages/api) | `12.2.2` | `12.2.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.0.0` | `22.1.0` | | [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect) | `2.0.4` | `2.0.5` | | [axios](https://github.com/axios/axios) | `1.7.2` | `1.7.3` | | [viem](https://github.com/wevm/viem) | `2.18.4` | `2.18.8` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.4` | `2.0.5` | Updates `@polkadot/api-cli` from 0.57.1 to 0.57.2 - [Release notes](https://github.com/polkadot-js/tools/releases) - [Changelog](https://github.com/polkadot-js/tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/tools/commits/v0.57.2/packages/api-cli) Updates `@polkadot/api` from 12.2.2 to 12.2.3 - [Release notes](https://github.com/polkadot-js/api/releases) - [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md) - [Commits](https://github.com/polkadot-js/api/commits/v12.2.3/packages/api) Updates `@types/node` from 22.0.0 to 22.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitest/expect` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/expect) Updates `axios` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.2...v1.7.3) Updates `viem` from 2.18.4 to 2.18.8 - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/viem@2.18.4...viem@2.18.8) Updates `vitest` from 2.0.4 to 2.0.5 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/vitest) --- updated-dependencies: - dependency-name: "@polkadot/api-cli" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: yarn - dependency-name: "@polkadot/api" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: yarn - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: yarn - dependency-name: "@vitest/expect" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: yarn - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch dependency-group: yarn - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-patch dependency-group: yarn - dependency-name: vitest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- utils/e2e-tests/bash/package.json | 2 +- utils/e2e-tests/ts/package.json | 12 +- yarn.lock | 538 ++++++++++-------------------- 3 files changed, 178 insertions(+), 374 deletions(-) diff --git a/utils/e2e-tests/bash/package.json b/utils/e2e-tests/bash/package.json index 02785e821..d1f378aae 100644 --- a/utils/e2e-tests/bash/package.json +++ b/utils/e2e-tests/bash/package.json @@ -4,6 +4,6 @@ "private": true, "type": "module", "dependencies": { - "@polkadot/api-cli": "^0.57.1" + "@polkadot/api-cli": "^0.57.2" } } diff --git a/utils/e2e-tests/ts/package.json b/utils/e2e-tests/ts/package.json index 811f05f0a..7ac765454 100644 --- a/utils/e2e-tests/ts/package.json +++ b/utils/e2e-tests/ts/package.json @@ -8,13 +8,13 @@ "test:ui": "vitest --ui" }, "dependencies": { - "@polkadot/api": "^12.2.2", - "@types/node": "22.0.0", - "@vitest/expect": "^2.0.4", - "axios": "^1.7.2", + "@polkadot/api": "^12.2.3", + "@types/node": "22.1.0", + "@vitest/expect": "^2.0.5", + "axios": "^1.7.3", "ethers": "^6.13.2", "typescript": "^5.5.4", - "viem": "^2.18.4", - "vitest": "^2.0.4" + "viem": "^2.18.8", + "vitest": "^2.0.5" } } diff --git a/yarn.lock b/yarn.lock index c185a9aa0..5b2d8cff8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -383,163 +383,92 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:12.2.1, @polkadot/api-augment@npm:^12.2.1": - version: 12.2.1 - resolution: "@polkadot/api-augment@npm:12.2.1" - dependencies: - "@polkadot/api-base": 12.2.1 - "@polkadot/rpc-augment": 12.2.1 - "@polkadot/types": 12.2.1 - "@polkadot/types-augment": 12.2.1 - "@polkadot/types-codec": 12.2.1 +"@polkadot/api-augment@npm:12.2.3, @polkadot/api-augment@npm:^12.2.3": + version: 12.2.3 + resolution: "@polkadot/api-augment@npm:12.2.3" + dependencies: + "@polkadot/api-base": 12.2.3 + "@polkadot/rpc-augment": 12.2.3 + "@polkadot/types": 12.2.3 + "@polkadot/types-augment": 12.2.3 + "@polkadot/types-codec": 12.2.3 "@polkadot/util": ^13.0.2 tslib: ^2.6.2 - checksum: 6db34541be0fbcfafd5446715cb12b2223b59f74e9fea0147c411b082d4057256172ef0ba570fa50d539a1ca5d583d02408778a549813104a2c4f6b2a7ba744a + checksum: bf40a0db154865f59c495ea938cb0aabcb16e7d14b3443655dcd73ea2b907ce1fb65a88ee6d9cfb0c1c5da25641de08a0cde62ca40c457e83aa7408766ca5322 languageName: node linkType: hard -"@polkadot/api-augment@npm:12.2.2": - version: 12.2.2 - resolution: "@polkadot/api-augment@npm:12.2.2" +"@polkadot/api-base@npm:12.2.3": + version: 12.2.3 + resolution: "@polkadot/api-base@npm:12.2.3" dependencies: - "@polkadot/api-base": 12.2.2 - "@polkadot/rpc-augment": 12.2.2 - "@polkadot/types": 12.2.2 - "@polkadot/types-augment": 12.2.2 - "@polkadot/types-codec": 12.2.2 - "@polkadot/util": ^13.0.2 - tslib: ^2.6.2 - checksum: 8ff1834aa64d8b16de224cdd0f3f610edba139075c942318789bf1ef83113bfa00c57b9194d22c443a1b7c615df365fcd4b9accd41ad30a2816feae14f597e29 - languageName: node - linkType: hard - -"@polkadot/api-base@npm:12.2.1": - version: 12.2.1 - resolution: "@polkadot/api-base@npm:12.2.1" - dependencies: - "@polkadot/rpc-core": 12.2.1 - "@polkadot/types": 12.2.1 + "@polkadot/rpc-core": 12.2.3 + "@polkadot/types": 12.2.3 "@polkadot/util": ^13.0.2 rxjs: ^7.8.1 tslib: ^2.6.2 - checksum: 2faa213e9185e8686182323b4a5de222145131429aa8ddb728bf6833381b2906a76e99b6e53d4bd52009f1032be1c19362206c928f7f9779b7fe88443359a417 + checksum: 93671b0386f1cb7c4554ac1d287ced15aafe30ffffc79f356f21380bb71ec4202d17c6c120fc87d1a4fcccc032d96e9e3aa18ed3d794338d09223daf90039e77 languageName: node linkType: hard -"@polkadot/api-base@npm:12.2.2": - version: 12.2.2 - resolution: "@polkadot/api-base@npm:12.2.2" +"@polkadot/api-cli@npm:^0.57.2": + version: 0.57.2 + resolution: "@polkadot/api-cli@npm:0.57.2" dependencies: - "@polkadot/rpc-core": 12.2.2 - "@polkadot/types": 12.2.2 - "@polkadot/util": ^13.0.2 - rxjs: ^7.8.1 - tslib: ^2.6.2 - checksum: 9981aaf62709f29e76699aec7b1e5138947d41c5b46a99df3d3ea881977c1375fbd02654fb5d6a1007c424aaf2589a76e6f0a16ee148870468feaf9759017631 - languageName: node - linkType: hard - -"@polkadot/api-cli@npm:^0.57.1": - version: 0.57.1 - resolution: "@polkadot/api-cli@npm:0.57.1" - dependencies: - "@polkadot/api": ^12.2.1 - "@polkadot/api-augment": ^12.2.1 + "@polkadot/api": ^12.2.3 + "@polkadot/api-augment": ^12.2.3 "@polkadot/keyring": ^13.0.2 - "@polkadot/types": ^12.2.1 + "@polkadot/types": ^12.2.3 "@polkadot/util": ^13.0.2 "@polkadot/util-crypto": ^13.0.2 tslib: ^2.6.2 yargs: ^17.7.2 bin: polkadot-js-api: runcli.mjs - checksum: efde04e5982c815fbc33ccda1dea4fc75a332b2b17354d189486c182f9a4a26fa1a3c40aebacfe6ae17513156c6396c93bcc5c90ddda2abc01a4300e7733026a - languageName: node - linkType: hard - -"@polkadot/api-derive@npm:12.2.1": - version: 12.2.1 - resolution: "@polkadot/api-derive@npm:12.2.1" - dependencies: - "@polkadot/api": 12.2.1 - "@polkadot/api-augment": 12.2.1 - "@polkadot/api-base": 12.2.1 - "@polkadot/rpc-core": 12.2.1 - "@polkadot/types": 12.2.1 - "@polkadot/types-codec": 12.2.1 - "@polkadot/util": ^13.0.2 - "@polkadot/util-crypto": ^13.0.2 - rxjs: ^7.8.1 - tslib: ^2.6.2 - checksum: e4937563175a57bf098883a9172f8b1026c80690a333025065e106d0284a9705da0f50694cf474449c6105cc693d3131639b93b1d70db2248583adf626df6c01 + checksum: 5ee566b3e1e58ca55e0a606ff270394786bc65e617b75036619e5c7678243277b39ec60b0473ec916c454e6b34b275c5822b909bfaba5d8fd191c0d8078616c6 languageName: node linkType: hard -"@polkadot/api-derive@npm:12.2.2": - version: 12.2.2 - resolution: "@polkadot/api-derive@npm:12.2.2" +"@polkadot/api-derive@npm:12.2.3": + version: 12.2.3 + resolution: "@polkadot/api-derive@npm:12.2.3" dependencies: - "@polkadot/api": 12.2.2 - "@polkadot/api-augment": 12.2.2 - "@polkadot/api-base": 12.2.2 - "@polkadot/rpc-core": 12.2.2 - "@polkadot/types": 12.2.2 - "@polkadot/types-codec": 12.2.2 - "@polkadot/util": ^13.0.2 - "@polkadot/util-crypto": ^13.0.2 - rxjs: ^7.8.1 - tslib: ^2.6.2 - checksum: 3614de38333bbebb2919b48ae4c452a8bf66110315b433a05cc38cd5d7ee9c014bae4d23ac64bc8f58858d25a5d3fa18dd612501508192379da5131c4290143c - languageName: node - linkType: hard - -"@polkadot/api@npm:12.2.1, @polkadot/api@npm:^12.2.1": - version: 12.2.1 - resolution: "@polkadot/api@npm:12.2.1" - dependencies: - "@polkadot/api-augment": 12.2.1 - "@polkadot/api-base": 12.2.1 - "@polkadot/api-derive": 12.2.1 - "@polkadot/keyring": ^13.0.2 - "@polkadot/rpc-augment": 12.2.1 - "@polkadot/rpc-core": 12.2.1 - "@polkadot/rpc-provider": 12.2.1 - "@polkadot/types": 12.2.1 - "@polkadot/types-augment": 12.2.1 - "@polkadot/types-codec": 12.2.1 - "@polkadot/types-create": 12.2.1 - "@polkadot/types-known": 12.2.1 + "@polkadot/api": 12.2.3 + "@polkadot/api-augment": 12.2.3 + "@polkadot/api-base": 12.2.3 + "@polkadot/rpc-core": 12.2.3 + "@polkadot/types": 12.2.3 + "@polkadot/types-codec": 12.2.3 "@polkadot/util": ^13.0.2 "@polkadot/util-crypto": ^13.0.2 - eventemitter3: ^5.0.1 rxjs: ^7.8.1 tslib: ^2.6.2 - checksum: 758499b7cce7b8320f30561c976429c02232ed863ffd2f4a7737b11db604ec560d919e327ccec6c95a08ede17bbb4eeaca859f05d45ff64366fa00126887b9d4 + checksum: 86af8b1c3b32f9c39ba0b9276163e82490034261a16ccd5e9cf1a1346bc9d30f9ee8141ed1e60d614ed9eb65f10879110cbce2aaa24d078bc261ccca782c261f languageName: node linkType: hard -"@polkadot/api@npm:12.2.2, @polkadot/api@npm:^12.2.2": - version: 12.2.2 - resolution: "@polkadot/api@npm:12.2.2" +"@polkadot/api@npm:12.2.3, @polkadot/api@npm:^12.2.3": + version: 12.2.3 + resolution: "@polkadot/api@npm:12.2.3" dependencies: - "@polkadot/api-augment": 12.2.2 - "@polkadot/api-base": 12.2.2 - "@polkadot/api-derive": 12.2.2 + "@polkadot/api-augment": 12.2.3 + "@polkadot/api-base": 12.2.3 + "@polkadot/api-derive": 12.2.3 "@polkadot/keyring": ^13.0.2 - "@polkadot/rpc-augment": 12.2.2 - "@polkadot/rpc-core": 12.2.2 - "@polkadot/rpc-provider": 12.2.2 - "@polkadot/types": 12.2.2 - "@polkadot/types-augment": 12.2.2 - "@polkadot/types-codec": 12.2.2 - "@polkadot/types-create": 12.2.2 - "@polkadot/types-known": 12.2.2 + "@polkadot/rpc-augment": 12.2.3 + "@polkadot/rpc-core": 12.2.3 + "@polkadot/rpc-provider": 12.2.3 + "@polkadot/types": 12.2.3 + "@polkadot/types-augment": 12.2.3 + "@polkadot/types-codec": 12.2.3 + "@polkadot/types-create": 12.2.3 + "@polkadot/types-known": 12.2.3 "@polkadot/util": ^13.0.2 "@polkadot/util-crypto": ^13.0.2 eventemitter3: ^5.0.1 rxjs: ^7.8.1 tslib: ^2.6.2 - checksum: 43ea694ac5b565f6da72ac20bba0741aff3cbcf228baaa388ab75cee06b4f5f07727fbae7fb8a34cd5830a2777c9aee90dd3cdde913e3be288856f6a6f5abb48 + checksum: 08c1600b090b6d52ab20e7f662a80ab3a91dce39ecca68fae7985b6fa720fb86cb7603824d37ec8921d27e3c74dd1e8d1fec9acca91d10b6cd7054bb80a6b001 languageName: node linkType: hard @@ -568,67 +497,40 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:12.2.1": - version: 12.2.1 - resolution: "@polkadot/rpc-augment@npm:12.2.1" - dependencies: - "@polkadot/rpc-core": 12.2.1 - "@polkadot/types": 12.2.1 - "@polkadot/types-codec": 12.2.1 - "@polkadot/util": ^13.0.2 - tslib: ^2.6.2 - checksum: 6c135b9f8892fd6ccc89dc3e7d6f16c905fbc4fe254611fe0e9c33b26b48cbdafbbf31d4c6b75916b01dd9ea6aa1e9302446918b9ad719708da16505fc8373c4 - languageName: node - linkType: hard - -"@polkadot/rpc-augment@npm:12.2.2": - version: 12.2.2 - resolution: "@polkadot/rpc-augment@npm:12.2.2" +"@polkadot/rpc-augment@npm:12.2.3": + version: 12.2.3 + resolution: "@polkadot/rpc-augment@npm:12.2.3" dependencies: - "@polkadot/rpc-core": 12.2.2 - "@polkadot/types": 12.2.2 - "@polkadot/types-codec": 12.2.2 + "@polkadot/rpc-core": 12.2.3 + "@polkadot/types": 12.2.3 + "@polkadot/types-codec": 12.2.3 "@polkadot/util": ^13.0.2 tslib: ^2.6.2 - checksum: 16031d9448335dda4e73fb8e28710198a086199567793b1bc6f888333c7501709852d7878c9d025aed3bbd6e38864c3f5cb2ce0d4e621ee8e7fd5f01351fca02 + checksum: 97d0b2c5451d5cb96e84569b0c5e2763abd83def4704def25f6ad728ca8eddc4c3872bd5afb26d9a8be28273f2bd927d1292b0e480727b0fe302548c5c432ae8 languageName: node linkType: hard -"@polkadot/rpc-core@npm:12.2.1": - version: 12.2.1 - resolution: "@polkadot/rpc-core@npm:12.2.1" +"@polkadot/rpc-core@npm:12.2.3": + version: 12.2.3 + resolution: "@polkadot/rpc-core@npm:12.2.3" dependencies: - "@polkadot/rpc-augment": 12.2.1 - "@polkadot/rpc-provider": 12.2.1 - "@polkadot/types": 12.2.1 + "@polkadot/rpc-augment": 12.2.3 + "@polkadot/rpc-provider": 12.2.3 + "@polkadot/types": 12.2.3 "@polkadot/util": ^13.0.2 rxjs: ^7.8.1 tslib: ^2.6.2 - checksum: 8cc792752287e772ed892be664cab9bc4b006b9b723aeebab0c5a34da19009e7ffa1738aa7f2949e278ea9fff9b3acfa5131ec1b597796484b5aba7e701dbc53 + checksum: bf0ff9d66ce3581751d0d0c26fd469e8b8d53bb50fdfd0e5da5cfbe1e811eefdf9c57cfbbb5f89e41ffc9ba44b0ea42ab8d73175d5a85ce73c1673c04e452003 languageName: node linkType: hard -"@polkadot/rpc-core@npm:12.2.2": - version: 12.2.2 - resolution: "@polkadot/rpc-core@npm:12.2.2" - dependencies: - "@polkadot/rpc-augment": 12.2.2 - "@polkadot/rpc-provider": 12.2.2 - "@polkadot/types": 12.2.2 - "@polkadot/util": ^13.0.2 - rxjs: ^7.8.1 - tslib: ^2.6.2 - checksum: 3f527a750469ad340924ba81cd42663ed528e7189b301f10c9e260deb3d4985f0a892730a783142a363d97df3b1eff9d3e3d1460ffbe77f530358df443da950c - languageName: node - linkType: hard - -"@polkadot/rpc-provider@npm:12.2.1": - version: 12.2.1 - resolution: "@polkadot/rpc-provider@npm:12.2.1" +"@polkadot/rpc-provider@npm:12.2.3": + version: 12.2.3 + resolution: "@polkadot/rpc-provider@npm:12.2.3" dependencies: "@polkadot/keyring": ^13.0.2 - "@polkadot/types": 12.2.1 - "@polkadot/types-support": 12.2.1 + "@polkadot/types": 12.2.3 + "@polkadot/types-support": 12.2.3 "@polkadot/util": ^13.0.2 "@polkadot/util-crypto": ^13.0.2 "@polkadot/x-fetch": ^13.0.2 @@ -642,179 +544,81 @@ __metadata: dependenciesMeta: "@substrate/connect": optional: true - checksum: abf57fce247956fb62d59e34289627fce100053de32103efafbe5fde2238d7ff746d03c02aff6105f7300b91147645fa50a91cf7e82d3f46cbaa4c7296b29bd1 + checksum: 88d7f7ce64c73bd2c118510aa0ae399707fd2e1b3420d593c76f7e5de570484ee48f0fbf4fcac9c0fe75da6d3beb0efe3d4f115dff16be509301819563f8cf52 languageName: node linkType: hard -"@polkadot/rpc-provider@npm:12.2.2": - version: 12.2.2 - resolution: "@polkadot/rpc-provider@npm:12.2.2" +"@polkadot/types-augment@npm:12.2.3": + version: 12.2.3 + resolution: "@polkadot/types-augment@npm:12.2.3" dependencies: - "@polkadot/keyring": ^13.0.2 - "@polkadot/types": 12.2.2 - "@polkadot/types-support": 12.2.2 + "@polkadot/types": 12.2.3 + "@polkadot/types-codec": 12.2.3 "@polkadot/util": ^13.0.2 - "@polkadot/util-crypto": ^13.0.2 - "@polkadot/x-fetch": ^13.0.2 - "@polkadot/x-global": ^13.0.2 - "@polkadot/x-ws": ^13.0.2 - "@substrate/connect": 0.8.10 - eventemitter3: ^5.0.1 - mock-socket: ^9.3.1 - nock: ^13.5.0 tslib: ^2.6.2 - dependenciesMeta: - "@substrate/connect": - optional: true - checksum: 8620645034c153502c1a4d2b9c752476fe237411ddba1e069dab7c36c717291d67db35eeca7d3c17c38020fda7a8addd1d7142b17a072e23cf1add84342bd260 + checksum: f5e47c7764f655f7275162ccd080426ab0c23572fa8905134a792ed5917b302c1c71180d3a8051a61825698f4f00b072b5d6e7e4f9daed3414a3b2c223e7e7ee languageName: node linkType: hard -"@polkadot/types-augment@npm:12.2.1": - version: 12.2.1 - resolution: "@polkadot/types-augment@npm:12.2.1" - dependencies: - "@polkadot/types": 12.2.1 - "@polkadot/types-codec": 12.2.1 - "@polkadot/util": ^13.0.2 - tslib: ^2.6.2 - checksum: 1481ef2051838c659f5d4cc0105343bd67dc9a14f2de9ba44ee32b9679eeb0475ae53721cac69358178f58b57fc8d07d167075886003b0f01d486be3568c9392 - languageName: node - linkType: hard - -"@polkadot/types-augment@npm:12.2.2": - version: 12.2.2 - resolution: "@polkadot/types-augment@npm:12.2.2" - dependencies: - "@polkadot/types": 12.2.2 - "@polkadot/types-codec": 12.2.2 - "@polkadot/util": ^13.0.2 - tslib: ^2.6.2 - checksum: 5c6e650cb770c94902a0e5b5964f13cfc717171a0b3b62024f0473d8df862c44072b36167860b3c0f439733232e703ce516daf4be93b4a454003c3d10501a687 - languageName: node - linkType: hard - -"@polkadot/types-codec@npm:12.2.1": - version: 12.2.1 - resolution: "@polkadot/types-codec@npm:12.2.1" - dependencies: - "@polkadot/util": ^13.0.2 - "@polkadot/x-bigint": ^13.0.2 - tslib: ^2.6.2 - checksum: 6780dc0ffdd6a954ff6c50161b2dc0bc14840c4c58adcab7aef3d56cfa2bb58a9ee79ee5a972c0c430b5afb34200d2a7fdfa9911cf78d2333998e3ba45456caf - languageName: node - linkType: hard - -"@polkadot/types-codec@npm:12.2.2": - version: 12.2.2 - resolution: "@polkadot/types-codec@npm:12.2.2" +"@polkadot/types-codec@npm:12.2.3": + version: 12.2.3 + resolution: "@polkadot/types-codec@npm:12.2.3" dependencies: "@polkadot/util": ^13.0.2 "@polkadot/x-bigint": ^13.0.2 tslib: ^2.6.2 - checksum: c61d8f0f07d89e7f74aa59ab9fe8cb6b6a85d287ecd61b905e05595ee38bfc45bcf7f9019246b137b1edc2e8485723e5c382ef10ee481c639c292177d2671f78 + checksum: 6f1cd31a6356cfe6f3210060dd7078030236c8dc2dac44e80110e614e6076087b9b7204664de2ba9e23e1cb7249b1bba3bb022df28c7a61d855ebb9a0aa70bf1 languageName: node linkType: hard -"@polkadot/types-create@npm:12.2.1": - version: 12.2.1 - resolution: "@polkadot/types-create@npm:12.2.1" +"@polkadot/types-create@npm:12.2.3": + version: 12.2.3 + resolution: "@polkadot/types-create@npm:12.2.3" dependencies: - "@polkadot/types-codec": 12.2.1 + "@polkadot/types-codec": 12.2.3 "@polkadot/util": ^13.0.2 tslib: ^2.6.2 - checksum: c6d0058b70a0d23e50808432dd4243483a299a77cde6fc5ad70bee9dab924b99019c4a8e86ffed3f2e61fafffa7d803d1113cbf102f03c2a4e9110f6c8456e92 + checksum: 5397bf6f850552155e3381ea81b211e564fbf7c2271805e7bded6b1d7ad54409dcd1fd1354bf7be10bbc96f02576d8199ed7f6110b02935cdea7eb369d1cbaeb languageName: node linkType: hard -"@polkadot/types-create@npm:12.2.2": - version: 12.2.2 - resolution: "@polkadot/types-create@npm:12.2.2" - dependencies: - "@polkadot/types-codec": 12.2.2 - "@polkadot/util": ^13.0.2 - tslib: ^2.6.2 - checksum: 9f3c689b80cfe004ecf705294fc527985f63b94f9c0bf3630028db1bef72e0a506d1a8c4872247b9d4094dac57491c34f9cf279c8da2775bb2edc301aa9d388f - languageName: node - linkType: hard - -"@polkadot/types-known@npm:12.2.1": - version: 12.2.1 - resolution: "@polkadot/types-known@npm:12.2.1" +"@polkadot/types-known@npm:12.2.3": + version: 12.2.3 + resolution: "@polkadot/types-known@npm:12.2.3" dependencies: "@polkadot/networks": ^13.0.2 - "@polkadot/types": 12.2.1 - "@polkadot/types-codec": 12.2.1 - "@polkadot/types-create": 12.2.1 + "@polkadot/types": 12.2.3 + "@polkadot/types-codec": 12.2.3 + "@polkadot/types-create": 12.2.3 "@polkadot/util": ^13.0.2 tslib: ^2.6.2 - checksum: cb711b3aacb1cee262d91cf28c59740256ba70e00aeff7580bce0c924be33d99fa15816ce1381796f7d1ea981467449f77f37ab39f08d082a740c285932658e8 + checksum: e2499edb751d8e38925512ff0e1396c5fe456e42d71fbdf090af8fe8dc14ac381fd747cd0b6a8c2492f90f2e6d48a0fc26a1da2cc7c8166648782f09916fc956 languageName: node linkType: hard -"@polkadot/types-known@npm:12.2.2": - version: 12.2.2 - resolution: "@polkadot/types-known@npm:12.2.2" +"@polkadot/types-support@npm:12.2.3": + version: 12.2.3 + resolution: "@polkadot/types-support@npm:12.2.3" dependencies: - "@polkadot/networks": ^13.0.2 - "@polkadot/types": 12.2.2 - "@polkadot/types-codec": 12.2.2 - "@polkadot/types-create": 12.2.2 "@polkadot/util": ^13.0.2 tslib: ^2.6.2 - checksum: 252d421a794dc9aadafceafc50c4e829cb6dd8defc252d88b3c72bc58cbc980663402158b54bc94440cfe5fe9c97e46d2d481f2ccb9b20fba36d399f402a2fc4 + checksum: dc681525f49129b8a2201f81e64032ac01ec84add507beb2e44dc8046246657645e6e7ed92012a03dfc08ea1167d5c4704c650396e0614ed2bc694054fc0a1d0 languageName: node linkType: hard -"@polkadot/types-support@npm:12.2.1": - version: 12.2.1 - resolution: "@polkadot/types-support@npm:12.2.1" - dependencies: - "@polkadot/util": ^13.0.2 - tslib: ^2.6.2 - checksum: 7dcc139f94dd34a6f58d8ff170d5a5d89eae7ca231a8d13bab7afd5d4a8db18a59165a12c16629df78af1202099536078c37df278eb632b18075ccf3cbbfdeec - languageName: node - linkType: hard - -"@polkadot/types-support@npm:12.2.2": - version: 12.2.2 - resolution: "@polkadot/types-support@npm:12.2.2" - dependencies: - "@polkadot/util": ^13.0.2 - tslib: ^2.6.2 - checksum: 1d4b78b8acbfe3ac9a2e806bb384b46dca608fc1b2d60383bf4740fa6043b1b0cf22fcc6f99710b3cece6c9b18feed976d2ee7418e4a3a0178ee54a20d8c250e - languageName: node - linkType: hard - -"@polkadot/types@npm:12.2.1, @polkadot/types@npm:^12.2.1": - version: 12.2.1 - resolution: "@polkadot/types@npm:12.2.1" +"@polkadot/types@npm:12.2.3, @polkadot/types@npm:^12.2.3": + version: 12.2.3 + resolution: "@polkadot/types@npm:12.2.3" dependencies: "@polkadot/keyring": ^13.0.2 - "@polkadot/types-augment": 12.2.1 - "@polkadot/types-codec": 12.2.1 - "@polkadot/types-create": 12.2.1 + "@polkadot/types-augment": 12.2.3 + "@polkadot/types-codec": 12.2.3 + "@polkadot/types-create": 12.2.3 "@polkadot/util": ^13.0.2 "@polkadot/util-crypto": ^13.0.2 rxjs: ^7.8.1 tslib: ^2.6.2 - checksum: be5be5d851dd63ac00fd42907d923d929cd6dca96f671284d34b9fabb75e7b987fa6be5cc74ebaae19cc541827e8b7e6f32e5b980cbf3dbb9b7404b1a0773d73 - languageName: node - linkType: hard - -"@polkadot/types@npm:12.2.2": - version: 12.2.2 - resolution: "@polkadot/types@npm:12.2.2" - dependencies: - "@polkadot/keyring": ^13.0.2 - "@polkadot/types-augment": 12.2.2 - "@polkadot/types-codec": 12.2.2 - "@polkadot/types-create": 12.2.2 - "@polkadot/util": ^13.0.2 - "@polkadot/util-crypto": ^13.0.2 - rxjs: ^7.8.1 - tslib: ^2.6.2 - checksum: 80afaa8eb063896d99bf6528de787eff2c6f8338e524cb0dce94b6ed560ba35173ee750c24c9270c6ea0ac8d74e52ce21add4511b72d3afd660754ff0b023a53 + checksum: 00b61ecb7a5d9c1ef1da568682c0fe65f28a5a16735944b0f7659943cf9dc15e6941824bd8e32920780ea507b5bf34472d393210cbf24dfe89c3fe84d1a5985d languageName: node linkType: hard @@ -1234,75 +1038,75 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:22.0.0": - version: 22.0.0 - resolution: "@types/node@npm:22.0.0" +"@types/node@npm:22.1.0": + version: 22.1.0 + resolution: "@types/node@npm:22.1.0" dependencies: - undici-types: ~6.11.1 - checksum: ef58d59bbffd9a79449ef632ea9a4f3b006496926cac2717368f80fdd152b1937e44093c17c9fac74650309c9d5387bb5c5bf4fd304adafebcbda1e6e4435fe4 + undici-types: ~6.13.0 + checksum: 3544c35da06009790a2e07742a7dfa0ac0f0d64ec47d9e6d3edf0ff6dcfc1a7cc2efdc5e524e80f8ed80aa37154513b2c1c724f95146ff89fc5aefb8e33575f2 languageName: node linkType: hard -"@vitest/expect@npm:2.0.4, @vitest/expect@npm:^2.0.4": - version: 2.0.4 - resolution: "@vitest/expect@npm:2.0.4" +"@vitest/expect@npm:2.0.5, @vitest/expect@npm:^2.0.5": + version: 2.0.5 + resolution: "@vitest/expect@npm:2.0.5" dependencies: - "@vitest/spy": 2.0.4 - "@vitest/utils": 2.0.4 + "@vitest/spy": 2.0.5 + "@vitest/utils": 2.0.5 chai: ^5.1.1 tinyrainbow: ^1.2.0 - checksum: 6841da3ffa58572c24b3720c84bade5b7293d60905b17b3e2ea28fcecb7c18592851fe84538bfc9995ab3b7681cd3e0fc6913512390ae1564d3fb1de8d9edad8 + checksum: 0c65eb24c2fd9ef5735d1e65dc8fee59936e6cab1d6ab24a95e014b8337be5598242fceae4e8ec2974e2ae70a30c1906ad41208bf6de6cdf2043594cdb65e627 languageName: node linkType: hard -"@vitest/pretty-format@npm:2.0.4, @vitest/pretty-format@npm:^2.0.4": - version: 2.0.4 - resolution: "@vitest/pretty-format@npm:2.0.4" +"@vitest/pretty-format@npm:2.0.5, @vitest/pretty-format@npm:^2.0.5": + version: 2.0.5 + resolution: "@vitest/pretty-format@npm:2.0.5" dependencies: tinyrainbow: ^1.2.0 - checksum: a0dbfea5a1379aa1b69ee208116bd88e39edccb7e2f71be56f85868495217b2d8c0284ecba81a6f66f8e78a6d50b9f2c2fc3f3bc2114e909b7b43b96fdee7042 + checksum: d60346001180e5bb3c53be4b4d0b6d9352648b066641d5aba7b97d7c97a8e252dc934204d58818330262a65f07127455fc5f3b5f7e3647c60f6ff302a725733b languageName: node linkType: hard -"@vitest/runner@npm:2.0.4": - version: 2.0.4 - resolution: "@vitest/runner@npm:2.0.4" +"@vitest/runner@npm:2.0.5": + version: 2.0.5 + resolution: "@vitest/runner@npm:2.0.5" dependencies: - "@vitest/utils": 2.0.4 + "@vitest/utils": 2.0.5 pathe: ^1.1.2 - checksum: 313030973a80766de9bed1ed6f4342c5320d9b9dfcf97bc8d61899a41a916e8f5d2aa2ab727023372ad057ca5f95daae3820535f1124e0651814ce7045883414 + checksum: 4d6c23ea77ada83d70cb8cfd20b17cd0b9a375bc70b95466acee822734e203952931319abf167abcdba33dca415affed71d98d3f7212e1812dbf81e540fae4a4 languageName: node linkType: hard -"@vitest/snapshot@npm:2.0.4": - version: 2.0.4 - resolution: "@vitest/snapshot@npm:2.0.4" +"@vitest/snapshot@npm:2.0.5": + version: 2.0.5 + resolution: "@vitest/snapshot@npm:2.0.5" dependencies: - "@vitest/pretty-format": 2.0.4 + "@vitest/pretty-format": 2.0.5 magic-string: ^0.30.10 pathe: ^1.1.2 - checksum: af9bd9da387dca25c13d6b8323d9e574ce3be19b7965ef26c427394e07ca7c7d291d3d52e65c90cf2bcafbfe673a70d362c526597150fe4407d5c13f9cf47412 + checksum: 468d040106aa186a63ff3a86ce6bf333d52de83a2d906dc8c7c5c63406f2ecb46850ac5d69f5838a15764094946963962fa963d64c62a1a8a127ba20496fa3f1 languageName: node linkType: hard -"@vitest/spy@npm:2.0.4": - version: 2.0.4 - resolution: "@vitest/spy@npm:2.0.4" +"@vitest/spy@npm:2.0.5": + version: 2.0.5 + resolution: "@vitest/spy@npm:2.0.5" dependencies: tinyspy: ^3.0.0 - checksum: 097cef445965e4145993f0436007116f5c56da6e02d51f9c7f18c56fb9ae05c045c627b75a34609b4f39901f2f8e9acf54dae94b490db3c4b1656c0e4fbf5847 + checksum: a010dec99146832a2586c639fccf533b194482f6f25ffb2d64367598a4e77d094aedd3d82cdb55fc1a3971649577a039513ccf8dc1571492e5982482c530c7b9 languageName: node linkType: hard -"@vitest/utils@npm:2.0.4": - version: 2.0.4 - resolution: "@vitest/utils@npm:2.0.4" +"@vitest/utils@npm:2.0.5": + version: 2.0.5 + resolution: "@vitest/utils@npm:2.0.5" dependencies: - "@vitest/pretty-format": 2.0.4 + "@vitest/pretty-format": 2.0.5 estree-walker: ^3.0.3 loupe: ^3.1.1 tinyrainbow: ^1.2.0 - checksum: 1f6ce4d80403750e1ed3669de746327cd6626c3a80ba9e30613653521e4c9126d7db5b4ea764a644eb7e933f9fef218816515181deb746c5ed6988c5ea9dde0d + checksum: 6867556dd7e376437e454b96c7e596ec16e141fb00b002b6ce435611ab3d9d1e3f38ebf48b1fc49f4c97f9754ed37abb602de8bf122f4ac0de621a4dbe0a314e languageName: node linkType: hard @@ -1424,14 +1228,14 @@ __metadata: languageName: node linkType: hard -"axios@npm:^1.7.2": - version: 1.7.2 - resolution: "axios@npm:1.7.2" +"axios@npm:^1.7.3": + version: 1.7.3 + resolution: "axios@npm:1.7.3" dependencies: follow-redirects: ^1.15.6 form-data: ^4.0.0 proxy-from-env: ^1.1.0 - checksum: e457e2b0ab748504621f6fa6609074ac08c824bf0881592209dfa15098ece7e88495300e02cd22ba50b3468fd712fe687e629dcb03d6a3f6a51989727405aedf + checksum: bc304d6da974922342aed7c33155934354429cdc7e1ba9d399ab9ff3ac76103f3697eeedf042a634d43cdae682182bcffd942291db42d2be45b750597cdd5eef languageName: node linkType: hard @@ -2078,7 +1882,7 @@ __metadata: version: 0.0.0-use.local resolution: "humanode-e2e-tests-bash@workspace:utils/e2e-tests/bash" dependencies: - "@polkadot/api-cli": ^0.57.1 + "@polkadot/api-cli": ^0.57.2 languageName: unknown linkType: soft @@ -2086,14 +1890,14 @@ __metadata: version: 0.0.0-use.local resolution: "humanode-e2e-tests-ts@workspace:utils/e2e-tests/ts" dependencies: - "@polkadot/api": ^12.2.2 - "@types/node": 22.0.0 - "@vitest/expect": ^2.0.4 - axios: ^1.7.2 + "@polkadot/api": ^12.2.3 + "@types/node": 22.1.0 + "@vitest/expect": ^2.0.5 + axios: ^1.7.3 ethers: ^6.13.2 typescript: ^5.5.4 - viem: ^2.18.4 - vitest: ^2.0.4 + viem: ^2.18.8 + vitest: ^2.0.5 languageName: unknown linkType: soft @@ -3043,10 +2847,10 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~6.11.1": - version: 6.11.1 - resolution: "undici-types@npm:6.11.1" - checksum: d7fc11bded93bc55ef3b88464e856ab061a747cf50ef2eff5df5ba3be18b9fcafe60e1b36a8c99e28aac2eade12891d32a504f2a32422452c44662e598e3b188 +"undici-types@npm:~6.13.0": + version: 6.13.0 + resolution: "undici-types@npm:6.13.0" + checksum: 9d0ef6bf58994bebbea6a4ab75f381c69a89a7ed151bfbae0d4ef95450d56502c9eccb323abf17b7d099c1d9c1cbae62e909e4dfeb8d204612d2f1fdada24707 languageName: node linkType: hard @@ -3075,9 +2879,9 @@ __metadata: languageName: node linkType: hard -"viem@npm:^2.18.4": - version: 2.18.4 - resolution: "viem@npm:2.18.4" +"viem@npm:^2.18.8": + version: 2.18.8 + resolution: "viem@npm:2.18.8" dependencies: "@adraffy/ens-normalize": 1.10.0 "@noble/curves": 1.4.0 @@ -3093,13 +2897,13 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: abf9bbbfcc8f2ce6d3187b349922f9624465c5570fc02d341f651e32f6716b85aa3e6a649c4ee139499208dbb07ec8c54b83c66ba4f7f7afc92923826847c9ef + checksum: 3c560a9aa8a661ee2b9203a27f32c75e83131948e8583026b7e546a27f8f12b93decbcee839e6ca6858f922149bc88255844db7ec340dca4bdb8553655edd60b languageName: node linkType: hard -"vite-node@npm:2.0.4": - version: 2.0.4 - resolution: "vite-node@npm:2.0.4" +"vite-node@npm:2.0.5": + version: 2.0.5 + resolution: "vite-node@npm:2.0.5" dependencies: cac: ^6.7.14 debug: ^4.3.5 @@ -3108,7 +2912,7 @@ __metadata: vite: ^5.0.0 bin: vite-node: vite-node.mjs - checksum: 1e40f2a6eb977fdb77a56b4cb71de0c329b9214bff9db2bedca6186626d70a70e2f3878acad3311e28d718b97e804de3e6795aab846bcb74ea66d4cba5ff48cd + checksum: 30071f1cd3d3b78fd52726d66d18d81b63b321dee70d03c259db959a72f46dce2d71f12a85eaf503497f562ce11fea51197a74888d5892d3c7f3ad0ef093ec25 languageName: node linkType: hard @@ -3152,17 +2956,17 @@ __metadata: languageName: node linkType: hard -"vitest@npm:^2.0.4": - version: 2.0.4 - resolution: "vitest@npm:2.0.4" +"vitest@npm:^2.0.5": + version: 2.0.5 + resolution: "vitest@npm:2.0.5" dependencies: "@ampproject/remapping": ^2.3.0 - "@vitest/expect": 2.0.4 - "@vitest/pretty-format": ^2.0.4 - "@vitest/runner": 2.0.4 - "@vitest/snapshot": 2.0.4 - "@vitest/spy": 2.0.4 - "@vitest/utils": 2.0.4 + "@vitest/expect": 2.0.5 + "@vitest/pretty-format": ^2.0.5 + "@vitest/runner": 2.0.5 + "@vitest/snapshot": 2.0.5 + "@vitest/spy": 2.0.5 + "@vitest/utils": 2.0.5 chai: ^5.1.1 debug: ^4.3.5 execa: ^8.0.1 @@ -3173,13 +2977,13 @@ __metadata: tinypool: ^1.0.0 tinyrainbow: ^1.2.0 vite: ^5.0.0 - vite-node: 2.0.4 + vite-node: 2.0.5 why-is-node-running: ^2.3.0 peerDependencies: "@edge-runtime/vm": "*" "@types/node": ^18.0.0 || >=20.0.0 - "@vitest/browser": 2.0.4 - "@vitest/ui": 2.0.4 + "@vitest/browser": 2.0.5 + "@vitest/ui": 2.0.5 happy-dom: "*" jsdom: "*" peerDependenciesMeta: @@ -3197,7 +3001,7 @@ __metadata: optional: true bin: vitest: vitest.mjs - checksum: d00015d1518e297283fc939dc2d30e95258bda65cae9146e82380c87ac0cafd8bb892882516a4940d628afc835fc20e55c8be30f30c8bcaba93e20568dbb3744 + checksum: 4709e7678d89f957d9bd8e4dd2f99734857df03e22d38d9c3986a75f608205572b73c2faaf059ed41a2dccbc5c65f6717bf66594d6459cf2e57ab175be9aebc1 languageName: node linkType: hard From 9027eb2276b00c387bf719cbd4ded7f85bd76430 Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Wed, 7 Aug 2024 12:02:16 -0300 Subject: [PATCH 11/15] Keep some debuginfo (#1136) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7249488dc..90c33f55a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -165,6 +165,9 @@ pallet-evm-precompile-simple = { git = "https://github.com/humanode-network/fron pallet-evm-system = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } pallet-evm-test-vector-support = { git = "https://github.com/humanode-network/frontier", tag = "locked/polkadot-v0.9.40-2024-08-02", default-features = false } +[profile.release] +debug = "line-tables-only" + [profile.release-lto] inherits = "release" lto = "thin" From 1ef7a3e8068f791564f243f8be7324ce2cf64001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:01:12 +0300 Subject: [PATCH 12/15] Bump num_enum from 0.7.2 to 0.7.3 (#1153) * Bump num_enum from 0.7.2 to 0.7.3 Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.7.2 to 0.7.3. - [Commits](https://github.com/illicitonion/num_enum/compare/0.7.2...0.7.3) --- updated-dependencies: - dependency-name: num_enum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update features snapshot --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> --- Cargo.lock | 22 +++++++++++----------- utils/checks/snapshots/features.yaml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3fb22928..50b98f66d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2507,7 +2507,7 @@ dependencies = [ "ethabi", "generic-array 0.14.7", "k256 0.13.3", - "num_enum 0.7.2", + "num_enum 0.7.3", "open-fastrlp", "rand 0.8.5", "rlp", @@ -6046,11 +6046,11 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" +checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" dependencies = [ - "num_enum_derive 0.7.2", + "num_enum_derive 0.7.3", ] [[package]] @@ -6067,11 +6067,11 @@ dependencies = [ [[package]] name = "num_enum_derive" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" +checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 1.1.3", "proc-macro2", "quote", "syn 2.0.72", @@ -7222,7 +7222,7 @@ dependencies = [ "frame-support", "frame-system", "mockall", - "num_enum 0.7.2", + "num_enum 0.7.3", "pallet-bioauth", "pallet-evm", "parity-scale-codec", @@ -7256,7 +7256,7 @@ dependencies = [ "frame-system", "hex-literal 0.4.1", "mockall", - "num_enum 0.7.2", + "num_enum 0.7.3", "pallet-balances", "pallet-evm", "pallet-evm-balances", @@ -7296,7 +7296,7 @@ dependencies = [ "frame-support", "frame-system", "hex-literal 0.4.1", - "num_enum 0.7.2", + "num_enum 0.7.3", "pallet-balances", "pallet-erc20-support", "pallet-evm", @@ -7320,7 +7320,7 @@ dependencies = [ "hex-literal 0.4.1", "impl-trait-for-tuples", "log", - "num_enum 0.7.2", + "num_enum 0.7.3", "pallet-evm", "parity-scale-codec", "precompile-utils-macro", diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index 874ea144c..da2b81dcb 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -2012,7 +2012,7 @@ - name: num_enum 0.5.11 features: - std -- name: num_enum 0.7.2 +- name: num_enum 0.7.3 features: - default - std @@ -2020,7 +2020,7 @@ features: - proc-macro-crate - std -- name: num_enum_derive 0.7.2 +- name: num_enum_derive 0.7.3 features: - proc-macro-crate - std From 691d22c3c42e1e696ab2ae85acc7e680fe155100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:01:20 +0000 Subject: [PATCH 13/15] Bump clap from 4.5.10 to 4.5.13 (#1148) * Bump clap from 4.5.10 to 4.5.13 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.10 to 4.5.13. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.10...v4.5.13) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update features snapshot --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ utils/checks/snapshots/features.yaml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50b98f66d..44ef71cd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1263,9 +1263,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.10" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f6b81fb3c84f5563d509c59b5a48d935f689e993afa90fe39047f05adef9142" +checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc" dependencies = [ "clap_builder", "clap_derive", @@ -1273,9 +1273,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.10" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca6706fd5224857d9ac5eb9355f6683563cc0541c7cd9d014043b57cbec78ac" +checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99" dependencies = [ "anstream", "anstyle", @@ -1285,9 +1285,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.8" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085" +checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" dependencies = [ "heck 0.5.0", "proc-macro2", diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index da2b81dcb..8ed8859f9 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -420,7 +420,7 @@ - clang_6_0 - libloading - runtime -- name: clap 4.5.10 +- name: clap 4.5.13 features: - color - default @@ -432,7 +432,7 @@ - string - suggestions - usage -- name: clap_builder 4.5.10 +- name: clap_builder 4.5.13 features: - color - deprecated @@ -442,7 +442,7 @@ - string - suggestions - usage -- name: clap_derive 4.5.8 +- name: clap_derive 4.5.13 features: - default - deprecated From 6077ed079ab496c9d6affeaab74855d762f59373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:01:29 +0000 Subject: [PATCH 14/15] Bump bytes from 1.6.1 to 1.7.1 (#1144) * Bump bytes from 1.6.1 to 1.7.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.1 to 1.7.1. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.6.1...v1.7.1) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update features snapshot --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dmitry Lavrenov <39522748+dmitrylavrenov@users.noreply.github.com> --- Cargo.lock | 4 ++-- utils/checks/snapshots/features.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44ef71cd6..43a7812e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1049,9 +1049,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.1" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" dependencies = [ "serde", ] diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index 8ed8859f9..ca39658d7 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -331,7 +331,7 @@ - default - i128 - std -- name: bytes 1.6.1 +- name: bytes 1.7.1 features: - default - serde From 552338d0e33812e792f64544a352bd93ceaead68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:44:30 +0300 Subject: [PATCH 15/15] Bump serde from 1.0.203 to 1.0.205 (#1160) * Bump serde from 1.0.203 to 1.0.205 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.205. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.205) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update features snapshot --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- utils/checks/snapshots/features.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43a7812e0..3311d8329 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9695,18 +9695,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.203" +version = "1.0.205" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" +checksum = "e33aedb1a7135da52b7c21791455563facbbcc43d0f0f66165b42c21b3dfb150" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.203" +version = "1.0.205" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" +checksum = "692d6f5ac90220161d6774db30c662202721e64aed9058d2c394f451261420c1" dependencies = [ "proc-macro2", "quote", diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index ca39658d7..10d127109 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -3039,7 +3039,7 @@ - std - name: semver-parser 0.7.0 features: [] -- name: serde 1.0.203 +- name: serde 1.0.205 features: - alloc - default @@ -3047,7 +3047,7 @@ - rc - serde_derive - std -- name: serde_derive 1.0.203 +- name: serde_derive 1.0.205 features: - default - name: serde_json 1.0.121