diff --git a/.github/actions/install_toolchain/action.yml b/.github/actions/install_toolchain/action.yml index 8234bc9231..bc7e40b9ba 100644 --- a/.github/actions/install_toolchain/action.yml +++ b/.github/actions/install_toolchain/action.yml @@ -6,7 +6,7 @@ runs: - name: Install latest stable uses: actions-rs/toolchain@v1 with: - toolchain: 1.72.0 + toolchain: 1.73.0 override: true target: wasm32-unknown-unknown components: cargo, clippy, rust-analyzer, rust-src, rust-std, rustc-dev, rustc, rustfmt diff --git a/Cargo.lock b/Cargo.lock index 054d1b09c7..2a8e763a51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,7 +81,7 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6" dependencies = [ - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -197,7 +197,7 @@ checksum = "5f270541caec49c15673b0af0e9a00143421ad4f118d2df7edcb68b627632f56" dependencies = [ "actix-router", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -235,6 +235,16 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "aead" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" +dependencies = [ + "crypto-common", + "generic-array 0.14.7", +] + [[package]] name = "aead-io" version = "0.1.4" @@ -307,6 +317,20 @@ dependencies = [ "subtle", ] +[[package]] +name = "aes-gcm" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" +dependencies = [ + "aead 0.5.2", + "aes 0.8.1", + "cipher 0.4.3", + "ctr 0.9.2", + "ghash 0.5.0", + "subtle", +] + [[package]] name = "aes-soft" version = "0.6.4" @@ -415,16 +439,15 @@ dependencies = [ [[package]] name = "anstream" -version = "0.3.2" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" +checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", "anstyle-wincon", "colorchoice", - "is-terminal", "utf8parse", ] @@ -454,9 +477,9 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "1.0.1" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" +checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" dependencies = [ "anstyle", "windows-sys 0.48.0", @@ -480,12 +503,211 @@ dependencies = [ "num-traits", ] +[[package]] +name = "aquamarine" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df752953c49ce90719c7bf1fc587bc8227aed04732ea0c0f85e5397d7fdbd1a1" +dependencies = [ + "include_dir", + "itertools", + "proc-macro-error", + "proc-macro2 1.0.66", + "quote 1.0.33", + "syn 1.0.109", +] + [[package]] name = "arc-swap" version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" +[[package]] +name = "ark-bls12-381" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", +] + +[[package]] +name = "ark-ec" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" +dependencies = [ + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "derivative", + "hashbrown 0.13.2", + "itertools", + "num-traits", + "zeroize", +] + +[[package]] +name = "ark-ed-on-bls12-381-bandersnatch" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" +dependencies = [ + "ark-bls12-381", + "ark-ec", + "ark-ff", + "ark-std", +] + +[[package]] +name = "ark-ff" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" +dependencies = [ + "ark-ff-asm", + "ark-ff-macros", + "ark-serialize", + "ark-std", + "derivative", + "digest 0.10.7", + "itertools", + "num-bigint 0.4.3", + "num-traits", + "paste", + "rustc_version 0.4.0", + "zeroize", +] + +[[package]] +name = "ark-ff-asm" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" +dependencies = [ + "quote 1.0.33", + "syn 1.0.109", +] + +[[package]] +name = "ark-ff-macros" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" +dependencies = [ + "num-bigint 0.4.3", + "num-traits", + "proc-macro2 1.0.66", + "quote 1.0.33", + "syn 1.0.109", +] + +[[package]] +name = "ark-poly" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" +dependencies = [ + "ark-ff", + "ark-serialize", + "ark-std", + "derivative", + "hashbrown 0.13.2", +] + +[[package]] +name = "ark-scale" +version = "0.0.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49b08346a3e38e2be792ef53ee168623c9244d968ff00cd70fb9932f6fe36393" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", + "parity-scale-codec", +] + +[[package]] +name = "ark-scale" +version = "0.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51bd73bb6ddb72630987d37fa963e99196896c0d0ea81b7c894567e74a2f83af" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", + "parity-scale-codec", + "scale-info", +] + +[[package]] +name = "ark-secret-scalar" +version = "0.0.2" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", + "ark-transcript", + "digest 0.10.7", + "rand_core 0.6.4", + "zeroize", +] + +[[package]] +name = "ark-serialize" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" +dependencies = [ + "ark-serialize-derive", + "ark-std", + "digest 0.10.7", + "num-bigint 0.4.3", +] + +[[package]] +name = "ark-serialize-derive" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" +dependencies = [ + "proc-macro2 1.0.66", + "quote 1.0.33", + "syn 1.0.109", +] + +[[package]] +name = "ark-std" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" +dependencies = [ + "num-traits", + "rand 0.8.5", +] + +[[package]] +name = "ark-transcript" +version = "0.0.2" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-ff", + "ark-serialize", + "ark-std", + "digest 0.10.7", + "rand_core 0.6.4", + "sha3", +] + [[package]] name = "array-bytes" version = "6.1.0" @@ -564,7 +786,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", "synstructure 0.12.6", ] @@ -576,7 +798,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", "synstructure 0.12.6", ] @@ -588,7 +810,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -689,8 +911,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -737,7 +959,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4655ae1a7b0cdf149156f780c5bf3f1352bc53cbd9e0a361a7ef7b22947e965" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -754,8 +976,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -825,7 +1047,7 @@ checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89" dependencies = [ "proc-macro-error", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -893,8 +1115,8 @@ checksum = "cdca6a10ecad987bda04e95606ef85a5417dcaac1a78455242d72e031e2b6b62" dependencies = [ "heck 0.4.1", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -918,6 +1140,28 @@ dependencies = [ "rustc-demangle", ] +[[package]] +name = "bandersnatch_vrfs" +version = "0.0.1" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-bls12-381", + "ark-ec", + "ark-ed-on-bls12-381-bandersnatch", + "ark-ff", + "ark-scale 0.0.11", + "ark-serialize", + "ark-std", + "dleq_vrf", + "fflonk", + "merlin 3.0.0", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "ring 0.1.0", + "sha2 0.10.7", + "zeroize", +] + [[package]] name = "base-x" version = "0.2.11" @@ -1022,7 +1266,7 @@ dependencies = [ "log", "peeking_take_while", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "regex", "rustc-hash", "shlex", @@ -1044,11 +1288,11 @@ dependencies = [ "peeking_take_while", "prettyplease 0.2.9", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "regex", "rustc-hash", "shlex", - "syn 2.0.26", + "syn 2.0.32", ] [[package]] @@ -1095,9 +1339,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.0.2" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1" +checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" [[package]] name = "bitmaps" @@ -1285,6 +1529,15 @@ dependencies = [ "sha2 0.9.9", ] +[[package]] +name = "bs58" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896" +dependencies = [ + "tinyvec", +] + [[package]] name = "bstr" version = "0.2.17" @@ -1351,7 +1604,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -1519,9 +1772,9 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.15.3" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "215c0072ecc28f92eeb0eea38ba63ddfcb65c2828c46311d646f1a3ff5f9841c" +checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3" dependencies = [ "smallvec", ] @@ -1565,18 +1818,17 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.26" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" +checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "serde", - "time 0.1.44", "wasm-bindgen", - "winapi", + "windows-targets 0.48.0", ] [[package]] @@ -1694,28 +1946,25 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.0" +version = "4.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc" +checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956" dependencies = [ "clap_builder", "clap_derive", - "once_cell", ] [[package]] name = "clap_builder" -version = "4.3.0" +version = "4.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990" +checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" dependencies = [ "anstream", "anstyle", - "bitflags 1.3.2", "clap_lex 0.5.0", - "once_cell", "strsim", - "terminal_size 0.2.6", + "terminal_size 0.3.0", "unicase", "unicode-width", ] @@ -1726,19 +1975,19 @@ version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dfe581a2035db4174cdbdc91265e1aba50f381577f0510d0ad36c7bc59cc84a3" dependencies = [ - "clap 4.3.0", + "clap 4.4.6", ] [[package]] name = "clap_derive" -version = "4.3.0" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b" +checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" dependencies = [ "heck 0.4.1", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -1784,7 +2033,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b30a84aab436fcb256a2ab3c80663d8aec686e6bae12827bb05fef3e1e439c9f" dependencies = [ "bincode", - "bs58", + "bs58 0.4.0", "coins-core", "digest 0.10.7", "getrandom 0.2.7", @@ -1821,7 +2070,7 @@ checksum = "9b949a1c63fb7eb591eb7ba438746326aedf0ae843e51ec92ba6bec5bb382c4f" dependencies = [ "base64 0.21.3", "bech32 0.7.3", - "bs58", + "bs58 0.4.0", "digest 0.10.7", "generic-array 0.14.7", "hex", @@ -1850,6 +2099,20 @@ dependencies = [ "unicode-width", ] +[[package]] +name = "common" +version = "0.1.0" +source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "fflonk", + "merlin 3.0.0", +] + [[package]] name = "common-path" version = "1.0.0" @@ -2015,9 +2278,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.2" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" +checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" dependencies = [ "libc", ] @@ -2386,11 +2649,12 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ccfd8c0ee4cce11e45b3fd6f9d5e69e0cc62912aa6a0cb1bf4617b0eba5a12f" +checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array 0.14.7", + "rand_core 0.6.4", "typenum", ] @@ -2430,7 +2694,7 @@ version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c" dependencies = [ - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -2489,18 +2753,32 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.0.0-rc.1" +version = "4.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d4ba9852b42210c7538b75484f9daa0655e9a3ac04f693747bb0f02cf3cfe16" +checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" dependencies = [ "cfg-if", + "cpufeatures", + "curve25519-dalek-derive", + "digest 0.10.7", "fiat-crypto", - "packed_simd_2", "platforms", + "rustc_version 0.4.0", "subtle", "zeroize", ] +[[package]] +name = "curve25519-dalek-derive" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" +dependencies = [ + "proc-macro2 1.0.66", + "quote 1.0.33", + "syn 2.0.32", +] + [[package]] name = "cxx" version = "1.0.83" @@ -2523,7 +2801,7 @@ dependencies = [ "codespan-reporting", "once_cell", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "scratch", "syn 1.0.109", ] @@ -2541,7 +2819,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1362b0ddcfc4eb0a1f57b68bd77dd99f0e826958a96abd0ae9bd092e114ffed6" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -2584,7 +2862,7 @@ dependencies = [ "fnv", "ident_case", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -2597,7 +2875,7 @@ dependencies = [ "fnv", "ident_case", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "strsim", "syn 1.0.109", ] @@ -2611,9 +2889,9 @@ dependencies = [ "fnv", "ident_case", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "strsim", - "syn 2.0.26", + "syn 2.0.32", ] [[package]] @@ -2623,7 +2901,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" dependencies = [ "darling_core 0.13.4", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -2634,7 +2912,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" dependencies = [ "darling_core 0.14.4", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -2645,8 +2923,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a" dependencies = [ "darling_core 0.20.1", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -2703,7 +2981,7 @@ version = "0.1.0" dependencies = [ "anyhow", "base64 0.11.0", - "clap 4.3.0", + "clap 4.4.6", "frame-support", "hex", "parity-scale-codec", @@ -2774,7 +3052,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -2785,7 +3063,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -2806,7 +3084,7 @@ checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4" dependencies = [ "darling 0.14.4", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -2827,7 +3105,7 @@ source = "git+https://github.com/JelteF/derive_more#3ab6fcc0ce82d53508e904103b5e dependencies = [ "convert_case", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "rustc_version 0.4.0", "syn 1.0.109", "unicode-xid 0.2.3", @@ -2866,7 +3144,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8cf4b8dd484ede80fd5c547592c46c3745a617c8af278e2b72bea86b2dfed6" dependencies = [ "devise_core", - "quote 1.0.31", + "quote 1.0.33", ] [[package]] @@ -2875,11 +3153,11 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35b50dba0afdca80b187392b24f2499a88c336d5a8493e4b4ccfb608708be56a" dependencies = [ - "bitflags 2.0.2", + "bitflags 2.4.0", "proc-macro2 1.0.66", "proc-macro2-diagnostics 0.10.0", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -2997,7 +3275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -3007,6 +3285,23 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c97b9233581d84b8e1e689cdd3a47b6f69770084fc246e86a7f78b0d9c1d4a5" +[[package]] +name = "dleq_vrf" +version = "0.0.2" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-scale 0.0.10", + "ark-secret-scalar", + "ark-serialize", + "ark-std", + "ark-transcript", + "arrayvec 0.7.2", + "rand_core 0.6.4", + "zeroize", +] + [[package]] name = "dlmalloc" version = "0.2.4" @@ -3024,27 +3319,28 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "docify" -version = "0.1.16" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af1b04e6ef3d21119d3eb7b032bca17f99fe041e9c072f30f32cc0e1a2b1f3c4" +checksum = "76ee528c501ddd15d5181997e9518e59024844eac44fd1e40cb20ddb2a8562fa" dependencies = [ "docify_macros", ] [[package]] name = "docify_macros" -version = "0.1.16" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b5610df7f2acf89a1bb5d1a66ae56b1c7fcdcfe3948856fb3ace3f644d70eb7" +checksum = "0ca01728ab2679c464242eca99f94e2ce0514b52ac9ad950e2ed03fca991231c" dependencies = [ "common-path", "derive-syn-parse", - "lazy_static", + "once_cell", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "regex", - "syn 2.0.26", + "syn 2.0.32", "termcolor", + "toml 0.7.3", "walkdir", ] @@ -3095,7 +3391,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -3116,7 +3412,7 @@ dependencies = [ "lazy_static", "proc-macro-error", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -3158,24 +3454,25 @@ dependencies = [ [[package]] name = "ed25519" -version = "1.5.3" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" +checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d" dependencies = [ - "signature 1.6.4", + "pkcs8 0.10.2", + "signature 2.1.0", ] [[package]] name = "ed25519-dalek" -version = "1.0.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980" dependencies = [ - "curve25519-dalek 3.2.0", + "curve25519-dalek 4.1.1", "ed25519", - "rand 0.7.3", + "rand_core 0.6.4", "serde", - "sha2 0.9.9", + "sha2 0.10.7", "zeroize", ] @@ -3290,7 +3587,7 @@ checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116" dependencies = [ "heck 0.4.1", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -3310,7 +3607,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -3330,8 +3627,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -3351,7 +3648,7 @@ checksum = "ea83a3fbdc1d999ccfbcbee717eab36f8edf2d71693a23ce0d7cca19e085304c" dependencies = [ "darling 0.13.4", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -3555,12 +3852,12 @@ dependencies = [ "hex", "prettyplease 0.2.9", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "regex", "reqwest", "serde", "serde_json", - "syn 2.0.26", + "syn 2.0.32", "toml 0.7.3", "walkdir", ] @@ -3576,9 +3873,9 @@ dependencies = [ "ethers-core", "hex", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "serde_json", - "syn 2.0.26", + "syn 2.0.32", ] [[package]] @@ -3604,7 +3901,7 @@ dependencies = [ "serde", "serde_json", "strum 0.25.0", - "syn 2.0.26", + "syn 2.0.32", "tempfile", "thiserror", "tiny-keccak", @@ -3763,8 +4060,8 @@ dependencies = [ "blake2", "fs-err", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -3827,11 +4124,24 @@ dependencies = [ "subtle", ] +[[package]] +name = "fflonk" +version = "0.1.0" +source = "git+https://github.com/w3f/fflonk#26a5045b24e169cffc1f9328ca83d71061145c40" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "merlin 3.0.0", +] + [[package]] name = "fiat-crypto" -version = "0.1.20" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77" +checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d" [[package]] name = "figment" @@ -3936,7 +4246,7 @@ dependencies = [ "paste", "proc-macro-error", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -4011,7 +4321,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", ] @@ -4034,7 +4344,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-support-procedural", @@ -4059,12 +4369,12 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "Inflector", "array-bytes", "chrono", - "clap 4.3.0", + "clap 4.4.6", "comfy-table", "frame-benchmarking", "frame-support", @@ -4107,18 +4417,18 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4135,11 +4445,12 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", "frame-try-runtime", + "log", "parity-scale-codec", "scale-info", "sp-core", @@ -4176,7 +4487,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-recursion", "futures", @@ -4188,6 +4499,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", + "sp-state-machine", "spinners", "substrate-rpc-client", "tokio", @@ -4197,9 +4509,11 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ + "aquamarine", "bitflags 1.3.2", + "docify", "environmental", "frame-metadata 16.0.0", "frame-support-procedural", @@ -4211,27 +4525,31 @@ dependencies = [ "paste", "scale-info", "serde", + "serde_json", "smallvec", "sp-api", "sp-arithmetic", "sp-core", "sp-core-hashing-proc-macro", "sp-debug-derive", + "sp-genesis-builder", "sp-inherents", "sp-io", + "sp-metadata-ir", "sp-runtime", "sp-staking", "sp-state-machine", "sp-std", "sp-tracing", "sp-weights", + "static_assertions", "tt-call", ] [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "Inflector", "cfg-expr", @@ -4242,39 +4560,40 @@ dependencies = [ "macro_magic", "proc-macro-warning", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-executive", + "frame-metadata 16.0.0", "frame-support", "frame-support-test-pallet", "frame-system", @@ -4287,6 +4606,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", + "sp-metadata-ir", "sp-runtime", "sp-state-machine", "sp-std", @@ -4298,7 +4618,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -4311,7 +4631,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "cfg-if", "frame-support", @@ -4330,7 +4650,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4345,7 +4665,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "sp-api", @@ -4354,7 +4674,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "parity-scale-codec", @@ -4489,8 +4809,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -4640,6 +4960,16 @@ dependencies = [ "polyval 0.5.3", ] +[[package]] +name = "ghash" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40" +dependencies = [ + "opaque-debug 0.3.0", + "polyval 0.6.1", +] + [[package]] name = "gimli" version = "0.26.2" @@ -4870,7 +5200,7 @@ version = "0.1.1" dependencies = [ "anyhow", "chrono", - "clap 4.3.0", + "clap 4.4.6", "env_logger 0.9.0", "futures", "hex", @@ -4926,12 +5256,6 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" -[[package]] -name = "hex-literal" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" - [[package]] name = "hex-literal" version = "0.4.1" @@ -5286,10 +5610,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] +[[package]] +name = "include_dir" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" +dependencies = [ + "include_dir_macros", +] + +[[package]] +name = "include_dir_macros" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" +dependencies = [ + "proc-macro2 1.0.66", + "quote 1.0.33", +] + [[package]] name = "indenter" version = "0.3.3" @@ -5396,10 +5739,10 @@ dependencies = [ "log", "parity-scale-codec", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "serde", "serde_json", - "syn 2.0.26", + "syn 2.0.32", ] [[package]] @@ -5455,8 +5798,8 @@ dependencies = [ "either", "itertools", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -5470,8 +5813,8 @@ dependencies = [ "ink_primitives", "parity-scale-codec", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", "synstructure 0.13.0", ] @@ -5565,7 +5908,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87d00c17e264ce02be5bc23d7bff959188ec7137beddd06b8b6b05a7c680ea85" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -5635,12 +5978,6 @@ dependencies = [ "webrtc-util", ] -[[package]] -name = "intx" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6f38a50a899dc47a6d0ed5508e7f601a2e34c3a85303514b5d137f3c10a0c75" - [[package]] name = "io-lifetimes" version = "1.0.11" @@ -5820,7 +6157,7 @@ dependencies = [ "heck 0.4.1", "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -5888,7 +6225,7 @@ name = "justification-validate" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.3.0", + "clap 4.4.6", "crossbeam", "env_logger 0.9.0", "log", @@ -6040,12 +6377,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "libm" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" - [[package]] name = "libm" version = "0.2.2" @@ -6176,11 +6507,11 @@ dependencies = [ [[package]] name = "libp2p-identity" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e2d584751cecb2aabaa56106be6be91338a60a0f4e420cf2af639204f596fc1" +checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ - "bs58", + "bs58 0.4.0", "ed25519-dalek", "log", "multiaddr", @@ -6363,7 +6694,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f" dependencies = [ "heck 0.4.1", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -6394,7 +6725,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "rcgen 0.10.0", - "ring", + "ring 0.16.20", "rustls 0.20.8", "thiserror", "webpki 0.22.0", @@ -6600,6 +6931,12 @@ version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" +[[package]] +name = "linux-raw-sys" +version = "0.4.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" + [[package]] name = "llvm-sys" version = "140.1.1" @@ -6682,7 +7019,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0fbfc88337168279f2e9ae06e157cfed4efd3316e14dc96ed074d4f2e6c5952" dependencies = [ - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -6759,8 +7096,8 @@ checksum = "aee866bfee30d2d7e83835a4574aad5b45adba4cc807f2a3bbba974e5d4383c9" dependencies = [ "macro_magic_core", "macro_magic_macros", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -6773,8 +7110,8 @@ dependencies = [ "derive-syn-parse", "macro_magic_core_macros", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -6784,8 +7121,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c12469fc165526520dff2807c2975310ab47cf7190a45b99b49a7dc8befab17b" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -6795,8 +7132,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8fb85ec1620619edf2984a7693497d4ec88a9665d8b87e942856884c92dbf2a" dependencies = [ "macro_magic_core", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -6940,6 +7277,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "merlin" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" +dependencies = [ + "byteorder", + "keccak", + "rand_core 0.6.4", + "zeroize", +] + [[package]] name = "mime" version = "0.3.16" @@ -7005,7 +7354,7 @@ checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0" dependencies = [ "cfg-if", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -7127,7 +7476,7 @@ dependencies = [ "proc-macro-crate", "proc-macro-error", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", "synstructure 0.12.6", ] @@ -7178,7 +7527,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d232c68884c0c99810a5a4d333ef7e47689cfd0edc85efc9e54e1e6bf5212766" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -7344,9 +7693,9 @@ dependencies = [ [[package]] name = "node-inspect" version = "0.9.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ - "clap 4.3.0", + "clap 4.4.6", "parity-scale-codec", "sc-cli", "sc-client-api", @@ -7360,7 +7709,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "sp-core", "sp-runtime", @@ -7453,7 +7802,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -7534,7 +7883,7 @@ checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -7546,8 +7895,8 @@ checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -7649,7 +7998,7 @@ checksum = "003b2be5c6c53c1cfeb0a238b8a1c3915cd410feb684457a36c10038f764bb1c" dependencies = [ "bytes", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -7675,8 +8024,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -7734,16 +8083,6 @@ dependencies = [ "sha2 0.10.7", ] -[[package]] -name = "packed_simd_2" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282" -dependencies = [ - "cfg-if", - "libm 0.1.4", -] - [[package]] name = "page_size" version = "0.4.2" @@ -7757,11 +8096,12 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", + "log", "parity-scale-codec", "scale-info", "sp-core", @@ -7772,7 +8112,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -7788,7 +8128,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -7802,7 +8142,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -7826,8 +8166,10 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ + "aquamarine", + "docify", "frame-benchmarking", "frame-election-provider-support", "frame-support", @@ -7846,7 +8188,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -7861,7 +8203,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -7879,7 +8221,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -7898,7 +8240,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -7915,7 +8257,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "bitflags 1.3.2", "environmental", @@ -7924,6 +8266,7 @@ dependencies = [ "frame-system", "impl-trait-for-tuples", "log", + "pallet-balances", "pallet-contracts-primitives", "pallet-contracts-proc-macro", "parity-scale-codec", @@ -7943,7 +8286,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -7956,17 +8299,17 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -7984,7 +8327,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8007,7 +8350,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8015,12 +8358,13 @@ dependencies = [ "parity-scale-codec", "sp-npos-elections", "sp-runtime", + "sp-std", ] [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8039,7 +8383,7 @@ dependencies = [ [[package]] name = "pallet-evm_account_mapping" version = "0.0.1" -source = "git+https://github.com/Phala-Network/substrate-evm_account_mapping?branch=polkadot-v1.0.0#ce3d6ba85f03a7b8f124ca5e48765b106fa188ea" +source = "git+https://github.com/Phala-Network/substrate-evm_account_mapping?branch=release-polkadot-v1.1.0#14a02dffb30d93e5065d9f0469887af1eb63fd27" dependencies = [ "ethabi", "frame-support", @@ -8058,7 +8402,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "docify", "frame-benchmarking", @@ -8077,7 +8421,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8100,7 +8444,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "enumflags2", "frame-benchmarking", @@ -8116,7 +8460,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8136,7 +8480,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8153,7 +8497,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -8167,7 +8511,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8181,7 +8525,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8206,7 +8550,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8222,11 +8566,12 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", "log", + "pallet-balances", "parity-scale-codec", "scale-info", "sp-core", @@ -8234,12 +8579,13 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-std", + "sp-tracing", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8259,7 +8605,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -8270,7 +8616,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -8287,7 +8633,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8311,7 +8657,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8328,7 +8674,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8343,7 +8689,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8358,7 +8704,7 @@ dependencies = [ [[package]] name = "pallet-rmrk-core" version = "0.0.1" -source = "git+https://github.com/Phala-Network/rmrk-substrate?branch=polkadot-v1.0.0#f4278b973d8c861159c53d23e7ae1bd72c600d96" +source = "git+https://github.com/Phala-Network/rmrk-substrate?branch=release-polkadot-v1.1.0#4f322ae65af29976bc73782b9ef213447cf89595" dependencies = [ "frame-benchmarking", "frame-support", @@ -8376,8 +8722,9 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", @@ -8393,7 +8740,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -8407,6 +8754,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", + "sp-state-machine", "sp-std", "sp-trie", ] @@ -8414,13 +8762,14 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "pallet-session", "pallet-staking", + "parity-scale-codec", "rand 0.8.5", "sp-runtime", "sp-session", @@ -8430,12 +8779,11 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "hex-literal 0.3.4", "log", "parity-scale-codec", "rand_chacha 0.2.2", @@ -8449,7 +8797,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8472,18 +8820,18 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8498,7 +8846,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8510,13 +8858,14 @@ dependencies = [ "sp-io", "sp-runtime", "sp-std", + "sp-storage", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8535,7 +8884,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -8551,7 +8900,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -8567,7 +8916,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8579,7 +8928,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8596,7 +8945,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8611,7 +8960,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8627,7 +8976,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8682,7 +9031,7 @@ checksum = "2a296c3079b5fefbc499e1de58dc26c09b1b9a5952d26694ee89f04a43ebbb3e" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -8840,7 +9189,7 @@ checksum = "82a5ca643c2303ecb740d506539deba189e16f2754040a42901cd8105d0282d0" dependencies = [ "proc-macro2 1.0.66", "proc-macro2-diagnostics 0.9.1", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -8902,7 +9251,7 @@ dependencies = [ "pest", "pest_meta", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -8949,7 +9298,7 @@ dependencies = [ "glob", "hash-db", "hex", - "hex-literal 0.4.1", + "hex-literal", "hex_fmt", "im", "insta", @@ -8977,7 +9326,7 @@ dependencies = [ "regex", "reqwest", "reqwest-env-proxy", - "ring", + "ring 0.16.20", "rmp-serde", "ron", "scale-info", @@ -9074,7 +9423,7 @@ dependencies = [ "curve25519-dalek 2.1.3", "hex", "rand 0.8.5", - "ring", + "ring 0.16.20", "schnorrkel", "sp-application-crypto", "sp-core", @@ -9108,14 +9457,14 @@ name = "phala-node" version = "3.0.0" dependencies = [ "assert_cmd", - "clap 4.3.0", + "clap 4.4.6", "clap_complete", "criterion", "frame-benchmarking-cli", "frame-system", "frame-system-rpc-runtime-api", "futures", - "hex-literal 0.4.1", + "hex-literal", "jsonrpsee", "log", "nix 0.26.2", @@ -9236,7 +9585,7 @@ dependencies = [ "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", - "hex-literal 0.4.1", + "hex-literal", "log", "node-primitives", "pallet-assets", @@ -9326,7 +9675,7 @@ dependencies = [ "frame-support-test", "frame-system", "hex", - "hex-literal 0.4.1", + "hex-literal", "insta", "log", "pallet-assets", @@ -9456,7 +9805,7 @@ dependencies = [ "frame-support-test", "frame-system", "hex", - "hex-literal 0.4.1", + "hex-literal", "log", "pallet-balances", "pallet-timestamp", @@ -9478,7 +9827,7 @@ dependencies = [ "abort-on-drop", "anyhow", "chrono", - "clap 4.3.0", + "clap 4.4.6", "futures", "hex", "once_cell", @@ -9531,7 +9880,7 @@ dependencies = [ "async-stream", "async-trait", "base64 0.13.0", - "clap 4.3.0", + "clap 4.4.6", "env_logger 0.9.0", "frame-system", "futures", @@ -9617,8 +9966,8 @@ dependencies = [ "phf_generator 0.11.2", "phf_shared 0.11.2", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -9656,8 +10005,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -9689,7 +10038,7 @@ dependencies = [ "frame-system", "hash-db", "hex", - "hex-literal 0.4.1", + "hex-literal", "impl-serde", "insta", "log", @@ -9766,9 +10115,9 @@ dependencies = [ "insta", "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "rustfmt-snippet 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 2.0.26", + "syn 2.0.32", "unzip3", ] @@ -9784,7 +10133,7 @@ dependencies = [ "pink-extension", "reqwest", "reqwest-env-proxy", - "ring", + "ring 0.16.20", "sp-core", "sp-runtime-interface", "tokio", @@ -9865,7 +10214,7 @@ version = "0.4.3" dependencies = [ "base58", "hex", - "hex-literal 0.4.1", + "hex-literal", "impl-serde", "parity-scale-codec", "pink-extension", @@ -9876,7 +10225,7 @@ dependencies = [ "serde", "sp-core-hashing", "ss58-registry", - "xcm", + "staging-xcm", ] [[package]] @@ -9972,7 +10321,7 @@ checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" dependencies = [ "cpufeatures", "opaque-debug 0.3.0", - "universal-hash", + "universal-hash 0.4.1", ] [[package]] @@ -9983,7 +10332,7 @@ checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd" dependencies = [ "cpuid-bool", "opaque-debug 0.3.0", - "universal-hash", + "universal-hash 0.4.1", ] [[package]] @@ -9995,7 +10344,19 @@ dependencies = [ "cfg-if", "cpufeatures", "opaque-debug 0.3.0", - "universal-hash", + "universal-hash 0.4.1", +] + +[[package]] +name = "polyval" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb" +dependencies = [ + "cfg-if", + "cpufeatures", + "opaque-debug 0.3.0", + "universal-hash 0.5.1", ] [[package]] @@ -10019,7 +10380,7 @@ dependencies = [ "axum", "bytes", "chrono", - "clap 4.3.0", + "clap 4.4.6", "crossbeam", "env_logger 0.10.0", "futures", @@ -10135,7 +10496,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9825a04601d60621feed79c4e6b56d65db77cdca55cef43b46b0de1096d1c282" dependencies = [ "proc-macro2 1.0.66", - "syn 2.0.26", + "syn 2.0.32", ] [[package]] @@ -10170,7 +10531,7 @@ checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" dependencies = [ "proc-macro-error-attr", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", "version_check", ] @@ -10182,7 +10543,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "version_check", ] @@ -10194,13 +10555,13 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro-warning" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70550716265d1ec349c41f70dd4f964b4fd88394efe4405f0c1da679c4799a07" +checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -10228,7 +10589,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4bf29726d67464d49fa6224a1d07936a8c08bb3fba727c7493f6cf1616fdaada" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", "version_check", "yansi", @@ -10241,8 +10602,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "606c4ba35817e2922a308af55ad51bab3645b59eae5c570d4a6cf07e36bd493b" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", "version_check", "yansi", ] @@ -10256,7 +10617,7 @@ dependencies = [ "proc-macro-hack", "proc-macro2 1.0.66", "proc-quote-impl", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -10268,7 +10629,7 @@ checksum = "7fb3ec628b063cdbcf316e06a8b8c1a541d28fa6c0a8eacd2bfb2b7f49e88aa0" dependencies = [ "proc-macro-hack", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", ] [[package]] @@ -10304,7 +10665,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b6a5217beb0ad503ee7fa752d451c905113d70721b937126158f3106a48cc1" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -10379,7 +10740,7 @@ dependencies = [ "anyhow", "itertools", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -10392,7 +10753,7 @@ dependencies = [ "anyhow", "itertools", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -10442,7 +10803,7 @@ dependencies = [ "prost-build 0.11.8", "prost-build 0.9.0", "prost-types 0.11.8", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -10471,7 +10832,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -10560,7 +10921,7 @@ checksum = "72ef4ced82a24bb281af338b9e8f94429b6eca01b4e66d899f40031f074e74c9" dependencies = [ "bytes", "rand 0.8.5", - "ring", + "ring 0.16.20", "rustc-hash", "rustls 0.20.8", "slab", @@ -10581,9 +10942,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.31" +version = "1.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0" +checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" dependencies = [ "proc-macro2 1.0.66", ] @@ -10767,7 +11128,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd" dependencies = [ "pem", - "ring", + "ring 0.16.20", "time 0.3.11", "x509-parser 0.13.2", "yasna", @@ -10780,7 +11141,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" dependencies = [ "pem", - "ring", + "ring 0.16.20", "time 0.3.11", "yasna", ] @@ -10839,7 +11200,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -10938,7 +11299,7 @@ dependencies = [ "anyhow", "bytes", "chrono", - "clap 4.3.0", + "clap 4.4.6", "env_logger 0.9.0", "hex", "hex_fmt", @@ -11042,6 +11403,21 @@ dependencies = [ "subtle", ] +[[package]] +name = "ring" +version = "0.1.0" +source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "common", + "fflonk", + "merlin 3.0.0", +] + [[package]] name = "ring" version = "0.16.20" @@ -11105,7 +11481,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95a169f6bc5a81033e86ed39d0f4150e2608160b73d2b93c6e8e6a3efa873f14" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -11116,7 +11492,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -11144,7 +11520,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -11173,7 +11549,7 @@ dependencies = [ [[package]] name = "rmrk-traits" version = "0.0.1" -source = "git+https://github.com/Phala-Network/rmrk-substrate?branch=polkadot-v1.0.0#f4278b973d8c861159c53d23e7ae1bd72c600d96" +source = "git+https://github.com/Phala-Network/rmrk-substrate?branch=release-polkadot-v1.1.0#4f322ae65af29976bc73782b9ef213447cf89595" dependencies = [ "frame-benchmarking", "frame-support", @@ -11234,9 +11610,9 @@ dependencies = [ "glob", "indexmap 1.9.1", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "rocket_http", - "syn 2.0.26", + "syn 2.0.32", "unicode-xid 0.2.3", ] @@ -11353,7 +11729,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a66b1273014079e4cf2b04aad1f3a2849e26e9a106f0411be2b1c15c23a791a" dependencies = [ - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -11457,6 +11833,19 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "rustix" +version = "0.38.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7db8590df6dfcd144d22afd1b83b36c21a18d7cbc1dc4bb5295a8712e9eb662" +dependencies = [ + "bitflags 2.4.0", + "errno", + "libc", + "linux-raw-sys 0.4.8", + "windows-sys 0.48.0", +] + [[package]] name = "rustls" version = "0.19.1" @@ -11465,7 +11854,7 @@ checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" dependencies = [ "base64 0.13.0", "log", - "ring", + "ring 0.16.20", "sct 0.6.1", "webpki 0.21.4", ] @@ -11477,7 +11866,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" dependencies = [ "log", - "ring", + "ring 0.16.20", "sct 0.7.0", "webpki 0.22.0", ] @@ -11489,7 +11878,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79ea77c539259495ce8ca47f53e66ae0330a8819f67e23ac96ca02f50e7b7d36" dependencies = [ "log", - "ring", + "ring 0.16.20", "rustls-webpki 0.101.5", "sct 0.7.0", ] @@ -11527,7 +11916,7 @@ version = "0.100.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] @@ -11537,7 +11926,7 @@ version = "0.101.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45a27e3b59326c16e23d30aeb7a36a24cc0d29e71d68ff611cdfb4a01d013bed" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] @@ -11546,7 +11935,7 @@ name = "rustls-webpki" version = "0.102.0-alpha.3" source = "git+https://github.com/rustls/webpki#2ed9a4324f48c2c46ffdd7dc9d3eb315af25fce2" dependencies = [ - "ring", + "ring 0.16.20", "rustls-pki-types", "untrusted 0.7.1", ] @@ -11613,7 +12002,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "log", "sp-core", @@ -11624,7 +12013,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "futures", @@ -11652,7 +12041,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "futures", "futures-timer", @@ -11675,7 +12064,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -11690,7 +12079,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -11709,22 +12098,22 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", "chrono", - "clap 4.3.0", + "clap 4.4.6", "fdlimit", "futures", "libp2p-identity", @@ -11759,7 +12148,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "fnv", "futures", @@ -11785,7 +12174,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "hash-db", "kvdb", @@ -11811,7 +12200,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "futures", @@ -11836,7 +12225,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "fork-tree", @@ -11872,7 +12261,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "futures", "jsonrpsee", @@ -11894,7 +12283,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11907,7 +12296,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "ahash 0.8.3", "array-bytes", @@ -11948,7 +12337,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "finality-grandpa", "futures", @@ -11968,7 +12357,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "futures", @@ -11991,7 +12380,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -12013,7 +12402,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -12025,7 +12414,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "anyhow", "cfg-if", @@ -12042,7 +12431,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "ansi_term", "futures", @@ -12058,7 +12447,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -12072,7 +12461,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", "async-channel", @@ -12113,7 +12502,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-channel", "cid", @@ -12133,7 +12522,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -12150,7 +12539,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "ahash 0.8.3", "futures", @@ -12168,7 +12557,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", "async-channel", @@ -12189,7 +12578,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", "async-channel", @@ -12223,7 +12612,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", "futures", @@ -12241,7 +12630,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", "bytes", @@ -12275,7 +12664,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -12284,7 +12673,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "futures", "jsonrpsee", @@ -12315,7 +12704,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12334,7 +12723,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "http", "jsonrpsee", @@ -12349,7 +12738,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", "futures", @@ -12362,6 +12751,7 @@ dependencies = [ "sc-chain-spec", "sc-client-api", "sc-transaction-pool-api", + "sc-utils", "serde", "sp-api", "sp-blockchain", @@ -12369,13 +12759,14 @@ dependencies = [ "sp-runtime", "sp-version", "thiserror", + "tokio", "tokio-stream", ] [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "directories", @@ -12439,7 +12830,7 @@ dependencies = [ [[package]] name = "sc-service-test" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", "async-channel", @@ -12476,7 +12867,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "log", "parity-scale-codec", @@ -12487,7 +12878,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12506,7 +12897,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "futures", "libc", @@ -12525,7 +12916,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "chrono", "futures", @@ -12544,7 +12935,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "ansi_term", "atty", @@ -12573,18 +12964,18 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "futures", @@ -12610,7 +13001,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "futures", @@ -12626,7 +13017,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-channel", "futures", @@ -12686,7 +13077,7 @@ dependencies = [ "darling 0.14.4", "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -12699,7 +13090,7 @@ dependencies = [ "darling 0.14.4", "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -12740,7 +13131,7 @@ dependencies = [ "darling 0.14.4", "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -12753,7 +13144,7 @@ dependencies = [ "darling 0.14.4", "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -12779,7 +13170,7 @@ checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -12861,7 +13252,7 @@ dependencies = [ "arrayvec 0.5.2", "curve25519-dalek 2.1.3", "getrandom 0.1.16", - "merlin", + "merlin 2.0.1", "rand 0.7.3", "rand_core 0.5.1", "sha2 0.8.2", @@ -12905,7 +13296,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] @@ -12915,7 +13306,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] @@ -13082,9 +13473,9 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.179" +version = "1.0.188" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a5bf42b8d227d4abf38a1ddb08602e229108a517cd4e5bb28f9c7eaafdce5c0" +checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" dependencies = [ "serde_derive", ] @@ -13112,13 +13503,13 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.179" +version = "1.0.188" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "741e124f5485c7e60c03b043f79f320bff3527f4bbf12cf3831750dc46a0ec2c" +checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -13191,7 +13582,7 @@ dependencies = [ name = "sfq-test" version = "0.1.0" dependencies = [ - "clap 4.3.0", + "clap 4.4.6", "phala-scheduler", "rocket", ] @@ -13304,9 +13695,9 @@ dependencies = [ [[package]] name = "sha3" -version = "0.10.1" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86" +checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9" dependencies = [ "digest 0.10.7", "keccak", @@ -13524,9 +13915,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.10.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" +checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" [[package]] name = "snap" @@ -13536,16 +13927,16 @@ checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451" [[package]] name = "snow" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ccba027ba85743e09d15c03296797cad56395089b832b48b5a5217880f57733" +checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155" dependencies = [ "aes-gcm 0.9.4", "blake2", "chacha20poly1305", - "curve25519-dalek 4.0.0-rc.1", + "curve25519-dalek 4.1.1", "rand_core 0.6.4", - "ring", + "ring 0.16.20", "rustc_version 0.4.0", "sha2 0.10.7", "subtle", @@ -13595,7 +13986,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "hash-db", "log", @@ -13616,21 +14007,21 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "Inflector", "blake2", "expander", "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -13643,7 +14034,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "integer-sqrt", "num-traits", @@ -13657,7 +14048,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -13670,7 +14061,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "sp-api", "sp-inherents", @@ -13681,7 +14072,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "futures", "log", @@ -13699,7 +14090,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "futures", @@ -13714,7 +14105,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "parity-scale-codec", @@ -13731,7 +14122,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "parity-scale-codec", @@ -13750,7 +14141,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "finality-grandpa", "log", @@ -13768,7 +14159,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -13780,13 +14171,15 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", + "arrayvec 0.7.2", + "bandersnatch_vrfs", "bitflags 1.3.2", "blake2", "bounded-collections", - "bs58", + "bs58 0.5.0", "dyn-clonable", "ed25519-zebra", "futures", @@ -13796,7 +14189,7 @@ dependencies = [ "lazy_static", "libsecp256k1", "log", - "merlin", + "merlin 2.0.1", "parity-scale-codec", "parking_lot 0.12.1", "paste", @@ -13825,7 +14218,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "blake2b_simd", "byteorder", @@ -13838,17 +14231,17 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ - "quote 1.0.31", + "quote 1.0.33", "sp-core-hashing", - "syn 2.0.26", + "syn 2.0.32", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -13857,17 +14250,17 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "environmental", "parity-scale-codec", @@ -13875,10 +14268,21 @@ dependencies = [ "sp-storage", ] +[[package]] +name = "sp-genesis-builder" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" +dependencies = [ + "serde_json", + "sp-api", + "sp-runtime", + "sp-std", +] + [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13892,10 +14296,9 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "bytes", - "ed25519", "ed25519-dalek", "libsecp256k1", "log", @@ -13917,7 +14320,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "lazy_static", "sp-core", @@ -13928,7 +14331,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13940,16 +14343,16 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "thiserror", - "zstd 0.12.3+zstd.1.5.2", + "zstd 0.12.4", ] [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", @@ -13960,7 +14363,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -13974,7 +14377,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "sp-api", "sp-core", @@ -13984,7 +14387,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "backtrace", "lazy_static", @@ -13994,7 +14397,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "rustc-hash", "serde", @@ -14004,7 +14407,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "either", "hash256-std-hasher", @@ -14026,7 +14429,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -14044,19 +14447,19 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "Inflector", "proc-macro-crate", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -14071,7 +14474,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -14085,7 +14488,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "hash-db", "log", @@ -14106,10 +14509,16 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ + "aes-gcm 0.10.3", + "curve25519-dalek 4.1.1", + "ed25519-dalek", + "hkdf", "parity-scale-codec", + "rand 0.8.5", "scale-info", + "sha2 0.10.7", "sp-api", "sp-application-crypto", "sp-core", @@ -14118,17 +14527,18 @@ dependencies = [ "sp-runtime-interface", "sp-std", "thiserror", + "x25519-dalek 2.0.0", ] [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "impl-serde", "parity-scale-codec", @@ -14141,7 +14551,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "parity-scale-codec", @@ -14154,7 +14564,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "sp-std", @@ -14166,7 +14576,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "sp-api", "sp-runtime", @@ -14175,7 +14585,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "parity-scale-codec", @@ -14190,7 +14600,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "ahash 0.8.3", "hash-db", @@ -14213,7 +14623,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "impl-serde", "parity-scale-codec", @@ -14230,18 +14640,18 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -14254,7 +14664,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -14396,7 +14806,7 @@ dependencies = [ "heck 0.4.1", "once_cell", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "sha2 0.10.7", "sqlx-core", "sqlx-rt", @@ -14424,7 +14834,7 @@ dependencies = [ "Inflector", "num-format", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "serde", "serde_json", "unicode-xid 0.2.3", @@ -14445,6 +14855,23 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" +[[package]] +name = "staging-xcm" +version = "1.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" +dependencies = [ + "bounded-collections", + "derivative", + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-weights", + "xcm-procedural", +] + [[package]] name = "standback" version = "0.2.17" @@ -14493,7 +14920,7 @@ dependencies = [ "cfg_aliases", "memchr", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -14518,7 +14945,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "serde", "serde_derive", "syn 1.0.109", @@ -14532,7 +14959,7 @@ checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" dependencies = [ "base-x", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "serde", "serde_derive", "serde_json", @@ -14601,7 +15028,7 @@ checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" dependencies = [ "heck 0.4.1", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "rustversion", "syn 1.0.109", ] @@ -14614,9 +15041,9 @@ checksum = "6069ca09d878a33f883cc06aaa9718ede171841d3832450354410b718b097232" dependencies = [ "heck 0.4.1", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "rustversion", - "syn 2.0.26", + "syn 2.0.32", ] [[package]] @@ -14630,7 +15057,7 @@ dependencies = [ "lazy_static", "md-5", "rand 0.8.5", - "ring", + "ring 0.16.20", "subtle", "thiserror", "tokio", @@ -14654,14 +15081,14 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" [[package]] name = "substrate-frame-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ - "clap 4.3.0", + "clap 4.4.6", "frame-support", "frame-system", "sc-cli", @@ -14672,7 +15099,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -14691,7 +15118,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "hyper", "log", @@ -14703,7 +15130,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "jsonrpsee", @@ -14716,7 +15143,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", "async-trait", @@ -14742,7 +15169,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", "frame-executive", @@ -14756,6 +15183,8 @@ dependencies = [ "parity-scale-codec", "sc-service", "scale-info", + "serde", + "serde_json", "sp-api", "sp-application-crypto", "sp-block-builder", @@ -14764,6 +15193,7 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-externalities", + "sp-genesis-builder", "sp-inherents", "sp-io", "sp-keyring", @@ -14782,7 +15212,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "futures", "sc-block-builder", @@ -14800,7 +15230,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "ansi_term", "build-helper", @@ -14872,10 +15302,10 @@ dependencies = [ "jsonrpsee", "parity-scale-codec", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "scale-info", "subxt-metadata", - "syn 2.0.26", + "syn 2.0.32", "thiserror", "tokio", ] @@ -14887,7 +15317,7 @@ dependencies = [ "darling 0.20.1", "proc-macro-error", "subxt-codegen", - "syn 2.0.26", + "syn 2.0.32", ] [[package]] @@ -14939,18 +15369,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "unicode-ident", ] [[package]] name = "syn" -version = "2.0.26" +version = "2.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970" +checksum = "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "unicode-ident", ] @@ -14967,7 +15397,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", "unicode-xid 0.2.3", ] @@ -14979,8 +15409,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", "unicode-xid 0.2.3", ] @@ -15065,7 +15495,7 @@ checksum = "3008126541b827d5b3abaac25659be4f0c32bf956d6c0b10526ae0acf93709cb" dependencies = [ "proc-macro-error", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -15123,11 +15553,11 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.2.6" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" +checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" dependencies = [ - "rustix 0.37.23", + "rustix 0.38.13", "windows-sys 0.48.0", ] @@ -15149,22 +15579,22 @@ version = "0.1.0" [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -15202,17 +15632,6 @@ dependencies = [ "libc", ] -[[package]] -name = "time" -version = "0.1.44" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" -dependencies = [ - "libc", - "wasi 0.10.0+wasi-snapshot-preview1", - "winapi", -] - [[package]] name = "time" version = "0.2.27" @@ -15264,7 +15683,7 @@ checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f" dependencies = [ "proc-macro-hack", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "standback", "syn 1.0.109", ] @@ -15348,8 +15767,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -15549,7 +15968,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8bd22a874a2d0b70452d5597b12c537331d49060824a95f49f108994f94aa4c" dependencies = [ - "bitflags 2.0.2", + "bitflags 2.4.0", "bytes", "futures-core", "futures-util", @@ -15593,8 +16012,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -15762,10 +16181,10 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", - "clap 4.3.0", + "clap 4.4.6", "frame-remote-externalities", "frame-try-runtime", "hex", @@ -15792,7 +16211,7 @@ dependencies = [ "sp-version", "sp-weights", "substrate-rpc-client", - "zstd 0.12.3+zstd.1.5.2", + "zstd 0.12.4", ] [[package]] @@ -15850,7 +16269,7 @@ dependencies = [ "log", "md-5", "rand 0.8.5", - "ring", + "ring 0.16.20", "stun", "thiserror", "tokio", @@ -15865,7 +16284,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.4.6", + "rand 0.8.5", "static_assertions", ] @@ -16043,6 +16462,16 @@ dependencies = [ "subtle", ] +[[package]] +name = "universal-hash" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" +dependencies = [ + "crypto-common", + "subtle", +] + [[package]] name = "unsafe-libyaml" version = "0.2.9" @@ -16275,12 +16704,6 @@ version = "0.9.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" -[[package]] -name = "wasi" -version = "0.10.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" - [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" @@ -16307,8 +16730,8 @@ dependencies = [ "log", "once_cell", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", "wasm-bindgen-shared", ] @@ -16331,7 +16754,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5020cfa87c7cecefef118055d44e3c1fc122c7ec25701d528ee458a0b45f38f" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -16353,7 +16776,7 @@ version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" dependencies = [ - "quote 1.0.31", + "quote 1.0.33", "wasm-bindgen-macro-support", ] @@ -16364,8 +16787,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -16405,9 +16828,9 @@ dependencies = [ [[package]] name = "wasm-opt" -version = "0.112.0" +version = "0.114.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87fef6d0d508f08334e0ab0e6877feb4c0ecb3956bcf2cb950699b22fedf3e9c" +checksum = "4d005a95f934878a1fb446a816d51c3601a0120ff929005ba3bab3c749cfd1c7" dependencies = [ "anyhow", "libc", @@ -16421,9 +16844,9 @@ dependencies = [ [[package]] name = "wasm-opt-cxx-sys" -version = "0.112.0" +version = "0.114.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc816bbc1596c8f2e8127e137a760c798023ef3d378f2ae51f0f1840e2dfa445" +checksum = "6d04e240598162810fad3b2e96fa0dec6dba1eb65a03f3bd99a9248ab8b56caa" dependencies = [ "anyhow", "cxx", @@ -16433,9 +16856,9 @@ dependencies = [ [[package]] name = "wasm-opt-sys" -version = "0.112.0" +version = "0.114.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40199e4f68ef1071b3c6d0bd8026a12b481865d4b9e49c156932ea9a6234dd14" +checksum = "2efd2aaca519d64098c4faefc8b7433a97ed511caf4c9e516384eb6aef1ff4f9" dependencies = [ "anyhow", "cc", @@ -16579,7 +17002,7 @@ checksum = "97901fdbaae383dbb90ea162cc3a76a9fa58ac39aec7948b4c0b9bbef9307738" dependencies = [ "proc-macro-error", "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", ] @@ -16669,11 +17092,10 @@ dependencies = [ [[package]] name = "wasmi" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51fb5c61993e71158abf5bb863df2674ca3ec39ed6471c64f07aeaf751d67b4" +checksum = "1f341edb80021141d4ae6468cbeefc50798716a347d4085c3811900049ea8945" dependencies = [ - "intx", "smallvec", "spin 0.9.3", "wasmi_arena", @@ -16698,12 +17120,12 @@ checksum = "401c1f35e413fac1846d4843745589d9ec678977ab35a384db8ae7830525d468" [[package]] name = "wasmi_core" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "624e6333e861ef49095d2d678b76ebf30b06bf37effca845be7e5b87c90071b7" +checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a" dependencies = [ "downcast-rs", - "libm 0.2.2", + "libm", "num-traits", "paste", ] @@ -16969,7 +17391,7 @@ version = "0.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] @@ -16979,7 +17401,7 @@ version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] @@ -17026,7 +17448,7 @@ dependencies = [ "rand 0.8.5", "rcgen 0.9.3", "regex", - "ring", + "ring 0.16.20", "rtcp", "rtp", "rustls 0.19.1", @@ -17091,7 +17513,7 @@ dependencies = [ "rand 0.8.5", "rand_core 0.6.4", "rcgen 0.9.3", - "ring", + "ring 0.16.20", "rustls 0.19.1", "sec1 0.3.0", "serde", @@ -17103,7 +17525,7 @@ dependencies = [ "tokio", "webpki 0.21.4", "webrtc-util", - "x25519-dalek 2.0.0-pre.1", + "x25519-dalek 2.0.0", "x509-parser 0.13.2", ] @@ -17628,12 +18050,13 @@ dependencies = [ [[package]] name = "x25519-dalek" -version = "2.0.0-pre.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5da623d8af10a62342bcbbb230e33e58a63255a58012f8653c578e54bab48df" +checksum = "fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96" dependencies = [ - "curve25519-dalek 3.2.0", + "curve25519-dalek 4.1.1", "rand_core 0.6.4", + "serde", "zeroize", ] @@ -17650,7 +18073,7 @@ dependencies = [ "lazy_static", "nom", "oid-registry 0.4.0", - "ring", + "ring 0.16.20", "rusticata-macros", "thiserror", "time 0.3.11", @@ -17674,31 +18097,15 @@ dependencies = [ "time 0.3.11", ] -[[package]] -name = "xcm" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v1.0.0#c9ec8c5a15959ce711bb60aa79add58f560d61e9" -dependencies = [ - "bounded-collections", - "derivative", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights", - "xcm-procedural", -] - [[package]] name = "xcm-procedural" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v1.0.0#c9ec8c5a15959ce711bb60aa79add58f560d61e9" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "Inflector", "proc-macro2 1.0.66", - "quote 1.0.31", - "syn 2.0.26", + "quote 1.0.33", + "syn 2.0.32", ] [[package]] @@ -17815,7 +18222,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17" dependencies = [ "proc-macro2 1.0.66", - "quote 1.0.31", + "quote 1.0.33", "syn 1.0.109", "synstructure 0.12.6", ] @@ -17851,9 +18258,9 @@ dependencies = [ [[package]] name = "zstd" -version = "0.12.3+zstd.1.5.2" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" +checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" dependencies = [ "zstd-safe 6.0.5+zstd.1.5.4", ] diff --git a/Cargo.toml b/Cargo.toml index 4852bc37bb..d2ad01f066 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,10 +101,10 @@ derive_more = { version = "0.99.17", git = "https://github.com/JelteF/derive_mor ring = { git = "https://github.com/jasl/ring-xous", branch = "better-wasm32-support" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-core-hashing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-core-hashing = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } # For pink-extension-runtime, it will introduce Substrate from crates-io which usually different with polkadot-branch pink-extension = { path = "crates/pink/pink-extension" } diff --git a/crates/phactory/Cargo.toml b/crates/phactory/Cargo.toml index 634fba34fb..161abf148b 100644 --- a/crates/phactory/Cargo.toml +++ b/crates/phactory/Cargo.toml @@ -36,11 +36,11 @@ prpc = { path = "../prpc" } pink = { path = "../pink/runner", package = "pink-runner" } pink-extension-runtime = { path = "../pink/pink-extension-runtime" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", features = ["disable_panic_handler", "disable_oom", "disable_allocator"] } -sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", features = ["disable_target_static_assertions"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-io = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", features = ["disable_panic_handler", "disable_oom", "disable_allocator"] } +sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", features = ["disable_target_static_assertions"] } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } parity-scale-codec = { package = "parity-scale-codec", version = "3.3", default-features = false, features = ["derive", "full", "chain-error"] } scopeguard = { version = "1.1", default-features = false } @@ -56,11 +56,11 @@ derive_more = "0.99.0" hash-db = { version = "0.16.0", default-features = false } num = { package = "num-traits", version = "0.2", default-features = false } finality-grandpa = { version = "0.16.1", default-features = false, features = ["derive-codec"] } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-trie = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } fixed = "1.9.0" fixed-sqrt = "0.2.4" diff --git a/crates/phactory/api/Cargo.toml b/crates/phactory/api/Cargo.toml index 17faa46493..c799902003 100644 --- a/crates/phactory/api/Cargo.toml +++ b/crates/phactory/api/Cargo.toml @@ -19,11 +19,11 @@ phala-crypto = { path = "../../../crates/phala-crypto" } phala-mq = { path = "../../../crates/phala-mq" } chain = { path = "../../../standalone/runtime", default-features = false, package = "phala-node-runtime" } -sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false, features = ["full_crypto"] } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false, features = ["full_crypto"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false, features = ["full_crypto"] } +sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false, features = ["full_crypto"] } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } phala-git-revision = { path = "../../phala-git-revision" } # for pruntime_client diff --git a/crates/phactory/api/src/proto_generated/mod.rs b/crates/phactory/api/src/proto_generated/mod.rs index 1f24c7f394..80b0a028c8 100644 --- a/crates/phactory/api/src/proto_generated/mod.rs +++ b/crates/phactory/api/src/proto_generated/mod.rs @@ -1,5 +1,5 @@ mod protos_codec_extensions; -#[allow(clippy::derive_partial_eq_without_eq)] +#[allow(clippy::derive_partial_eq_without_eq, clippy::let_unit_value)] mod pruntime_rpc; pub use protos_codec_extensions::*; diff --git a/crates/phactory/src/contracts/pink/http_counters.rs b/crates/phactory/src/contracts/pink/http_counters.rs index 4155b07b75..0ed080841f 100644 --- a/crates/phactory/src/contracts/pink/http_counters.rs +++ b/crates/phactory/src/contracts/pink/http_counters.rs @@ -54,7 +54,7 @@ pub(super) fn add(contract: AccountId, status_code: u16) { let counters = counters .by_contract .entry(contract) - .or_insert_with(HttpCoutners::default); + .or_default(); counters.latest_activity = now; counters.requests += 1; if !success { diff --git a/crates/phactory/src/storage.rs b/crates/phactory/src/storage.rs index d6fd9592fb..98f2425752 100644 --- a/crates/phactory/src/storage.rs +++ b/crates/phactory/src/storage.rs @@ -43,7 +43,7 @@ mod storage_ext { use phala_trie_storage::TrieStorage; use phala_types::messaging::TokenomicParameters; use serde::{Deserialize, Serialize}; - use sp_state_machine::{Ext, OverlayedChanges, StorageTransactionCache}; + use sp_state_machine::{Ext, OverlayedChanges}; #[derive(Serialize, Deserialize, Default)] pub struct ChainStorage { @@ -117,8 +117,7 @@ mod storage_ext { pub fn execute_with(&self, f: impl FnOnce() -> R) -> R { let backend = self.trie_storage.as_trie_backend(); let mut overlay = OverlayedChanges::default(); - let mut cache = StorageTransactionCache::default(); - let mut ext = Ext::new(&mut overlay, &mut cache, backend, None); + let mut ext = Ext::new(&mut overlay, backend, None); sp_externalities::set_and_run_with_externalities(&mut ext, f) } diff --git a/crates/phala-crypto/Cargo.toml b/crates/phala-crypto/Cargo.toml index ce953a15b1..dcde38262c 100644 --- a/crates/phala-crypto/Cargo.toml +++ b/crates/phala-crypto/Cargo.toml @@ -5,8 +5,8 @@ edition = "2018" resolver = "2" [dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } ring = { version = "0.16.20", default-features = false, features = ["alloc"] } curve25519-dalek = { version = "2.0", default-features = false } diff --git a/crates/phala-mq/Cargo.toml b/crates/phala-mq/Cargo.toml index 4d3b3bdf51..52d776a64c 100644 --- a/crates/phala-mq/Cargo.toml +++ b/crates/phala-mq/Cargo.toml @@ -12,7 +12,7 @@ hex = { version = "0.4.3", default-features = false, features = ['alloc'] } derive_more = { version = "0.99", default-features = false, features = ["display"] } parity-scale-codec = { version = "3.3", default-features = false, features = ["derive"] } scale-info = { version = "2.3", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } spin = { version = "0.9", default-features = false, features = ["mutex", "use_ticket_mutex"], optional = true } diff --git a/crates/phala-node-rpc-ext/Cargo.toml b/crates/phala-node-rpc-ext/Cargo.toml index 41c6d70fb5..ffec8b0e4f 100644 --- a/crates/phala-node-rpc-ext/Cargo.toml +++ b/crates/phala-node-rpc-ext/Cargo.toml @@ -19,14 +19,14 @@ codec = { package = "parity-scale-codec", version = "3.3" } scale-info = { version = "2.3", default-features = false } # primitives -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } # client dependencies -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } phala-mq = { path = "../../crates/phala-mq" } phala-pallets = { path = "../../pallets/phala" } diff --git a/crates/phala-node-rpc-ext/src/lib.rs b/crates/phala-node-rpc-ext/src/lib.rs index 5596002846..def62b9705 100644 --- a/crates/phala-node-rpc-ext/src/lib.rs +++ b/crates/phala-node-rpc-ext/src/lib.rs @@ -10,7 +10,7 @@ use jsonrpsee::{ }; use pallet_mq_runtime_api::MqApi; use sc_client_api::blockchain::{HeaderBackend, HeaderMetadata}; -use sc_client_api::{backend, Backend, BlockBackend, StorageProvider}; +use sc_client_api::{Backend, BlockBackend, StorageProvider}; use sc_transaction_pool_api::{InPoolTransaction, TransactionPool}; use sp_api::{ApiExt, Core, ProvideRuntimeApi, StateBackend}; use sp_runtime::traits::Header; @@ -88,7 +88,7 @@ where + HeaderMetadata + ProvideRuntimeApi, Client::Api: - sp_api::Metadata + ApiExt>, + sp_api::Metadata + ApiExt, Client::Api: MqApi, Block: BlockT + 'static, <::Header as Header>::Number: Into, @@ -153,7 +153,7 @@ pub fn extend_rpc( + 'static, Block: BlockT + 'static, Client::Api: - sp_api::Metadata + ApiExt>, + sp_api::Metadata + ApiExt, Client::Api: MqApi, <::Header as Header>::Number: Into, P: TransactionPool + 'static, diff --git a/crates/phala-node-rpc-ext/src/mq_seq.rs b/crates/phala-node-rpc-ext/src/mq_seq.rs index e02e390d3c..742d282db5 100644 --- a/crates/phala-node-rpc-ext/src/mq_seq.rs +++ b/crates/phala-node-rpc-ext/src/mq_seq.rs @@ -37,7 +37,7 @@ where + ProvideRuntimeApi, Block: BlockT + 'static, Client::Api: - sp_api::Metadata + ApiExt>, + sp_api::Metadata + ApiExt, Client::Api: MqApi, <::Header as Header>::Number: Into, P: TransactionPool, diff --git a/crates/phala-node-rpc-ext/src/storage_changes.rs b/crates/phala-node-rpc-ext/src/storage_changes.rs index 0a6c58880e..a3b48f1287 100644 --- a/crates/phala-node-rpc-ext/src/storage_changes.rs +++ b/crates/phala-node-rpc-ext/src/storage_changes.rs @@ -59,7 +59,7 @@ where + ProvideRuntimeApi, Block: BlockT + 'static, Client::Api: - sp_api::Metadata + ApiExt>, + sp_api::Metadata + ApiExt, <::Header as Header>::Number: Into, { fn header, Block: BlockT>( diff --git a/crates/phala-serde-more/Cargo.toml b/crates/phala-serde-more/Cargo.toml index 738dd4546a..076664a3b5 100644 --- a/crates/phala-serde-more/Cargo.toml +++ b/crates/phala-serde-more/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] serde = { version = "1.0.130", default-features = false, features = ["derive", "alloc"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } scale = { package = "parity-scale-codec", version = "3.3", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["alloc"] } diff --git a/crates/phala-trie-storage/Cargo.toml b/crates/phala-trie-storage/Cargo.toml index 3c06af9791..5c0d8df73a 100644 --- a/crates/phala-trie-storage/Cargo.toml +++ b/crates/phala-trie-storage/Cargo.toml @@ -10,9 +10,9 @@ repository = "https://github.com/Phala-Network/phala-blockchain" [dependencies] parity-scale-codec = { version = "3.3", default-features = false } scale-info = { version = "2.3", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", features = ["full_crypto"] } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", features = ["full_crypto"] } +sp-trie = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true } hash-db = "0.16.0" @@ -21,8 +21,8 @@ im = { version = "15", features = ["serde"] } log = "0.4" [dev-dependencies] -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", features = ["full_crypto"] } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", features = ["full_crypto"] } hash256-std-hasher = { version = "0.15", default-features = false } hex = "0.4" serde_json = "1.0" diff --git a/crates/phala-trie-storage/src/lib.rs b/crates/phala-trie-storage/src/lib.rs index fc1886458c..117e8f8a22 100644 --- a/crates/phala-trie-storage/src/lib.rs +++ b/crates/phala-trie-storage/src/lib.rs @@ -14,6 +14,7 @@ use sp_state_machine::{Backend, IterArgs, TrieBackend, TrieBackendBuilder}; use sp_trie::{trie_types::TrieDBMutBuilderV0 as TrieDBMutBuilder, TrieMut}; pub use memdb::GenericMemoryDB as MemoryDB; +pub use sp_state_machine::BackendTransaction; /// Storage key. pub type StorageKey = Vec; @@ -128,7 +129,7 @@ where &self, delta: &'a StorageCollection, child_deltas: &'a ChildStorageCollection, - ) -> (H::Out, MemoryDB) { + ) -> (H::Out, BackendTransaction) { let child_deltas: Vec<(ChildInfo, &StorageCollection)> = child_deltas .iter() .map(|(k, v)| { @@ -152,7 +153,10 @@ where } /// Apply storage changes calculated from `calc_root_if_changes`. - pub fn apply_changes(&mut self, root: H::Out, transaction: MemoryDB) { + pub fn apply_changes(&mut self, root: H::Out, transaction: BackendTransaction) + where + H::Out: From<[u8; 32]>, + { let mut storage = core::mem::take(self).0.into_storage(); storage.consolidate(transaction); let _ = core::mem::replace(&mut self.0, TrieBackendBuilder::new(storage, root).build()); diff --git a/crates/phala-trie-storage/src/memdb.rs b/crates/phala-trie-storage/src/memdb.rs index c448604985..d00b6d58cc 100644 --- a/crates/phala-trie-storage/src/memdb.rs +++ b/crates/phala-trie-storage/src/memdb.rs @@ -18,9 +18,9 @@ use hash_db::{ AsHashDB, AsPlainDB, HashDB, HashDBRef, Hasher as KeyHasher, PlainDB, PlainDBRef, Prefix, }; pub(crate) use im::ordmap::{Entry, OrdMap as Map}; -use std::{borrow::Borrow, cmp::Eq, hash, marker::PhantomData}; +use std::{borrow::Borrow, cmp::Eq, convert::TryFrom, hash, marker::PhantomData}; -use sp_state_machine::{backend::Consolidate, DefaultError, TrieBackendStorage}; +use sp_state_machine::{DefaultError, TrieBackendStorage}; use trie_db::DBValue; pub trait MaybeDebug: std::fmt::Debug {} @@ -28,21 +28,10 @@ impl MaybeDebug for T {} pub type GenericMemoryDB = MemoryDB, trie_db::DBValue>; -impl Consolidate for GenericMemoryDB -where - H::Out: Ord, -{ - fn consolidate(&mut self, other: Self) { - MemoryDB::consolidate(self, other) - } -} - impl TrieBackendStorage for GenericMemoryDB where H::Out: Ord, { - type Overlay = Self; - fn get( &self, key: &::Out, @@ -272,12 +261,18 @@ where } /// Consolidate all the entries of `other` into `self`. - pub fn consolidate(&mut self, other: Self) { - for (key, (value, rc)) in other.data { + pub fn consolidate(&mut self, mut other: crate::BackendTransaction) + where + KF::Key: From<[u8; 32]>, + T: From>, + { + for (key, (value, rc)) in other.drain() { + let key: [u8; 32] = TryFrom::try_from(&key[key.len() - 32..]).expect("Should never fail"); + let key = key.into(); match self.data.entry(key) { Entry::Occupied(mut entry) => { if entry.get().1 < 0 { - entry.get_mut().0 = value; + entry.get_mut().0 = value.into(); } entry.get_mut().1 += rc; @@ -286,7 +281,7 @@ where } } Entry::Vacant(entry) => { - entry.insert((value, rc)); + entry.insert((value.into(), rc)); } } } @@ -562,7 +557,7 @@ mod tests { #[test] fn consolidate() { let mut main = MemoryDB::, Vec>::default(); - let mut other = MemoryDB::, Vec>::default(); + let mut other = crate::BackendTransaction::::default(); let remove_key = other.insert(EMPTY_PREFIX, b"doggo"); main.remove(&remove_key, EMPTY_PREFIX); @@ -583,7 +578,7 @@ mod tests { ); assert_eq!( main.raw(&negative_remove_key, EMPTY_PREFIX).unwrap(), - (&"".as_bytes().to_vec(), -2), + (&"negative".as_bytes().to_vec(), -2), ); } diff --git a/crates/phala-types/Cargo.toml b/crates/phala-types/Cargo.toml index ec4f45bf7d..c27dd981c7 100644 --- a/crates/phala-types/Cargo.toml +++ b/crates/phala-types/Cargo.toml @@ -9,7 +9,7 @@ hex = { version = "0.4", default-features = false, features = ["alloc"] } serde = { version = "1.0.101", default-features = false, optional = true } codec = { package = "parity-scale-codec", version = "3.3", default-features = false, features = ["full"] } scale-info = { version = "2.3", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } phala-mq = { path = "../../crates/phala-mq", default-features = false } prpc = { path = "../../crates/prpc", default-features = false } diff --git a/crates/phaxt/Cargo.toml b/crates/phaxt/Cargo.toml index c81ef918d9..3b6551b3ac 100644 --- a/crates/phaxt/Cargo.toml +++ b/crates/phaxt/Cargo.toml @@ -17,5 +17,5 @@ phala-types = { path = "../phala-types" } phala-node-rpc-ext-types = { path = "../phala-node-rpc-ext/types" } phala-pallets = { path = "../../pallets/phala" } jsonrpsee = "0.16.2" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } primitive-types = { version = "0.12.1", default-features = false } diff --git a/crates/pink-libs/subrpc/Cargo.toml b/crates/pink-libs/subrpc/Cargo.toml index 36e0730ca2..72e3104b58 100644 --- a/crates/pink-libs/subrpc/Cargo.toml +++ b/crates/pink-libs/subrpc/Cargo.toml @@ -32,7 +32,7 @@ base58 = { version = "0.2.0", default-features = false } [dev-dependencies] pink-extension-runtime = { version = "0.4", path = "../../pink/pink-extension-runtime" } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v1.0.0", default-features = false, features = ["std"] } +xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false, features = ["std"] } [features] default = ["std"] diff --git a/crates/pink/capi/Cargo.toml b/crates/pink/capi/Cargo.toml index 188bfd3bc7..a158fac28f 100644 --- a/crates/pink/capi/Cargo.toml +++ b/crates/pink/capi/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.0" edition = "2021" [dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } pink-extension = { path = "../pink-extension" } scale = { package = "parity-scale-codec", version = "3", default-features = false, features = [ "derive", diff --git a/crates/pink/runner/Cargo.toml b/crates/pink/runner/Cargo.toml index 839d9f21a3..1862e32409 100644 --- a/crates/pink/runner/Cargo.toml +++ b/crates/pink/runner/Cargo.toml @@ -8,7 +8,7 @@ pink-capi = { path = "../capi" } pink-extension-runtime = { path = "../pink-extension-runtime" } phala-crypto = { path = "../../phala-crypto" } serde = { version = "1", features = ["derive"] } -sp-weights = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } im = "15" once_cell = "1" libc = "0.2" @@ -23,7 +23,7 @@ scale = { package = "parity-scale-codec", version = "3.1", default-features = fa "derive", ] } insta = "1" -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-contracts-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-contracts-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } env_logger = "0.10.0" assert_matches = "1.5.0" diff --git a/crates/pink/runner/src/runtimes/v1.rs b/crates/pink/runner/src/runtimes/v1.rs index 90c8acbe80..6385a735a4 100644 --- a/crates/pink/runner/src/runtimes/v1.rs +++ b/crates/pink/runner/src/runtimes/v1.rs @@ -40,6 +40,7 @@ macro_rules! define_runtimes { define_runtimes! { (1, 0), (1, 1), + (1, 2), } impl Default for Runtime { diff --git a/crates/pink/runner/tests/snapshots/test_pink_contract__ink_cross_contract_instantiate.snap b/crates/pink/runner/tests/snapshots/test_pink_contract__ink_cross_contract_instantiate.snap index 9bd01aa739..e512c3ef3f 100644 --- a/crates/pink/runner/tests/snapshots/test_pink_contract__ink_cross_contract_instantiate.snap +++ b/crates/pink/runner/tests/snapshots/test_pink_contract__ink_cross_contract_instantiate.snap @@ -5,15 +5,15 @@ expression: result --- ContractResult { gas_consumed: Weight { - ref_time: 3061979240, - proof_size: 40100, + ref_time: 3125415497, + proof_size: 37600, }, gas_required: Weight { - ref_time: 3368399464, - proof_size: 1088676, + ref_time: 3703360905, + proof_size: 1086176, }, storage_deposit: StorageDeposit::Charge( - 4, + 2, ), debug_message: [], result: Ok( diff --git a/crates/pink/runner/tests/snapshots/test_pink_contract__ink_flip.snap b/crates/pink/runner/tests/snapshots/test_pink_contract__ink_flip.snap index 131e0dd7a2..faac600504 100644 --- a/crates/pink/runner/tests/snapshots/test_pink_contract__ink_flip.snap +++ b/crates/pink/runner/tests/snapshots/test_pink_contract__ink_flip.snap @@ -5,15 +5,15 @@ expression: result --- ContractResult { gas_consumed: Weight { - ref_time: 969413227, + ref_time: 1004638278, proof_size: 24635, }, gas_required: Weight { - ref_time: 1275617451, + ref_time: 1582359686, proof_size: 1073211, }, storage_deposit: StorageDeposit::Charge( - 2, + 1, ), debug_message: [], result: Ok( diff --git a/crates/pink/runtime/Cargo.toml b/crates/pink/runtime/Cargo.toml index 36e9d75366..158b9772e4 100644 --- a/crates/pink/runtime/Cargo.toml +++ b/crates/pink/runtime/Cargo.toml @@ -10,23 +10,23 @@ crate-type = ["lib", "cdylib"] sha2 = "0.10.2" log = "0.4.14" tracing = "0.1" -pallet-contracts = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-contracts-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-contracts-proc-macro = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +pallet-contracts = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-contracts-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-contracts-proc-macro = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-io = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-trie = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } scale-info = { version = "2", default-features = false, features = ["derive", "serde", "decode"] } diff --git a/crates/pink/runtime/assets/events.log b/crates/pink/runtime/assets/events.log index e622bd719d..7e017005e3 100644 --- a/crates/pink/runtime/assets/events.log +++ b/crates/pink/runtime/assets/events.log @@ -1,47 +1,215 @@ -2023-07-07T07:14:03.576460Z INFO prpc{id=933}:ecall:ocall: phactory::event_chain: number=0 payload=0000000000000000010000000100000000000000000000000000000000000000000000000000000000000000000000001dbef27590ecef7faddcec01b4f0441496f38e97b693f6a1cd3eff31e29998a16f00000000000802020e4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95000202074849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9500a0724e18090000000000000000000000 -2023-07-07T07:14:04.591931Z INFO prpc{id=949}:ecall:ocall: phactory::event_chain: number=1 payload=01000000000000000100000001000000fef6bc0d412b098443de6bea6b07b6322928139a9b98240919a5ad4341008659b80bd5074fd8b329f100ede77830503ff0fc1bc9620f4aae6838d4b618d36ada7000000000000802020ed43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00020207d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00a0724e18090000000000000000000000 -2023-07-07T07:14:04.594968Z INFO prpc{id=949}:ecall:ocall: phactory::event_chain: number=2 payload=02000000000000000100000001000000cbfab554eda4b188758f0f9dda0fa9cbc6c695515e02da60c23f0cdfe61dd59bf09f2cfbf6ab075f49231c9ceba5365891b41c212340eaa69b4e6efd020c0c717000000001809aec18d5c4896c9bb246d1d9fd53218a358dcf8a47cbf33488be7bd1d9e6e1a0014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950402040601d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9508f28e41e4d60e624b9b594f8e0f9cc8752676f1ee060cc3b9fefe45022f8faf07fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a -2023-07-07T07:14:18.029243Z INFO prpc{id=1126}:ecall:ocall: phactory::event_chain: number=3 payload=0300000000000000010000000100000029a39f8d14f637103f690a4c4ecb117e4f5adf3df4eeabb5a1c32c40bcaf65fadf89d9ee17277e1c4a67516dc71646259ec6d86dfd189546145e095fdc9a970a7d000000000004020207d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00a0724e18090000000000000000000000 -2023-07-07T07:14:18.031105Z INFO prpc{id=1126}:ecall:ocall: phactory::event_chain: number=4 payload=040000000000000001000000010000005ba29bedbd0f7f6b51b67ac942faea2c80ef097de3ed7ad356dbd0e84bc282a472fe71adc73a795318765a8caed43521b442d8767e749765948b3340171d49b57d0000000180d30713e29d86802bb81d3a4f66eaee0499f985c5dfb5f44e1bf34974bb9684950144185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b1002040344185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b84014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95040053797374656d3a3a41646d696e6973747261746f724164646564000000000002040601d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d44185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b08f28e41e4d60e624b9b594f8e0f9cc8752676f1ee060cc3b9fefe45022f8faf073d81eb3d2e45b450240bdb1316fe23cda0931527dbe30ef3d712f2e1af2ba0f102020eec4de5b11b84626f2cf44a03b9e0b2e65d8f9d46281396215ca296a66f5e2eb200020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27dec4de5b11b84626f2cf44a03b9e0b2e65d8f9d46281396215ca296a66f5e2eb20100000000000000000000000000000000 -2023-07-07T07:14:18.155632Z INFO prpc{id=1126}:ecall:ocall: phactory::event_chain: number=5 payload=05000000000000000100000001000000d5e502f94278b7bf5b9874fe404c881ecad4934eed51329052d704cb00ea83c57d6a319a5a8444b520d7d5a37047e0ac0d3d3fe09f1550ffca4c9ae4ec4b7c167e000000000004020207d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00a0724e18090000000000000000000000 -2023-07-07T07:14:18.158620Z INFO prpc{id=1126}:ecall:ocall: phactory::event_chain: number=6 payload=0600000000000000010000000100000016eda31bd329af8ba906084c93f13416a893171d2497d342779a171d93c210a5da3531fd682c9c97ad4adc2b756ac9e44094166679add66cc676cc2b482878cc7e000000018006a47d430e52a8c6ba54443f9714123076faa61f44c745c5a4db3b6ac6ddafe6014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c02040344185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13bb802004849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95010000000010a5d4e800000004407068616c612e70696e6b2e6576656e74000000000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9544185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b0846510e3b0b3f9de95915531404bfc36affb8db99462611245215c883226705783d81eb3d2e45b450240bdb1316fe23cda0931527dbe30ef3d712f2e1af2ba0f102040601d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9508f28e41e4d60e624b9b594f8e0f9cc8752676f1ee060cc3b9fefe45022f8faf07fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a -2023-07-07T07:14:18.160310Z INFO prpc{id=1126}:ecall:ocall: phactory::event_chain: number=7 payload=070000000000000001000000010000008940570f0a4ef462d886adf7bc8a1f267629b2d5cd8cc4161ed50f71abe9904909619635db64bdc12152fd2b8ed235748c5771099816468c50ef48046123e3147e00000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d8ada7fe73000000000000000000000000 -2023-07-07T07:14:19.180087Z INFO prpc{id=1135}:ecall:ocall: phactory::event_chain: number=8 payload=080000000000000001000000010000000d5f310da7219be8f98be4bf28a8861b7fb62808e779c1f8f2cb1cc79c2400f4236c376d0d790b299a7c0ca4eb2282d4d9a97ef487ac368adf8f7548c6436ceb7f00000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:21.205747Z INFO prpc{id=1163}:ecall:ocall: phactory::event_chain: number=9 payload=09000000000000000100000001000000d3749434abf03cb3452de690557a22b69f20ac9c4c7cf01d7e330063e7eedc90da4df372762d59d6752e79846ebd9595430e3b09d6ceca09eebdad5086b4cdde8000000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:22.285680Z INFO prpc{id=1179}:ecall:ocall: phactory::event_chain: number=10 payload=0a000000000000000100000001000000cc797c5622c5135be5f3ab397d61e9a6e9e5403175c6f96482c6977f24b3ebfc2d152b1a25babc8c259c6bc549e765217bf15b6ccfb313ada2e332a8fb7146818100000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:22.334674Z INFO prpc{id=1179}:ecall:ocall: phactory::event_chain: number=11 payload=0b000000000000000100000001000000458a5589c2159a0b99a39100e56156283127373ef11bdd007b7c3f856a48fa839342947fd35fc6f6ad014ab1c85d01dcc50ad1246ff3039bb7a72d010c57526882000000000008020204d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d318d100000000000000000000000000000020402abb2d8bcaedd19c276ba473f9a58271e5b4d0458f09bfdb79d832d03133fda1504abb2d8bcaedd19c276ba473f9a58271e5b4d0458f09bfdb79d832d03133fda15 -2023-07-07T07:14:22.339021Z INFO prpc{id=1179}:ecall:ocall: phactory::event_chain: number=12 payload=0c0000000000000001000000010000004616e7772ca8266a5bcdd4c6a2f1ea8bcdb687f8132ffc0fa32ed4ef5a060f1f0583253ee540978865590fd4422cc3d038b421d0b4c308cb64a17fc2950ce2358200000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:23.390724Z INFO prpc{id=1193}:ecall:ocall: phactory::event_chain: number=13 payload=0d000000000000000100000001000000d27b599bf54dbf9faf0764aeb42b174359b5e3e7167d1d6f978840fb86f3d456f7b27233b293e6bfffa508588a86521fddd3a0f71617e7a4629cb035015034728300000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:24.604213Z INFO prpc{id=1210}:ecall:ocall: phactory::event_chain: number=14 payload=0e0000000000000001000000010000005c29e9160c45f686e5e28f6fbaf4b1d5fbe78059c5df649de04d58846a0215c602c9d6a9ca2b5df3429af05d8dea54e4c449b35c594fdc0f20739fb46c72db948400000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:26.638953Z INFO prpc{id=1238}:ecall:ocall: phactory::event_chain: number=15 payload=0f0000000000000001000000010000006ac0533abdce8828292630985512e9a7718bb117f40c1fe4261f22274114d29c4fe13c3f3401bcad18a1456023596b9d749baa17a44e36caba1f21cf8397295a8500000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:26.643726Z INFO prpc{id=1238}:ecall:ocall: phactory::event_chain: number=16 payload=100000000000000001000000010000001ac49321bef6df75b7fa7a824a68ec9a764019b3897a800217af06fa84fde9c0a3e81f30909c2897eee3021e4d3720473772ba61e38f0ebabd7715d02c767c5186000000000008020204d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d016e010000000000000000000000000000020402fee6bef1b59f841f047b42f92ebdfdd0a86cd5107669813b02ddee110ba335f004fee6bef1b59f841f047b42f92ebdfdd0a86cd5107669813b02ddee110ba335f0 -2023-07-07T07:14:26.645518Z INFO prpc{id=1238}:ecall:ocall: phactory::event_chain: number=17 payload=11000000000000000100000001000000ec899b66bfd01d3e478880a144f5d40a8349933ba8e4f11e071c778efbe018729a79d889b341c8e80bac9b22bcf048a0bb10b8b592f6208419b50534f800554f8600000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:27.663581Z INFO prpc{id=1247}:ecall:ocall: phactory::event_chain: number=18 payload=12000000000000000100000001000000becef4bcfe6471d771b80472d40e7b3271d6432e71819255d594b8de47d00a16c59588ea435a23a56f2749425ea5672b67b48b61ea297dfbd6ab61a5939195fd8700000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:28.681925Z INFO prpc{id=1260}:ecall:ocall: phactory::event_chain: number=19 payload=130000000000000001000000010000001331baddf727c54043d0b9bbd5b0e2ab6618cc162a885d11a2bec21c1d1b1753f4f575f09bce41500c58928148731941ca540710f48afa30ce5423630b44b35a8800000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:29.942955Z INFO prpc{id=1278}:ecall:ocall: phactory::event_chain: number=20 payload=14000000000000000100000001000000581a66083cb12155527b8f136d41a8f4f99a57de04e0424438df614c24c8e23aea88f6de56e399e18367791f58681ec7de754420551b05949e2178c081e7acd38900000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:29.943890Z INFO prpc{id=1278}:ecall:ocall: phactory::event_chain: number=21 payload=150000000000000001000000010000000f071f39e576506fe2a586926209e8ad7ef91f001c304fa1dcd740edac86b509005aebb41490906a25d56159002b73823f6831df0393136476e81d7d62ee81f28a000000000004020207d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00a0724e18090000000000000000000000 -2023-07-07T07:14:29.945828Z INFO prpc{id=1278}:ecall:ocall: phactory::event_chain: number=22 payload=16000000000000000100000001000000fe6d83ffe70ea9c7c23401df8742c9c2eda07d5343ddbe4659393ff43522053a1900463f06341ff005852a3733fb025f27dc4ee9284aa4f39e21b93b52e042fd8a000000018052b2059c9573a4f38417c0b7c0be5707712855bfb41eebbd68c93aa9701a6a000144185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b0c02040344185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13bc8003c436f6e74726163744465706f736974004849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95080053797374656d3a3a4472697665724368616e67656400000000000000000000cdb20aacf90c8c04136c31f2ff429f737ff0313429b98b5bc4c70bf5955d88fb02040601d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d44185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b08f28e41e4d60e624b9b594f8e0f9cc8752676f1ee060cc3b9fefe45022f8faf073d81eb3d2e45b450240bdb1316fe23cda0931527dbe30ef3d712f2e1af2ba0f1020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27dec4de5b11b84626f2cf44a03b9e0b2e65d8f9d46281396215ca296a66f5e2eb22500000000000000000000000000000000 -2023-07-07T07:14:29.947523Z INFO prpc{id=1278}:ecall:ocall: phactory::event_chain: number=23 payload=170000000000000001000000010000008255935b732c4876769886e798adce21a3ce4db0e7da30ff2621f26fb8b4edd74c271e5070abcdd8c2c9d07a64be36721962632d843f3eb48990e7d848ae01d28a00000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:31.975473Z INFO prpc{id=1307}:ecall:ocall: phactory::event_chain: number=24 payload=1800000000000000010000000100000008cb61cf2faec2032a0e57a9c59f903000a2de63dd2ec61bd47606706f7c327981a2c51de7902465061c4d181b8d356f3339ec99d178278ee9d9f2229938aec78b00000001000144185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b140204060144185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b44185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b0869af547656bb67884317bbec0d8bb5bf2294597e20a9a3ee7c0f481a7d62e2563d81eb3d2e45b450240bdb1316fe23cda0931527dbe30ef3d712f2e1af2ba0f102040344185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b94094849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950a00000004407068616c612e70696e6b2e6576656e74000000000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9544185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b0846510e3b0b3f9de95915531404bfc36affb8db99462611245215c883226705783d81eb3d2e45b450240bdb1316fe23cda0931527dbe30ef3d712f2e1af2ba0f10204060144185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950869af547656bb67884317bbec0d8bb5bf2294597e20a9a3ee7c0f481a7d62e256fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a0204060144185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b44185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b0869af547656bb67884317bbec0d8bb5bf2294597e20a9a3ee7c0f481a7d62e2563d81eb3d2e45b450240bdb1316fe23cda0931527dbe30ef3d712f2e1af2ba0f1 -2023-07-07T07:14:31.977502Z INFO prpc{id=1307}:ecall:ocall: phactory::event_chain: number=25 payload=19000000000000000100000001000000ff5963dd077d7e6298267c49a96b68f9d2845dcc5908c6d7a151649f447fb0f4353dbaf16b601cd5aa83c6dca9e35f909bf853ba965a341edec2f955fb5b3f978b00000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:32.997068Z INFO prpc{id=1324}:ecall:ocall: phactory::event_chain: number=26 payload=1a000000000000000100000001000000acb1c2a1f83ed51c1a9aae56d7a25c0d047675ce2f1a66ac531ea066f2e2a9c871c4475934dda6afeef291fb6137207f9656e6b03088481352f58add02f307e68c00000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:34.018477Z INFO prpc{id=1330}:ecall:ocall: phactory::event_chain: number=27 payload=1b00000000000000010000000100000012887ce317095ffe3fce37f6c400b804a7f84ff7807778de74595601769b21f1a8e89dfdc8dd6519f7e7f01fed00025b0dd91c87c4d97e76fbf2060f2cadd9138d00000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:34.493385Z INFO prpc{id=1330}:ecall:ocall: phactory::event_chain: number=28 payload=1c0000000000000001000000010000004ad36ee888e6ca59b42300066eda1fd2f75bb2d1a9b7a33f142f8a9a49b44926acc29d952ff94a65cc48ef382e94becd4dbfd8c2f7843a9424a7ad377744edfb8e00000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:35.512974Z INFO prpc{id=1336}:ecall:ocall: phactory::event_chain: number=29 payload=1d0000000000000001000000010000003ac9d5f9285c29dd2a0a9d8c7d6fcb336a3e1ff23f6c135c59726e16c3c4ec9167dcfb5e2cf58524d4f92a2d067858677714015c76b3657898b93ddabc1a26bd8f00000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:36.532403Z INFO prpc{id=1347}:ecall:ocall: phactory::event_chain: number=30 payload=1e000000000000000100000001000000113efa1866b5b5c70eca8e0ef9cd2a0c7f3714ad7fd3581b3b2446994011e262e14fc481b0ba472ec4aad12fe1e3e9e1d54deb6aab8d89ba751a769a5b5962c19000000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:38.563845Z INFO prpc{id=1375}:ecall:ocall: phactory::event_chain: number=31 payload=1f000000000000000100000001000000c59b9afdd4b650d587c38b27335f1db6ed2b9d1df0fca1a1711d9c8684c91c3e5b247d84c574dd6f78c3674ab45619fffbd9984913d55f15a8eef6fccdf0ff3d9100000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:38.566457Z INFO prpc{id=1375}:ecall:ocall: phactory::event_chain: number=32 payload=200000000000000001000000010000007ab7ccdcca12086585bd5e884ef81f3f5307965e823257cd2ceb89d02d7c1a78adb810a307d93783542248b5bdd60330e89f4046da9abb7a34572b4b3931e2449200000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:39.582494Z INFO prpc{id=1391}:ecall:ocall: phactory::event_chain: number=33 payload=21000000000000000100000001000000a3cc528323a4eff7e85b83e296030a740ef6e5514f22dd275651b354fb8631783293a58380d133ebefd18cdd5075a3d37b8adaf5cc0d19b5a9b56eeac60e76af93000000000004020207d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00a0724e18090000000000000000000000 -2023-07-07T07:14:39.589216Z INFO prpc{id=1391}:ecall:ocall: phactory::event_chain: number=34 payload=220000000000000001000000010000005fdaf7a44da974cf771dfb6521539d4eeb0b7a7305baff88088263d381f2482175a718cd780c2a1ce2e2f91edf0bcaf2a53e37320a1f7150dad3c1c4e5f8e4749300000001808f8aee7e9289f0efedca826ada5d3945a0c24f84f878a623bcf97ac17da26e230144185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b14020204d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d7430010000000000000000000000000000020402ce732418c11fe8f145eb7877d58da81de94e24fcfd9f85e26415b982f3bf6b6104ce732418c11fe8f145eb7877d58da81de94e24fcfd9f85e26415b982f3bf6b6102040544185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13bce732418c11fe8f145eb7877d58da81de94e24fcfd9f85e26415b982f3bf6b61e29ed6be2c635e1707eb2da3e170f06656a82f2d471d869d874799d490df0a230c3d81eb3d2e45b450240bdb1316fe23cda0931527dbe30ef3d712f2e1af2ba0f1ce732418c11fe8f145eb7877d58da81de94e24fcfd9f85e26415b982f3bf6b61e29ed6be2c635e1707eb2da3e170f06656a82f2d471d869d874799d490df0a230204060144185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b44185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b0869af547656bb67884317bbec0d8bb5bf2294597e20a9a3ee7c0f481a7d62e2563d81eb3d2e45b450240bdb1316fe23cda0931527dbe30ef3d712f2e1af2ba0f102040601d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d44185a76eeed66f8cdf31eb43a69556c039bf24e46f589377ee92bb5bb45c13b08f28e41e4d60e624b9b594f8e0f9cc8752676f1ee060cc3b9fefe45022f8faf073d81eb3d2e45b450240bdb1316fe23cda0931527dbe30ef3d712f2e1af2ba0f1 -2023-07-07T07:14:39.591275Z INFO prpc{id=1391}:ecall:ocall: phactory::event_chain: number=35 payload=230000000000000001000000010000002e4ea15bfaec80e2562e8f9915e5c89cb0244b7fff82a66ae17c04c00539aef5c3fd0e59f3fd499f875bc9c9146aaf8934be6920180a9063325548ee5b1b28c19300000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:41.026028Z INFO prpc{id=1402}:ecall:ocall: phactory::event_chain: number=36 payload=24000000000000000100000001000000115a04310087bdbf0b218d2480f79e17b7a23948a3ed94b2a0c96d37f5d4c21cda428719065fd6699c6b88f10bf13e133686612d1386f5df0061017e9615523e9400000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:42.047490Z INFO prpc{id=1408}:ecall:ocall: phactory::event_chain: number=37 payload=25000000000000000100000001000000d20aef9de1f8d81134d98b787c71d2769d96ead0f5ceda5b098338e89b11ca0910edb5c119dde437e1a0efe7beab9b5802df58f8433d7e6a1fbb590d9bbb493f9500000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:42.049991Z INFO prpc{id=1408}:ecall:ocall: phactory::event_chain: number=38 payload=26000000000000000100000001000000633e20c06ef161fb6374b422366d68e12e59dcf0ee9124e3a3a557a0be5d498376ff8d5b4c34be2e6925da10721d500e3e029b85be8ad2f83b56e68212ba48559600000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:44.075251Z INFO prpc{id=1417}:ecall:ocall: phactory::event_chain: number=39 payload=270000000000000001000000010000006a281374791209b3b43a03b37d14b8c2ef502d094547a8823d6e0756ade99b3b14460092e0404a75a625c364bf486b982eb53ac09392596f246e133a6e0460939700000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:45.093828Z INFO prpc{id=1423}:ecall:ocall: phactory::event_chain: number=40 payload=280000000000000001000000010000004b52bee845d960e89a51068ab60b4e355da496c2d4633dc5de1a849bf3aece0a66c8d5ed8a5f44b2127e80b7713d03b61db2f21b69fafa10345ecfb244659ed29800000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:46.475938Z INFO prpc{id=1431}:ecall:ocall: phactory::event_chain: number=41 payload=290000000000000001000000010000006a621a036cc78205febc27b653ff1995b6bc71d09bfc9e2921e34801e21f5555844e774027aed5546cf892c849ac6aa8d2087dc9513387c7f962a2d1ae97bd689900000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:46.478853Z INFO prpc{id=1431}:ecall:ocall: phactory::event_chain: number=42 payload=2a000000000000000100000001000000b6fa545e7ebf1a898be51c86b0f5d4548bdae71738775f0c5f2770b2ba2f736deb8ae443ce5d8d2073edd671b6986ff0791c73749a677c5b9ea4b16c1c927a169a00000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:47.499314Z INFO prpc{id=1437}:ecall:ocall: phactory::event_chain: number=43 payload=2b00000000000000010000000100000041326f28f333024eb91196246ca06f88cce8017a5f489cde6f841f5bc2d5db8bf68af7b858ef873208174c72b58c9b836c8552da0974c98272d14185171ef0289b00000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:48.520154Z INFO prpc{id=1444}:ecall:ocall: phactory::event_chain: number=44 payload=2c000000000000000100000001000000c99526b74befba72507b22efaa0607bf1f0616bc8e7e764e06799a3744ae73d5d139c4838b442a1e6068b6c84ea178b80e455b3c89cfa3bd25bb08ed06de745a9c00000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:50.549645Z INFO prpc{id=1453}:ecall:ocall: phactory::event_chain: number=45 payload=2d000000000000000100000001000000cdcab842ebc7979e8bc2ed1b7d774f6e4615598fe11479396c1ef9e3cada53228f8783e212d52c64a8165b64da663b94f92128ca460987abdbc3dde195f964c99d00000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 -2023-07-07T07:14:50.966363Z INFO prpc{id=1453}:ecall:ocall: phactory::event_chain: number=46 payload=2e0000000000000001000000010000003f1be137d08ab565519aa51f2d104ade47ec01f22a148f80bcfba819d89c16ec929723f6b39d229d1b6cf13d837eedb1fa96ddca233e23fdd732789cfe0878dc9e00000000014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950c0202024849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f95d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a74000000000000000000000000020406014849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f954849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f950846510e3b0b3f9de95915531404bfc36affb8db99462611245215c88322670578fd1da76b0c6dac87f9daec9ba066d493bf97164154208d6806f9d5ace186eb6a020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d4849ed41b967678ed32ae42df6106a176a66e4c71bc8e0307162189123607f9526a7a5fe73000000000000000000000000 +2023-10-09T12:44:57.409990Z INFO prpc{id=1171}:ecall:ocall: phactory::event_chain: number=0 payload=0000000000000000010000000200000000000000000000000000000000000000000000000000000000000000000000003c5538beaebabcc79da9ed6dfea1ee2a8780c99c8c03a6901d035c09853dbe8786010000000028020207d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0010a5d4e8000000000000000000000000020003d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00020200d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0010a5d4e80000000000000000000000000204028da07d08ff99cedf5816b086560b3baf6785826917d1f2f788b8b4d1c61a54535f930000000000000000000000000000d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d048da07d08ff99cedf5816b086560b3baf6785826917d1f2f788b8b4d1c61a5453020003dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d300020200dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d30100000000000000000000000000000000020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27ddc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d30100000000000000000000000000000000020400d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27ddc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d3082e3fb4c297a84c5cebc0e78257d213d0927ccc7596044c6ba013dd05522aacbaf1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c444897020408d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27ddc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d3b22c0000000000000000000000000000082e3fb4c297a84c5cebc0e78257d213d0927ccc7596044c6ba013dd05522aacbaf1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c444897020408d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27ddc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d321000000000000000000000000000000082e3fb4c297a84c5cebc0e78257d213d0927ccc7596044c6ba013dd05522aacbaf1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c444897 +2023-10-09T12:45:00.009296Z INFO prpc{id=1263}:ecall:ocall: phactory::event_chain: number=1 payload=01000000000000000100000002000000013ebf4f2d6a3f3718403612f6b6bf62cc0c9b504b154d7ef964bbddc893d2fc0f72de175d32066c3f688286e1e9a3e6d4001a081dff2bbc73ce513ada0c45e195010000000004020402bd6988f2d7bc841c9ef376d37f1cec51d0d51ce2450882e916e39860ba273388a0890000000000000000000000000000d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d04bd6988f2d7bc841c9ef376d37f1cec51d0d51ce2450882e916e39860ba273388 +2023-10-09T12:45:02.710233Z INFO prpc{id=1334}:ecall:ocall: phactory::event_chain: number=2 payload=020000000000000001000000020000004d8f7288ce4929f507132b32954744cc245687fd965c8f174b12cfa7dfc322f414d56ebf4a936a6754de39cbd8919a4434c94f9eb8a29f95b024bf3aaf3c195daf010000010001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d418020003e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d400020200e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40100000000000000000000000000000000020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40100000000000000000000000000000000020400d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4082e3fb4c297a84c5cebc0e78257d213d0927ccc7596044c6ba013dd05522aacba4dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020408d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4c5290000000000000000000000000000082e3fb4c297a84c5cebc0e78257d213d0927ccc7596044c6ba013dd05522aacba4dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020408d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d402000000000000000000000000000000082e3fb4c297a84c5cebc0e78257d213d0927ccc7596044c6ba013dd05522aacba4dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90 +2023-10-09T12:45:05.335237Z INFO prpc{id=1428}:ecall:ocall: phactory::event_chain: number=3 payload=03000000000000000100000002000000a1f5d5b5268f4b14fb3c5b5defe33f63412d6503d7949232dfae980c2d9fae581f07434a0332d50aff8102709ea1a8c49b88cfe5486a1492696ef19cf76177c0ca010000000004020207d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00a0724e18090000000000000000000000 +2023-10-09T12:45:05.336920Z INFO prpc{id=1428}:ecall:ocall: phactory::event_chain: number=4 payload=040000000000000001000000020000005d996218a2f8444039a1894169b4381b56f47bb427bf4016dcbf34055daaaf242c58ed72ed9b40d28cff3f1327fbf24980e39305df656cf354264594bc5e4d0eca0100000180974b0ec2be5d2dfca91ce972a680005a1a1c6e206097089d97682ca7c617311801dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d308020403dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d3240a010000000200000004407068616c612e70696e6b2e6576656e7400000000000000000000000000000002040601d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27ddc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d308f28e41e4d60e624b9b594f8e0f9cc8752676f1ee060cc3b9fefe45022f8faf07f1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c444897 +2023-10-09T12:45:05.337593Z INFO prpc{id=1428}:ecall:ocall: phactory::event_chain: number=5 payload=05000000000000000100000002000000b0d8b404b920d2e31fae18bd4cd8d0223da4c91265976db248e37662656140a930f9eaa9ee2da377620bdb895be97c72f74b2efea9f29e54e78121ee546374edcb010000000004020207e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d400a0724e18090000000000000000000000 +2023-10-09T12:45:05.338121Z INFO prpc{id=1428}:ecall:ocall: phactory::event_chain: number=6 payload=0600000000000000010000000200000028965e29c6c75ea0a59d07f8ffb9b28853663723302758a63fdf166afb368f6a452c55277a7244ebe68808893747f5cb0aca937b64b106688fcbc7dab0f5cf66cc010000000004020207d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00a0724e18090000000000000000000000 +2023-10-09T12:45:05.340474Z INFO prpc{id=1428}:ecall:ocall: phactory::event_chain: number=7 payload=0700000000000000010000000200000022fc2aba20c2d0585b9f4d8542cff6044372c45996fb475cefac0b6cd9716d4aad40c4c4503a36775df6e39453e2c74e5e98a50d4f1bbd7b2d274e795e88f7a5cc0100000180e0aa882f31be96a98c331d50d15e523b6bb59a6cca9f80bdcca75385b2f5ac3d01e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40402040601d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d408f28e41e4d60e624b9b594f8e0f9cc8752676f1ee060cc3b9fefe45022f8faf074dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90 +2023-10-09T12:45:17.680974Z INFO prpc{id=1865}:ecall:ocall: phactory::event_chain: number=8 payload=0800000000000000010000000200000050b16c8beb1040d118d365a8f535e6438caa1588c9a7a77600f3938e017de80d7531cd77c6c181c84e21c825fb1aaf12f13bc59320680cdca3ad2b172b01466b46020000000004020207d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00a0724e18090000000000000000000000 +2023-10-09T12:45:17.682782Z INFO prpc{id=1865}:ecall:ocall: phactory::event_chain: number=9 payload=090000000000000001000000020000009b9989fdfbf5d7bfa44a7b7d044e4c7716d842f3d509c9e8530562e4ae2524fec7429080f61fa04448ac00455505537554aa10ff40da2aa262e51e3bd25ce854460200000180b2b95d00957963b2709a5513578129f032c9f126b093e66608fd2dafaec4edb601dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d30c020403dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d38401e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4040053797374656d3a3a41646d696e6973747261746f724164646564000000000002040601d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27ddc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d308f28e41e4d60e624b9b594f8e0f9cc8752676f1ee060cc3b9fefe45022f8faf07f1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c444897020408d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27ddc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d301000000000000000000000000000000082e3fb4c297a84c5cebc0e78257d213d0927ccc7596044c6ba013dd05522aacbaf1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c444897 +2023-10-09T12:45:17.683420Z INFO prpc{id=1865}:ecall:ocall: phactory::event_chain: number=10 payload=0a000000000000000100000002000000fdf5ce0120390b1cf615cba7e3ed367dc4d3e38b827e60ba08cc66ff05caec3ac85d18580bdbb42aacbdbfe802c23c5d55a1419fdeb0742ccc28905f89b4782b47020000000004020207d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00a0724e18090000000000000000000000 +2023-10-09T12:45:17.685806Z INFO prpc{id=1865}:ecall:ocall: phactory::event_chain: number=11 payload=0b000000000000000100000002000000b24d84bfaa05d90c4349158bd4f0138dcd9867c11c23c6e20404ce2c5b79febdcb25625408c95ad2bc5bfcd11edd82dc1890053de34f2a5a9744067e2f425c09470200000180fa0730e7ec9428d4fb339568f7bc9a92081f09b962deace5643a0ac6c609a65601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020403dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d3b80200e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4010000000010a5d4e800000004407068616c612e70696e6b2e6576656e7400000000000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d3081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e3f1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c44489702040601d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d408f28e41e4d60e624b9b594f8e0f9cc8752676f1ee060cc3b9fefe45022f8faf074dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90 +2023-10-09T12:45:17.687252Z INFO prpc{id=1865}:ecall:ocall: phactory::event_chain: number=12 payload=0c0000000000000001000000020000000e79ae72e79219acba22bc79570fb4f7a521f8ccece9192f1c7e75fd8041f3832ce3fdc8153eca6e46962a2762451a8df498351764ab2aff2f4ea181fc229372470200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:17.688914Z INFO prpc{id=1865}:ecall:ocall: phactory::event_chain: number=13 payload=0d00000000000000010000000200000009c8533c75a8781c5333bc35206faf496b19972d9f3b1f01e452c1d389f89e6179f5dbf9f104baed8a1bda38589e2d90e117e38c5cbf38085ea0b15b073920f7480200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:17.699483Z INFO prpc{id=1866}:ecall:ocall: phactory::event_chain: number=14 payload=0e00000000000000010000000200000047849b999c207bd5f20f67076ff2d45b4111e6d015dda112b251e30e028e485d2b1ad2c426b554f543fb60598a9afe3c4044aa70c7895e34996a0ef645fa8629490200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:17.701142Z INFO prpc{id=1866}:ecall:ocall: phactory::event_chain: number=15 payload=0f0000000000000001000000020000006a2bc239a518489e33340f350e06c288c25194a5cc84df03ebe68f1a6388ab46dc5a5d9f9ad0035a2dda7580df8333cb1976c133a193dd39a282b4973d006f184a0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:17.702711Z INFO prpc{id=1866}:ecall:ocall: phactory::event_chain: number=16 payload=100000000000000001000000020000000caccca816751f0fc10972785e2d12f05c567f2c22f91984abf6e2162c0ee085be62ad5dbb4943ca3171c61d49b47e456a7bd520e5432bf8ae607758236439ca4b0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:17.704318Z INFO prpc{id=1866}:ecall:ocall: phactory::event_chain: number=17 payload=11000000000000000100000002000000b053a1e9844f99b5b369f1d3aec43c1ba4fad3156defb1c79a381fb85c3a8ca1e8976f49c4d136fb1ea3bba2e49c3d258403958cb9448024537e15732836d1bb4c0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:17.719574Z INFO prpc{id=1867}:ecall:ocall: phactory::event_chain: number=18 payload=120000000000000001000000020000000ba51151fa048ad250a9143cda6e66c983990bf0873f51e9409ee2f756984c55c26e6314488f636a67986734cc9f134028558b8d1e50964580f91b8ea254b2094d0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:17.721438Z INFO prpc{id=1867}:ecall:ocall: phactory::event_chain: number=19 payload=130000000000000001000000020000003407b509712f942dea46524a2c1f233598091fefae9f2bcb9abf4738f49495be5ebb7f6c962ca189b7324fbf392f490307851f6353fc59aabd59c13b4e4fa4d34e0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:18.759857Z INFO prpc{id=1903}:ecall:ocall: phactory::event_chain: number=20 payload=14000000000000000100000002000000d05eff575cbdc7787b2071e65b55802fe8e44682600aad97db38cb6d8994e9de1fb0d7822fc1f589397688393cff1efa8f33145032980f83b2cb4a1e4ee911124f0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:18.761572Z INFO prpc{id=1903}:ecall:ocall: phactory::event_chain: number=21 payload=1500000000000000010000000200000046d07fe7312ad3800a3f2e08a59d297d8b999e4fa4bdf15ee8f1194434bf09034dbc1ad965e780f3736a1f277919a35ec99c4680d96e8cf6826a01c84db960bf500200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:18.763227Z INFO prpc{id=1903}:ecall:ocall: phactory::event_chain: number=22 payload=160000000000000001000000020000009773d2d22a8072fb0c0c2bdbfef6bc196d17c2c74b83aad24f5a8deb65b90da0ecfa99bb259a8c664d1b3c03af03cde65a05c21d4c0244cb9f15dc4cbc90e3a7510200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:18.764949Z INFO prpc{id=1903}:ecall:ocall: phactory::event_chain: number=23 payload=17000000000000000100000002000000d47317a03248b5bcb75aff5b6e5449581b4a937d2940e10616201cd4b8a1e7c3f6a1e0bbff40d60d943a783027942bbbe9adaf15056bf2181566e5ea763d33c4520200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:18.774455Z INFO prpc{id=1904}:ecall:ocall: phactory::event_chain: number=24 payload=18000000000000000100000002000000a5de3e9890925dc9b0c32889741353abeadb7f12ef80cacc25b65f66493e09b1478f1f30411e67f1a82b95faee9a816341d81da4010c8cd9b583bb2c27ad448d530200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:18.776091Z INFO prpc{id=1904}:ecall:ocall: phactory::event_chain: number=25 payload=19000000000000000100000002000000629e3f388b0cf57b11b9d9c06a17a48f4b566ec81bc64f1931de2f78220d646057c095f9d3b02d8f93369093c8cdfcad5c0a5d28dbeadc6beb5f2dabc57e6663540200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:18.777662Z INFO prpc{id=1904}:ecall:ocall: phactory::event_chain: number=26 payload=1a000000000000000100000002000000fed9208f0fa5a6aacca6a33a8b20892e0b03ce51704ca63f2df43e41941869f1a180b78c717a13e933bd1700e8f6c9b84c4aa6fc54a1e297f8761faf571f2bbc550200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:18.779267Z INFO prpc{id=1904}:ecall:ocall: phactory::event_chain: number=27 payload=1b00000000000000010000000200000074115a87454094de09315d4c5bfee86b9f4c8a9cd9c601237fdbcca7d8f08eaf5dab5fad86e02fd50ee861651a7962948ab4aed493ac25f3bb19eae0721f8cd7560200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:18.788495Z INFO prpc{id=1905}:ecall:ocall: phactory::event_chain: number=28 payload=1c00000000000000010000000200000093479a5e4fb9d89f5c1687e7f99c7a9942519cdcd570513512a5a14ee4930f4a533f737b734e1b11e663412c43eb97825a9471199591a0b4671133713c4c4d49570200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:18.790301Z INFO prpc{id=1905}:ecall:ocall: phactory::event_chain: number=29 payload=1d000000000000000100000002000000b40ae6b4a33a5067a988f59d8f0e978e534ad7998f2da579e20a919f2a1e08b77c727ef411ca847f2978e4e27bea1c65ff7c3aab3048d0284a9d1044b7c8433f580200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:18.792025Z INFO prpc{id=1905}:ecall:ocall: phactory::event_chain: number=30 payload=1e00000000000000010000000200000060afbc91c6f1f32ebb247b0409239514d58c9772514e9f13d7faee22640a04225f883dd09f512522d86e4350f9f95a5b01a06ccfd011f26159f9a980f1cf858b590200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:18.793620Z INFO prpc{id=1905}:ecall:ocall: phactory::event_chain: number=31 payload=1f00000000000000010000000200000077d8442316d61e60e42cc4ba1ac54f33f7628f133325f35ca166863bd37fe77b3a70e923f7d5d5ff78ffb3815e1fcb71f55d1cc17bfb3c7f3157e31ffbbfddbd5a0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:18.806804Z INFO prpc{id=1906}:ecall:ocall: phactory::event_chain: number=32 payload=20000000000000000100000002000000ecf5ad433bd87be259d9c79ff7caa4ae5e0d099ff29ed1a3d34deeb0f6c0665c4927b8da1be4802f5c3763a255b7f62f0fc8fdf65975630a17fa3c539265534f5b0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:20.124632Z INFO prpc{id=1952}:ecall:ocall: phactory::event_chain: number=33 payload=21000000000000000100000002000000e652a2ea47e3fefae513cff1091edbb91dceafe5cd2a374bb2ccfbc3cf55085daae134dc3e352de26a73473419b52f9a59c8824d23d201fc1a695abd7f61cc575c0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:20.126406Z INFO prpc{id=1952}:ecall:ocall: phactory::event_chain: number=34 payload=22000000000000000100000002000000a3fb66f507a8adf1136c97f466d3f3e6816a5e21c8b2e55d25bd45a211138b835836204090fa4c7f027b080b126453aa8fed45dde392d140a84cb83c0502a4a15d0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:20.128040Z INFO prpc{id=1952}:ecall:ocall: phactory::event_chain: number=35 payload=230000000000000001000000020000004fe4355831112904621e976f042afc97c459fe0f70ffd87fa0c5d8055508542a818a5d2f5a0200a6e32afce05304a487d9031b0a3599591b7471f3ea06e754645e0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:20.157961Z INFO prpc{id=1952}:ecall:ocall: phactory::event_chain: number=36 payload=24000000000000000100000002000000b5d6d66e74bd8e25f296db40d2e5c95a1854a8b556d53b8c34d71852e77abede985f6dd5b0bd98495d532e81a3157a76cbbdd4be2cd1483460401f0ccc3323de5f020000000004020402abb2d8bcaedd19c276ba473f9a58271e5b4d0458f09bfdb79d832d03133fda1553790700000000000000000000000000d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d04abb2d8bcaedd19c276ba473f9a58271e5b4d0458f09bfdb79d832d03133fda15 +2023-10-09T12:45:20.160060Z INFO prpc{id=1952}:ecall:ocall: phactory::event_chain: number=37 payload=250000000000000001000000020000002ef6a8056c415ea18aaa77975b853b603b479515bb9bb8c656f003f096a5968921708883a16cddb1f9b13acdefb123d957073dd4ef8e85e92eeb9347df0949c05f0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:20.169993Z INFO prpc{id=1953}:ecall:ocall: phactory::event_chain: number=38 payload=260000000000000001000000020000008be77bc9bd41a217a4c56a96eb81c821cb22c307f474e0ef8cdc53469b7e7bcf3760cb3f8e415c6779e31ccec12b512f4b788f58a83ea93bf54aefe36716fcd9600200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:20.171850Z INFO prpc{id=1953}:ecall:ocall: phactory::event_chain: number=39 payload=27000000000000000100000002000000e7b66e6c767406c0275205caac9c854fa854f0a65ec67b96b4dc32fba5fe96e80bbed5ff2be9d3a4fd441594ff234acd0320a46fa193fd999ffdcd9e9bd29ba8610200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:20.173686Z INFO prpc{id=1953}:ecall:ocall: phactory::event_chain: number=40 payload=28000000000000000100000002000000cc9f49a7977bb32c1537618555f3bfe49556454ca64ddaa2e4ad3cdab255dd227f1dbe1c4d14f51cf888ee3778f3ca5e89cb857b5e324a6de0e186762dc1a154620200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:20.175354Z INFO prpc{id=1953}:ecall:ocall: phactory::event_chain: number=41 payload=29000000000000000100000002000000adc4d17f84f0cc4bf69fcfe941c1f20c011c12ee7d26f6191c43b2422490d84da8ce504476185123b17c1b81baedcf9cce3030a59d04f7bd3f9b7db26e9c87bd630200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:20.184998Z INFO prpc{id=1954}:ecall:ocall: phactory::event_chain: number=42 payload=2a0000000000000001000000020000003b28df37873b8b77b8c96fb376463df35d5acc117cd9ca0e344827ddb3c973a1b45b642e94469be97f319b540fab7bb198d0400f65e9ab1f1fcc830be8d9353c640200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:20.186772Z INFO prpc{id=1954}:ecall:ocall: phactory::event_chain: number=43 payload=2b000000000000000100000002000000e5e45dbcebba6e27a20e9dbcc350c56c924150fdf7ba40b5c08aa4541fa160554cf82f8115afe8fb027b16ab5704048df10cbdae2a9929a5a939912dde9e5892650200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:20.188434Z INFO prpc{id=1954}:ecall:ocall: phactory::event_chain: number=44 payload=2c0000000000000001000000020000002e30994857e03c85a1ce5d34c8e4c51f1840b3ed3db9bb19bbbfcff6c423e40e9cfd70d6bb7b3d575da3ecbdb6dab431cf7a43f25ec16c4daf5e42338d70b3a2660200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:20.190177Z INFO prpc{id=1954}:ecall:ocall: phactory::event_chain: number=45 payload=2d00000000000000010000000200000042c6953cf0a1f33dfafe5e4c726e6e9f11cf0ef53b0300cc7ff09daf7cb6404e6b87795e46bfab5d6d028a97332c39931e42a7a35b70b483dd5d965ed72156d4670200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:20.201788Z INFO prpc{id=1955}:ecall:ocall: phactory::event_chain: number=46 payload=2e0000000000000001000000020000000570fba46bfba50c32756593bcc4c3f734dce5e5e2086f2323205660e1cdb21de914e3871058fb6355229934c4247a2310a3eee12bb5f099757f5e010463ebfd680200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.345791Z INFO prpc{id=1998}:ecall:ocall: phactory::event_chain: number=47 payload=2f000000000000000100000002000000bc6aed232b5d3190e64c15499904561d37ff99999c3ca5a391ab758204c6ed876bd612665d6edf6aeca44747d31ae5f50416825220b16a224725597b7e41ded5690200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.347833Z INFO prpc{id=1998}:ecall:ocall: phactory::event_chain: number=48 payload=30000000000000000100000002000000957a7127040526f201d9b08d9c4568c8d7064cf02e64d9d39b504f931842b57b7c890d2f02a5a3ea3e333d447168c065fba59cf81fc615c89dddd3c72b3c64e46a0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.349472Z INFO prpc{id=1998}:ecall:ocall: phactory::event_chain: number=49 payload=310000000000000001000000020000002a160be45bd6f690610982958567aae0b131386a1a78ae2c063d021302047dfa5f488ad099c31bc0a3591b09b8c4d2bc5df22673d10e85c127223a0330f4921a6b0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.351214Z INFO prpc{id=1998}:ecall:ocall: phactory::event_chain: number=50 payload=320000000000000001000000020000009ed955c2ee2f391369a31d89a333a6f1ce7ac4cc0adf830d967d059ec9325855ed69051cae8a05e8de0849586a8cee4e6b17e2b713a4d865e033f0aee6cb5f4c6c0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.361385Z INFO prpc{id=1999}:ecall:ocall: phactory::event_chain: number=51 payload=330000000000000001000000020000009c2fe4610d14e07c86e64191a08b15270cee6d2f8094e424779db1a33d522c85461a9fa610c9198948ed02850063c0d0a048feb16d4a392de920957aee0adae46d0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.363168Z INFO prpc{id=1999}:ecall:ocall: phactory::event_chain: number=52 payload=34000000000000000100000002000000811d68aafab1490cb9784d298636f95a07bdbfe7ee8417b3c5e36316267cf0af4e6f2ba6316bb7ccb0ac94317449071790552dc39065fd6729e1df17462f14176e0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.364834Z INFO prpc{id=1999}:ecall:ocall: phactory::event_chain: number=53 payload=350000000000000001000000020000004472c99e4b87af54a98ebd3294d54aed1350d863b0074ac3cb6c511dd9298bd045ac44cae546932baf653feaa029ab419160ddfdd6bdd3fea7d709d4e9ccabd76f0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.366464Z INFO prpc{id=1999}:ecall:ocall: phactory::event_chain: number=54 payload=36000000000000000100000002000000c9241ba86001ab874e4ea85ba8df41810aaa42b6e5ad7915542e02bb05fe817081732a0889e1263b5ead500d08257428b32f186ce0958778a1574bf699793c31700200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.376878Z INFO prpc{id=2000}:ecall:ocall: phactory::event_chain: number=55 payload=3700000000000000010000000200000060af2e44e62ed722328d0f9842d7d3d03073760bbb059cae0eebe47f0a2e827467f2c45a95df55895750db0c7c493376a858324858ec46bc85645780ce582287710200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.378795Z INFO prpc{id=2000}:ecall:ocall: phactory::event_chain: number=56 payload=380000000000000001000000020000002b0a938c35294d4ff1402b0d883283ac928874cd544bbb3e8614f514a7b3de1a453ecf1ac49f49b1f7048fac6621d575ecaeaa07acc3c602c5231ff2dbfe3b38720200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.380400Z INFO prpc{id=2000}:ecall:ocall: phactory::event_chain: number=57 payload=3900000000000000010000000200000097dca16b8853e2598300fa10e203fb768adf8e022baa660ef7ff16e30c773e82c3e2bcc159a4353f15678e39f558f725c77c2095eeb8372c1ccd8c57dc3ac241730200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.382282Z INFO prpc{id=2000}:ecall:ocall: phactory::event_chain: number=58 payload=3a000000000000000100000002000000205a23166ab3a36d950b79c3506f25ed6d76138859d4950356a140892c85aed49b236c0b58a62d07a3766250c144e4d516663c0dd7157597d4ad3f5227c50ae2740200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.396821Z INFO prpc{id=2001}:ecall:ocall: phactory::event_chain: number=59 payload=3b000000000000000100000002000000b01725c6aa83d19151eb463a8069ee1d4fdd2442f8b79fab87a9abbbb11f442e25e418dd1faa0f2a530bebc395ff817799b53868001e94b8d5b6ed3b4a3192ea750200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:21.399041Z INFO prpc{id=2001}:ecall:ocall: phactory::event_chain: number=60 payload=3c0000000000000001000000020000008b9cf7aa0b70e6f5001a395ef9d4bf8a76bef2411318c184e0e9adadf1ecb89971e571246efecef845b143b2efff744a3197a2477b241e3a27031d7ad69a5808760200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:22.680661Z INFO prpc{id=2046}:ecall:ocall: phactory::event_chain: number=61 payload=3d000000000000000100000002000000adfa8a8db3b3982d704dc7f4aad9cb65eb488a4955ce83a5d8da276235adafcce462b036745ca5241adb130a09611ad04c6f87e5390571df69d28bd00ddf7f2c770200000000040204026bc0562fbcb1faf6a81bfbf850b23aeca60cd8aa9f7aa8c416f7745a0d63bf37d59c0000000000000000000000000000d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d046bc0562fbcb1faf6a81bfbf850b23aeca60cd8aa9f7aa8c416f7745a0d63bf37 +2023-10-09T12:45:22.682417Z INFO prpc{id=2046}:ecall:ocall: phactory::event_chain: number=62 payload=3e000000000000000100000002000000a7b131f7e8f556a923a4a0370b486f299b81e66b1def0340c826d49d0394b962a2cfca557d030c2306cb5b6beb1d505f86596d1b15815bfcc0c60fcf0f5f1c77770200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:22.911812Z INFO prpc{id=2046}:ecall:ocall: phactory::event_chain: number=63 payload=3f000000000000000100000002000000eaf89399194d94f5d2e80a4f97a47681ec343ba318f92e3eb3e8742d61cae9f4bb9229888fd4c0cbd0dfa5cf9977459ded3e6fe33bb97d830298d20268e8e647780200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:22.913493Z INFO prpc{id=2046}:ecall:ocall: phactory::event_chain: number=64 payload=40000000000000000100000002000000a8f28726303094199a71ed28d36eb45c6c3c7c3920b7f39592988217709946bfac44108b301e3b6f410db851ecc301cfdc2a16064728b2cef302c12ca9f0d6d5790200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:22.915124Z INFO prpc{id=2046}:ecall:ocall: phactory::event_chain: number=65 payload=41000000000000000100000002000000a5a686c500f1947987c27453ce46ad38352c0c3997c14e141192992879a4d87bfb7498c519c6cfe0a9840c5713edeaf286890629ab92c013be6a2255f4e0acfc7a0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:22.925651Z INFO prpc{id=2050}:ecall:ocall: phactory::event_chain: number=66 payload=42000000000000000100000002000000f54ec5153a0c3a7f648040a26df32ecd4b49f251027e0be9be1c1df2d633e2dde4e5825a974625cfe980de1833d65cfbfd5fa11fdbf3360b3c07038556872c887b0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:22.927710Z INFO prpc{id=2050}:ecall:ocall: phactory::event_chain: number=67 payload=4300000000000000010000000200000034c7c0a09ed33deac62c3452537a353987cc768f9583105da579fd3188bf3225744bab1832353e35d8d4dd441ee8565576ec1b85c427acada857d7fe7742f9657c0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:22.929299Z INFO prpc{id=2050}:ecall:ocall: phactory::event_chain: number=68 payload=440000000000000001000000020000004ef67d6d1c367f33a482d6092e0b3fb9eb49c4b88bc41fa45f245c4168e3092787ba39cb55ac686b7611ab5f6915bd21e0391d76de58fbf35dd2b1c536ec89497d0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:22.930871Z INFO prpc{id=2050}:ecall:ocall: phactory::event_chain: number=69 payload=450000000000000001000000020000005dc78c48568917f0e7d502688163bd4e12868b16a25dce3f702f9c04c208ed103377ee2940017bfa9ac1c317b3a4a633e6b39ebc293a6fac029ba69d73456f607e0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:22.940877Z INFO prpc{id=2051}:ecall:ocall: phactory::event_chain: number=70 payload=46000000000000000100000002000000e61b363eeb570a098decde2d5763987d187b1e5d5f8399d18404e61e6579b0af1d36cb98a0e09e0595677345be9e27af802dfe374c4aca827c71c717ed19e69b7f0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:22.942998Z INFO prpc{id=2051}:ecall:ocall: phactory::event_chain: number=71 payload=470000000000000001000000020000006874455e751f7aa3c1b43a5ba62585f5cca9583afcc3dee972a6529e6aaea381d4f161d6f543dbd05a84de33d18c6163e0c54a9607605a4ee0cc300415eae9fb800200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:22.944663Z INFO prpc{id=2051}:ecall:ocall: phactory::event_chain: number=72 payload=48000000000000000100000002000000605e63eb26f886fec25b48b90d3acc2d7d1a74ea1ebec52ad1b0ef4c5a8675409337583d3bfdfe33bd53b534a47ab6bba3ff6f6bc55d3b557a25235e490d9d03810200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:22.946296Z INFO prpc{id=2051}:ecall:ocall: phactory::event_chain: number=73 payload=49000000000000000100000002000000578167626830ec39c9d24004e5c5235b763b5eaeb67c7632d9a4983609e9b0c8fb8add001ba9ee45355b3ed05d4b1397afa356e4a565339baa1a739433a99eea820200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:22.959262Z INFO prpc{id=2052}:ecall:ocall: phactory::event_chain: number=74 payload=4a0000000000000001000000020000009ba9c5afb96c222ac8d2ba19b6aa0629bf7ea3ebbc53b16f6a71a580bfc2fa18d04c0829d83402e74ed9a90c9e815d379ad6f6c53b32fec141a404e30dbf09fa830200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:24.099432Z INFO prpc{id=2094}:ecall:ocall: phactory::event_chain: number=75 payload=4b0000000000000001000000020000002fb41f4c921e788e4f2cefb3ad73242fac44546ce97ea54dddb303019bf74aa7b88e2326c409fd57203400976c928a7f41daf17cdc24117a07b271e4dcf099f7840200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:24.101352Z INFO prpc{id=2094}:ecall:ocall: phactory::event_chain: number=76 payload=4c000000000000000100000002000000af786792e132031bf8087eb8ee7c50d99e17fd344e2fb13ec2fee9af9b9f8eb6f924b803675c919d03546bf2b20e231aa05996f2c22dabed32b5d2f058dcacd0850200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:24.103000Z INFO prpc{id=2094}:ecall:ocall: phactory::event_chain: number=77 payload=4d000000000000000100000002000000a18178d1922d5c9f8f67162041baa9a7ee981cd0146e348a0b40e7d8c564f4492cef1e60a5c97a752e9e1b1646bdb24c8f2c7d305b33da3e4b08eb0f0acba5d7860200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:24.104642Z INFO prpc{id=2094}:ecall:ocall: phactory::event_chain: number=78 payload=4e0000000000000001000000020000003f6d27c1dc64becdd9be5fd2961784c23edb5182baa6c9a245ad8ba0e103ae7b8c03cadc6f84e74c0ca4e658e24c720235403604525506203aac87867ce0a966870200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:24.114370Z INFO prpc{id=2095}:ecall:ocall: phactory::event_chain: number=79 payload=4f000000000000000100000002000000346386d62560048a51b84e00d21add31fbb9c49ca5cb258b2711050d54f0f21249877baeb8a4c65a57f729e6df81c4aa545828ab41d924297108fb783bcadc9f880200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:24.116421Z INFO prpc{id=2095}:ecall:ocall: phactory::event_chain: number=80 payload=500000000000000001000000020000004bc051c01ef22b2c295cf9fc50f7f8ee47bbd740fd6de36772e0579372f9d29de844b365bbcf06b4ec2b0b486edfa0bf0045853235842245985f741473ffe17d890200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:24.118212Z INFO prpc{id=2095}:ecall:ocall: phactory::event_chain: number=81 payload=51000000000000000100000002000000ea68f7dd6de2a8e030625662b666bf28270cff9e55f5adce97bf06ed35be6dd3e3454047a71cb1de90181af75b258d9014a9cf27000d5fa8b317b5e0676843798a0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:24.119844Z INFO prpc{id=2095}:ecall:ocall: phactory::event_chain: number=82 payload=520000000000000001000000020000002c9b2d15d460550cb357931d8075ac17e4dfd766ad3129bdc29228c9b693b3ab177f580244d5c5c96f01a0bb71d88e47a4b41343a18fc09640f829da157294898b0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:24.129670Z INFO prpc{id=2096}:ecall:ocall: phactory::event_chain: number=83 payload=530000000000000001000000020000002333716f52c8915aca2d5865b3ef37560df075a511b1bc48abe33425aa8e92ad0521635ee363351f86b3dae023e81898d39dcf050c872e83a54ef6964b5a719a8c0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:24.131560Z INFO prpc{id=2096}:ecall:ocall: phactory::event_chain: number=84 payload=540000000000000001000000020000008c3c8b4d20bcfe8d56ddf859180764947fc7db7f97dbc98fff14883d4adef68eb20c4303f1d4ad65d34876261e87a8c16588712d2981ac0cbb316700ca63359b8d0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:24.133167Z INFO prpc{id=2096}:ecall:ocall: phactory::event_chain: number=85 payload=55000000000000000100000002000000a3106b0f50119b387ec8a6fc998ef8280d998193390eb87bd224a4ba4912da8f96948dd0e4782495a778376834249cf475e88bdb600da8a0812d46ad8f5187088e0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:24.134841Z INFO prpc{id=2096}:ecall:ocall: phactory::event_chain: number=86 payload=5600000000000000010000000200000014a90b4afc78f576502e9a9a6efe39b8d0b81da08834d9ad9ac7446a383a240aed3fcda0b9c2975564b75bbda1876702d2b7d9840c2639e5ddc138200e1a80018f0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:24.146776Z INFO prpc{id=2098}:ecall:ocall: phactory::event_chain: number=87 payload=570000000000000001000000020000007ae5b79354c159c79fde6fc07411f882f92bde9940f12f463cf756a5d90e07995a95609f38f2f270024f68500c0504a924ec5f14f3e3f9b8251fae85c3c99fb4900200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.415241Z INFO prpc{id=2143}:ecall:ocall: phactory::event_chain: number=88 payload=5800000000000000010000000200000091d5b4138abea6d97588d63b7253cdab72ea05085f55d21d36d57e40e35236c90dde4391f3f23d3546c989439779bdfb1aa703e45d47d6c695f6c58bad65085c910200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.416936Z INFO prpc{id=2143}:ecall:ocall: phactory::event_chain: number=89 payload=590000000000000001000000020000002e787b4eca444c4dc153fd12907fa59b728788c6529260820c6198d63275c881bf0a5f0223d0abb81d4f25739f83f7d5433e0072e53f34c28096c14353dd22bd920200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.417547Z INFO prpc{id=2143}:ecall:ocall: phactory::event_chain: number=90 payload=5a000000000000000100000002000000de6c8ec1e960f079175cbe5c9718310a75e386b1c993d50394037b9cda99e328fcc2b2d7f03ef56de0540e255f788d922187432d5f16a77fa6873675340fc9cc93020000000004020207d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00a0724e18090000000000000000000000 +2023-10-09T12:45:25.419178Z INFO prpc{id=2143}:ecall:ocall: phactory::event_chain: number=91 payload=5b0000000000000001000000020000002b0c922f702ce6a4e94dd3de1b9c14297a33169c204762591acb3037256534eff174d01a3daa97c4f255aa0871fda5f1c3f02d1a9f86f34e0aa5fc5f6c31ee7f93020000018069da0f1b3f7c8371e30e088ffefffb0dc127f7b8ffca57bb383521d8034ae06601dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d30c020403dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d3c8003c436f6e74726163744465706f73697400e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4080053797374656d3a3a4472697665724368616e67656400000000000000000000cdb20aacf90c8c04136c31f2ff429f737ff0313429b98b5bc4c70bf5955d88fb02040601d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27ddc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d308f28e41e4d60e624b9b594f8e0f9cc8752676f1ee060cc3b9fefe45022f8faf07f1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c444897020408d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27ddc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d325000000000000000000000000000000082e3fb4c297a84c5cebc0e78257d213d0927ccc7596044c6ba013dd05522aacbaf1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c444897 +2023-10-09T12:45:25.420724Z INFO prpc{id=2143}:ecall:ocall: phactory::event_chain: number=92 payload=5c00000000000000010000000200000097d2eb1a1d210a4479b055d7b46963d27d72e5d3f405e4fcabac3c19960e849a80e3b8d8db7821dd885e6432daa1786617a821f8923df28952d8bc4c5de54353930200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.425377Z INFO prpc{id=2143}:ecall:ocall: phactory::event_chain: number=93 payload=5d0000000000000001000000020000009e3b85c8f9de15f9e1a61d9b381f01e12e719e1be5bebb1dfbc8207aa7616fa3c04a026e5a2427cc0f3a6b4926037f975284e47263b7413ad21315012b77510594020000010001dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d31402040601dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d3dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d30890e33ad4568760aff72beb5efde56417e59a02164bec630cc3460e42f6a1d6c9f1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c444897020403dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d39409e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40a00000004407068616c612e70696e6b2e6576656e7400000000000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d3081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e3f1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c44489702040601dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d3e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40890e33ad4568760aff72beb5efde56417e59a02164bec630cc3460e42f6a1d6c94dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f9002040601dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d3dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d30890e33ad4568760aff72beb5efde56417e59a02164bec630cc3460e42f6a1d6c9f1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c444897 +2023-10-09T12:45:25.426999Z INFO prpc{id=2143}:ecall:ocall: phactory::event_chain: number=94 payload=5e00000000000000010000000200000012959e4989bc09606ce7efd85d14b5add6f881d7e85fb56bdfee3b30290c175926be7602852e1760818789bcd5e4cdab8d4a1c9779c1395f4925a60bd2add008940200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.437514Z INFO prpc{id=2144}:ecall:ocall: phactory::event_chain: number=95 payload=5f00000000000000010000000200000008a7d84500fba442e5ff945ad5f5b12fa94b4c3d58053148e8faa84449b1055aff546ccf61a96f3b30db97491f80d2af7f7cda4991a5e8d2daa85b304944e944950200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.439481Z INFO prpc{id=2144}:ecall:ocall: phactory::event_chain: number=96 payload=60000000000000000100000002000000d627081ee1ed7ad3341bac2107ccb64920d9efe7e79debe3a925fce8aa81f75550d1171d36a09a1f079f1456aaeac61a95e974271efbe2fc575966bf29cc603d960200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.441158Z INFO prpc{id=2144}:ecall:ocall: phactory::event_chain: number=97 payload=6100000000000000010000000200000007216d9d6e26c552c3daca0891f2ec9f883292b04e2867e3419b934f44df163260fed2a5e3571141f17255a67c9c5ff9ad74845229139d757da4c9eff0e24920970200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.442799Z INFO prpc{id=2144}:ecall:ocall: phactory::event_chain: number=98 payload=620000000000000001000000020000000fa729dc13d4c946e0907d9c15fe9ee4a8b91230adb217d0eaf602a063291c54b93b0d3e85a0d99906809ac2efd412b5c393422bf911191241fc3eaf51d3d764980200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.452383Z INFO prpc{id=2145}:ecall:ocall: phactory::event_chain: number=99 payload=6300000000000000010000000200000078bf52a05704b56aad569780f3f724896a2bfdcfa7bbac374ac0b5bfe474c4faf88b6c04a81b0ef4573c78765b8011e22db89dd86e1a164deeabcab53a3aa89b990200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.454168Z INFO prpc{id=2145}:ecall:ocall: phactory::event_chain: number=100 payload=640000000000000001000000020000003a672c5bc43bb15381f281ffba0c38cbd7fd4f4fa30a5cbda83baf4242a873fe2cec358473dfbc81d354c5eacb0310e16edc21f89c692702d4a5afc95c844c219a0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.455827Z INFO prpc{id=2145}:ecall:ocall: phactory::event_chain: number=101 payload=650000000000000001000000020000005ace40d5906d11eb51769b9c433e13d765a8f04f10facbf4be9c75d6d2dc6ee94e0bb4ba89daf6b79ba53b8749e6a6e077381e920fc7437db6294d5304caf07b9b0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.457418Z INFO prpc{id=2145}:ecall:ocall: phactory::event_chain: number=102 payload=660000000000000001000000020000008183be36be6cde223550c3cae6299c2a784ad8133e8add5d2d346c5d588381f9e6ebd3260ff576ac6c350d943e73accfdbaa0577ced7c046e432b2b50b043bde9c0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.471186Z INFO prpc{id=2147}:ecall:ocall: phactory::event_chain: number=103 payload=67000000000000000100000002000000673b4bbfa5e3559ab401bf255f71ab803de08e979073e7b21d25eca4b82bb6221dcc6b88f18236943b5590ac6a00af89bced0b8bdfafb4cac1354a320c5d7caf9d0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:25.473660Z INFO prpc{id=2147}:ecall:ocall: phactory::event_chain: number=104 payload=6800000000000000010000000200000031af301d5073672a17a8472af297b038292be62f5dc84b4a4e8a50e27bdcfba981a4cd860abbbd931ac3bc517e307227a2a54dab9efdbd8376999dd993c8bd019e0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:26.785300Z INFO prpc{id=2198}:ecall:ocall: phactory::event_chain: number=105 payload=690000000000000001000000020000002fa4441885298782b64749015a1b1d0b59989a9d8f60ef65d4128859cfc474fcf10487a6924357adef0ca6ee12b986dd13b53ee3ef91d8226ffdb220c99ae2de9f0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:26.788497Z INFO prpc{id=2198}:ecall:ocall: phactory::event_chain: number=106 payload=6a000000000000000100000002000000bcfd72299d91744433eb5f9bf908396d0da916eefdab1d1656bf530fc138d47749fca302a08e4075863d8404a8693e01c8e39d8961a7f5ea7e7ebafd88db19e4a00200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:26.790650Z INFO prpc{id=2198}:ecall:ocall: phactory::event_chain: number=107 payload=6b000000000000000100000002000000cd041c37cf47a9e0ec3094990583bfe3901bb2c1ad040ed111a2345dfe0604b841e9e3895796e2b6b5558bfec9eab291f004e17d5a735d684fd7c83c7b9bfbf5a10200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:26.792767Z INFO prpc{id=2198}:ecall:ocall: phactory::event_chain: number=108 payload=6c000000000000000100000002000000f65d980219282a07190d5574550069ef2dc360e87f9ec50be5c7b18bd46907d11e9cf9230009045165f73977a8e8f5029d44c4f96574bd167d99c69a6a70daa0a20200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:26.804907Z INFO prpc{id=2200}:ecall:ocall: phactory::event_chain: number=109 payload=6d000000000000000100000002000000d7b84acf2702ced7093871cea2e9659c77c8cb4312526a0b6ba4dde3ff354a178309081b941fdbd1ad8abe73c983cd365d830f7bfc03d6d40c25e2d14a38ffefa30200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:26.808124Z INFO prpc{id=2200}:ecall:ocall: phactory::event_chain: number=110 payload=6e0000000000000001000000020000008383b9dfaa3c04d72512450e6a9733b00ea56d682942854fe2751486b42401a3a26d816efae670fdb58352ddeedda9be3c125c6110b54788aee11d282a5ba01aa40200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:26.810173Z INFO prpc{id=2200}:ecall:ocall: phactory::event_chain: number=111 payload=6f0000000000000001000000020000000273eaa862e3fa7c61190f54f7579b67eeadf6b2acabc9ecd6bd05afe2f23f2db77edf4518c8d903562e0afc18828335e2ffd4c69508fb38a9b4ed1c40d9e9f6a50200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:26.812513Z INFO prpc{id=2200}:ecall:ocall: phactory::event_chain: number=112 payload=70000000000000000100000002000000643003ce90a5630c044461c640eb241806815252059cc1f78db7355da3b02aec35f06511a88c10dc757724ef835489e95084d6793f9b9934040263b3ad8b04d2a60200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:26.823068Z INFO prpc{id=2201}:ecall:ocall: phactory::event_chain: number=113 payload=71000000000000000100000002000000ea688a23a2807f5af215d77322f62deff52d5139d29c1afc0278290cce9d31f8e27813ec565211fb24495556e2622648c0b103e894a298329bad2a08142574c0a70200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:26.825851Z INFO prpc{id=2201}:ecall:ocall: phactory::event_chain: number=114 payload=72000000000000000100000002000000bd83e125f001161fb94acaf3791d3bb54089091fd57d5d4e68ec54c9d449233daa217fd389938770250298dac536758176ab55b62596ac6135e8d601baca90e7a80200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:26.827734Z INFO prpc{id=2201}:ecall:ocall: phactory::event_chain: number=115 payload=73000000000000000100000002000000359c343b122d7cdec418b9f657e925a05266f433932e3927b8de2d83c625abcdf617ec04416913af61fdae247e3cff7b9d75423056ed4ae51b528c3c661a9580a90200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:26.829574Z INFO prpc{id=2201}:ecall:ocall: phactory::event_chain: number=116 payload=74000000000000000100000002000000d1a1f58d04d308b01294e1eb7ae16f016367affa26eeacb43916f4308b133d54124a939174199ae4236320b1ad17bf915151c42bf5f484d929ccbbcd98aad82faa0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:26.846244Z INFO prpc{id=2202}:ecall:ocall: phactory::event_chain: number=117 payload=750000000000000001000000020000002c58d3f786dfdf0050843d01c6c33bb8d3ee8a5b511cf756493d8156fe62f9a0f07db12002d56a90b57116aefbc3a4b3bff1e924e369c8720d2e06babc288bd6ab0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.133389Z INFO prpc{id=2247}:ecall:ocall: phactory::event_chain: number=118 payload=7600000000000000010000000200000014f7acd3da5d0113261b7911a31fcb4ac247ed9b1f7a1599b2bb4688c3190ba3641ce3f829bf9adf762239c8aab57816dada35504fe9ff6d6527150db51ad93eac0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.576547Z INFO prpc{id=2247}:ecall:ocall: phactory::event_chain: number=119 payload=770000000000000001000000020000006ccf6dea89e69c8b45f2c40e00a7d1389ba31a71e9175171ef16d24c21f6b0fa7666f1415e6df0d406f0b4781886262d725f3fe0dd54ada46177da484621b9a2ad0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.578592Z INFO prpc{id=2247}:ecall:ocall: phactory::event_chain: number=120 payload=780000000000000001000000020000008995cd4283f285d0310e9ae2935873c5f13fdee357660177dc267653f700a533d9d4a325233ef3984280766ba2d2fd6f74ae41999c25e4bb586091215d9b2c27ae0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.579393Z INFO prpc{id=2247}:ecall:ocall: phactory::event_chain: number=121 payload=79000000000000000100000002000000bc11a72c43922de976004bea34e653482469583cb0c25371c4998cea92f93aa2ecff9d5da88e047ce097adb8eff6b38f2e55d74cfb31c32df5a01682c5e1bf79af020000000004020207d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d00a0724e18090000000000000000000000 +2023-10-09T12:45:28.583795Z INFO prpc{id=2247}:ecall:ocall: phactory::event_chain: number=122 payload=7a000000000000000100000002000000791687aa39bb32b122c376baa757c177931ef56adb846e3de730619a58d65d76782c8c94e1a3c31f0314ddc33b9b11e79701443eb2e39ee1a6549872242304d4af02000001807851d4db6b6698428048c87884fda9fada8653abc64e8b0bf044edad415b26ee01dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d314020402ce732418c11fe8f145eb7877d58da81de94e24fcfd9f85e26415b982f3bf6b61d78e0000000000000000000000000000d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d04ce732418c11fe8f145eb7877d58da81de94e24fcfd9f85e26415b982f3bf6b61020405dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d3ce732418c11fe8f145eb7877d58da81de94e24fcfd9f85e26415b982f3bf6b618da07d08ff99cedf5816b086560b3baf6785826917d1f2f788b8b4d1c61a54530cf1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c444897ce732418c11fe8f145eb7877d58da81de94e24fcfd9f85e26415b982f3bf6b618da07d08ff99cedf5816b086560b3baf6785826917d1f2f788b8b4d1c61a545302040601dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d3dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d30890e33ad4568760aff72beb5efde56417e59a02164bec630cc3460e42f6a1d6c9f1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c44489702040601d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27ddc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d308f28e41e4d60e624b9b594f8e0f9cc8752676f1ee060cc3b9fefe45022f8faf07f1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c444897020409dc1892813fbfe77f943e9a52d414551a41d1c3d2d0d17145317bfbdb637df7d3d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d5c01000000000000000000000000000008f1ecb48b3561b7863874950547b947dd54572b234b4d0062fc718e4f3c4448972e3fb4c297a84c5cebc0e78257d213d0927ccc7596044c6ba013dd05522aacba +2023-10-09T12:45:28.585284Z INFO prpc{id=2247}:ecall:ocall: phactory::event_chain: number=123 payload=7b0000000000000001000000020000003883236b300bdcd70a039d3aa7c8d68622e8e6ff459a8d2e35364cc3de8490dd4461210c4392dd5318d4ad8ffc1f42b20f60a1d979ef7a0991c03b6077c2115eaf0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.598194Z INFO prpc{id=2252}:ecall:ocall: phactory::event_chain: number=124 payload=7c000000000000000100000002000000b3fc8de2c6df9f0b21ed498b40e30f70f5b6b41b5afccd8b4343ba736593e498f45db5f9b4c3e09f5131b1181166ccc127e0c8e0629436e0c6730372497b8a08b00200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.600497Z INFO prpc{id=2252}:ecall:ocall: phactory::event_chain: number=125 payload=7d0000000000000001000000020000009edf469d47b23eddfae5f4ead4a7628f7f46f9ef869a29d010de952c32ab1893d6e02b2daf4562a7641d4786496b144c2816f685da41c44d527b25785b7a4260b10200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.602473Z INFO prpc{id=2252}:ecall:ocall: phactory::event_chain: number=126 payload=7e000000000000000100000002000000c5bf3d07714d1f99c90ce891520eec8f6d35e9f15469b24ed23cea6f715c86f1546388e4d950197107179b039379281479a24fcbf59e0f7fede246129ab65666b20200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.604399Z INFO prpc{id=2252}:ecall:ocall: phactory::event_chain: number=127 payload=7f000000000000000100000002000000418d6ca2b411dde6fd064ae2581c31af36e712ef85152ef4c41298554ec22c624216a8327d88175a4a228a59e92967092db66b1e14f1d39784c8bfa0fe39af5bb30200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.617381Z INFO prpc{id=2254}:ecall:ocall: phactory::event_chain: number=128 payload=8000000000000000010000000200000089f46969277713f063a5811a9424d9560aa41f5227eeab6ba80125c43ff3df12a65b16160ad23c3e01b5d93a3ea173e4c596fe22cc15229af92a497f008c39a8b40200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.620346Z INFO prpc{id=2254}:ecall:ocall: phactory::event_chain: number=129 payload=810000000000000001000000020000003885b29a877aeb678b21c9812a0fded3172817ed946522995df3989604bec826f271a3e61ac823ea0b873f249d79e8244ee98a862579646d006a49c71b8a8002b50200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.622125Z INFO prpc{id=2254}:ecall:ocall: phactory::event_chain: number=130 payload=8200000000000000010000000200000075aa1d21ab006e0a02fe58f95c2d5e43b3b8f0fdd93df7a1a7d5e9a40ecc6f3c2261e2c88ef6f4cfb3e1f016d7febf6a3ff8d1261df725003b48544bf9ae5fd0b60200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.624143Z INFO prpc{id=2254}:ecall:ocall: phactory::event_chain: number=131 payload=830000000000000001000000020000007e3532be38f25e584d26d339a3858f3c77dba68c4b6f10fa388aabd224baba986352b52a22d5c45f181ca047a779ad8f6618fef61d5d868c9e69647d2a976ba0b70200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.638967Z INFO prpc{id=2255}:ecall:ocall: phactory::event_chain: number=132 payload=84000000000000000100000002000000bcd41e4b40335aa807f85be964b0beab5e81736f42df0fbf5840c7a9e54648d0ac6b34bf4d988543da54aeef133b97d5e3b34d47a131b5b35522d2425b2bd834b80200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:28.640841Z INFO prpc{id=2255}:ecall:ocall: phactory::event_chain: number=133 payload=8500000000000000010000000200000004785b8592ecc8d7e0eae79070188d639b88998ff33cb4b4b7a3696379f3ff1657efd74aef7b1a7200631001ff48f40286cc6d0660d483f3f840dd117316c6b5b90200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:29.416679Z INFO prpc{id=2276}:ecall:ocall: phactory::event_chain: number=134 payload=860000000000000001000000020000002eb76b6486c4959062c8956daf4aa881f10944d447d1d42bac370135e174433502f9d72247421599dbd8c4c0b412055bb7a79a0c07da964e94d544ca156726ecba0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:29.419989Z INFO prpc{id=2276}:ecall:ocall: phactory::event_chain: number=135 payload=870000000000000001000000020000002486bc785990d489308415f50c2aa5d106ed47568fbf3b882bd53cf59a2a8c494f994bd90d85425f5d58ce4bb1355dd80a7eeb63766432873e69ab4cd67c21c6bb0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:29.421957Z INFO prpc{id=2276}:ecall:ocall: phactory::event_chain: number=136 payload=880000000000000001000000020000000026ab4adbc840f49fc79dd95e585107f9d2b5ffd30d3b8a700ca330ad39269c6d0a388bd4dad9af530785fe696b5bcfcfcc9a48f59a40631d96982de2be5a0dbc0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:29.423856Z INFO prpc{id=2276}:ecall:ocall: phactory::event_chain: number=137 payload=890000000000000001000000020000000b7f90bae332540cd37f4a6098f2f2de790c07545de06ebcd73a6a9df605248a0d8a58e78c9d98b9f540a09b724b534455e63e23dd63c1a3c3b14a4b53a4098dbd0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:29.434801Z INFO prpc{id=2277}:ecall:ocall: phactory::event_chain: number=138 payload=8a0000000000000001000000020000009c8b8523af8a2fd121de84524bd67f71d74207632ede3f2478adbacb67625f136455916e941fa4007bbd4817d4a13fc5c0607cbb52476f542c2363bf19f3191ebe0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:29.436954Z INFO prpc{id=2277}:ecall:ocall: phactory::event_chain: number=139 payload=8b00000000000000010000000200000005f22587d1964a9d05f98ac4de3ea6f328d55415e6c7c174e376c151a86a8471033c766e7b0fb88b6fb36f9b9c9b4b03139641bda2b1d919c763ae3888fbadcdbf0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:29.438790Z INFO prpc{id=2277}:ecall:ocall: phactory::event_chain: number=140 payload=8c000000000000000100000002000000e1ef3fd879ba4f5f30788a0d59c82ed59b775abbb4877a09bcb3b18ba8669f6cb8e71b99a9c8f67f6ed2df6b11296144bfe733af2b2e52db3a936b7c0aa8a83fc00200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:29.440758Z INFO prpc{id=2277}:ecall:ocall: phactory::event_chain: number=141 payload=8d0000000000000001000000020000000767291d9ce4adb1f381f7f827acab588b4e8e403575d321b45511cdad1174ec211b2f92f1ca81bdea98b6f7cc43a1b994987735bc08e875f74c1050c43f8ae3c10200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:29.450746Z INFO prpc{id=2278}:ecall:ocall: phactory::event_chain: number=142 payload=8e0000000000000001000000020000004c617809c44773d512b61111f42335d3a52dda67a60d8d78513f35f9409387a2a4b2d9cd5e7e487d86d69480845827fe4a85fa324298015664c0b4c761241e6dc20200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:29.452976Z INFO prpc{id=2278}:ecall:ocall: phactory::event_chain: number=143 payload=8f000000000000000100000002000000e0b71beddc220d3dcad11321251273612e5b6fd7173afa73ee04184c255acc08bb797d8115cc506ce4d476dd5ae1e01930e47185e18bf04a457779f02e171363c30200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:29.454856Z INFO prpc{id=2278}:ecall:ocall: phactory::event_chain: number=144 payload=90000000000000000100000002000000fc002802b1dcce572778d8731ebbf533eaa6ef7ddf29bff9ae631838fd042d389042660066959b660f0c316e7da5c900cbfeb02e6d3d0aebc3073ebcccf2a221c40200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:29.456737Z INFO prpc{id=2278}:ecall:ocall: phactory::event_chain: number=145 payload=91000000000000000100000002000000833cc674fae6214a5d59c971d663b418357b7495244bbc3c73fccbbb5893de53bf98f722a5ab0a2f17c962a0e6ed2810249ebfaabe1a4ec33c6f145429c3cf5dc50200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:29.470357Z INFO prpc{id=2279}:ecall:ocall: phactory::event_chain: number=146 payload=920000000000000001000000020000002b1d9d15abbfe4ad4e9718e5001dd016dbcaad643d28da78554bf6fc8253c4dfc2aab48e19c0a46e6026201e5d63f5a3fff4de183a49843fc2f1ef005a6b8a73c60200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:30.753114Z INFO prpc{id=2312}:ecall:ocall: phactory::event_chain: number=147 payload=930000000000000001000000020000007b0f61bf56445a8d51f7de40e4a06a4ebd4f38dc1180cfc14a82b6e9538b9862981d0d3d1303d32aa8bb039c9af4c2d0d8a0857bd2da2724ea55191da853eb62c70200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:30.755291Z INFO prpc{id=2312}:ecall:ocall: phactory::event_chain: number=148 payload=940000000000000001000000020000009ed5303f925c1330216cc40f3c813d4b04aa7c2645a3f0b04b7b474f331af14ea8669750b9ebdaa944d7ef3091f7b427c146f5ce88e9b9f109b0df94717d0ee0c80200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:30.757172Z INFO prpc{id=2312}:ecall:ocall: phactory::event_chain: number=149 payload=9500000000000000010000000200000042c670eac2bb48facddf7feca5ea08cfe89f6357480f05aba82bbf5e176c03b6f25909a284d6dc2bd64577b343ba295806f75089f8539a3001b406073ce4f084c90200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:30.759027Z INFO prpc{id=2312}:ecall:ocall: phactory::event_chain: number=150 payload=96000000000000000100000002000000c87ff736e0658f8fa5752f5299097aa2e9b23100a5eef0b209c9c645ed26c8b41b06cadbe3cd69e1e4c0f2dbb9259db0d6a220c36b60183f5e54abc0434da09eca0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:30.771160Z INFO prpc{id=2313}:ecall:ocall: phactory::event_chain: number=151 payload=97000000000000000100000002000000e3f6ab4ea2324831a1afcd7eb9e1591ea0cc063ed31d2989055300ca6df2896193ee82af2a6b7696d11625c3f31249cb2ce7e1c47bc3eec060524add1b9e4062cb0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:30.773418Z INFO prpc{id=2313}:ecall:ocall: phactory::event_chain: number=152 payload=9800000000000000010000000200000025fad3f225bf45c6a32a383cec270c075798b7aaa7f8d20f420b233b4c4dce7b4247fd5307e2a398ba1b0f5f6fb68a0242a1976ffc78a33c80eb2f1bf4a69360cc0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:30.775249Z INFO prpc{id=2313}:ecall:ocall: phactory::event_chain: number=153 payload=9900000000000000010000000200000066476995a1a2cf93fd88ed9cfeca61227f387e622856c0eed475578cceffe11d057ae2f0907425b720d86e520826c5a7af61fc93883225e54fdd06f66af0a151cd0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:30.777111Z INFO prpc{id=2313}:ecall:ocall: phactory::event_chain: number=154 payload=9a0000000000000001000000020000007cf028239ffed7adbf3d900cb1fe8e08cf642bb5bae8126b130bf01e2346a6ca38e97e795fcf8df4b74597cdfb9f7698920ef342d5978f7c84242514d9cbf9f4ce0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:30.787373Z INFO prpc{id=2314}:ecall:ocall: phactory::event_chain: number=155 payload=9b000000000000000100000002000000af265e796eab56281181cd0d2dbe34d32575ca864d9539b221fcdf1eccc802a161af0c661580fd11ad8b0cd9ece4a3f98cbd345f6958b85915a8c05bdea18e6ecf0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:30.789693Z INFO prpc{id=2314}:ecall:ocall: phactory::event_chain: number=156 payload=9c0000000000000001000000020000009e65c9533a3a17e451af915953835d21375852473fe7ef3b4c3f00d5d4283d266d0bcafcd5c17e9675d103145f9c7fee8bc215b42ea609aeb956b6951e878603d00200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:30.791617Z INFO prpc{id=2314}:ecall:ocall: phactory::event_chain: number=157 payload=9d00000000000000010000000200000022d69fb1385bbeb8e42886ae7c0c63516ae9073f577d9ed049833d6edfd46a57b7be228c214e5d34430b92ed220e4ca935470293f858af58342e507fdbd7b15ed10200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:30.793463Z INFO prpc{id=2314}:ecall:ocall: phactory::event_chain: number=158 payload=9e000000000000000100000002000000c8f30a0091f247f8eeab38031c59f2fed20633aa815c34214c84f2e93e6b1ea18b7dbb405f6f847da25b6f967ee45c210990d15616238b0067747e9e69148ceed20200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:30.807258Z INFO prpc{id=2315}:ecall:ocall: phactory::event_chain: number=159 payload=9f000000000000000100000002000000d571e9ac136686686b4ae1f0f29aa8ec3ee50ea921128d8669ac90f4a87cbdf41adce4d80f77856fcf7eca0169ce147074bae6ac3484040cd9493017ea128123d30200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.078467Z INFO prpc{id=2348}:ecall:ocall: phactory::event_chain: number=160 payload=a0000000000000000100000002000000547986b03b0befe5ae5706435955f3396ea13eb4136f48837d9519446c82864de06181953fe64622e10249e2797a9a667f32d1b7f4edf70618be1911389a6e67d40200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.080994Z INFO prpc{id=2348}:ecall:ocall: phactory::event_chain: number=161 payload=a1000000000000000100000002000000d08c3e5c598f6cbaa1009566b65dd8b3a80cb7a028725d1d335d8e0ec4b80f5650cbba8926ad9331ca5d87515bddfd2f3633c48ab5ec6e17602a0db0403d194ad50200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.082878Z INFO prpc{id=2348}:ecall:ocall: phactory::event_chain: number=162 payload=a200000000000000010000000200000088dd2afa8f57273fe0385604e270f05f9fac0eb74dacd0e583765a73fad8087e3caa30db58b53bda9e948edbbfe7e98341537b7fe201f154750ece778473be8fd60200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.084820Z INFO prpc{id=2348}:ecall:ocall: phactory::event_chain: number=163 payload=a30000000000000001000000020000004975c2f0eade6a68be9fd2cab3ca8db35dee3e1272ac3a97403d1cecf8678e9428fb93c779cbc15926c55979cf443f5b3d1752c5c0b8c1d453f82114b4cec52bd70200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.095638Z INFO prpc{id=2349}:ecall:ocall: phactory::event_chain: number=164 payload=a4000000000000000100000002000000836e4a6d326cf369f71e15ccdafbf4ddf7361ca39dbe7dc67e72e0c9bf4f92a42b1dfaeb7b4180d647a21242d60d357b54fa291d982f875a14579293b3181ee1d80200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.097768Z INFO prpc{id=2349}:ecall:ocall: phactory::event_chain: number=165 payload=a5000000000000000100000002000000579542bf0cce1bbffae765b6a096d32a26d5002ebb59f107b9741b7447215de18ed6567f84d51c48d682ae1ad79be2184583e9cd1716016c8dc3c6b98101f8f4d90200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.099788Z INFO prpc{id=2349}:ecall:ocall: phactory::event_chain: number=166 payload=a6000000000000000100000002000000db056d971ea97c6c7aabe7b2d743345c94083f40220de7eb4b9bd9da5faee6f79c3f8aa6048a9f200c41de9b5484b48b481a90ec642995d7af6c07bd3effd102da0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.101590Z INFO prpc{id=2349}:ecall:ocall: phactory::event_chain: number=167 payload=a7000000000000000100000002000000d1e83e993d34fc1efea9b4e8a8cb3b61a03602ade623aa2003b9a1aa6d530a0b25f224d744df3f6aab94077cad76ddbb14728651204406a47f188c213d86aaa3db0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.111627Z INFO prpc{id=2350}:ecall:ocall: phactory::event_chain: number=168 payload=a80000000000000001000000020000000d4c2526c8cc107d805d4917057b75bec05ce67f470be75dae2203acab45d939fa366ceb2fdcdc64154242fe486e87717094a4b004cff64579c87427184fbb64dc0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.113796Z INFO prpc{id=2350}:ecall:ocall: phactory::event_chain: number=169 payload=a900000000000000010000000200000012d7f69f4bf8feb91af2217cb56407b52cb13807556cf6b13d619fdee2476a5ed45d6e142f1de3a128c4867377a0ceca43f30f0b73800d8d4867afda0e3be68bdd0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.115743Z INFO prpc{id=2350}:ecall:ocall: phactory::event_chain: number=170 payload=aa0000000000000001000000020000000f12a04b259c5508065ad13ee82d08f8e16b0c316556cb04875347a59a9629c5c3679eb6725d7250fa3b92ad5b0098c62c1af1d35926c2dd78ba187beddb96bcde0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.117712Z INFO prpc{id=2350}:ecall:ocall: phactory::event_chain: number=171 payload=ab000000000000000100000002000000583f19eaff5646c8dced63d002637e3785aac40c07a32d8f3f00169e2a3d52e795d4b471689818f6dff63a19be78cbdd60e952e85a50fc5cf6e2909fedb6ab21df0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.131812Z INFO prpc{id=2351}:ecall:ocall: phactory::event_chain: number=172 payload=ac000000000000000100000002000000041670e1ccd7f652c6e91289476c9745401218e8d9e5c8fab7902e5ed2b985d3807a159e268b0fb2329cfbba3c6d097038b7161d56cabbc98a867d412251c200e00200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:32.133787Z INFO prpc{id=2351}:ecall:ocall: phactory::event_chain: number=173 payload=ad00000000000000010000000200000070e1784ec046d86e02f05ce4feb7f971f539c6afd169f223c98fbca85aaabcfee938c8a3820c87d9a45c27484d0c4146c39ecce3ab354405bf441c91b0b94376e10200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:33.414887Z INFO prpc{id=2384}:ecall:ocall: phactory::event_chain: number=174 payload=ae00000000000000010000000200000076776daba4fa8e3b3bee6dc8bef34b8257c065cff8e3a334ede43f53d7b5853f4760337f62103026cf89886d703146d53545352c88c5614fbb579f070ddb4be8e20200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:33.417044Z INFO prpc{id=2384}:ecall:ocall: phactory::event_chain: number=175 payload=af00000000000000010000000200000070bc415171893c4e71264c5ec3123abf4fc42cd957d439c42943b7b564b4842919fa983e95bda943fab8c194456bc67c895ed8acb9a6beca8f4e6b80279c710ae30200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:33.418968Z INFO prpc{id=2384}:ecall:ocall: phactory::event_chain: number=176 payload=b000000000000000010000000200000077ee709f744c99e9d265a01da8c2e73006760815a7a98e9816aa5b3268db7a9ed8acd039362faeb41a3c5bfa557aec110b58dbfc05081f83e0abd8ffd8fc8b53e40200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:33.420766Z INFO prpc{id=2384}:ecall:ocall: phactory::event_chain: number=177 payload=b10000000000000001000000020000009199a5a594d49428d9faeba1425846a2167647b0afb3fd32abe9e35e660ec62eb29e2aacb07ab926ba2f4e110dbe259af739117b1135a5e64f9e2915d81b9f3ae50200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:33.431593Z INFO prpc{id=2385}:ecall:ocall: phactory::event_chain: number=178 payload=b20000000000000001000000020000001d06a8a35da1bdbd8b405f810497ec087532beb7b37c081cefc4f3d0cee032f89844d8bb1ae6036a8f59e19b30b08fc236b346f454508dfdc412ab7261c6e67be60200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:33.433818Z INFO prpc{id=2385}:ecall:ocall: phactory::event_chain: number=179 payload=b3000000000000000100000002000000a18183cd445089ca69132bbbb5ffe2bd7307aab31536c4b8aeb78ffba3c6c5772fa5dbdcbae3b7a904139e755a65c73d26a25d484dacee0eed90eaf18e576968e70200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:33.435719Z INFO prpc{id=2385}:ecall:ocall: phactory::event_chain: number=180 payload=b4000000000000000100000002000000885148efa9b457ee2d75aa627636810f44ada2f317def9181265a8309b985476a410443b0abd7b15d02f105ee9bac31c7f8e263a767bfc66ee3225ee8d625930e80200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:33.437717Z INFO prpc{id=2385}:ecall:ocall: phactory::event_chain: number=181 payload=b5000000000000000100000002000000457babb7ad2a651ac8069cc50b7b270d71e52157c12de68603c10cf54e0d0d7d2099a38c6d51fa567965865bb70075f65cc5da59f667bd4585e042fbd8ec8c2de90200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:33.448065Z INFO prpc{id=2386}:ecall:ocall: phactory::event_chain: number=182 payload=b60000000000000001000000020000004a4e3a480cb5007c2ded888a77793e4f282d595f4204b4520a66414dfbf99b78f39b7a86e5d37dd0340cb7507a4a517ee37a0e0e7e288902840a59fc025f02d7ea0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:33.450145Z INFO prpc{id=2386}:ecall:ocall: phactory::event_chain: number=183 payload=b700000000000000010000000200000051cbc1052efb1fddbcb9e8ed9800f058b7204d5aa5dfadd17242116b98e93ab29c02e14fb670d9cf98a0afc8215524f02b64ef4ac95c602232007a2537556711eb0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:33.452009Z INFO prpc{id=2386}:ecall:ocall: phactory::event_chain: number=184 payload=b80000000000000001000000020000001359bbfd8dccbcc7c254b076147799898a10c1a7b4dad9ed4e885575cac02a16612c89e1cd42dc90084171472221d8a756b8942761830f302cea251b540e2a81ec0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:33.454209Z INFO prpc{id=2386}:ecall:ocall: phactory::event_chain: number=185 payload=b90000000000000001000000020000009cea8fd8a54a8c6831ad76d0fb65e24401aee08c74f9ebf8deaf1cdacda90919cdc2b904779deac371c4a8f4cf44bd04d95a40a81dc9fa781e30279bf01f6c37ed0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:33.466780Z INFO prpc{id=2387}:ecall:ocall: phactory::event_chain: number=186 payload=ba000000000000000100000002000000945dce827ea8325c20563cfb4ec109b4d1d142b9851ec7c7dec5a4e6a4b572e2956c3ce2128751dfca5644a52e8fb6f80bc22d47245f3b2605de46536446d4a7ee0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:34.783939Z INFO prpc{id=2422}:ecall:ocall: phactory::event_chain: number=187 payload=bb000000000000000100000002000000031c57c5d9c25a9bd022384333037caf43bafad5ab34d752283c788fcd5fe6a39b4a14ae216bd44f87f2e0004973896df6ea915e3548fb8ed34a8d1b6e00a9daef0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:35.157970Z INFO prpc{id=2422}:ecall:ocall: phactory::event_chain: number=188 payload=bc000000000000000100000002000000053c67137807d79b644f2db1807d793923334b2e4065bdd8375f6c6ba87332c352580fecb7d30f452ad4ced851babc9e73a6627a5401cea63eb5f941e1804ca3f00200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:35.160004Z INFO prpc{id=2422}:ecall:ocall: phactory::event_chain: number=189 payload=bd00000000000000010000000200000051986176d3384fdde986e21f69f39ed2edcb5e95a0dfd1619c6a488ea67731f603bc5f84ca32d98923fda471580537e73260fbb9f26d82618e61db4db34e0604f10200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:35.161877Z INFO prpc{id=2422}:ecall:ocall: phactory::event_chain: number=190 payload=be0000000000000001000000020000007a49186ad3b46f0ebad9e1f0a6915075e6b11424a16a39ebe0392460ba9984fdbd00489077d5d8bbc57b4d18f7808c33457bd70bda2fd19f2e4463d7c145491ff20200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:35.175061Z INFO prpc{id=2424}:ecall:ocall: phactory::event_chain: number=191 payload=bf00000000000000010000000200000004b631b0874dbb5214c2ecb4744ebf72b9b8835914a0e878f710127f75b8bcbe8cef9278ec7cad3248601dc187401780302fd51187d28a50592d4d0d78563414f30200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:35.177230Z INFO prpc{id=2424}:ecall:ocall: phactory::event_chain: number=192 payload=c0000000000000000100000002000000f458fde362944ce4827eaa1c797c6fb094543f0c500b4581b66e7e148b03caf50e33181be54b267cd0b658c7cecaf589e13ffe43f24199cb650a32b52ce55e41f40200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:35.179043Z INFO prpc{id=2424}:ecall:ocall: phactory::event_chain: number=193 payload=c100000000000000010000000200000077b37ec038271777f9a2867d2b8b39c43dc747569d25fa213acbdc2fbc0ada045195a7d7fe9ed84f9031e534e8ba20bce25355dad305901e055c281d70927c59f50200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:35.180879Z INFO prpc{id=2424}:ecall:ocall: phactory::event_chain: number=194 payload=c2000000000000000100000002000000d05d8d1d10c35ad412fff3434b483e4b21c9658f9040eecb4ace3f0dc77912c114eb67a37002aaf54bfcda2cb48a871d72f0b7ff3895251e892d42df822140a2f60200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:35.191154Z INFO prpc{id=2425}:ecall:ocall: phactory::event_chain: number=195 payload=c3000000000000000100000002000000a57020b28354e0f64a9a3f0dc19972250ee43bed7c2cea0c495e97cfe3074090aa80ec40b6c5dc5e55f6b498c4b93e3d364f672ec94469e30c058cdea0181edcf70200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:35.193336Z INFO prpc{id=2425}:ecall:ocall: phactory::event_chain: number=196 payload=c4000000000000000100000002000000d6c4f5b99b0923528943290297292abca2898e98cf3ec6293953784a998b586e931204690a2af7a6d06c787916bb6861a766073e2116cf6dbea1ba9fd3688b8ff80200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:35.195231Z INFO prpc{id=2425}:ecall:ocall: phactory::event_chain: number=197 payload=c5000000000000000100000002000000d40efe98570635c599cab95d31358ed0c32b98894fcfdb4df715d14e62e89eefc12ef37825cf3d858a66a5efa2f12914277af323c58c89d0622fbbf6ea3ab74bf90200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:35.197095Z INFO prpc{id=2425}:ecall:ocall: phactory::event_chain: number=198 payload=c60000000000000001000000020000005172e4c20ab0b63e3562fed8bfd0a9a5a30ef8bae2503fe9ef779fdf8b73d06de14b24ee1d98dd0bacb8749491ddba617a2a57e32bcea8f9ba358775805b7518fa0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:35.210738Z INFO prpc{id=2426}:ecall:ocall: phactory::event_chain: number=199 payload=c7000000000000000100000002000000ac9329da382c00b0962ec4cde579917ae0960ae2c01a94f5d4f56e4089df4cab1a45bcc6eeef075ed5fce06d4ed653d53c5cf15fca775448e363c7eda82989eefb0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.129022Z INFO prpc{id=2450}:ecall:ocall: phactory::event_chain: number=200 payload=c800000000000000010000000200000067b10669b728f2a705a90204da00ac984dfdaaa436a90a8cf70f431488e58d7f2662d3d2617ef3c44062f0aebad9c980a2d883f70369df11f46ed24dc0a97a97fc0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.131253Z INFO prpc{id=2450}:ecall:ocall: phactory::event_chain: number=201 payload=c9000000000000000100000002000000cd9cc64059773c7268cdf36d378ed6e0d8678a9c2a876266bee681c485890665dcb23d77184d5df85bca1ec6130ad16f90c1129b7c32a51d0752098a3e1f87a3fd0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.133111Z INFO prpc{id=2450}:ecall:ocall: phactory::event_chain: number=202 payload=ca0000000000000001000000020000006945493c08167bb06a663dbfaa97fa2a770a084156fd1ad7687ce85a0ab1c494b1e488b66ed35cef67f9691d6a70069c47226b3c0c4dfe0243a5a2c588850075fe0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.134939Z INFO prpc{id=2450}:ecall:ocall: phactory::event_chain: number=203 payload=cb000000000000000100000002000000f8471eaf4cca4761c25f61ccf6887f848b727df724c1820ba8ad50b36ff6490feb400e1ce1257873d8bed5e7fd95b5258cd9bc4b9ae6fd9de4d7044791b8f84aff0200000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.145955Z INFO prpc{id=2451}:ecall:ocall: phactory::event_chain: number=204 payload=cc000000000000000100000002000000b6c00146f9daca7b2a8b2d1768aff3fea6477ed808c6c96558775d212464e2bfedccb7d842c66940c31346184ebbde6b6c9e46ecec19bfb3ba206852ac69b1eb000300000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.148496Z INFO prpc{id=2451}:ecall:ocall: phactory::event_chain: number=205 payload=cd000000000000000100000002000000a5964585c69aa2e6de3bbca8be920d904245977a644ad211f5eb5328bb02ed4acb0c950bec614110223bc4445d2eb3ea4982134c5fbb0bee6669c4e88089afd0010300000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.150468Z INFO prpc{id=2451}:ecall:ocall: phactory::event_chain: number=206 payload=ce00000000000000010000000200000076238296a9baa8e82b04ff236ebc6c2f4379d0e66db28192ef616ca55a1cb40554a914b67f5a82fd5a88ed3619d1733b4f53be2d59d1525d3b7e5fd684de03db020300000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.152369Z INFO prpc{id=2451}:ecall:ocall: phactory::event_chain: number=207 payload=cf000000000000000100000002000000ee1a252290aeaa3b5128ac4e695f47c2245e967e2815794f5940700cca6ef5156ac6612ea07e3a66dc955a7dcd4eafe7a0b9ec5e7f25eede3020d9750b98f31c030300000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.162817Z INFO prpc{id=2452}:ecall:ocall: phactory::event_chain: number=208 payload=d0000000000000000100000002000000003a6ece3fd225fd2fb2dabfd023ea6b876fb65fc3eeda600e30d7025dd3c66015e9c81f8974a94700cc3c8b50593eff886f97e4e5324940bda5d81b75b07d4a040300000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.164956Z INFO prpc{id=2452}:ecall:ocall: phactory::event_chain: number=209 payload=d1000000000000000100000002000000bd2d76f957f0cd6c333349f56e4878538ad35ee54be121499904aa674b30d25b69403c1767cad5e7b08b31c730113bcf7fecfd3641e0a1e6f6aea83d7dfb1192050300000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.166825Z INFO prpc{id=2452}:ecall:ocall: phactory::event_chain: number=210 payload=d2000000000000000100000002000000534741c36a19ead3e17a7c966bec1adc545ea2d969982cdb9634c1b4f4e2633ddd9a7d38256688ed6b4373b314cdb8d55c786ddcf79ef2d2b55954a07403b764060300000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.168876Z INFO prpc{id=2452}:ecall:ocall: phactory::event_chain: number=211 payload=d3000000000000000100000002000000840f694a997cefe0f95fe02301418d93addc8e36a765b621823c1acf8c5b4e66e04a8044d3be25728b292aba9043f4f05a62dd7f1dc7b02d1f9fd82e348a335e070300000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.183405Z INFO prpc{id=2453}:ecall:ocall: phactory::event_chain: number=212 payload=d40000000000000001000000020000008d395a6a8f70f288a0bbbba2d6611d88d4ea7b20762211debde952a5891dd7c71503049e319f008c87460a5ace9a4b2730ca3325b7bf8de9fbbaf4353aae625a080300000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:36.185352Z INFO prpc{id=2453}:ecall:ocall: phactory::event_chain: number=213 payload=d500000000000000010000000200000096b6b95946586d920a65f3b09d18a02a7d13f617cc47562b970ba6f98a9147baa7012367d31b08ee1a5c578fa81ff397e013d0555be8af646e64ed08809b3df4090300000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 +2023-10-09T12:45:37.471672Z INFO prpc{id=2486}:ecall:ocall: phactory::event_chain: number=214 payload=d6000000000000000100000002000000f0d329371cf25e466080c926c77f61e1680344dc8dc383517af78e012db8643578ba371b842923fe6af13eac421dc15e97f8aaa19291c14517b0e75d2704bde70a0300000001e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d40c020202e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d0088526a7400000000000000000000000002040601e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4e146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d4081f56045c1419a16031b4f12b6ab2db95b4a6645ce240fc2fa2bb3f13bb73a7e34dd6e9652f82ef2699462d04ea59a17c1a368d36fce7702fd62ec57f26cc8f90020202d43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27de146720821e5293e366cfc9b44bfe5bf0d43620f85a4eb76a7005ea299ba14d457aa411174000000000000000000000000 diff --git a/crates/pink/runtime/src/capi/ecall_impl.rs b/crates/pink/runtime/src/capi/ecall_impl.rs index dd1f7bbf1c..5b35a17d34 100644 --- a/crates/pink/runtime/src/capi/ecall_impl.rs +++ b/crates/pink/runtime/src/capi/ecall_impl.rs @@ -81,7 +81,7 @@ impl ecall::ECalls for ECallImpl { self.deposit(owner.clone(), deposit); let code_hash = self .upload_code(owner.clone(), system_code, true) - .or(Err("FailedToUploadResourceToCluster"))?; + .map_err(|err| format!("FailedToUploadSystemCode: {err:?}"))?; info!("Worker: pink system code hash {:?}", code_hash); let selector = vec![0xed, 0x4b, 0x9d, 0x1b]; // The default() constructor let args = TransactionArguments { diff --git a/crates/pink/runtime/src/runtime.rs b/crates/pink/runtime/src/runtime.rs index 2c0472fd52..832a684e15 100644 --- a/crates/pink/runtime/src/runtime.rs +++ b/crates/pink/runtime/src/runtime.rs @@ -1,16 +1,16 @@ mod extension; mod pallet_pink; -mod weights; use crate::types::{AccountId, Balance, BlockNumber, Hash, Hashing, Nonce}; use frame_support::{ parameter_types, - traits::ConstBool, + traits::{ConstBool, ConstU32}, weights::{constants::WEIGHT_REF_TIME_PER_SECOND, Weight}, }; use log::info; use pallet_contracts::{ - migration::{v10, v11, v12, v9}, + migration::{v11, v12}, + weights::SubstrateWeight, Config, Frame, Migration, Schedule, }; use sp_runtime::{traits::IdentityLookup, Perbill}; @@ -49,6 +49,7 @@ parameter_types! { pub const ExistentialDeposit: Balance = 1; pub const MaxLocks: u32 = 50; pub const MaxReserves: u32 = 50; + pub const MaxHolds: u32 = 10; } impl pallet_pink::Config for PinkRuntime { @@ -66,9 +67,9 @@ impl pallet_balances::Config for PinkRuntime { type MaxReserves = MaxReserves; type ReserveIdentifier = [u8; 8]; type FreezeIdentifier = (); - type MaxHolds = (); + type MaxHolds = MaxHolds; type MaxFreezes = (); - type RuntimeHoldReason = (); + type RuntimeHoldReason = RuntimeHoldReason; } impl frame_system::Config for PinkRuntime { @@ -119,7 +120,6 @@ parameter_types! { pub const MaxCodeLen: u32 = MAX_CODE_LEN; pub const MaxStorageKeyLen: u32 = 128; pub const MaxDebugBufferLen: u32 = 128 * 1024; - pub DefaultSchedule: Schedule = { let mut schedule = Schedule::::default(); const MB: u32 = 16; // 64KiB * 16 @@ -131,6 +131,7 @@ parameter_types! { schedule.limits.payload_len = 1024 * 1024; // Max size for storage value schedule }; + pub CodeHashLockupDepositPercent: Perbill = Perbill::from_percent(30); } impl Config for PinkRuntime { @@ -142,7 +143,7 @@ impl Config for PinkRuntime { type CallFilter = frame_support::traits::Nothing; type CallStack = [Frame; 5]; type WeightPrice = Pink; - type WeightInfo = weights::PinkWeights; + type WeightInfo = SubstrateWeight; type ChainExtension = extension::PinkExtension; type Schedule = DefaultSchedule; type DepositPerByte = DepositPerStorageByte; @@ -153,12 +154,12 @@ impl Config for PinkRuntime { type MaxStorageKeyLen = MaxStorageKeyLen; type UnsafeUnstableInterface = ConstBool; type MaxDebugBufferLen = MaxDebugBufferLen; - type Migrations = ( - v9::Migration, - v10::Migration, - v11::Migration, - v12::Migration, - ); + type Migrations = (v11::Migration, v12::Migration); + type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; + type MaxDelegateDependencies = ConstU32<32>; + type RuntimeHoldReason = RuntimeHoldReason; + type Debug = (); + type Environment = (); } #[test] diff --git a/crates/pink/runtime/src/runtime/extension.rs b/crates/pink/runtime/src/runtime/extension.rs index a78f92cc50..0164f50724 100644 --- a/crates/pink/runtime/src/runtime/extension.rs +++ b/crates/pink/runtime/src/runtime/extension.rs @@ -1,6 +1,6 @@ use std::borrow::Cow; -use frame_support::log::error; +use log::error; use frame_support::traits::Currency; use pallet_contracts::chain_extension::{ ChainExtension, Environment, Ext, InitState, Result as ExtResult, RetVal, diff --git a/crates/pink/runtime/src/runtime/pallet_pink.rs b/crates/pink/runtime/src/runtime/pallet_pink.rs index 107a4cdbdc..85cfa48167 100644 --- a/crates/pink/runtime/src/runtime/pallet_pink.rs +++ b/crates/pink/runtime/src/runtime/pallet_pink.rs @@ -118,11 +118,6 @@ pub mod pallet { ); UncheckedFrom::unchecked_from(::Hashing::hash(&buf)) } - - fn deposit_address(contract_addr: &T::AccountId) -> T::AccountId { - let entropy = (b"contract_depo_v1", contract_addr).using_encoded(T::Hashing::hash); - UncheckedFrom::unchecked_from(entropy) - } } impl Pallet { diff --git a/crates/pink/runtime/src/runtime/weights.rs b/crates/pink/runtime/src/runtime/weights.rs deleted file mode 100644 index ba7ec44cd4..0000000000 --- a/crates/pink/runtime/src/runtime/weights.rs +++ /dev/null @@ -1,1792 +0,0 @@ -#![cfg_attr(rustfmt, rustfmt_skip)] -#![allow(unused_parens)] -#![allow(unused_imports)] -#![allow(missing_docs)] - -use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; -use core::marker::PhantomData; - -use pallet_contracts::weights::WeightInfo; - -pub struct PinkWeights(PhantomData); -impl WeightInfo for PinkWeights { - /// Storage: Contracts DeletionQueueCounter (r:1 w:0) - /// Proof: Contracts DeletionQueueCounter (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - fn on_process_deletion_queue_batch() -> Weight { - // Proof Size summary in bytes: - // Measured: `142` - // Estimated: `1627` - // Minimum execution time: 2_519_000 picoseconds. - Weight::from_parts(2_660_000, 1627) - .saturating_add(T::DbWeight::get().reads(1_u64)) - } - /// Storage: Skipped Metadata (r:0 w:0) - /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) - /// The range of component `k` is `[0, 1024]`. - fn on_initialize_per_trie_key(k: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `451 + k * (69 ±0)` - // Estimated: `441 + k * (70 ±0)` - // Minimum execution time: 13_096_000 picoseconds. - Weight::from_parts(13_395_000, 441) - // Standard Error: 1_046 - .saturating_add(Weight::from_parts(1_246_238, 0).saturating_mul(k.into())) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) - .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_parts(0, 70).saturating_mul(k.into())) - } - /// Storage: unknown `0x4342193e496fab7ec59d615ed0dc553022fca90611ba8b7942f8bdb3b97f6580` (r:2 w:1) - /// Proof Skipped: unknown `0x4342193e496fab7ec59d615ed0dc553022fca90611ba8b7942f8bdb3b97f6580` (r:2 w:1) - /// The range of component `c` is `[0, 125952]`. - fn v9_migration_step(c: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `211 + c * (1 ±0)` - // Estimated: `6149 + c * (1 ±0)` - // Minimum execution time: 8_409_000 picoseconds. - Weight::from_parts(9_006_438, 6149) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_345, 0).saturating_mul(c.into())) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) - .saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into())) - } - /// Storage: Contracts ContractInfoOf (r:2 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - fn v10_migration_step() -> Weight { - // Proof Size summary in bytes: - // Measured: `510` - // Estimated: `6450` - // Minimum execution time: 16_962_000 picoseconds. - Weight::from_parts(17_716_000, 6450) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) - } - /// Storage: Contracts DeletionQueue (r:1 w:1025) - /// Proof: Contracts DeletionQueue (max_values: None, max_size: Some(142), added: 2617, mode: Measured) - /// Storage: Contracts DeletionQueueCounter (r:0 w:1) - /// Proof: Contracts DeletionQueueCounter (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// The range of component `k` is `[0, 1024]`. - fn v11_migration_step(k: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `171 + k * (1 ±0)` - // Estimated: `3635 + k * (1 ±0)` - // Minimum execution time: 3_763_000 picoseconds. - Weight::from_parts(2_401_625, 3635) - // Standard Error: 2_827 - .saturating_add(Weight::from_parts(1_201_671, 0).saturating_mul(k.into())) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_parts(0, 1).saturating_mul(k.into())) - } - /// Storage: unknown `0x4342193e496fab7ec59d615ed0dc553053f13fd319a03c211337c76e0fe776df` (r:2 w:0) - /// Proof Skipped: unknown `0x4342193e496fab7ec59d615ed0dc553053f13fd319a03c211337c76e0fe776df` (r:2 w:0) - /// Storage: unknown `0x4342193e496fab7ec59d615ed0dc553022fca90611ba8b7942f8bdb3b97f6580` (r:1 w:1) - /// Proof Skipped: unknown `0x4342193e496fab7ec59d615ed0dc553022fca90611ba8b7942f8bdb3b97f6580` (r:1 w:1) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:0 w:1) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// The range of component `c` is `[0, 125952]`. - fn v12_migration_step(c: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `325 + c * (1 ±0)` - // Estimated: `6263 + c * (1 ±0)` - // Minimum execution time: 17_490_000 picoseconds. - Weight::from_parts(17_712_278, 6263) - // Standard Error: 0 - .saturating_add(Weight::from_parts(427, 0).saturating_mul(c.into())) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:1) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - fn migration_noop() -> Weight { - // Proof Size summary in bytes: - // Measured: `142` - // Estimated: `1627` - // Minimum execution time: 3_282_000 picoseconds. - Weight::from_parts(3_536_000, 1627) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:1) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: unknown `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:1) - /// Proof Skipped: unknown `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:1) - fn migrate() -> Weight { - // Proof Size summary in bytes: - // Measured: `166` - // Estimated: `3631` - // Minimum execution time: 12_973_000 picoseconds. - Weight::from_parts(13_366_000, 3631) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) - } - /// Storage: unknown `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0) - /// Proof Skipped: unknown `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0) - fn on_runtime_upgrade_noop() -> Weight { - // Proof Size summary in bytes: - // Measured: `142` - // Estimated: `3607` - // Minimum execution time: 4_764_000 picoseconds. - Weight::from_parts(5_000_000, 3607) - .saturating_add(T::DbWeight::get().reads(1_u64)) - } - /// Storage: unknown `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0) - /// Proof Skipped: unknown `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0) - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - fn on_runtime_upgrade_in_progress() -> Weight { - // Proof Size summary in bytes: - // Measured: `167` - // Estimated: `3632` - // Minimum execution time: 6_616_000 picoseconds. - Weight::from_parts(6_935_000, 3632) - .saturating_add(T::DbWeight::get().reads(2_u64)) - } - /// Storage: unknown `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0) - /// Proof Skipped: unknown `0x4342193e496fab7ec59d615ed0dc55304e7b9012096b41c4eb3aaf947f6ea429` (r:1 w:0) - /// Storage: Contracts MigrationInProgress (r:1 w:1) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - fn on_runtime_upgrade() -> Weight { - // Proof Size summary in bytes: - // Measured: `142` - // Estimated: `3607` - // Minimum execution time: 6_953_000 picoseconds. - Weight::from_parts(7_440_000, 3607) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System Account (r:1 w:1) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `c` is `[0, 125952]`. - fn call_with_code_per_byte(c: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `786` - // Estimated: `6735 + c * (1 ±0)` - // Minimum execution time: 302_714_000 picoseconds. - Weight::from_parts(271_320_595, 6735) - // Standard Error: 72 - .saturating_add(Weight::from_parts(38_474, 0).saturating_mul(c.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(Weight::from_parts(0, 1).saturating_mul(c.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:1) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: System EventTopics (r:3 w:3) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// Storage: Contracts Nonce (r:1 w:1) - /// Proof: Contracts Nonce (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System Account (r:2 w:2) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts PristineCode (r:0 w:1) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// The range of component `c` is `[0, 125952]`. - /// The range of component `i` is `[0, 1048576]`. - /// The range of component `s` is `[0, 1048576]`. - fn instantiate_with_code(c: u32, i: u32, s: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `303` - // Estimated: `8745` - // Minimum execution time: 4_506_957_000 picoseconds. - Weight::from_parts(643_316_921, 8745) - // Standard Error: 278 - .saturating_add(Weight::from_parts(112_835, 0).saturating_mul(c.into())) - // Standard Error: 33 - .saturating_add(Weight::from_parts(1_830, 0).saturating_mul(i.into())) - // Standard Error: 33 - .saturating_add(Weight::from_parts(2_022, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(10_u64)) - .saturating_add(T::DbWeight::get().writes(9_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:1) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Contracts Nonce (r:1 w:1) - /// Proof: Contracts Nonce (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System Account (r:2 w:2) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `i` is `[0, 1048576]`. - /// The range of component `s` is `[0, 1048576]`. - fn instantiate(i: u32, s: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `523` - // Estimated: `6513` - // Minimum execution time: 2_103_482_000 picoseconds. - Weight::from_parts(316_666_183, 6513) - // Standard Error: 7 - .saturating_add(Weight::from_parts(1_933, 0).saturating_mul(i.into())) - // Standard Error: 7 - .saturating_add(Weight::from_parts(1_803, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(10_u64)) - .saturating_add(T::DbWeight::get().writes(7_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System Account (r:1 w:1) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - fn call() -> Weight { - // Proof Size summary in bytes: - // Measured: `820` - // Estimated: `6760` - // Minimum execution time: 207_530_000 picoseconds. - Weight::from_parts(217_243_000, 6760) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:1) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: System EventTopics (r:1 w:1) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// Storage: Contracts PristineCode (r:0 w:1) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// The range of component `c` is `[0, 125952]`. - fn upload_code(c: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `142` - // Estimated: `3607` - // Minimum execution time: 246_381_000 picoseconds. - Weight::from_parts(242_933_576, 3607) - // Standard Error: 100 - .saturating_add(Weight::from_parts(74_645, 0).saturating_mul(c.into())) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:1) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: System EventTopics (r:1 w:1) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// Storage: Contracts PristineCode (r:0 w:1) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - fn remove_code() -> Weight { - // Proof Size summary in bytes: - // Measured: `255` - // Estimated: `3720` - // Minimum execution time: 35_519_000 picoseconds. - Weight::from_parts(36_813_000, 3720) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:2 w:2) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: System EventTopics (r:3 w:3) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - fn set_code() -> Weight { - // Proof Size summary in bytes: - // Measured: `575` - // Estimated: `8990` - // Minimum execution time: 37_769_000 picoseconds. - Weight::from_parts(39_349_000, 8990) - .saturating_add(T::DbWeight::get().reads(7_u64)) - .saturating_add(T::DbWeight::get().writes(6_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_caller(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `860 + r * (6 ±0)` - // Estimated: `6801 + r * (6 ±0)` - // Minimum execution time: 273_355_000 picoseconds. - Weight::from_parts(280_115_308, 6801) - // Standard Error: 662 - .saturating_add(Weight::from_parts(351_066, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1601 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_is_contract(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `918 + r * (240 ±0)` - // Estimated: `6822 + r * (2715 ±0)` - // Minimum execution time: 264_066_000 picoseconds. - Weight::from_parts(103_474_597, 6822) - // Standard Error: 7_010 - .saturating_add(Weight::from_parts(3_917_988, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 2715).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1601 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_code_hash(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `910 + r * (244 ±0)` - // Estimated: `6826 + r * (2719 ±0)` - // Minimum execution time: 275_726_000 picoseconds. - Weight::from_parts(111_512_451, 6826) - // Standard Error: 6_673 - .saturating_add(Weight::from_parts(4_626_511, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 2719).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_own_code_hash(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `867 + r * (6 ±0)` - // Estimated: `6809 + r * (6 ±0)` - // Minimum execution time: 274_377_000 picoseconds. - Weight::from_parts(286_299_699, 6809) - // Standard Error: 521 - .saturating_add(Weight::from_parts(419_417, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_caller_is_origin(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `857 + r * (3 ±0)` - // Estimated: `6802 + r * (3 ±0)` - // Minimum execution time: 265_297_000 picoseconds. - Weight::from_parts(283_474_927, 6802) - // Standard Error: 376 - .saturating_add(Weight::from_parts(186_214, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_caller_is_root(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `747 + r * (3 ±0)` - // Estimated: `6687 + r * (3 ±0)` - // Minimum execution time: 258_385_000 picoseconds. - Weight::from_parts(269_869_790, 6687) - // Standard Error: 334 - .saturating_add(Weight::from_parts(164_806, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(7_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_address(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `861 + r * (6 ±0)` - // Estimated: `6803 + r * (6 ±0)` - // Minimum execution time: 271_351_000 picoseconds. - Weight::from_parts(286_390_305, 6803) - // Standard Error: 628 - .saturating_add(Weight::from_parts(339_374, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_gas_left(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `857 + r * (6 ±0)` - // Estimated: `6798 + r * (6 ±0)` - // Minimum execution time: 273_060_000 picoseconds. - Weight::from_parts(285_959_049, 6798) - // Standard Error: 813 - .saturating_add(Weight::from_parts(544_941, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:2 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_balance(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1001 + r * (6 ±0)` - // Estimated: `6925 + r * (6 ±0)` - // Minimum execution time: 273_717_000 picoseconds. - Weight::from_parts(301_053_119, 6925) - // Standard Error: 3_314 - .saturating_add(Weight::from_parts(1_645_480, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_value_transferred(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `871 + r * (6 ±0)` - // Estimated: `6820 + r * (6 ±0)` - // Minimum execution time: 273_480_000 picoseconds. - Weight::from_parts(284_751_212, 6820) - // Standard Error: 501 - .saturating_add(Weight::from_parts(334_063, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_minimum_balance(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `869 + r * (6 ±0)` - // Estimated: `6818 + r * (6 ±0)` - // Minimum execution time: 278_938_000 picoseconds. - Weight::from_parts(284_829_302, 6818) - // Standard Error: 488 - .saturating_add(Weight::from_parts(338_782, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_block_number(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `866 + r * (6 ±0)` - // Estimated: `6816 + r * (6 ±0)` - // Minimum execution time: 276_799_000 picoseconds. - Weight::from_parts(290_353_700, 6816) - // Standard Error: 675 - .saturating_add(Weight::from_parts(323_565, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_now(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `857 + r * (6 ±0)` - // Estimated: `6802 + r * (6 ±0)` - // Minimum execution time: 267_740_000 picoseconds. - Weight::from_parts(287_560_339, 6802) - // Standard Error: 479 - .saturating_add(Weight::from_parts(329_276, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: TransactionPayment NextFeeMultiplier (r:1 w:0) - /// Proof: TransactionPayment NextFeeMultiplier (max_values: Some(1), max_size: Some(16), added: 511, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_weight_to_fee(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `931 + r * (14 ±0)` - // Estimated: `6864 + r * (14 ±0)` - // Minimum execution time: 275_471_000 picoseconds. - Weight::from_parts(297_332_107, 6864) - // Standard Error: 2_230 - .saturating_add(Weight::from_parts(1_484_476, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 14).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_input(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `859 + r * (6 ±0)` - // Estimated: `6803 + r * (6 ±0)` - // Minimum execution time: 255_279_000 picoseconds. - Weight::from_parts(282_649_020, 6803) - // Standard Error: 429 - .saturating_add(Weight::from_parts(290_527, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 6).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `n` is `[0, 1048576]`. - fn seal_input_per_byte(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `863` - // Estimated: `6803` - // Minimum execution time: 268_029_000 picoseconds. - Weight::from_parts(231_474_232, 6803) - // Standard Error: 23 - .saturating_add(Weight::from_parts(1_050, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1]`. - fn seal_return(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `847 + r * (45 ±0)` - // Estimated: `6787 + r * (45 ±0)` - // Minimum execution time: 252_126_000 picoseconds. - Weight::from_parts(277_677_710, 6787) - // Standard Error: 770_704 - .saturating_add(Weight::from_parts(2_678_989, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 45).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `n` is `[0, 1048576]`. - fn seal_return_per_byte(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `857` - // Estimated: `6810` - // Minimum execution time: 271_967_000 picoseconds. - Weight::from_parts(282_988_484, 6810) - // Standard Error: 0 - .saturating_add(Weight::from_parts(387, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:4 w:4) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:1) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: Contracts DeletionQueueCounter (r:1 w:1) - /// Proof: Contracts DeletionQueueCounter (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:3 w:3) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// Storage: Contracts DeletionQueue (r:0 w:1) - /// Proof: Contracts DeletionQueue (max_values: None, max_size: Some(142), added: 2617, mode: Measured) - /// The range of component `r` is `[0, 1]`. - fn seal_terminate(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `889 + r * (300 ±0)` - // Estimated: `6829 + r * (7725 ±0)` - // Minimum execution time: 257_246_000 picoseconds. - Weight::from_parts(280_196_561, 6829) - // Standard Error: 815_845 - .saturating_add(Weight::from_parts(127_831_338, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((8_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 7725).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: RandomnessCollectiveFlip RandomMaterial (r:1 w:0) - /// Proof: RandomnessCollectiveFlip RandomMaterial (max_values: Some(1), max_size: Some(2594), added: 3089, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_random(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `938 + r * (10 ±0)` - // Estimated: `6879 + r * (10 ±0)` - // Minimum execution time: 270_074_000 picoseconds. - Weight::from_parts(292_298_331, 6879) - // Standard Error: 2_123 - .saturating_add(Weight::from_parts(2_089_487, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 10).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_deposit_event(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `857 + r * (10 ±0)` - // Estimated: `6802 + r * (10 ±0)` - // Minimum execution time: 267_080_000 picoseconds. - Weight::from_parts(298_470_496, 6802) - // Standard Error: 3_004 - .saturating_add(Weight::from_parts(3_898_460, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 10).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:6 w:6) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `t` is `[0, 4]`. - /// The range of component `n` is `[0, 16384]`. - fn seal_deposit_event_per_topic_and_byte(t: u32, n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `876 + t * (32 ±0)` - // Estimated: `6823 + t * (2508 ±0)` - // Minimum execution time: 277_152_000 picoseconds. - Weight::from_parts(290_745_178, 6823) - // Standard Error: 88_577 - .saturating_add(Weight::from_parts(2_476_405, 0).saturating_mul(t.into())) - // Standard Error: 24 - .saturating_add(Weight::from_parts(702, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(t.into()))) - .saturating_add(Weight::from_parts(0, 2508).saturating_mul(t.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_debug_message(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `856 + r * (7 ±0)` - // Estimated: `6800 + r * (7 ±0)` - // Minimum execution time: 168_782_000 picoseconds. - Weight::from_parts(179_694_331, 6800) - // Standard Error: 338 - .saturating_add(Weight::from_parts(246_541, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 7).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: MaxEncodedLen) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: MaxEncodedLen) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: MaxEncodedLen) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `i` is `[0, 1048576]`. - fn seal_debug_message_per_byte(i: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `125807` - // Estimated: `131749` - // Minimum execution time: 428_673_000 picoseconds. - Weight::from_parts(398_928_494, 131749) - // Standard Error: 12 - .saturating_add(Weight::from_parts(1_106, 0).saturating_mul(i.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - } - /// Storage: Skipped Metadata (r:0 w:0) - /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 800]`. - fn seal_set_storage(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `924 + r * (292 ±0)` - // Estimated: `922 + r * (293 ±0)` - // Minimum execution time: 271_384_000 picoseconds. - Weight::from_parts(147_677_611, 922) - // Standard Error: 13_371 - .saturating_add(Weight::from_parts(7_085_478, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 293).saturating_mul(r.into())) - } - /// Storage: Skipped Metadata (r:0 w:0) - /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) - /// The range of component `n` is `[0, 16384]`. - fn seal_set_storage_per_new_byte(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1383` - // Estimated: `1359` - // Minimum execution time: 279_587_000 picoseconds. - Weight::from_parts(335_690_918, 1359) - // Standard Error: 57 - .saturating_add(Weight::from_parts(708, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(10_u64)) - .saturating_add(T::DbWeight::get().writes(6_u64)) - } - /// Storage: Skipped Metadata (r:0 w:0) - /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) - /// The range of component `n` is `[0, 16384]`. - fn seal_set_storage_per_old_byte(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1246 + n * (1 ±0)` - // Estimated: `1246 + n * (1 ±0)` - // Minimum execution time: 275_572_000 picoseconds. - Weight::from_parts(300_309_544, 1246) - // Standard Error: 35 - .saturating_add(Weight::from_parts(299, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) - } - /// Storage: Skipped Metadata (r:0 w:0) - /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 800]`. - fn seal_clear_storage(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `920 + r * (288 ±0)` - // Estimated: `924 + r * (289 ±0)` - // Minimum execution time: 271_875_000 picoseconds. - Weight::from_parts(153_680_437, 924) - // Standard Error: 13_050 - .saturating_add(Weight::from_parts(6_892_925, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 289).saturating_mul(r.into())) - } - /// Storage: Skipped Metadata (r:0 w:0) - /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) - /// The range of component `n` is `[0, 16384]`. - fn seal_clear_storage_per_byte(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1242 + n * (1 ±0)` - // Estimated: `1242 + n * (1 ±0)` - // Minimum execution time: 272_682_000 picoseconds. - Weight::from_parts(301_025_128, 1242) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) - } - /// Storage: Skipped Metadata (r:0 w:0) - /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 800]`. - fn seal_get_storage(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `914 + r * (296 ±0)` - // Estimated: `919 + r * (297 ±0)` - // Minimum execution time: 271_796_000 picoseconds. - Weight::from_parts(183_856_480, 919) - // Standard Error: 10_064 - .saturating_add(Weight::from_parts(5_660_636, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 297).saturating_mul(r.into())) - } - /// Storage: Skipped Metadata (r:0 w:0) - /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) - /// The range of component `n` is `[0, 16384]`. - fn seal_get_storage_per_byte(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1258 + n * (1 ±0)` - // Estimated: `1258 + n * (1 ±0)` - // Minimum execution time: 273_102_000 picoseconds. - Weight::from_parts(297_455_692, 1258) - // Standard Error: 35 - .saturating_add(Weight::from_parts(868, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) - } - /// Storage: Skipped Metadata (r:0 w:0) - /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 800]`. - fn seal_contains_storage(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `935 + r * (288 ±0)` - // Estimated: `936 + r * (289 ±0)` - // Minimum execution time: 271_323_000 picoseconds. - Weight::from_parts(190_080_834, 936) - // Standard Error: 9_143 - .saturating_add(Weight::from_parts(5_488_362, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 289).saturating_mul(r.into())) - } - /// Storage: Skipped Metadata (r:0 w:0) - /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) - /// The range of component `n` is `[0, 16384]`. - fn seal_contains_storage_per_byte(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1245 + n * (1 ±0)` - // Estimated: `1245 + n * (1 ±0)` - // Minimum execution time: 270_399_000 picoseconds. - Weight::from_parts(296_679_410, 1245) - // Standard Error: 34 - .saturating_add(Weight::from_parts(161, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) - } - /// Storage: Skipped Metadata (r:0 w:0) - /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 800]`. - fn seal_take_storage(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `908 + r * (296 ±0)` - // Estimated: `915 + r * (297 ±0)` - // Minimum execution time: 271_645_000 picoseconds. - Weight::from_parts(147_320_521, 915) - // Standard Error: 13_502 - .saturating_add(Weight::from_parts(7_074_778, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 297).saturating_mul(r.into())) - } - /// Storage: Skipped Metadata (r:0 w:0) - /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) - /// The range of component `n` is `[0, 16384]`. - fn seal_take_storage_per_byte(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1259 + n * (1 ±0)` - // Estimated: `1259 + n * (1 ±0)` - // Minimum execution time: 280_680_000 picoseconds. - Weight::from_parts(304_043_474, 1259) - // Standard Error: 29 - .saturating_add(Weight::from_parts(644, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1602 w:1601) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_transfer(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1452 + r * (45 ±0)` - // Estimated: `7349 + r * (2520 ±0)` - // Minimum execution time: 274_928_000 picoseconds. - Weight::from_parts(192_111_339, 7349) - // Standard Error: 42_436 - .saturating_add(Weight::from_parts(40_323_660, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 2520).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:801 w:801) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:2 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:2 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:803 w:803) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 800]`. - fn seal_call(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1296 + r * (276 ±0)` - // Estimated: `9481 + r * (2752 ±0)` - // Minimum execution time: 275_293_000 picoseconds. - Weight::from_parts(278_243_000, 9481) - // Standard Error: 119_869 - .saturating_add(Weight::from_parts(245_114_905, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(11_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 2752).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:736 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:736 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:737 w:737) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 800]`. - fn seal_delegate_call(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `0 + r * (572 ±0)` - // Estimated: `6806 + r * (2633 ±3)` - // Minimum execution time: 271_857_000 picoseconds. - Weight::from_parts(278_276_000, 6806) - // Standard Error: 152_056 - .saturating_add(Weight::from_parts(243_744_830, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 2633).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:3 w:2) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:2 w:2) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:2 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:2 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:4 w:4) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `t` is `[0, 1]`. - /// The range of component `c` is `[0, 1048576]`. - fn seal_call_per_transfer_clone_byte(t: u32, c: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1328 + t * (310 ±0)` - // Estimated: `12218 + t * (5260 ±0)` - // Minimum execution time: 463_865_000 picoseconds. - Weight::from_parts(70_396_050, 12218) - // Standard Error: 11_489_598 - .saturating_add(Weight::from_parts(359_195_747, 0).saturating_mul(t.into())) - // Standard Error: 16 - .saturating_add(Weight::from_parts(1_090, 0).saturating_mul(c.into())) - .saturating_add(T::DbWeight::get().reads(13_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(t.into()))) - .saturating_add(T::DbWeight::get().writes(6_u64)) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(t.into()))) - .saturating_add(Weight::from_parts(0, 5260).saturating_mul(t.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1602 w:1602) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:801 w:801) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:801 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:801 w:800) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: Contracts Nonce (r:1 w:1) - /// Proof: Contracts Nonce (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:802 w:802) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[1, 800]`. - fn seal_instantiate(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1383 + r * (251 ±0)` - // Estimated: `7207 + r * (5202 ±0)` - // Minimum execution time: 660_947_000 picoseconds. - Weight::from_parts(668_346_000, 7207) - // Standard Error: 357_950 - .saturating_add(Weight::from_parts(397_202_020, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(10_u64)) - .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(6_u64)) - .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 5202).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:4 w:4) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:2 w:2) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:2 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:2 w:1) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: Contracts Nonce (r:1 w:1) - /// Proof: Contracts Nonce (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:3 w:3) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `t` is `[0, 1]`. - /// The range of component `i` is `[0, 983040]`. - /// The range of component `s` is `[0, 983040]`. - fn seal_instantiate_per_transfer_input_salt_byte(t: u32, i: u32, s: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1232 + t * (156 ±0)` - // Estimated: `9662 + t * (2578 ±2)` - // Minimum execution time: 2_419_720_000 picoseconds. - Weight::from_parts(1_328_224_119, 9662) - // Standard Error: 17 - .saturating_add(Weight::from_parts(1_171, 0).saturating_mul(i.into())) - // Standard Error: 17 - .saturating_add(Weight::from_parts(1_263, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(15_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into()))) - .saturating_add(T::DbWeight::get().writes(10_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(t.into()))) - .saturating_add(Weight::from_parts(0, 2578).saturating_mul(t.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_hash_sha2_256(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `856 + r * (8 ±0)` - // Estimated: `6797 + r * (8 ±0)` - // Minimum execution time: 263_620_000 picoseconds. - Weight::from_parts(285_686_431, 6797) - // Standard Error: 605 - .saturating_add(Weight::from_parts(393_863, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `n` is `[0, 1048576]`. - fn seal_hash_sha2_256_per_byte(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `864` - // Estimated: `6804` - // Minimum execution time: 271_378_000 picoseconds. - Weight::from_parts(266_737_832, 6804) - // Standard Error: 1 - .saturating_add(Weight::from_parts(1_124, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_hash_keccak_256(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `858 + r * (8 ±0)` - // Estimated: `6800 + r * (8 ±0)` - // Minimum execution time: 269_277_000 picoseconds. - Weight::from_parts(282_723_951, 6800) - // Standard Error: 577 - .saturating_add(Weight::from_parts(808_522, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `n` is `[0, 1048576]`. - fn seal_hash_keccak_256_per_byte(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `866` - // Estimated: `6808` - // Minimum execution time: 254_252_000 picoseconds. - Weight::from_parts(277_589_498, 6808) - // Standard Error: 1 - .saturating_add(Weight::from_parts(3_394, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_hash_blake2_256(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `858 + r * (8 ±0)` - // Estimated: `6803 + r * (8 ±0)` - // Minimum execution time: 254_411_000 picoseconds. - Weight::from_parts(283_572_987, 6803) - // Standard Error: 549 - .saturating_add(Weight::from_parts(455_436, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `n` is `[0, 1048576]`. - fn seal_hash_blake2_256_per_byte(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `866` - // Estimated: `6812` - // Minimum execution time: 264_371_000 picoseconds. - Weight::from_parts(269_330_603, 6812) - // Standard Error: 0 - .saturating_add(Weight::from_parts(1_249, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_hash_blake2_128(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `858 + r * (8 ±0)` - // Estimated: `6804 + r * (8 ±0)` - // Minimum execution time: 257_896_000 picoseconds. - Weight::from_parts(286_738_151, 6804) - // Standard Error: 680 - .saturating_add(Weight::from_parts(459_525, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 8).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `n` is `[0, 1048576]`. - fn seal_hash_blake2_128_per_byte(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `866` - // Estimated: `6806` - // Minimum execution time: 272_952_000 picoseconds. - Weight::from_parts(271_516_361, 6806) - // Standard Error: 0 - .saturating_add(Weight::from_parts(1_242, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `n` is `[0, 125697]`. - fn seal_sr25519_verify_per_byte(n: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `991 + n * (1 ±0)` - // Estimated: `6928 + n * (1 ±0)` - // Minimum execution time: 351_363_000 picoseconds. - Weight::from_parts(356_558_856, 6928) - // Standard Error: 10 - .saturating_add(Weight::from_parts(6_085, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 160]`. - fn seal_sr25519_verify(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `801 + r * (112 ±0)` - // Estimated: `6745 + r * (112 ±0)` - // Minimum execution time: 261_688_000 picoseconds. - Weight::from_parts(338_043_015, 6745) - // Standard Error: 13_532 - .saturating_add(Weight::from_parts(56_420_806, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 112).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 160]`. - fn seal_ecdsa_recover(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `901 + r * (76 ±0)` - // Estimated: `6795 + r * (77 ±0)` - // Minimum execution time: 267_401_000 picoseconds. - Weight::from_parts(345_773_771, 6795) - // Standard Error: 14_486 - .saturating_add(Weight::from_parts(46_180_739, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 77).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 160]`. - fn seal_ecdsa_to_eth_address(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `871 + r * (42 ±0)` - // Estimated: `6810 + r * (42 ±0)` - // Minimum execution time: 277_890_000 picoseconds. - Weight::from_parts(319_211_194, 6810) - // Standard Error: 9_132 - .saturating_add(Weight::from_parts(12_128_696, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 42).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1536 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1536 w:1536) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:1538 w:1538) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_set_code_hash(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `0 + r * (961 ±0)` - // Estimated: `6801 + r * (3087 ±10)` - // Minimum execution time: 259_692_000 picoseconds. - Weight::from_parts(278_327_000, 6801) - // Standard Error: 60_024 - .saturating_add(Weight::from_parts(25_758_805, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 3087).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_reentrance_count(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `852 + r * (3 ±0)` - // Estimated: `6802 + r * (3 ±0)` - // Minimum execution time: 258_907_000 picoseconds. - Weight::from_parts(285_755_890, 6802) - // Standard Error: 378 - .saturating_add(Weight::from_parts(179_649, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_account_reentrance_count(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `2092 + r * (39 ±0)` - // Estimated: `7919 + r * (40 ±0)` - // Minimum execution time: 260_415_000 picoseconds. - Weight::from_parts(363_871_048, 7919) - // Standard Error: 2_010 - .saturating_add(Weight::from_parts(317_607, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 40).saturating_mul(r.into())) - } - /// Storage: Contracts MigrationInProgress (r:1 w:0) - /// Proof: Contracts MigrationInProgress (max_values: Some(1), max_size: Some(1026), added: 1521, mode: Measured) - /// Storage: System Account (r:1 w:0) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: Measured) - /// Storage: Contracts ContractInfoOf (r:1 w:1) - /// Proof: Contracts ContractInfoOf (max_values: None, max_size: Some(290), added: 2765, mode: Measured) - /// Storage: Contracts PristineCode (r:1 w:0) - /// Proof: Contracts PristineCode (max_values: None, max_size: Some(125988), added: 128463, mode: Measured) - /// Storage: Contracts CodeInfoOf (r:1 w:0) - /// Proof: Contracts CodeInfoOf (max_values: None, max_size: Some(89), added: 2564, mode: Measured) - /// Storage: Timestamp Now (r:1 w:0) - /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: Contracts Nonce (r:1 w:1) - /// Proof: Contracts Nonce (max_values: Some(1), max_size: Some(8), added: 503, mode: Measured) - /// Storage: System EventTopics (r:2 w:2) - /// Proof Skipped: System EventTopics (max_values: None, max_size: None, mode: Measured) - /// The range of component `r` is `[0, 1600]`. - fn seal_instantiation_nonce(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `855 + r * (3 ±0)` - // Estimated: `6802 + r * (3 ±0)` - // Minimum execution time: 257_725_000 picoseconds. - Weight::from_parts(283_441_372, 6802) - // Standard Error: 371 - .saturating_add(Weight::from_parts(157_674, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(Weight::from_parts(0, 3).saturating_mul(r.into())) - } - /// The range of component `r` is `[0, 5000]`. - fn instr_i64const(r: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 1_635_000 picoseconds. - Weight::from_parts(2_990_110, 0) - // Standard Error: 31 - .saturating_add(Weight::from_parts(10_213, 0).saturating_mul(r.into())) - } -} diff --git a/crates/pink/runtime/src/snapshots/pink__runtime__detect_parameter_changes.snap b/crates/pink/runtime/src/snapshots/pink__runtime__detect_parameter_changes.snap index 777d040d64..b5e324b464 100644 --- a/crates/pink/runtime/src/snapshots/pink__runtime__detect_parameter_changes.snap +++ b/crates/pink/runtime/src/snapshots/pink__runtime__detect_parameter_changes.snap @@ -1,6 +1,6 @@ --- source: crates/pink/runtime/src/runtime.rs -assertion_line: 158 +assertion_line: 166 expression: "(::BlockWeights::get(),\n ::Schedule::get(),\n ::DefaultDepositLimit::get(),\n ::MaxCodeLen::get(),\n ::MaxStorageKeyLen::get())" --- ( @@ -90,67 +90,69 @@ expression: "(::BlockWeights::get(),\n < base: 8000, }, host_fn_weights: HostFnWeights { - caller: "351.1 ns, 6 bytes", - is_contract: "3.9 µs, 2715 bytes", - code_hash: "4.6 µs, 2719 bytes", - own_code_hash: "419.4 ns, 6 bytes", - caller_is_origin: "186.2 ns, 3 bytes", - caller_is_root: "164.8 ns, 3 bytes", - address: "339.4 ns, 6 bytes", - gas_left: "544.9 ns, 6 bytes", - balance: "1.6 µs, 6 bytes", - value_transferred: "334.1 ns, 6 bytes", - minimum_balance: "338.8 ns, 6 bytes", - block_number: "323.6 ns, 6 bytes", - now: "329.3 ns, 6 bytes", - weight_to_fee: "1.5 µs, 14 bytes", - input: "290.5 ns, 6 bytes", + caller: "339.3 ns, 6 bytes", + is_contract: "3.8 µs, 2684 bytes", + code_hash: "4.7 µs, 2688 bytes", + own_code_hash: "428.8 ns, 6 bytes", + caller_is_origin: "183.1 ns, 3 bytes", + caller_is_root: "165.4 ns, 3 bytes", + address: "343.8 ns, 6 bytes", + gas_left: "371.5 ns, 6 bytes", + balance: "1.7 µs, 6 bytes", + value_transferred: "347.4 ns, 6 bytes", + minimum_balance: "337.2 ns, 6 bytes", + block_number: "330.8 ns, 6 bytes", + now: "337.9 ns, 6 bytes", + weight_to_fee: "1.4 µs, 14 bytes", + input: "282.7 ns, 6 bytes", input_per_byte: "1.1 ns, 0 bytes", - r#return: "2.7 µs, 45 bytes", - return_per_byte: "387 ps, 0 bytes", - terminate: "127.8 µs, 7725 bytes", + r#return: "0 ps, 45 bytes", + return_per_byte: "391 ps, 0 bytes", + terminate: "126.5 µs, 5266 bytes", random: "2.1 µs, 10 bytes", - deposit_event: "3.9 µs, 10 bytes", - deposit_event_per_topic: "2.5 µs, 2508 bytes", - deposit_event_per_byte: "702 ps, 0 bytes", - debug_message: "246.5 ns, 7 bytes", + deposit_event: "3.8 µs, 10 bytes", + deposit_event_per_topic: "3.7 µs, 2508 bytes", + deposit_event_per_byte: "731 ps, 0 bytes", + debug_message: "241.2 ns, 7 bytes", debug_message_per_byte: "1.1 ns, 0 bytes", set_storage: "7.1 µs, 293 bytes", - set_storage_per_new_byte: "708 ps, 0 bytes", - set_storage_per_old_byte: "299 ps, 1 bytes", - set_code_hash: "25.8 µs, 3087 bytes", + set_storage_per_new_byte: "547 ps, 0 bytes", + set_storage_per_old_byte: "558 ps, 1 bytes", + set_code_hash: "27.6 µs, 3090 bytes", clear_storage: "6.9 µs, 289 bytes", - clear_storage_per_byte: "0 ps, 1 bytes", + clear_storage_per_byte: "4 ps, 1 bytes", contains_storage: "5.5 µs, 289 bytes", - contains_storage_per_byte: "161 ps, 1 bytes", + contains_storage_per_byte: "83 ps, 1 bytes", get_storage: "5.7 µs, 297 bytes", - get_storage_per_byte: "868 ps, 1 bytes", - take_storage: "7.1 µs, 297 bytes", - take_storage_per_byte: "644 ps, 1 bytes", - transfer: "40.3 µs, 2520 bytes", - call: "245.1 µs, 2752 bytes", - delegate_call: "243.7 µs, 2633 bytes", - call_transfer_surcharge: "359.2 µs, 5260 bytes", + get_storage_per_byte: "1.0 ns, 1 bytes", + take_storage: "6.9 µs, 297 bytes", + take_storage_per_byte: "643 ps, 1 bytes", + transfer: "38.5 µs, 2520 bytes", + call: "248.2 µs, 2721 bytes", + delegate_call: "249.9 µs, 2637 bytes", + call_transfer_surcharge: "357.4 µs, 5227 bytes", call_per_cloned_byte: "1.1 ns, 0 bytes", - instantiate: "397.2 µs, 5202 bytes", - instantiate_transfer_surcharge: "0 ps, 2578 bytes", - instantiate_per_input_byte: "1.2 ns, 0 bytes", - instantiate_per_salt_byte: "1.3 ns, 0 bytes", - hash_sha2_256: "393.9 ns, 8 bytes", + instantiate: "388.3 µs, 2731 bytes", + instantiate_transfer_surcharge: "0 ps, 2549 bytes", + instantiate_per_input_byte: "2.0 ns, 0 bytes", + instantiate_per_salt_byte: "2.1 ns, 0 bytes", + hash_sha2_256: "400.6 ns, 8 bytes", hash_sha2_256_per_byte: "1.1 ns, 0 bytes", - hash_keccak_256: "808.5 ns, 8 bytes", + hash_keccak_256: "802.4 ns, 8 bytes", hash_keccak_256_per_byte: "3.4 ns, 0 bytes", - hash_blake2_256: "455.4 ns, 8 bytes", - hash_blake2_256_per_byte: "1.2 ns, 0 bytes", - hash_blake2_128: "459.5 ns, 8 bytes", - hash_blake2_128_per_byte: "1.2 ns, 0 bytes", - ecdsa_recover: "46.2 µs, 77 bytes", - ecdsa_to_eth_address: "12.1 µs, 42 bytes", - sr25519_verify: "56.4 µs, 112 bytes", - sr25519_verify_per_byte: "6.1 ns, 1 bytes", - reentrance_count: "179.6 ns, 3 bytes", - account_reentrance_count: "317.6 ns, 40 bytes", - instantiation_nonce: "157.7 ns, 3 bytes", + hash_blake2_256: "480.5 ns, 8 bytes", + hash_blake2_256_per_byte: "1.3 ns, 0 bytes", + hash_blake2_128: "505.3 ns, 8 bytes", + hash_blake2_128_per_byte: "1.3 ns, 0 bytes", + ecdsa_recover: "46.0 µs, 77 bytes", + ecdsa_to_eth_address: "11.9 µs, 42 bytes", + sr25519_verify: "56.1 µs, 112 bytes", + sr25519_verify_per_byte: "6.2 ns, 1 bytes", + reentrance_count: "180.7 ns, 3 bytes", + account_reentrance_count: "318.1 ns, 40 bytes", + instantiation_nonce: "152.8 ns, 3 bytes", + add_delegate_dependency: "6.7 µs, 2606 bytes", + remove_delegate_dependency: "5.9 µs, 2568 bytes", }, }, 340282366920938463463374607431768211455, diff --git a/crates/pink/runtime/src/storage/external_backend.rs b/crates/pink/runtime/src/storage/external_backend.rs index 3a6343654b..2abeb6b95c 100644 --- a/crates/pink/runtime/src/storage/external_backend.rs +++ b/crates/pink/runtime/src/storage/external_backend.rs @@ -2,7 +2,7 @@ use super::{CommitTransaction, Storage}; use crate::{capi::OCallImpl, types::Hashing}; use hash_db::Prefix; pub use helper::code_exists; -use phala_trie_storage::MemoryDB; +use phala_trie_storage::BackendTransaction; use pink_capi::v1::ocall::OCalls; use sp_core::Hasher; use sp_state_machine::{ @@ -16,19 +16,17 @@ pub type ExternalBackend = TrieBackend; pub type ExternalStorage = Storage; impl TrieBackendStorage for ExternalDB { - type Overlay = MemoryDB; - fn get(&self, key: &Hash, _prefix: Prefix) -> Result, DefaultError> { Ok(OCallImpl.storage_get(key.as_ref().to_vec())) } } impl CommitTransaction for ExternalBackend { - fn commit_transaction(&mut self, root: Hash, mut transaction: Self::Transaction) { + fn commit_transaction(&mut self, root: Hash, mut transaction: BackendTransaction) { let changes = transaction .drain() .into_iter() - .map(|(k, v)| (k.as_bytes().to_vec(), v)) + .map(|(k, v)| (k[k.len() - 32..].to_vec(), v)) .collect(); OCallImpl.storage_commit(root, changes) } @@ -57,7 +55,7 @@ pub mod helper { fn code_owner_key(code_hash: &Hash) -> Vec { let mut key = Vec::new(); key.extend(twox_128("Contracts".as_bytes())); - key.extend(twox_128("OwnerInfoOf".as_bytes())); + key.extend(twox_128("CodeInfoOf".as_bytes())); key.extend(&code_hash.encode()); key } diff --git a/crates/pink/runtime/src/storage/mod.rs b/crates/pink/runtime/src/storage/mod.rs index e306b1866a..be4343d2d6 100644 --- a/crates/pink/runtime/src/storage/mod.rs +++ b/crates/pink/runtime/src/storage/mod.rs @@ -5,15 +5,13 @@ use crate::{ }; use pink_capi::v1::ocall::ExecContext; use scale::Encode; -use sp_state_machine::{ - backend::AsTrieBackend, Backend as StorageBackend, Ext, OverlayedChanges, - StorageTransactionCache, -}; +use sp_state_machine::{backend::AsTrieBackend, Backend as StorageBackend, Ext, OverlayedChanges}; pub use external_backend::ExternalStorage; +use phala_trie_storage::BackendTransaction; pub trait CommitTransaction: StorageBackend { - fn commit_transaction(&mut self, root: Hash, transaction: Self::Transaction); + fn commit_transaction(&mut self, root: Hash, transaction: BackendTransaction); } pub struct Storage { @@ -34,13 +32,12 @@ where &self, exec_context: &ExecContext, f: impl FnOnce() -> R, - ) -> (R, ExecSideEffects, OverlayedChanges) { + ) -> (R, ExecSideEffects, OverlayedChanges) { let backend = self.backend.as_trie_backend(); let mut overlay = OverlayedChanges::default(); overlay.start_transaction(); - let mut cache = StorageTransactionCache::default(); - let mut ext = Ext::new(&mut overlay, &mut cache, backend, None); + let mut ext = Ext::new(&mut overlay, backend, None); let (rv, effects) = sp_externalities::set_and_run_with_externalities(&mut ext, move || { Timestamp::set_timestamp(exec_context.now_ms); System::set_block_number(exec_context.block_number); @@ -66,7 +63,10 @@ where (rv, effects) } - pub fn changes_transaction(&self, changes: OverlayedChanges) -> (Hash, Backend::Transaction) { + pub fn changes_transaction( + &self, + changes: OverlayedChanges, + ) -> (Hash, BackendTransaction) { let delta = changes .changes() .map(|(k, v)| (&k[..], v.value().map(|v| &v[..]))); @@ -81,7 +81,7 @@ where .full_storage_root(delta, child_delta, sp_core::storage::StateVersion::V0) } - pub fn commit_changes(&mut self, changes: OverlayedChanges) { + pub fn commit_changes(&mut self, changes: OverlayedChanges) { let (root, transaction) = self.changes_transaction(changes); self.backend.commit_transaction(root, transaction) } diff --git a/dockerfile.d/05_rust.sh b/dockerfile.d/05_rust.sh index b621a5439b..0e8f6f916a 100644 --- a/dockerfile.d/05_rust.sh +++ b/dockerfile.d/05_rust.sh @@ -1,4 +1,4 @@ -RUST_TOOLCHAIN=1.72.0 +RUST_TOOLCHAIN=1.73.0 cd /root && \ curl 'https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init' --output /root/rustup-init && \ chmod +x /root/rustup-init && \ diff --git a/e2e/src/fullstack.js b/e2e/src/fullstack.js index 74711ed027..eccb09727a 100644 --- a/e2e/src/fullstack.js +++ b/e2e/src/fullstack.js @@ -504,6 +504,10 @@ describe('A full stack', function () { it('can upload system code', async function () { const systemCode = systemMetadata.source.wasm; + await assert.txAccepted( + api.tx.sudo.sudo(api.tx.phalaPhatContracts.setPinkRuntimeVersion([1, 2])), + alice, + ); await assert.txAccepted( api.tx.sudo.sudo(api.tx.phalaPhatContracts.setPinkSystemCode(systemCode)), alice, @@ -1189,7 +1193,6 @@ class Cluster { _createWorkerProcess(i) { const AVAILABLE_ACCOUNTS = [ - '//Alice', '//Bob', '//Charlie', '//Dave', diff --git a/pallets/offchain-rollup/Cargo.toml b/pallets/offchain-rollup/Cargo.toml index 1f33638f70..8c56fde716 100644 --- a/pallets/offchain-rollup/Cargo.toml +++ b/pallets/offchain-rollup/Cargo.toml @@ -15,23 +15,23 @@ codec = { package = "parity-scale-codec", version = "3.3", default-features = fa scale-info = { version = "2.3", default-features = false, features = ["derive"] } primitive-types = { version = "0.12.1", default-features = false, features = ["codec", "byteorder"] } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-io = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false, optional = true } log = { version = "0.4.14", default-features = false } hex = { version = "0.4", default-features = false } hex-literal = "0.4.1" [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +frame-support-test = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } kv-session = { path = "../../crates/pink-libs/kv-session", package = "pink-kv-session" } assert_matches = "1.4.0" diff --git a/pallets/phala/Cargo.toml b/pallets/phala/Cargo.toml index 67ff8777b0..c9e279997d 100644 --- a/pallets/phala/Cargo.toml +++ b/pallets/phala/Cargo.toml @@ -15,27 +15,27 @@ codec = { package = "parity-scale-codec", version = "3.3", default-features = fa scale-info = { version = "2.3", default-features = false, features = ["derive"] } primitive-types = { version = "0.12.1", default-features = false, features = ["codec", "byteorder"] } -pallet-assets = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-uniques = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +pallet-assets = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-uniques = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-preimage = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } # RMRK dependencies -pallet-rmrk-core = { git = "https://github.com/Phala-Network/rmrk-substrate", branch = "polkadot-v1.0.0", default-features = false } -rmrk-traits = { git = "https://github.com/Phala-Network/rmrk-substrate", branch = "polkadot-v1.0.0", default-features = false } +pallet-rmrk-core = { git = "https://github.com/Phala-Network/rmrk-substrate", branch = "release-polkadot-v1.1.0", default-features = false } +rmrk-traits = { git = "https://github.com/Phala-Network/rmrk-substrate", branch = "release-polkadot-v1.1.0", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false, optional = true } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-io = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false, optional = true } log = { version = "0.4.14", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } phala-types = { path = "../../crates/phala-types", default-features = false, features = ["enable_serde"] } chrono = { version = "0.4.22", default-features = false } @@ -53,13 +53,13 @@ fixed-sqrt = { version = "0.2", default-features = false } webpki = { git = "https://github.com/rustls/webpki", version = "0.102.0-alpha.3", package = "rustls-webpki", default-features = false, features = ["alloc", "ring"] } [dev-dependencies] -frame-support-test = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +frame-support-test = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } assert_matches = "1.4.0" -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } rand = "0.8.5" insta = "1" -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } [features] default = ["std"] diff --git a/pallets/phala/mq-runtime-api/Cargo.toml b/pallets/phala/mq-runtime-api/Cargo.toml index ca1f58f121..8e6c50e254 100644 --- a/pallets/phala/mq-runtime-api/Cargo.toml +++ b/pallets/phala/mq-runtime-api/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } phala-mq = { path = "../../../crates/phala-mq", default-features = false } [features] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index b6b63c2f2e..5b5d0b32f4 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.72.0" +channel = "1.73.0" components = [ "cargo", "clippy", diff --git a/scripts/debug-cli/Cargo.toml b/scripts/debug-cli/Cargo.toml index 670a2dce37..e7854a8d79 100644 --- a/scripts/debug-cli/Cargo.toml +++ b/scripts/debug-cli/Cargo.toml @@ -11,10 +11,10 @@ hex = "0.4" clap = { version = "4.0.32", features = ["derive"] } anyhow = "1.0.69" -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } phala-types = { path = "../../crates/phala-types" } phala-pallets = { path = "../../pallets/phala" } diff --git a/standalone/executor/Cargo.toml b/standalone/executor/Cargo.toml index f960b69680..28e85728f7 100644 --- a/standalone/executor/Cargo.toml +++ b/standalone/executor/Cargo.toml @@ -14,33 +14,33 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.3" } scale-info = { version = "2.3", features = ["derive"] } -node-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +node-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } node-runtime = { path = "../runtime", package = "phala-node-runtime" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-trie = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sc-executor = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-trie = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } [dev-dependencies] criterion = "0.4.0" -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -# node-testing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-contracts = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +# node-testing = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-contracts = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-im-online = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-treasury = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-application-crypto = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-externalities = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } wat = "1.0" futures = "0.3.19" diff --git a/standalone/node/Cargo.toml b/standalone/node/Cargo.toml index b211874b29..a94dfad960 100644 --- a/standalone/node/Cargo.toml +++ b/standalone/node/Cargo.toml @@ -47,72 +47,72 @@ log = "0.4.8" rand = "0.8" # primitives -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -grandpa-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", package = "sp-consensus-grandpa" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-transaction-storage-proof = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-state-machine = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +grandpa-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", package = "sp-consensus-grandpa" } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-consensus = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-transaction-storage-proof = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-io = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } # client dependencies -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-network-common = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", package = "sc-consensus-grandpa" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-network-common = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-network = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-consensus-slots = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", package = "sc-consensus-grandpa" } +sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-service = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-executor = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-sync-state-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } # frame dependencies -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-im-online = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } # node-specific dependencies node-runtime = { path = "../runtime", package = "phala-node-runtime" } node-rpc = { path = "../rpc" } -node-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +node-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } node-executor = { path = "../executor" } # CLI-specific dependencies -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", optional = true } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", optional = true } -node-inspect = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", optional = true } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", optional = true } +sc-cli = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", optional = true } +frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", optional = true } +node-inspect = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", optional = true } +try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", optional = true } [dev-dependencies] -sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-client-db = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-service-test = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sc-keystore = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-client-db = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-consensus-epochs = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-service-test = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-block-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-tracing = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } futures = "0.3.21" tempfile = "3.1.0" assert_cmd = "2.0.2" @@ -125,19 +125,19 @@ criterion = { version = "0.4.0", features = ["async_tokio"] } tokio = { version = "1.24.2", features = ["macros", "time", "parking_lot"] } tokio-util = { version = "0.7.4", features = ["compat"] } wait-timeout = "0.2" -substrate-rpc-client = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +substrate-rpc-client = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } [build-dependencies] clap = { version = "4.0.32", optional = true } clap_complete = { version = "4.0.3", optional = true } -node-inspect = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", optional = true } -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", optional = true } -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", optional = true } -substrate-frame-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", optional = true } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", optional = true } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", optional = true } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +node-inspect = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", optional = true } +frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", optional = true } +substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", optional = true } +substrate-frame-cli = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", optional = true } +try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", optional = true } +sc-cli = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", optional = true } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } [features] default = ["cli"] diff --git a/standalone/node/src/service.rs b/standalone/node/src/service.rs index 113e0de44c..c52ba20e60 100644 --- a/standalone/node/src/service.rs +++ b/standalone/node/src/service.rs @@ -30,7 +30,7 @@ use sc_client_api::{Backend, BlockBackend}; use sc_consensus_babe::{self, SlotProportion}; use sc_executor::NativeElseWasmExecutor; use sc_network::{event::Event, NetworkEventStream, NetworkService}; -use sc_network_common::sync::warp::WarpSyncParams; +use sc_network_sync::warp::WarpSyncParams; use sc_network_sync::SyncingService; use sc_service::{ config::Configuration, error::Error as ServiceError, PruningMode, RpcHandlers, TaskManager, @@ -50,6 +50,10 @@ type FullSelectChain = sc_consensus::LongestChain; type FullGrandpaBlockImport = grandpa::GrandpaBlockImport; +/// The minimum period of blocks on which justifications will be +/// imported and generated. +const GRANDPA_JUSTIFICATION_PERIOD: u32 = 512; + /// The transaction pool type defintion. pub type TransactionPool = sc_transaction_pool::FullPool; @@ -140,7 +144,7 @@ pub fn new_partial( FullClient, FullBackend, FullSelectChain, - sc_consensus::DefaultImportQueue, + sc_consensus::DefaultImportQueue, sc_transaction_pool::FullPool, ( impl Fn( @@ -171,13 +175,13 @@ pub fn new_partial( let executor = sc_service::new_native_or_wasm_executor(config); - let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts::( - config, - telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), - executor, - )?; - let client = Arc::new(client); + let (client, backend, keystore_container, task_manager) = + sc_service::new_full_parts::( + config, + telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), + executor, + )?; + let client = Arc::new(client); let telemetry = telemetry.map(|(worker, telemetry)| { task_manager @@ -198,6 +202,7 @@ pub fn new_partial( let (grandpa_block_import, grandpa_link) = grandpa::block_import( client.clone(), + GRANDPA_JUSTIFICATION_PERIOD, &(client.clone() as Arc<_>), select_chain.clone(), telemetry.as_ref().map(|x| x.handle()), @@ -396,7 +401,7 @@ pub fn new_full_base( let name = config.network.node_name.clone(); let enable_grandpa = !config.disable_grandpa; let prometheus_registry = config.prometheus_registry().cloned(); - let enable_offchain_worker = config.offchain_worker.enabled; + let enable_offchain_worker = config.offchain_worker.enabled; let rpc_handlers = sc_service::spawn_tasks(sc_service::SpawnTasksParams { config, @@ -526,68 +531,68 @@ pub fn new_full_base( None }; - let grandpa_config = grandpa::Config { - // FIXME #1578 make this available through chainspec - gossip_duration: std::time::Duration::from_millis(333), - justification_period: 1, - name: Some(name), - observer_enabled: false, - keystore, - local_role: role.clone(), - telemetry: telemetry.as_ref().map(|x| x.handle()), - protocol_name: grandpa_protocol_name, - }; + let grandpa_config = grandpa::Config { + // FIXME #1578 make this available through chainspec + gossip_duration: std::time::Duration::from_millis(333), + justification_generation_period: 1, // https://github.com/paritytech/substrate/pull/14423#issuecomment-1633837906 + name: Some(name), + observer_enabled: false, + keystore, + local_role: role.clone(), + telemetry: telemetry.as_ref().map(|x| x.handle()), + protocol_name: grandpa_protocol_name, + }; if enable_grandpa { - // start the full GRANDPA voter - // NOTE: non-authorities could run the GRANDPA observer protocol, but at - // this point the full voter should provide better guarantees of block - // and vote data availability than the observer. The observer has not - // been tested extensively yet and having most nodes in a network run it - // could lead to finality stalls. - let grandpa_config = grandpa::GrandpaParams { - config: grandpa_config, - link: grandpa_link, - network: network.clone(), - sync: Arc::new(sync_service.clone()), - telemetry: telemetry.as_ref().map(|x| x.handle()), - voting_rule: grandpa::VotingRulesBuilder::default().build(), - prometheus_registry: prometheus_registry.clone(), - shared_voter_state, - offchain_tx_pool_factory: OffchainTransactionPoolFactory::new(transaction_pool.clone()), - }; - - // the GRANDPA voter task is considered infallible, i.e. - // if it fails we take down the service with it. - task_manager.spawn_essential_handle().spawn_blocking( - "grandpa-voter", - None, - grandpa::run_grandpa_voter(grandpa_config)?, - ); + // start the full GRANDPA voter + // NOTE: non-authorities could run the GRANDPA observer protocol, but at + // this point the full voter should provide better guarantees of block + // and vote data availability than the observer. The observer has not + // been tested extensively yet and having most nodes in a network run it + // could lead to finality stalls. + let grandpa_config = grandpa::GrandpaParams { + config: grandpa_config, + link: grandpa_link, + network: network.clone(), + sync: Arc::new(sync_service.clone()), + telemetry: telemetry.as_ref().map(|x| x.handle()), + voting_rule: grandpa::VotingRulesBuilder::default().build(), + prometheus_registry: prometheus_registry.clone(), + shared_voter_state, + offchain_tx_pool_factory: OffchainTransactionPoolFactory::new(transaction_pool.clone()), + }; + + // the GRANDPA voter task is considered infallible, i.e. + // if it fails we take down the service with it. + task_manager.spawn_essential_handle().spawn_blocking( + "grandpa-voter", + None, + grandpa::run_grandpa_voter(grandpa_config)?, + ); } - if enable_offchain_worker { - task_manager.spawn_handle().spawn( - "offchain-workers-runner", - "offchain-work", - sc_offchain::OffchainWorkers::new(sc_offchain::OffchainWorkerOptions { - runtime_api_provider: client.clone(), - keystore: Some(keystore_container.keystore()), - offchain_db: backend.offchain_storage(), - transaction_pool: Some(OffchainTransactionPoolFactory::new( - transaction_pool.clone(), - )), - network_provider: network.clone(), - is_validator: role.is_authority(), - enable_http_requests: true, - custom_extensions: move |_| { - vec![] - }, - }) - .run(client.clone(), task_manager.spawn_handle()) - .boxed(), - ); - } + if enable_offchain_worker { + task_manager.spawn_handle().spawn( + "offchain-workers-runner", + "offchain-work", + sc_offchain::OffchainWorkers::new(sc_offchain::OffchainWorkerOptions { + runtime_api_provider: client.clone(), + keystore: Some(keystore_container.keystore()), + offchain_db: backend.offchain_storage(), + transaction_pool: Some(OffchainTransactionPoolFactory::new( + transaction_pool.clone(), + )), + network_provider: network.clone(), + is_validator: role.is_authority(), + enable_http_requests: true, + custom_extensions: move |_| { + vec![] + }, + }) + .run(client.clone(), task_manager.spawn_handle()) + .boxed(), + ); + } network_starter.start_network(); Ok(NewFullBase { diff --git a/standalone/phat-poller/Cargo.toml b/standalone/phat-poller/Cargo.toml index eacdf1a6bb..8f2fcd1250 100644 --- a/standalone/phat-poller/Cargo.toml +++ b/standalone/phat-poller/Cargo.toml @@ -10,9 +10,9 @@ phala-crypto = { path = "../../crates/phala-crypto" } phala-types = { path = "../../crates/phala-types" } phala-clap-parsers = { path = "../../crates/phala-clap-parsers" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-contracts-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-contracts-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "socks"] } tracing = "0.1" @@ -33,4 +33,4 @@ once_cell = "1" # For our forked legacy ContractResult scale-info = { version = "2.5.0", features = ["derive"] } -sp-weights = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v1.0.0" } +sp-weights = { git = "https://github.com/paritytech/polkadot-sdk.git", default-features = false, branch = "release-polkadot-v1.1.0" } diff --git a/standalone/pherry/Cargo.toml b/standalone/pherry/Cargo.toml index 8c3cd6c0c0..e90b0ad5d9 100644 --- a/standalone/pherry/Cargo.toml +++ b/standalone/pherry/Cargo.toml @@ -21,16 +21,16 @@ rand = "0.8.4" clap = { version = "4.0.32", features = ["derive"] } async-trait = "0.1.57" -system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", package = "frame-system" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", package = "sp-runtime" } -sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", package = "frame-system" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", package = "sp-runtime" } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } codec = { package = 'parity-scale-codec', version = "3.3" } scale-info = { version = '2.3' } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -balances = { package = "pallet-balances", git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +pallet-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-indices = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +balances = { package = "pallet-balances", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } phala-types = { path = "../../crates/phala-types" } phala-pallets = { path = "../../pallets/phala" } diff --git a/standalone/prb/Cargo.toml b/standalone/prb/Cargo.toml index 4d36a94e9f..e3c1899660 100644 --- a/standalone/prb/Cargo.toml +++ b/standalone/prb/Cargo.toml @@ -37,7 +37,7 @@ phala-types = { path = "../../crates/phala-types" } phala-git-revision = { path = "../../crates/phala-git-revision" } rand = "0.8.5" memory-lru = "0.1.1" -sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } tokio-stream = "0.1.12" parity-scale-codec = "3.4.0" phala-pallets = { path = "../../pallets/phala" } @@ -48,4 +48,4 @@ moka-cht = "0.5.0" async-trait = "0.1.68" crossbeam = "0.8.2" schnorrkel = "0.9" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false, features = [ "full_crypto" ] } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false, features = [ "full_crypto" ] } diff --git a/standalone/prb/src/configurator.rs b/standalone/prb/src/configurator.rs index fef38178f5..c618b42adf 100644 --- a/standalone/prb/src/configurator.rs +++ b/standalone/prb/src/configurator.rs @@ -104,13 +104,12 @@ pub async fn cli_main(args: ConfigCliArgs) -> Result<()> { ConfigCommands::GetPoolOperator { pid } => { let pid = *pid; let po = po_db.get_po(pid)?; - if po.is_some() { - let po = po.unwrap(); + if let Some(po) = po { let po = serde_json::to_string_pretty::(&(&po).into())?; println!("{po}"); } else { return Err(anyhow!("Record not found!")); - } + }; } ConfigCommands::SetPoolOperator { pid, @@ -233,10 +232,8 @@ pub async fn api_handler(db: WrappedDb, po_db: Arc, command: ConfigCommands) } ConfigCommands::GetPoolOperator { pid } => { let po = po_db.get_po(pid)?; - if po.is_some() { - let po = po.unwrap(); - let po = serde_json::to_string_pretty::(&(&po).into())?; - Ok(po) + if let Some(po) = po { + Ok(serde_json::to_string_pretty::(&(&po).into())?) } else { Err(anyhow!("Record not found!")) } diff --git a/standalone/prb/src/db.rs b/standalone/prb/src/db.rs index 69d84c0c99..0523d58377 100644 --- a/standalone/prb/src/db.rs +++ b/standalone/prb/src/db.rs @@ -260,7 +260,7 @@ pub fn get_all_raw_pools(db: WrappedDb) -> Result> { pub fn get_all_workers(db: WrappedDb) -> Result> { let workers = get_all_pools_with_workers(db)? .into_iter() - .flat_map(|p| p.workers.unwrap_or(vec![])) + .flat_map(|p| p.workers.unwrap_or_default()) .collect::>(); Ok(workers) } diff --git a/standalone/prouter/Cargo.lock b/standalone/prouter/Cargo.lock index 6b19f8538e..e0cd058ba9 100644 --- a/standalone/prouter/Cargo.lock +++ b/standalone/prouter/Cargo.lock @@ -133,6 +133,205 @@ dependencies = [ "num-traits", ] +[[package]] +name = "aquamarine" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df752953c49ce90719c7bf1fc587bc8227aed04732ea0c0f85e5397d7fdbd1a1" +dependencies = [ + "include_dir", + "itertools", + "proc-macro-error", + "proc-macro2 1.0.66", + "quote 1.0.33", + "syn 1.0.109", +] + +[[package]] +name = "ark-bls12-381" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", +] + +[[package]] +name = "ark-ec" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" +dependencies = [ + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "derivative", + "hashbrown 0.13.2", + "itertools", + "num-traits", + "zeroize", +] + +[[package]] +name = "ark-ed-on-bls12-381-bandersnatch" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" +dependencies = [ + "ark-bls12-381", + "ark-ec", + "ark-ff", + "ark-std", +] + +[[package]] +name = "ark-ff" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" +dependencies = [ + "ark-ff-asm", + "ark-ff-macros", + "ark-serialize", + "ark-std", + "derivative", + "digest 0.10.7", + "itertools", + "num-bigint", + "num-traits", + "paste", + "rustc_version 0.4.0", + "zeroize", +] + +[[package]] +name = "ark-ff-asm" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" +dependencies = [ + "quote 1.0.33", + "syn 1.0.109", +] + +[[package]] +name = "ark-ff-macros" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" +dependencies = [ + "num-bigint", + "num-traits", + "proc-macro2 1.0.66", + "quote 1.0.33", + "syn 1.0.109", +] + +[[package]] +name = "ark-poly" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" +dependencies = [ + "ark-ff", + "ark-serialize", + "ark-std", + "derivative", + "hashbrown 0.13.2", +] + +[[package]] +name = "ark-scale" +version = "0.0.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49b08346a3e38e2be792ef53ee168623c9244d968ff00cd70fb9932f6fe36393" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", + "parity-scale-codec", +] + +[[package]] +name = "ark-scale" +version = "0.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51bd73bb6ddb72630987d37fa963e99196896c0d0ea81b7c894567e74a2f83af" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", + "parity-scale-codec", + "scale-info", +] + +[[package]] +name = "ark-secret-scalar" +version = "0.0.2" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", + "ark-transcript", + "digest 0.10.7", + "rand_core 0.6.4", + "zeroize", +] + +[[package]] +name = "ark-serialize" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" +dependencies = [ + "ark-serialize-derive", + "ark-std", + "digest 0.10.7", + "num-bigint", +] + +[[package]] +name = "ark-serialize-derive" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" +dependencies = [ + "proc-macro2 1.0.66", + "quote 1.0.33", + "syn 1.0.109", +] + +[[package]] +name = "ark-std" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" +dependencies = [ + "num-traits", + "rand 0.8.5", +] + +[[package]] +name = "ark-transcript" +version = "0.0.2" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-ff", + "ark-serialize", + "ark-std", + "digest 0.10.7", + "rand_core 0.6.4", + "sha3", +] + [[package]] name = "array-bytes" version = "6.1.0" @@ -183,7 +382,7 @@ checksum = "7b2d0f03b3640e3a630367e40c468cb7f309529c708ed1d88597047b0e7c6ef7" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -247,6 +446,28 @@ dependencies = [ "rustc-demangle", ] +[[package]] +name = "bandersnatch_vrfs" +version = "0.0.1" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-bls12-381", + "ark-ec", + "ark-ed-on-bls12-381-bandersnatch", + "ark-ff", + "ark-scale 0.0.11", + "ark-serialize", + "ark-std", + "dleq_vrf", + "fflonk", + "merlin 3.0.0", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "ring 0.1.0", + "sha2 0.10.8", + "zeroize", +] + [[package]] name = "base16ct" version = "0.2.0" @@ -326,7 +547,7 @@ dependencies = [ "regex", "rustc-hash", "shlex", - "syn 2.0.29", + "syn 2.0.32", "which", ] @@ -394,7 +615,7 @@ version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", ] [[package]] @@ -468,6 +689,15 @@ dependencies = [ "sha2 0.9.9", ] +[[package]] +name = "bs58" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896" +dependencies = [ + "tinyvec", +] + [[package]] name = "bstr" version = "0.2.17" @@ -589,9 +819,9 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.15.2" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e70d3ad08698a0568b0562f22710fe6bfc1f4a61a367c77d0398c562eadd453a" +checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3" dependencies = [ "smallvec", ] @@ -691,15 +921,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b30a84aab436fcb256a2ab3c80663d8aec686e6bae12827bb05fef3e1e439c9f" dependencies = [ "bincode", - "bs58", + "bs58 0.4.0", "coins-core", - "digest 0.10.6", + "digest 0.10.7", "getrandom 0.2.7", "hmac 0.12.1", "k256", "lazy_static", "serde", - "sha2 0.10.6", + "sha2 0.10.8", "thiserror", ] @@ -716,7 +946,7 @@ dependencies = [ "once_cell", "pbkdf2 0.12.1", "rand 0.8.5", - "sha2 0.10.6", + "sha2 0.10.8", "thiserror", ] @@ -728,18 +958,32 @@ checksum = "9b949a1c63fb7eb591eb7ba438746326aedf0ae843e51ec92ba6bec5bb382c4f" dependencies = [ "base64 0.21.4", "bech32", - "bs58", - "digest 0.10.6", + "bs58 0.4.0", + "digest 0.10.7", "generic-array 0.14.7", "hex", "ripemd", "serde", "serde_derive", - "sha2 0.10.6", + "sha2 0.10.8", "sha3", "thiserror", ] +[[package]] +name = "common" +version = "0.1.0" +source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "fflonk", + "merlin 3.0.0", +] + [[package]] name = "common-path" version = "1.0.0" @@ -822,9 +1066,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.2" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b" +checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" dependencies = [ "libc", ] @@ -974,6 +1218,33 @@ dependencies = [ "zeroize", ] +[[package]] +name = "curve25519-dalek" +version = "4.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" +dependencies = [ + "cfg-if", + "cpufeatures", + "curve25519-dalek-derive", + "digest 0.10.7", + "fiat-crypto", + "platforms", + "rustc_version 0.4.0", + "subtle", +] + +[[package]] +name = "curve25519-dalek-derive" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" +dependencies = [ + "proc-macro2 1.0.66", + "quote 1.0.33", + "syn 2.0.32", +] + [[package]] name = "darling" version = "0.14.4" @@ -1019,7 +1290,7 @@ dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", "strsim 0.10.0", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -1041,7 +1312,7 @@ checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a" dependencies = [ "darling_core 0.20.1", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -1137,9 +1408,9 @@ dependencies = [ [[package]] name = "digest" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ "block-buffer 0.10.2", "const-oid", @@ -1168,6 +1439,23 @@ dependencies = [ "winapi", ] +[[package]] +name = "dleq_vrf" +version = "0.0.2" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-scale 0.0.10", + "ark-secret-scalar", + "ark-serialize", + "ark-std", + "ark-transcript", + "arrayvec 0.7.2", + "rand_core 0.6.4", + "zeroize", +] + [[package]] name = "dlv-list" version = "0.3.0" @@ -1176,27 +1464,28 @@ checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" [[package]] name = "docify" -version = "0.1.16" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af1b04e6ef3d21119d3eb7b032bca17f99fe041e9c072f30f32cc0e1a2b1f3c4" +checksum = "76ee528c501ddd15d5181997e9518e59024844eac44fd1e40cb20ddb2a8562fa" dependencies = [ "docify_macros", ] [[package]] name = "docify_macros" -version = "0.1.16" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b5610df7f2acf89a1bb5d1a66ae56b1c7fcdcfe3948856fb3ace3f644d70eb7" +checksum = "0ca01728ab2679c464242eca99f94e2ce0514b52ac9ad950e2ed03fca991231c" dependencies = [ "common-path", "derive-syn-parse", - "lazy_static", + "once_cell", "proc-macro2 1.0.66", "quote 1.0.33", "regex", - "syn 2.0.29", + "syn 2.0.32", "termcolor", + "toml 0.7.6", "walkdir", ] @@ -1240,31 +1529,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a48e5d537b8a30c0b023116d981b16334be1485af7ca68db3a2b7024cbc957fd" dependencies = [ "der", - "digest 0.10.6", + "digest 0.10.7", "elliptic-curve", "rfc6979", - "signature 2.1.0", + "signature", ] [[package]] name = "ed25519" -version = "1.5.3" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" +checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d" dependencies = [ - "signature 1.6.4", + "signature", ] [[package]] name = "ed25519-dalek" -version = "1.0.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980" dependencies = [ - "curve25519-dalek 3.2.0", + "curve25519-dalek 4.1.1", "ed25519", - "sha2 0.9.9", - "zeroize", + "sha2 0.10.8", ] [[package]] @@ -1295,7 +1583,7 @@ checksum = "75c71eaa367f2e5d556414a8eea812bc62985c879748d6403edabd9cb03f16e7" dependencies = [ "base16ct", "crypto-bigint", - "digest 0.10.6", + "digest 0.10.7", "ff", "generic-array 0.14.7", "group", @@ -1359,7 +1647,7 @@ checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -1427,7 +1715,7 @@ checksum = "1fda3bf123be441da5260717e0661c25a2fd9cb2b2c1d20bf2e05580047158ab" dependencies = [ "aes 0.8.3", "ctr", - "digest 0.10.6", + "digest 0.10.7", "hex", "hmac 0.12.1", "pbkdf2 0.11.0", @@ -1435,7 +1723,7 @@ dependencies = [ "scrypt", "serde", "serde_json", - "sha2 0.10.6", + "sha2 0.10.8", "sha3", "thiserror", "uuid", @@ -1556,7 +1844,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "syn 2.0.29", + "syn 2.0.32", "toml 0.7.6", "walkdir", ] @@ -1574,7 +1862,7 @@ dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", "serde_json", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -1600,7 +1888,7 @@ dependencies = [ "serde", "serde_json", "strum 0.25.0", - "syn 2.0.29", + "syn 2.0.32", "tempfile", "thiserror", "tiny-keccak", @@ -1699,7 +1987,7 @@ dependencies = [ "ethers-core", "hex", "rand 0.8.5", - "sha2 0.10.6", + "sha2 0.10.8", "thiserror", "tracing", ] @@ -1751,7 +2039,7 @@ dependencies = [ "fs-err", "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -1807,6 +2095,25 @@ dependencies = [ "subtle", ] +[[package]] +name = "fflonk" +version = "0.1.0" +source = "git+https://github.com/w3f/fflonk#26a5045b24e169cffc1f9328ca83d71061145c40" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "merlin 3.0.0", +] + +[[package]] +name = "fiat-crypto" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d" + [[package]] name = "finality-grandpa" version = "0.16.2" @@ -1943,7 +2250,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-support-procedural", @@ -1968,18 +2275,18 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -1996,11 +2303,12 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", "frame-try-runtime", + "log", "parity-scale-codec", "scale-info", "sp-core", @@ -2037,9 +2345,11 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ + "aquamarine", "bitflags 1.3.2", + "docify", "environmental", "frame-metadata 16.0.0", "frame-support-procedural", @@ -2051,27 +2361,31 @@ dependencies = [ "paste", "scale-info", "serde", + "serde_json", "smallvec", "sp-api", "sp-arithmetic", "sp-core", "sp-core-hashing-proc-macro", "sp-debug-derive", + "sp-genesis-builder", "sp-inherents", "sp-io", + "sp-metadata-ir", "sp-runtime", "sp-staking", "sp-state-machine", "sp-std", "sp-tracing", "sp-weights", + "static_assertions", "tt-call", ] [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "Inflector", "cfg-expr", @@ -2083,35 +2397,35 @@ dependencies = [ "proc-macro-warning", "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "cfg-if", "frame-support", @@ -2130,7 +2444,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -2145,7 +2459,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "sp-api", @@ -2154,7 +2468,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "parity-scale-codec", @@ -2258,7 +2572,7 @@ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -2536,12 +2850,6 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" -[[package]] -name = "hex-literal" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" - [[package]] name = "hex-literal" version = "0.4.1" @@ -2574,7 +2882,7 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", ] [[package]] @@ -2811,6 +3119,25 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "include_dir" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" +dependencies = [ + "include_dir_macros", +] + +[[package]] +name = "include_dir_macros" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" +dependencies = [ + "proc-macro2 1.0.66", + "quote 1.0.33", +] + [[package]] name = "indenter" version = "0.3.3" @@ -3025,8 +3352,8 @@ dependencies = [ "ecdsa", "elliptic-curve", "once_cell", - "sha2 0.10.6", - "signature 2.1.0", + "sha2 0.10.8", + "signature", ] [[package]] @@ -3203,7 +3530,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -3217,7 +3544,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -3228,7 +3555,7 @@ checksum = "c12469fc165526520dff2807c2975310ab47cf7190a45b99b49a7dc8befab17b" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -3239,7 +3566,7 @@ checksum = "b8fb85ec1620619edf2984a7693497d4ec88a9665d8b87e942856884c92dbf2a" dependencies = [ "macro_magic_core", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -3272,7 +3599,7 @@ version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", ] [[package]] @@ -3329,6 +3656,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "merlin" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" +dependencies = [ + "byteorder", + "keccak", + "rand_core 0.6.4", + "zeroize", +] + [[package]] name = "mime" version = "0.3.16" @@ -3425,7 +3764,7 @@ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "sp-core", "sp-runtime", @@ -3447,6 +3786,17 @@ dependencies = [ "minimal-lexical", ] +[[package]] +name = "num-bigint" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" +dependencies = [ + "autocfg", + "num-integer", + "num-traits", +] + [[package]] name = "num-complex" version = "0.4.2" @@ -3489,9 +3839,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" +checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" dependencies = [ "autocfg", ] @@ -3524,7 +3874,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -3649,11 +3999,12 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", + "log", "parity-scale-codec", "scale-info", "sp-core", @@ -3664,7 +4015,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -3680,7 +4031,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -3694,7 +4045,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -3718,8 +4069,10 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ + "aquamarine", + "docify", "frame-benchmarking", "frame-election-provider-support", "frame-support", @@ -3738,7 +4091,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -3753,7 +4106,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -3771,7 +4124,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -3790,7 +4143,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -3807,7 +4160,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -3825,7 +4178,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -3848,7 +4201,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -3856,12 +4209,13 @@ dependencies = [ "parity-scale-codec", "sp-npos-elections", "sp-runtime", + "sp-std", ] [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -3880,7 +4234,7 @@ dependencies = [ [[package]] name = "pallet-evm_account_mapping" version = "0.0.1" -source = "git+https://github.com/Phala-Network/substrate-evm_account_mapping?branch=polkadot-v1.0.0#ce3d6ba85f03a7b8f124ca5e48765b106fa188ea" +source = "git+https://github.com/Phala-Network/substrate-evm_account_mapping?branch=release-polkadot-v1.1.0#14a02dffb30d93e5065d9f0469887af1eb63fd27" dependencies = [ "ethabi", "frame-support", @@ -3899,7 +4253,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "docify", "frame-benchmarking", @@ -3918,7 +4272,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -3941,7 +4295,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3957,7 +4311,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -3977,7 +4331,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -3994,7 +4348,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -4008,7 +4362,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4022,7 +4376,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4047,7 +4401,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4063,11 +4417,12 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", "log", + "pallet-balances", "parity-scale-codec", "scale-info", "sp-core", @@ -4075,12 +4430,13 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-std", + "sp-tracing", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4100,7 +4456,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -4111,7 +4467,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -4128,7 +4484,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4152,7 +4508,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4169,7 +4525,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4184,7 +4540,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4199,7 +4555,7 @@ dependencies = [ [[package]] name = "pallet-rmrk-core" version = "0.0.1" -source = "git+https://github.com/Phala-Network/rmrk-substrate?branch=polkadot-v1.0.0#f4278b973d8c861159c53d23e7ae1bd72c600d96" +source = "git+https://github.com/Phala-Network/rmrk-substrate?branch=release-polkadot-v1.1.0#f3b76e57f9e9eb3037d376cf689353a1074b21f2" dependencies = [ "frame-benchmarking", "frame-support", @@ -4217,8 +4573,9 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", @@ -4234,7 +4591,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -4248,6 +4605,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", + "sp-state-machine", "sp-std", "sp-trie", ] @@ -4255,13 +4613,14 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "pallet-session", "pallet-staking", + "parity-scale-codec", "rand 0.8.5", "sp-runtime", "sp-session", @@ -4271,12 +4630,11 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "hex-literal 0.3.4", "log", "parity-scale-codec", "rand_chacha 0.2.2", @@ -4290,7 +4648,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4312,18 +4670,18 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4338,7 +4696,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4350,13 +4708,14 @@ dependencies = [ "sp-io", "sp-runtime", "sp-std", + "sp-storage", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4375,7 +4734,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -4391,7 +4750,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -4403,7 +4762,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4420,7 +4779,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4435,7 +4794,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4451,7 +4810,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4566,10 +4925,10 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", "hmac 0.12.1", "password-hash", - "sha2 0.10.6", + "sha2 0.10.8", ] [[package]] @@ -4578,7 +4937,7 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0ca0b5a68607598bf3bad68f32227a8164f6254833f84eafaac409cd6746c31" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", "hmac 0.12.1", ] @@ -4697,7 +5056,7 @@ name = "phala-crypto" version = "0.1.0" dependencies = [ "curve25519-dalek 2.1.3", - "ring", + "ring 0.16.20", "schnorrkel", "sp-application-crypto", "sp-core", @@ -4747,7 +5106,7 @@ dependencies = [ "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", - "hex-literal 0.4.1", + "hex-literal", "log", "node-primitives", "pallet-assets", @@ -4834,7 +5193,7 @@ dependencies = [ "frame-support", "frame-system", "hex", - "hex-literal 0.4.1", + "hex-literal", "log", "pallet-assets", "pallet-balances", @@ -4916,7 +5275,7 @@ dependencies = [ "frame-support", "frame-system", "hex", - "hex-literal 0.4.1", + "hex-literal", "log", "parity-scale-codec", "primitive-types", @@ -4988,7 +5347,7 @@ dependencies = [ "phf_shared 0.11.2", "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -5027,7 +5386,7 @@ checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -5058,6 +5417,12 @@ version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" +[[package]] +name = "platforms" +version = "3.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8" + [[package]] name = "ppv-lite86" version = "0.2.16" @@ -5087,7 +5452,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9825a04601d60621feed79c4e6b56d65db77cdca55cef43b46b0de1096d1c282" dependencies = [ "proc-macro2 1.0.66", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -5147,13 +5512,13 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro-warning" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70550716265d1ec349c41f70dd4f964b4fd88394efe4405f0c1da679c4799a07" +checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -5682,6 +6047,21 @@ dependencies = [ "subtle", ] +[[package]] +name = "ring" +version = "0.1.0" +source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "common", + "fflonk", + "merlin 3.0.0", +] + [[package]] name = "ring" version = "0.16.20" @@ -5703,7 +6083,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", ] [[package]] @@ -5731,7 +6111,7 @@ dependencies = [ [[package]] name = "rmrk-traits" version = "0.0.1" -source = "git+https://github.com/Phala-Network/rmrk-substrate?branch=polkadot-v1.0.0#f4278b973d8c861159c53d23e7ae1bd72c600d96" +source = "git+https://github.com/Phala-Network/rmrk-substrate?branch=release-polkadot-v1.1.0#f3b76e57f9e9eb3037d376cf689353a1074b21f2" dependencies = [ "frame-benchmarking", "frame-support", @@ -5838,7 +6218,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" dependencies = [ "log", - "ring", + "ring 0.16.20", "sct", "webpki", ] @@ -5850,7 +6230,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79ea77c539259495ce8ca47f53e66ae0330a8819f67e23ac96ca02f50e7b7d36" dependencies = [ "log", - "ring", + "ring 0.16.20", "rustls-webpki 0.101.1", "sct", ] @@ -5888,7 +6268,7 @@ version = "0.100.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] @@ -5898,7 +6278,7 @@ version = "0.101.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15f36a6828982f422756984e47912a7a51dcbc2a197aa791158f8ca61cd8204e" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] @@ -5907,7 +6287,7 @@ name = "rustls-webpki" version = "0.102.0-alpha.3" source = "git+https://github.com/rustls/webpki#2ed9a4324f48c2c46ffdd7dc9d3eb315af25fce2" dependencies = [ - "ring", + "ring 0.16.20", "rustls-pki-types", "untrusted 0.7.1", ] @@ -6104,7 +6484,7 @@ dependencies = [ "arrayvec 0.5.2", "curve25519-dalek 2.1.3", "getrandom 0.1.16", - "merlin", + "merlin 2.0.1", "rand 0.7.3", "rand_core 0.5.1", "sha2 0.8.2", @@ -6127,7 +6507,7 @@ dependencies = [ "hmac 0.12.1", "pbkdf2 0.11.0", "salsa20", - "sha2 0.10.6", + "sha2 0.10.8", ] [[package]] @@ -6136,7 +6516,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] @@ -6242,22 +6622,22 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.183" +version = "1.0.188" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c" +checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.183" +version = "1.0.188" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816" +checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -6313,7 +6693,7 @@ checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" dependencies = [ "cfg-if", "cpufeatures", - "digest 0.10.6", + "digest 0.10.7", ] [[package]] @@ -6324,7 +6704,7 @@ checksum = "006769ba83e921b3085caa8334186b00cf92b4cb1a6cf4632fbccc8eff5c7549" dependencies = [ "cfg-if", "cpufeatures", - "digest 0.10.6", + "digest 0.10.7", ] [[package]] @@ -6354,22 +6734,22 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.6" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", - "digest 0.10.6", + "digest 0.10.7", ] [[package]] name = "sha3" -version = "0.10.2" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a31480366ec990f395a61b7c08122d99bd40544fdb5abcfc1b06bb29994312c" +checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", "keccak", ] @@ -6397,19 +6777,13 @@ dependencies = [ "libc", ] -[[package]] -name = "signature" -version = "1.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" - [[package]] name = "signature" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" dependencies = [ - "digest 0.10.6", + "digest 0.10.7", "rand_core 0.6.4", ] @@ -6462,9 +6836,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.10.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" +checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" [[package]] name = "socket2" @@ -6508,7 +6882,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "hash-db", "log", @@ -6529,7 +6903,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "Inflector", "blake2", @@ -6537,13 +6911,13 @@ dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -6556,7 +6930,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "integer-sqrt", "num-traits", @@ -6570,7 +6944,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -6583,7 +6957,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "sp-api", "sp-inherents", @@ -6594,7 +6968,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "parity-scale-codec", @@ -6613,7 +6987,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "finality-grandpa", "log", @@ -6631,7 +7005,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -6643,13 +7017,15 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", + "arrayvec 0.7.2", + "bandersnatch_vrfs", "bitflags 1.3.2", "blake2", "bounded-collections", - "bs58", + "bs58 0.5.0", "dyn-clonable", "ed25519-zebra", "futures", @@ -6659,7 +7035,7 @@ dependencies = [ "lazy_static", "libsecp256k1", "log", - "merlin", + "merlin 2.0.1", "parity-scale-codec", "parking_lot", "paste", @@ -6688,12 +7064,12 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "blake2b_simd", "byteorder", - "digest 0.10.6", - "sha2 0.10.6", + "digest 0.10.7", + "sha2 0.10.8", "sha3", "twox-hash", ] @@ -6701,27 +7077,27 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "quote 1.0.33", "sp-core-hashing", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "environmental", "parity-scale-codec", @@ -6729,10 +7105,21 @@ dependencies = [ "sp-storage", ] +[[package]] +name = "sp-genesis-builder" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" +dependencies = [ + "serde_json", + "sp-api", + "sp-runtime", + "sp-std", +] + [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -6746,10 +7133,9 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "bytes", - "ed25519", "ed25519-dalek", "libsecp256k1", "log", @@ -6771,7 +7157,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "lazy_static", "sp-core", @@ -6782,7 +7168,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "parking_lot", @@ -6794,7 +7180,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", @@ -6805,7 +7191,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -6819,7 +7205,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "sp-api", "sp-core", @@ -6829,7 +7215,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "backtrace", "lazy_static", @@ -6839,7 +7225,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "either", "hash256-std-hasher", @@ -6861,7 +7247,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -6879,19 +7265,19 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "Inflector", "proc-macro-crate", "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -6906,7 +7292,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6920,7 +7306,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "hash-db", "log", @@ -6941,12 +7327,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6959,7 +7345,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "parity-scale-codec", @@ -6972,7 +7358,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "sp-std", @@ -6984,7 +7370,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "sp-api", "sp-runtime", @@ -6993,7 +7379,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "ahash 0.8.3", "hash-db", @@ -7016,7 +7402,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "impl-serde", "parity-scale-codec", @@ -7033,18 +7419,18 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -7057,7 +7443,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -7208,7 +7594,7 @@ dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", "rustversion", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -7275,7 +7661,7 @@ dependencies = [ "quote 1.0.33", "scale-info", "subxt-metadata", - "syn 2.0.29", + "syn 2.0.32", "thiserror", "tokio", ] @@ -7287,7 +7673,7 @@ dependencies = [ "darling 0.20.1", "proc-macro-error", "subxt-codegen", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -7315,7 +7701,7 @@ dependencies = [ "semver 1.0.13", "serde", "serde_json", - "sha2 0.10.6", + "sha2 0.10.8", "thiserror", "url", "zip", @@ -7345,9 +7731,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.29" +version = "2.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" +checksum = "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", @@ -7455,22 +7841,22 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -7532,7 +7918,7 @@ dependencies = [ "pbkdf2 0.11.0", "rand 0.8.5", "rustc-hash", - "sha2 0.10.6", + "sha2 0.10.8", "thiserror", "unicode-normalization", "wasm-bindgen", @@ -7590,7 +7976,7 @@ checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -7746,7 +8132,7 @@ checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -7874,8 +8260,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", - "digest 0.10.6", - "rand 0.8.5", + "digest 0.10.7", + "rand 0.4.6", "static_assertions", ] @@ -8333,7 +8719,7 @@ version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] diff --git a/standalone/pruntime/Cargo.lock b/standalone/pruntime/Cargo.lock index 7cefb980a5..c672ba7155 100644 --- a/standalone/pruntime/Cargo.lock +++ b/standalone/pruntime/Cargo.lock @@ -190,6 +190,205 @@ dependencies = [ "num-traits", ] +[[package]] +name = "aquamarine" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df752953c49ce90719c7bf1fc587bc8227aed04732ea0c0f85e5397d7fdbd1a1" +dependencies = [ + "include_dir", + "itertools", + "proc-macro-error", + "proc-macro2 1.0.66", + "quote 1.0.33", + "syn 1.0.109", +] + +[[package]] +name = "ark-bls12-381" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", +] + +[[package]] +name = "ark-ec" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" +dependencies = [ + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "derivative", + "hashbrown 0.13.2", + "itertools", + "num-traits", + "zeroize", +] + +[[package]] +name = "ark-ed-on-bls12-381-bandersnatch" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" +dependencies = [ + "ark-bls12-381", + "ark-ec", + "ark-ff", + "ark-std", +] + +[[package]] +name = "ark-ff" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" +dependencies = [ + "ark-ff-asm", + "ark-ff-macros", + "ark-serialize", + "ark-std", + "derivative", + "digest 0.10.7", + "itertools", + "num-bigint", + "num-traits", + "paste", + "rustc_version 0.4.0", + "zeroize", +] + +[[package]] +name = "ark-ff-asm" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" +dependencies = [ + "quote 1.0.33", + "syn 1.0.109", +] + +[[package]] +name = "ark-ff-macros" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" +dependencies = [ + "num-bigint", + "num-traits", + "proc-macro2 1.0.66", + "quote 1.0.33", + "syn 1.0.109", +] + +[[package]] +name = "ark-poly" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" +dependencies = [ + "ark-ff", + "ark-serialize", + "ark-std", + "derivative", + "hashbrown 0.13.2", +] + +[[package]] +name = "ark-scale" +version = "0.0.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49b08346a3e38e2be792ef53ee168623c9244d968ff00cd70fb9932f6fe36393" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", + "parity-scale-codec", +] + +[[package]] +name = "ark-scale" +version = "0.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51bd73bb6ddb72630987d37fa963e99196896c0d0ea81b7c894567e74a2f83af" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", + "parity-scale-codec", + "scale-info", +] + +[[package]] +name = "ark-secret-scalar" +version = "0.0.2" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", + "ark-transcript", + "digest 0.10.7", + "rand_core 0.6.4", + "zeroize", +] + +[[package]] +name = "ark-serialize" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" +dependencies = [ + "ark-serialize-derive", + "ark-std", + "digest 0.10.7", + "num-bigint", +] + +[[package]] +name = "ark-serialize-derive" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" +dependencies = [ + "proc-macro2 1.0.66", + "quote 1.0.33", + "syn 1.0.109", +] + +[[package]] +name = "ark-std" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" +dependencies = [ + "num-traits", + "rand 0.8.5", +] + +[[package]] +name = "ark-transcript" +version = "0.0.2" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-ff", + "ark-serialize", + "ark-std", + "digest 0.10.7", + "rand_core 0.6.4", + "sha3", +] + [[package]] name = "array-bytes" version = "6.1.0" @@ -320,6 +519,28 @@ dependencies = [ "rustc-demangle", ] +[[package]] +name = "bandersnatch_vrfs" +version = "0.0.1" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-bls12-381", + "ark-ec", + "ark-ed-on-bls12-381-bandersnatch", + "ark-ff", + "ark-scale 0.0.11", + "ark-serialize", + "ark-std", + "dleq_vrf", + "fflonk", + "merlin 3.0.0", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "ring 0.1.0", + "sha2 0.10.7", + "zeroize", +] + [[package]] name = "base-x" version = "0.2.11" @@ -558,6 +779,15 @@ dependencies = [ "sha2 0.9.9", ] +[[package]] +name = "bs58" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896" +dependencies = [ + "tinyvec", +] + [[package]] name = "bstr" version = "0.2.17" @@ -701,9 +931,9 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.15.2" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e70d3ad08698a0568b0562f22710fe6bfc1f4a61a367c77d0398c562eadd453a" +checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3" dependencies = [ "smallvec", ] @@ -832,7 +1062,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b30a84aab436fcb256a2ab3c80663d8aec686e6bae12827bb05fef3e1e439c9f" dependencies = [ "bincode", - "bs58", + "bs58 0.4.0", "coins-core", "digest 0.10.7", "getrandom 0.2.10", @@ -869,7 +1099,7 @@ checksum = "9b949a1c63fb7eb591eb7ba438746326aedf0ae843e51ec92ba6bec5bb382c4f" dependencies = [ "base64 0.21.4", "bech32 0.7.3", - "bs58", + "bs58 0.4.0", "digest 0.10.7", "generic-array 0.14.7", "hex", @@ -887,6 +1117,20 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +[[package]] +name = "common" +version = "0.1.0" +source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "fflonk", + "merlin 3.0.0", +] + [[package]] name = "common-path" version = "1.0.0" @@ -1224,6 +1468,33 @@ dependencies = [ "zeroize", ] +[[package]] +name = "curve25519-dalek" +version = "4.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" +dependencies = [ + "cfg-if", + "cpufeatures", + "curve25519-dalek-derive", + "digest 0.10.7", + "fiat-crypto", + "platforms", + "rustc_version 0.4.0", + "subtle", +] + +[[package]] +name = "curve25519-dalek-derive" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" +dependencies = [ + "proc-macro2 1.0.66", + "quote 1.0.33", + "syn 2.0.31", +] + [[package]] name = "darling" version = "0.13.4" @@ -1478,29 +1749,47 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" +[[package]] +name = "dleq_vrf" +version = "0.0.2" +source = "git+https://github.com/w3f/ring-vrf?rev=3119f51#3119f51b54b69308abfb0671f6176cb125ae1bf1" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-scale 0.0.10", + "ark-secret-scalar", + "ark-serialize", + "ark-std", + "ark-transcript", + "arrayvec 0.7.2", + "rand_core 0.6.4", + "zeroize", +] + [[package]] name = "docify" -version = "0.1.16" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af1b04e6ef3d21119d3eb7b032bca17f99fe041e9c072f30f32cc0e1a2b1f3c4" +checksum = "76ee528c501ddd15d5181997e9518e59024844eac44fd1e40cb20ddb2a8562fa" dependencies = [ "docify_macros", ] [[package]] name = "docify_macros" -version = "0.1.16" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b5610df7f2acf89a1bb5d1a66ae56b1c7fcdcfe3948856fb3ace3f644d70eb7" +checksum = "0ca01728ab2679c464242eca99f94e2ce0514b52ac9ad950e2ed03fca991231c" dependencies = [ "common-path", "derive-syn-parse", - "lazy_static", + "once_cell", "proc-macro2 1.0.66", "quote 1.0.33", "regex", "syn 2.0.31", "termcolor", + "toml 0.7.6", "walkdir", ] @@ -1573,28 +1862,27 @@ dependencies = [ "digest 0.10.7", "elliptic-curve", "rfc6979", - "signature 2.1.0", + "signature", ] [[package]] name = "ed25519" -version = "1.5.3" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" +checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d" dependencies = [ - "signature 1.6.4", + "signature", ] [[package]] name = "ed25519-dalek" -version = "1.0.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" +checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980" dependencies = [ - "curve25519-dalek 3.2.0", + "curve25519-dalek 4.1.1", "ed25519", - "sha2 0.9.9", - "zeroize", + "sha2 0.10.7", ] [[package]] @@ -2172,6 +2460,25 @@ dependencies = [ "subtle", ] +[[package]] +name = "fflonk" +version = "0.1.0" +source = "git+https://github.com/w3f/fflonk#26a5045b24e169cffc1f9328ca83d71061145c40" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "merlin 3.0.0", +] + +[[package]] +name = "fiat-crypto" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d" + [[package]] name = "figment" version = "0.10.6" @@ -2306,7 +2613,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-support-procedural", @@ -2331,7 +2638,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", @@ -2342,7 +2649,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2359,11 +2666,12 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", "frame-try-runtime", + "log", "parity-scale-codec", "scale-info", "sp-core", @@ -2388,9 +2696,11 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ + "aquamarine", "bitflags 1.3.2", + "docify", "environmental", "frame-metadata", "frame-support-procedural", @@ -2402,27 +2712,31 @@ dependencies = [ "paste", "scale-info", "serde", + "serde_json", "smallvec", "sp-api", "sp-arithmetic", "sp-core", "sp-core-hashing-proc-macro", "sp-debug-derive", + "sp-genesis-builder", "sp-inherents", "sp-io", + "sp-metadata-ir", "sp-runtime", "sp-staking", "sp-state-machine", "sp-std", "sp-tracing", "sp-weights", + "static_assertions", "tt-call", ] [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "Inflector", "cfg-expr", @@ -2440,7 +2754,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2452,7 +2766,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", @@ -2462,7 +2776,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "cfg-if", "frame-support", @@ -2481,7 +2795,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -2496,7 +2810,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "sp-api", @@ -2505,7 +2819,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "parity-scale-codec", @@ -2902,12 +3216,6 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" -[[package]] -name = "hex-literal" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" - [[package]] name = "hex-literal" version = "0.4.1" @@ -3181,6 +3489,25 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "include_dir" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" +dependencies = [ + "include_dir_macros", +] + +[[package]] +name = "include_dir_macros" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" +dependencies = [ + "proc-macro2 1.0.66", + "quote 1.0.33", +] + [[package]] name = "indenter" version = "0.3.3" @@ -3517,7 +3844,7 @@ dependencies = [ "elliptic-curve", "once_cell", "sha2 0.10.7", - "signature 2.1.0", + "signature", ] [[package]] @@ -3894,6 +4221,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "merlin" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" +dependencies = [ + "byteorder", + "keccak", + "rand_core 0.6.4", + "zeroize", +] + [[package]] name = "mime" version = "0.3.16" @@ -4006,7 +4345,7 @@ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "sp-core", "sp-runtime", @@ -4217,11 +4556,12 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", + "log", "parity-scale-codec", "scale-info", "sp-core", @@ -4232,7 +4572,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -4248,7 +4588,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -4262,7 +4602,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4286,8 +4626,10 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ + "aquamarine", + "docify", "frame-benchmarking", "frame-election-provider-support", "frame-support", @@ -4306,7 +4648,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4321,7 +4663,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4339,7 +4681,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4358,7 +4700,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4375,7 +4717,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4393,7 +4735,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4416,7 +4758,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4424,12 +4766,13 @@ dependencies = [ "parity-scale-codec", "sp-npos-elections", "sp-runtime", + "sp-std", ] [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4448,7 +4791,7 @@ dependencies = [ [[package]] name = "pallet-evm_account_mapping" version = "0.0.1" -source = "git+https://github.com/Phala-Network/substrate-evm_account_mapping?branch=polkadot-v1.0.0#ce3d6ba85f03a7b8f124ca5e48765b106fa188ea" +source = "git+https://github.com/Phala-Network/substrate-evm_account_mapping?branch=release-polkadot-v1.1.0#14a02dffb30d93e5065d9f0469887af1eb63fd27" dependencies = [ "ethabi", "frame-support", @@ -4467,7 +4810,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "docify", "frame-benchmarking", @@ -4486,7 +4829,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4509,7 +4852,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4525,7 +4868,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4545,7 +4888,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4562,7 +4905,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -4576,7 +4919,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4590,7 +4933,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4615,7 +4958,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4631,11 +4974,12 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", "log", + "pallet-balances", "parity-scale-codec", "scale-info", "sp-core", @@ -4643,12 +4987,13 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-std", + "sp-tracing", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4668,7 +5013,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -4679,7 +5024,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -4696,7 +5041,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4720,7 +5065,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4737,7 +5082,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4752,7 +5097,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4767,7 +5112,7 @@ dependencies = [ [[package]] name = "pallet-rmrk-core" version = "0.0.1" -source = "git+https://github.com/Phala-Network/rmrk-substrate?branch=polkadot-v1.0.0#f4278b973d8c861159c53d23e7ae1bd72c600d96" +source = "git+https://github.com/Phala-Network/rmrk-substrate?branch=release-polkadot-v1.1.0#f3b76e57f9e9eb3037d376cf689353a1074b21f2" dependencies = [ "frame-benchmarking", "frame-support", @@ -4785,8 +5130,9 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", @@ -4802,7 +5148,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -4816,6 +5162,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", + "sp-state-machine", "sp-std", "sp-trie", ] @@ -4823,13 +5170,14 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "pallet-session", "pallet-staking", + "parity-scale-codec", "rand 0.8.5", "sp-runtime", "sp-session", @@ -4839,12 +5187,11 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "hex-literal 0.3.4", "log", "parity-scale-codec", "rand_chacha 0.2.2", @@ -4858,7 +5205,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4880,7 +5227,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.66", @@ -4891,7 +5238,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4906,7 +5253,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4918,13 +5265,14 @@ dependencies = [ "sp-io", "sp-runtime", "sp-std", + "sp-storage", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4943,7 +5291,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-support", "frame-system", @@ -4959,7 +5307,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -4971,7 +5319,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -4988,7 +5336,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5003,7 +5351,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5019,7 +5367,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-benchmarking", "frame-support", @@ -5260,7 +5608,7 @@ dependencies = [ "glob", "hash-db", "hex", - "hex-literal 0.4.1", + "hex-literal", "hex_fmt", "im", "itertools", @@ -5287,8 +5635,8 @@ dependencies = [ "regex", "reqwest", "reqwest-env-proxy", + "ring 0.16.20", "scale-info", - "ring", "scopeguard", "serde", "serde_cbor", @@ -5368,7 +5716,7 @@ dependencies = [ "aead", "aead-io", "curve25519-dalek 2.1.3", - "ring", + "ring 0.16.20", "schnorrkel", "sp-application-crypto", "sp-core", @@ -5409,7 +5757,7 @@ dependencies = [ "frame-system-benchmarking", "frame-system-rpc-runtime-api", "frame-try-runtime", - "hex-literal 0.4.1", + "hex-literal", "log", "node-primitives", "pallet-assets", @@ -5496,7 +5844,7 @@ dependencies = [ "frame-support", "frame-system", "hex", - "hex-literal 0.4.1", + "hex-literal", "log", "pallet-assets", "pallet-balances", @@ -5605,7 +5953,7 @@ dependencies = [ "frame-support", "frame-system", "hex", - "hex-literal 0.4.1", + "hex-literal", "log", "parity-scale-codec", "primitive-types", @@ -5761,7 +6109,7 @@ dependencies = [ "pink-extension", "reqwest", "reqwest-env-proxy", - "ring", + "ring 0.16.20", "sp-core", "sp-runtime-interface", "tokio", @@ -5812,6 +6160,12 @@ version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" +[[package]] +name = "platforms" +version = "3.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4503fa043bf02cee09a9582e9554b4c6403b2ef55e4612e96561d294419429f8" + [[package]] name = "ppv-lite86" version = "0.2.17" @@ -6579,6 +6933,21 @@ dependencies = [ "subtle", ] +[[package]] +name = "ring" +version = "0.1.0" +source = "git+https://github.com/w3f/ring-proof?rev=0e948f3#0e948f3c28cbacecdd3020403c4841c0eb339213" +dependencies = [ + "ark-ec", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "common", + "fflonk", + "merlin 3.0.0", +] + [[package]] name = "ring" version = "0.16.20" @@ -6663,7 +7032,7 @@ dependencies = [ [[package]] name = "rmrk-traits" version = "0.0.1" -source = "git+https://github.com/Phala-Network/rmrk-substrate?branch=polkadot-v1.0.0#f4278b973d8c861159c53d23e7ae1bd72c600d96" +source = "git+https://github.com/Phala-Network/rmrk-substrate?branch=release-polkadot-v1.1.0#f3b76e57f9e9eb3037d376cf689353a1074b21f2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6733,8 +7102,8 @@ dependencies = [ [[package]] name = "rocket_cors" -version = "0.6.0-alpha1" -source = "git+https://github.com/lawliet89/rocket_cors#54fae0701dffbe5df686465780218644ee3fae5f" +version = "0.6.0-alpha2" +source = "git+https://github.com/lawliet89/rocket_cors#985098dd8f3b052716111eaa872d184cc21a1a68" dependencies = [ "http", "log", @@ -6845,7 +7214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" dependencies = [ "log", - "ring", + "ring 0.16.20", "sct", "webpki", ] @@ -6857,7 +7226,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79ea77c539259495ce8ca47f53e66ae0330a8819f67e23ac96ca02f50e7b7d36" dependencies = [ "log", - "ring", + "ring 0.16.20", "rustls-webpki 0.101.1", "sct", ] @@ -6883,7 +7252,7 @@ version = "0.100.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] @@ -6893,7 +7262,7 @@ version = "0.101.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15f36a6828982f422756984e47912a7a51dcbc2a197aa791158f8ca61cd8204e" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] @@ -6902,7 +7271,7 @@ name = "rustls-webpki" version = "0.102.0-alpha.3" source = "git+https://github.com/rustls/webpki#2ed9a4324f48c2c46ffdd7dc9d3eb315af25fce2" dependencies = [ - "ring", + "ring 0.16.20", "rustls-pki-types", "untrusted 0.7.1", ] @@ -7063,7 +7432,7 @@ dependencies = [ "arrayvec 0.5.2", "curve25519-dalek 2.1.3", "getrandom 0.1.16", - "merlin", + "merlin 2.0.1", "rand 0.7.3", "rand_core 0.5.1", "sha2 0.8.2", @@ -7101,7 +7470,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] @@ -7456,12 +7825,6 @@ dependencies = [ "libc", ] -[[package]] -name = "signature" -version = "1.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" - [[package]] name = "signature" version = "2.1.0" @@ -7533,9 +7896,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.9.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" +checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" [[package]] name = "socket2" @@ -7574,7 +7937,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "hash-db", "log", @@ -7595,7 +7958,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "Inflector", "blake2", @@ -7609,7 +7972,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -7622,7 +7985,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "integer-sqrt", "num-traits", @@ -7636,7 +7999,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -7649,7 +8012,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "sp-api", "sp-inherents", @@ -7660,7 +8023,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "parity-scale-codec", @@ -7679,7 +8042,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "finality-grandpa", "log", @@ -7697,7 +8060,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -7709,13 +8072,15 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "array-bytes", + "arrayvec 0.7.2", + "bandersnatch_vrfs", "bitflags 1.3.2", "blake2", "bounded-collections", - "bs58", + "bs58 0.5.0", "dyn-clonable", "ed25519-zebra", "futures", @@ -7725,7 +8090,7 @@ dependencies = [ "lazy_static", "libsecp256k1", "log", - "merlin", + "merlin 2.0.1", "parity-scale-codec", "parking_lot", "paste", @@ -7754,7 +8119,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "blake2b_simd", "byteorder", @@ -7767,7 +8132,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "quote 1.0.33", "sp-core-hashing", @@ -7777,7 +8142,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", @@ -7787,7 +8152,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "environmental", "parity-scale-codec", @@ -7795,10 +8160,21 @@ dependencies = [ "sp-storage", ] +[[package]] +name = "sp-genesis-builder" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" +dependencies = [ + "serde_json", + "sp-api", + "sp-runtime", + "sp-std", +] + [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -7812,10 +8188,9 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "bytes", - "ed25519", "ed25519-dalek", "libsecp256k1", "log", @@ -7837,7 +8212,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "lazy_static", "sp-core", @@ -7848,7 +8223,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "parking_lot", @@ -7860,7 +8235,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -7871,7 +8246,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -7885,7 +8260,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "sp-api", "sp-core", @@ -7895,7 +8270,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "backtrace", "lazy_static", @@ -7905,7 +8280,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "either", "hash256-std-hasher", @@ -7927,7 +8302,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -7945,7 +8320,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "Inflector", "proc-macro-crate", @@ -7957,7 +8332,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -7972,7 +8347,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7986,7 +8361,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "hash-db", "log", @@ -8007,12 +8382,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8025,7 +8400,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "async-trait", "parity-scale-codec", @@ -8038,7 +8413,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "sp-std", @@ -8050,7 +8425,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "sp-api", "sp-runtime", @@ -8059,7 +8434,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "ahash 0.8.3", "hash-db", @@ -8082,7 +8457,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8099,7 +8474,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "proc-macro2 1.0.66", @@ -8110,7 +8485,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -8123,7 +8498,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0#948fbd2fd1233dc26dbb9f9bbc1d2cca2c03945d" +source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polkadot-v1.1.0#f60318f68687e601c47de5ad5ca88e2c3f8139a7" dependencies = [ "parity-scale-codec", "scale-info", @@ -8513,18 +8888,18 @@ version = "0.1.0" [[package]] name = "thiserror" -version = "1.0.43" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" +checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.43" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" +checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" dependencies = [ "proc-macro2 1.0.66", "quote 1.0.33", @@ -9035,7 +9410,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.8.5", + "rand 0.4.6", "static_assertions", ] @@ -9863,7 +10238,7 @@ version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" dependencies = [ - "ring", + "ring 0.16.20", "untrusted 0.7.1", ] diff --git a/standalone/pruntime/Cargo.toml b/standalone/pruntime/Cargo.toml index 2783039e0a..d7b7868320 100644 --- a/standalone/pruntime/Cargo.toml +++ b/standalone/pruntime/Cargo.toml @@ -20,7 +20,7 @@ num_cpus = "1.13" version = "3.0.0" rocket = { version = "0.5.0-rc.3", features = ["json"] } -rocket_cors = { version = "0.6.0-alpha1", git = "https://github.com/lawliet89/rocket_cors" } +rocket_cors = { version = "0.6.0-alpha2", git = "https://github.com/lawliet89/rocket_cors" } serde_json = "1.0" base64 = "0.13.0" @@ -48,5 +48,5 @@ hex_fmt = "0.3.0" derive_more = { version = "0.99.17", git = "https://github.com/JelteF/derive_more" } # For pink-extension-runtime, it will introduce Substrate from crates-io which usually different with polkadot-branch -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-runtime-interface = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-runtime-interface = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } diff --git a/standalone/replay/Cargo.toml b/standalone/replay/Cargo.toml index 2e5ac072d3..aaaa649d8e 100644 --- a/standalone/replay/Cargo.toml +++ b/standalone/replay/Cargo.toml @@ -10,8 +10,8 @@ phala-trie-storage = { path = "../../crates/phala-trie-storage" } phactory = { path = "../../crates/phactory", features = ["gk-stat"] } phactory-api = { path = "../../crates/phactory/api" } pherry = { path = "../pherry" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } log = "0.4.14" anyhow = "1.0.69" diff --git a/standalone/rpc/Cargo.toml b/standalone/rpc/Cargo.toml index 75d406e956..e3beeda451 100644 --- a/standalone/rpc/Cargo.toml +++ b/standalone/rpc/Cargo.toml @@ -12,23 +12,23 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpsee = { version = "0.16.2", features = ["server"] } -node-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-consensus-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-sync-state-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } +node-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-consensus-babe-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-consensus-grandpa-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-rpc-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-sync-state-rpc = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-consensus = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0" } diff --git a/standalone/rpc/src/lib.rs b/standalone/rpc/src/lib.rs index 8d70793d61..3c2b8f68b0 100644 --- a/standalone/rpc/src/lib.rs +++ b/standalone/rpc/src/lib.rs @@ -112,7 +112,7 @@ where P: TransactionPool + 'static, SC: SelectChain + 'static, B: sc_client_api::Backend + Send + Sync + 'static, - B::State: sc_client_api::backend::StateBackend>, + B::State: sc_client_api::backend::StateBackend>, { use pallet_transaction_payment_rpc::{TransactionPayment, TransactionPaymentApiServer}; use sc_consensus_babe_rpc::{Babe, BabeApiServer}; diff --git a/standalone/runtime/Cargo.toml b/standalone/runtime/Cargo.toml index d779d9dc3e..d9fcf44262 100644 --- a/standalone/runtime/Cargo.toml +++ b/standalone/runtime/Cargo.toml @@ -21,89 +21,89 @@ log = { version = "0.4.14", default-features = false } phala-types = { path = "../../crates/phala-types", default-features = false } # primitives -sp-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -node-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-version = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +sp-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +node-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-version = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +sp-io = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } # frame dependencies -frame-executive = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false, optional = true } -frame-election-provider-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false, optional = true } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false, optional = true } -pallet-assets = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-authority-discovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-bags-list = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-bounties = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-child-bounties = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-collective = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-democracy = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-fast-unstake = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-im-online = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-indices = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-identity = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-lottery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-membership = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-multisig = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-nomination-pools = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false, optional = true } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-offences = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false, optional = true } -pallet-preimage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-proxy = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-recovery = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false, features = ["historical"] } -pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false, optional = true } -pallet-staking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-staking-reward-curve = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-society = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-tips = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-vesting = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } -pallet-uniques = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", default-features = false } +frame-executive = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false, optional = true } +frame-election-provider-support = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false, optional = true } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false, optional = true } +pallet-assets = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-authority-discovery = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-bags-list = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-bounties = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-child-bounties = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-collective = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-democracy = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-elections-phragmen = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-fast-unstake = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-grandpa = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-im-online = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-indices = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-identity = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-lottery = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-membership = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-nomination-pools = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-nomination-pools-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false, optional = true } +pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-offences = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-offences-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false, optional = true } +pallet-preimage = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-proxy = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-recovery = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-session = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false, features = ["historical"] } +pallet-session-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false, optional = true } +pallet-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-staking-reward-curve = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-scheduler = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-society = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-tips = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-treasury = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-vesting = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } +pallet-uniques = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", default-features = false } phala-pallets = { path = "../../pallets/phala", default-features = false } pallet-mq-runtime-api = { path = "../../pallets/phala/mq-runtime-api", default-features = false } phat-offchain-rollup = { path = "../../pallets/offchain-rollup", default-features = false } # RMRK dependencies -pallet-rmrk-core = { git = "https://github.com/Phala-Network/rmrk-substrate", branch = "polkadot-v1.0.0", default-features = false } -rmrk-traits = { git = "https://github.com/Phala-Network/rmrk-substrate", branch = "polkadot-v1.0.0", default-features = false } +pallet-rmrk-core = { git = "https://github.com/Phala-Network/rmrk-substrate", branch = "release-polkadot-v1.1.0", default-features = false } +rmrk-traits = { git = "https://github.com/Phala-Network/rmrk-substrate", branch = "release-polkadot-v1.1.0", default-features = false } -pallet-evm_account_mapping = { git = "https://github.com/Phala-Network/substrate-evm_account_mapping", branch = "polkadot-v1.0.0", default-features = false } +pallet-evm_account_mapping = { git = "https://github.com/Phala-Network/substrate-evm_account_mapping", branch = "release-polkadot-v1.1.0", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0", optional = true } +substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", branch = "release-polkadot-v1.1.0", optional = true } [features] default = ["std", "include-wasm"] diff --git a/standalone/runtime/src/lib.rs b/standalone/runtime/src/lib.rs index 15a8b48028..3bc5c3cacf 100644 --- a/standalone/runtime/src/lib.rs +++ b/standalone/runtime/src/lib.rs @@ -27,6 +27,7 @@ mod msg_routing; use codec::{Decode, Encode, MaxEncodedLen}; use frame_election_provider_support::{ + bounds::{ElectionBounds, ElectionBoundsBuilder}, onchain, BalancingConfig, ElectionDataProvider, SequentialPhragmen, VoteWeight, }; use frame_support::{ @@ -45,7 +46,7 @@ use frame_support::{ }, IdentityFee, Weight, }, - PalletId, RuntimeDebug, + PalletId, }; use frame_system::{ limits::{BlockLength, BlockWeights}, @@ -74,7 +75,7 @@ use sp_runtime::{ }, transaction_validity::{TransactionPriority, TransactionSource, TransactionValidity}, AccountId32, ApplyExtrinsicResult, FixedPointNumber, FixedU128, Perbill, Percent, Permill, - Perquintill, + Perquintill, RuntimeDebug, }; use sp_std::prelude::*; #[cfg(any(feature = "std", test))] @@ -439,10 +440,11 @@ impl pallet_babe::Config for Runtime { type DisabledValidators = Session; type WeightInfo = (); type MaxAuthorities = MaxAuthorities; + type MaxNominators = MaxNominatorRewardedPerValidator; type KeyOwnerProof = >::Proof; type EquivocationReportSystem = - pallet_babe::EquivocationReportSystem; + pallet_babe::EquivocationReportSystem; } parameter_types! { @@ -568,6 +570,9 @@ parameter_types! { pub HistoryDepth: u32 = 84; } +/// Upper limit on the number of NPOS nominations. +const MAX_QUOTA_NOMINATIONS: u32 = 16; + pub struct StakingBenchmarkingConfig; impl pallet_staking::BenchmarkingConfig for StakingBenchmarkingConfig { type MaxNominators = ConstU32<1000>; @@ -575,7 +580,6 @@ impl pallet_staking::BenchmarkingConfig for StakingBenchmarkingConfig { } impl pallet_staking::Config for Runtime { - type MaxNominations = MaxNominations; type Currency = Balances; type CurrencyBalance = Balance; type UnixTime = Timestamp; @@ -600,6 +604,7 @@ impl pallet_staking::Config for Runtime { type ElectionProvider = ElectionProviderMultiPhase; type GenesisElectionProvider = onchain::OnChainExecution; type VoterList = VoterList; + type NominationsQuota = pallet_staking::FixedNominationsQuota; // This a placeholder, to be introduced in the next PR as an instance of bags-list type TargetList = pallet_staking::UseValidatorsMap; type MaxUnlockingChunks = ConstU32<32>; @@ -611,7 +616,7 @@ impl pallet_staking::Config for Runtime { impl pallet_fast_unstake::Config for Runtime { type RuntimeEvent = RuntimeEvent; - type ControlOrigin = EnsureRoot; + type ControlOrigin = frame_system::EnsureRoot; type BatchSize = ConstU32<64>; type Deposit = ConstU128<{ DOLLARS }>; type Currency = Balances; @@ -634,7 +639,7 @@ parameter_types! { pub BetterUnsignedThreshold: Perbill = Perbill::from_rational(1u32, 10_000); - // worker configs + // miner configs pub const MultiPhaseUnsignedPriority: TransactionPriority = StakingUnsignedPriority::get() - 1u64; pub MinerMaxWeight: Weight = RuntimeBlockWeights::get() .get(DispatchClass::Normal) @@ -653,17 +658,20 @@ frame_election_provider_support::generate_solution_type!( VoterIndex = u32, TargetIndex = u16, Accuracy = sp_runtime::PerU16, - MaxVoters = MaxElectingVoters, + MaxVoters = MaxElectingVotersSolution, >(16) ); parameter_types! { + // Note: the EPM in this runtime runs the election on-chain. The election bounds must be + // carefully set so that an election round fits in one block. + pub ElectionBoundsMultiPhase: ElectionBounds = ElectionBoundsBuilder::default() + .voters_count(10_000.into()).targets_count(1_500.into()).build(); + pub ElectionBoundsOnChain: ElectionBounds = ElectionBoundsBuilder::default() + .voters_count(5_000.into()).targets_count(1_250.into()).build(); + pub MaxNominations: u32 = ::LIMIT as u32; - pub MaxElectingVoters: u32 = 40_000; - pub MaxElectableTargets: u16 = 10_000; - // OnChain values are lower. - pub MaxOnChainElectingVoters: u32 = 5000; - pub MaxOnChainElectableTargets: u16 = 1250; + pub MaxElectingVotersSolution: u32 = 40_000; // The maximum winners that can be elected by the Election pallet which is equivalent to the // maximum active validators the staking pallet can have. pub MaxActiveValidators: u32 = 1000; @@ -684,28 +692,25 @@ impl pallet_election_provider_multi_phase::BenchmarkingConfig for ElectionProvid } /// Maximum number of iterations for balancing that will be executed in the embedded OCW -/// worker of election provider multi phase. -pub const WORKER_MAX_ITERATIONS: u32 = 10; +/// miner of election provider multi phase. +pub const MINER_MAX_ITERATIONS: u32 = 10; -/// A source of random balance for NposSolver, which is meant to be run by the OCW election worker. +/// A source of random balance for NposSolver, which is meant to be run by the OCW election miner. pub struct OffchainRandomBalancing; impl Get> for OffchainRandomBalancing { fn get() -> Option { - let iterations = match WORKER_MAX_ITERATIONS { + let iterations = match MINER_MAX_ITERATIONS { 0 => 0, max => { let seed = sp_io::offchain::random_seed(); let random = ::decode(&mut TrailingZeroInput::new(&seed)) - .expect("input is padded with zeroes; qed") - % max.saturating_add(1); + .expect("input is padded with zeroes; qed") % + max.saturating_add(1); random as usize - } + }, }; - let config = BalancingConfig { - iterations, - tolerance: 0, - }; + let config = BalancingConfig { iterations, tolerance: 0 }; Some(config) } } @@ -720,8 +725,7 @@ impl onchain::Config for OnChainSeqPhragmen { type DataProvider = ::DataProvider; type WeightInfo = frame_election_provider_support::weights::SubstrateWeight; type MaxWinners = ::MaxWinners; - type VotersBound = MaxOnChainElectingVoters; - type TargetsBound = MaxOnChainElectableTargets; + type Bounds = ElectionBoundsOnChain; } impl pallet_election_provider_multi_phase::MinerConfig for Runtime { @@ -769,9 +773,8 @@ impl pallet_election_provider_multi_phase::Config for Runtime { type GovernanceFallback = onchain::OnChainExecution; type Solver = SequentialPhragmen, OffchainRandomBalancing>; type ForceOrigin = EnsureRootOrHalfCouncil; - type MaxElectableTargets = MaxElectableTargets; type MaxWinners = MaxActiveValidators; - type MaxElectingVoters = MaxElectingVoters; + type ElectionBounds = ElectionBoundsMultiPhase; type BenchmarkingConfig = ElectionProviderBenchmarkConfig; type WeightInfo = pallet_election_provider_multi_phase::weights::SubstrateWeight; } @@ -1190,10 +1193,11 @@ impl pallet_grandpa::Config for Runtime { type RuntimeEvent = RuntimeEvent; type WeightInfo = (); type MaxAuthorities = MaxAuthorities; + type MaxNominators = MaxNominatorRewardedPerValidator; type MaxSetIdSessionEntries = MaxSetIdSessionEntries; type KeyOwnerProof = >::Proof; type EquivocationReportSystem = - pallet_grandpa::EquivocationReportSystem; + pallet_grandpa::EquivocationReportSystem; } parameter_types! { diff --git a/standalone/runtime/src/msg_routing.rs b/standalone/runtime/src/msg_routing.rs index 0e3606afb1..2c351665dc 100644 --- a/standalone/runtime/src/msg_routing.rs +++ b/standalone/runtime/src/msg_routing.rs @@ -1,6 +1,7 @@ use super::pallet_mq; use codec::Decode; -use frame_support::dispatch::{DispatchError, DispatchResult}; +use frame_support::dispatch::DispatchResult; +use sp_runtime::DispatchError; use phala_types::messaging::{BindTopic, DecodedMessage, Message}; pub struct MessageRouteConfig; diff --git a/subxt b/subxt index c3223303af..f1fee82466 160000 --- a/subxt +++ b/subxt @@ -1 +1 @@ -Subproject commit c3223303af9fed4bbc306796e5176def9e969fe7 +Subproject commit f1fee82466c649ed951db1d44d198f86e439dd56