diff --git a/Cargo.lock b/Cargo.lock index 6f75ac9..6e801cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,17 +55,6 @@ dependencies = [ "convert_case 0.5.0", ] -[[package]] -name = "ahash" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" -dependencies = [ - "getrandom", - "once_cell", - "version_check", -] - [[package]] name = "ahash" version = "0.8.11" @@ -88,6 +77,12 @@ dependencies = [ "memchr", ] +[[package]] +name = "allocator-api2" +version = "0.2.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" + [[package]] name = "anstream" version = "0.6.14" @@ -139,9 +134,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.82" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "ark-bls12-377" @@ -229,7 +224,7 @@ dependencies = [ "ark-std", "derivative", "hashbrown 0.13.2", - "itertools", + "itertools 0.10.5", "num-traits", "rayon", "zeroize", @@ -297,7 +292,7 @@ dependencies = [ "ark-std", "derivative", "digest 0.10.7", - "itertools", + "itertools 0.10.5", "num-bigint", "num-traits", "paste", @@ -426,15 +421,15 @@ dependencies = [ "ark-serialize", "ark-std", "digest 0.10.7", - "rand_core 0.6.4", + "rand_core", "sha3 0.10.8", ] [[package]] name = "array-bytes" -version = "6.2.2" +version = "6.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f840fb7195bcfc5e17ea40c26e5ce6d5b9ce5d584466e17703209657e459ae0" +checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" [[package]] name = "arrayref" @@ -505,7 +500,7 @@ dependencies = [ "fflonk", "merlin", "rand_chacha", - "rand_core 0.6.4", + "rand_core", "ring 0.1.0", "sha2 0.10.8", "sp-ark-bls12-381", @@ -742,9 +737,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.96" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd" +checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" dependencies = [ "jobserver", "libc", @@ -801,7 +796,7 @@ dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] @@ -1080,7 +1075,7 @@ dependencies = [ "cranelift-codegen", "cranelift-entity", "cranelift-frontend", - "itertools", + "itertools 0.10.5", "log", "smallvec", "wasmparser", @@ -1089,9 +1084,9 @@ dependencies = [ [[package]] name = "crc32fast" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ "cfg-if", ] @@ -1117,9 +1112,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crossterm" @@ -1159,7 +1154,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ "generic-array", - "rand_core 0.6.4", + "rand_core", "subtle", "zeroize", ] @@ -1171,7 +1166,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array", - "rand_core 0.6.4", + "rand_core", "typenum", ] @@ -1185,19 +1180,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "curve25519-dalek" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" -dependencies = [ - "byteorder", - "digest 0.9.0", - "rand_core 0.5.1", - "subtle", - "zeroize", -] - [[package]] name = "curve25519-dalek" version = "4.1.2" @@ -1223,7 +1205,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] @@ -1281,7 +1263,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] @@ -1392,9 +1374,9 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.60", + "syn 2.0.65", "termcolor", - "toml 0.8.12", + "toml 0.8.13", "walkdir", ] @@ -1465,7 +1447,7 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ - "curve25519-dalek 4.1.2", + "curve25519-dalek", "ed25519", "serde", "sha2 0.10.8", @@ -1475,23 +1457,24 @@ dependencies = [ [[package]] name = "ed25519-zebra" -version = "3.1.0" +version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6" +checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ - "curve25519-dalek 3.2.0", - "hashbrown 0.12.3", + "curve25519-dalek", + "ed25519", + "hashbrown 0.14.5", "hex", - "rand_core 0.6.4", - "sha2 0.9.9", + "rand_core", + "sha2 0.10.8", "zeroize", ] [[package]] name = "either" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" +checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" [[package]] name = "elliptic-curve" @@ -1506,7 +1489,7 @@ dependencies = [ "generic-array", "group", "pkcs8", - "rand_core 0.6.4", + "rand_core", "sec1", "serdect", "subtle", @@ -1563,9 +1546,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" +checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" dependencies = [ "libc", "windows-sys 0.52.0", @@ -1582,7 +1565,7 @@ dependencies = [ "prettier-please", "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] @@ -1607,7 +1590,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" dependencies = [ - "rand_core 0.6.4", + "rand_core", "subtle", ] @@ -1626,9 +1609,9 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38793c55593b33412e3ae40c2c9781ffaa6f438f6f8c10f24e71846fbd7ae01e" +checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] name = "file-per-thread-logger" @@ -1784,7 +1767,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] @@ -1839,9 +1822,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "libc", @@ -1855,7 +1838,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ "rand", - "rand_core 0.6.4", + "rand_core", ] [[package]] @@ -1882,7 +1865,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff", - "rand_core 0.6.4", + "rand_core", "subtle", ] @@ -1906,9 +1889,6 @@ name = "hashbrown" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" -dependencies = [ - "ahash 0.7.8", -] [[package]] name = "hashbrown" @@ -1916,7 +1896,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.11", + "ahash", ] [[package]] @@ -1924,6 +1904,10 @@ name = "hashbrown" version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" +dependencies = [ + "ahash", + "allocator-api2", +] [[package]] name = "heck" @@ -1945,9 +1929,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hex-conservative" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30ed443af458ccb6d81c1e7e661545f94d3176752fb1df2f543b902a1e0f51e2" +checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" [[package]] name = "hmac" @@ -2149,9 +2133,9 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" dependencies = [ "cfg-if", ] @@ -2178,7 +2162,7 @@ dependencies = [ [[package]] name = "ipfs-hasher" -version = "0.20.0" +version = "0.21.0" dependencies = [ "ipfs-unixfs", "thiserror", @@ -2231,6 +2215,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.11" @@ -2286,9 +2279,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.154" +version = "0.2.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" +checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libredox" @@ -2356,9 +2349,9 @@ checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" [[package]] name = "linux-raw-sys" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "litrs" @@ -2441,7 +2434,7 @@ checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" dependencies = [ "byteorder", "keccak", - "rand_core 0.6.4", + "rand_core", "zeroize", ] @@ -2453,9 +2446,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "miniz_oxide" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" +checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" dependencies = [ "adler", ] @@ -2567,11 +2560,10 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" +checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" dependencies = [ - "autocfg", "num-integer", "num-traits", ] @@ -2673,16 +2665,16 @@ checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes", "rand", - "rand_core 0.6.4", + "rand_core", "serde", "unicode-normalization", ] [[package]] name = "parity-scale-codec" -version = "3.6.9" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "881331e34fa842a2fb61cc2db9643a8fedc615e47cfcc52597d1af0db9a7e8fe" +checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -2695,11 +2687,11 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.6.9" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be30eaf4b0a9fba5336683b38de57bb86d179a35862ba6bfcf57625d006bde5b" +checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ - "proc-macro-crate 2.0.0", + "proc-macro-crate", "proc-macro2", "quote", "syn 1.0.109", @@ -2766,15 +2758,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ "base64ct", - "rand_core 0.6.4", + "rand_core", "subtle", ] [[package]] name = "paste" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pbkdf2" @@ -2809,7 +2801,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] @@ -2895,7 +2887,7 @@ dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] @@ -2905,7 +2897,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] @@ -2954,7 +2946,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22020dfcf177fcc7bf5deaf7440af371400c67c0de14c399938d8ed4fb4645d3" dependencies = [ "proc-macro2", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] @@ -2980,25 +2972,6 @@ dependencies = [ "uint", ] -[[package]] -name = "proc-macro-crate" -version = "1.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" -dependencies = [ - "once_cell", - "toml_edit 0.19.15", -] - -[[package]] -name = "proc-macro-crate" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" -dependencies = [ - "toml_edit 0.20.7", -] - [[package]] name = "proc-macro-crate" version = "3.1.0" @@ -3010,9 +2983,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.81" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" +checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43" dependencies = [ "unicode-ident", ] @@ -3058,7 +3031,7 @@ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", "rand_chacha", - "rand_core 0.6.4", + "rand_core", ] [[package]] @@ -3068,15 +3041,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core 0.6.4", + "rand_core", ] -[[package]] -name = "rand_core" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" - [[package]] name = "rand_core" version = "0.6.4" @@ -3146,22 +3113,22 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4846d4c50d1721b1a3bef8af76924eef20d5e723647333798c1b519b3a9473f" +checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc" +checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] @@ -3305,9 +3272,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc-hex" @@ -3347,7 +3314,7 @@ dependencies = [ "bitflags 2.5.0", "errno", "libc", - "linux-raw-sys 0.4.13", + "linux-raw-sys 0.4.14", "windows-sys 0.52.0", ] @@ -3390,15 +3357,15 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.5.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beb461507cee2c2ff151784c52762cf4d9ff6a61f3e80968600ed24fa837fa54" +checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" [[package]] name = "rustls-webpki" -version = "0.102.3" +version = "0.102.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3bce581c0dd41bce533ce695a1437fa16a7ab5ac3ccfa99fe1a620a7885eabf" +checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" dependencies = [ "ring 0.17.8", "rustls-pki-types", @@ -3407,15 +3374,15 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.15" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] name = "ryu" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "same-file" @@ -3429,7 +3396,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "log", "sp-core", @@ -3440,7 +3407,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "parity-scale-codec", "parking_lot 0.12.2", @@ -3463,7 +3430,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "polkavm", "sc-allocator", @@ -3476,7 +3443,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "log", "polkavm", @@ -3487,7 +3454,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "anyhow", "cfg-if", @@ -3504,9 +3471,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.11.2" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c453e59a955f81fb62ee5d596b450383d699f152d350e9d23a0db2adb78e4c0" +checksum = "eca070c12893629e2cc820a9761bedf6ce1dcddc9852984d1dc734b8bd9bd024" dependencies = [ "bitvec", "cfg-if", @@ -3518,11 +3485,11 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.2" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18cf6c6447f813ef19eb450e985bcce6705f9ce7660db221b59093d15c79c4b7" +checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate", "proc-macro2", "quote", "syn 1.0.109", @@ -3539,11 +3506,11 @@ dependencies = [ [[package]] name = "schnellru" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d" +checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" dependencies = [ - "ahash 0.8.11", + "ahash", "cfg-if", "hashbrown 0.13.2", ] @@ -3557,10 +3524,10 @@ dependencies = [ "aead", "arrayref", "arrayvec 0.7.4", - "curve25519-dalek 4.1.2", + "curve25519-dalek", "getrandom_or_panic", "merlin", - "rand_core 0.6.4", + "rand_core", "serde_bytes", "sha2 0.10.8", "subtle", @@ -3640,15 +3607,15 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" +checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.200" +version = "1.0.202" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f" +checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" dependencies = [ "serde_derive", ] @@ -3664,20 +3631,20 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.200" +version = "1.0.202" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb" +checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" dependencies = [ "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] name = "serde_json" -version = "1.0.116" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" +checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" dependencies = [ "itoa", "ryu", @@ -3686,9 +3653,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" +checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" dependencies = [ "serde", ] @@ -3831,7 +3798,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest 0.10.7", - "rand_core 0.6.4", + "rand_core", ] [[package]] @@ -3874,7 +3841,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "hash-db", "log", @@ -3896,21 +3863,21 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "Inflector", "blake2", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "parity-scale-codec", "scale-info", @@ -3923,7 +3890,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "docify", "integer-sqrt", @@ -3956,7 +3923,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -3970,7 +3937,7 @@ dependencies = [ "hash-db", "hash256-std-hasher", "impl-serde", - "itertools", + "itertools 0.11.0", "k256", "libsecp256k1", "log", @@ -4003,7 +3970,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk#d54feeb101b3779422323224c8e1ac43d3a1fafa" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -4023,7 +3990,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "blake2b_simd 1.0.2", "byteorder", @@ -4036,37 +4003,37 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "quote", "sp-crypto-hashing", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk#d54feeb101b3779422323224c8e1ac43d3a1fafa" dependencies = [ "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "environmental", "parity-scale-codec", @@ -4076,7 +4043,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk#d54feeb101b3779422323224c8e1ac43d3a1fafa" dependencies = [ "environmental", "parity-scale-codec", @@ -4086,7 +4053,7 @@ dependencies = [ [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "bytes", "ed25519-dalek", @@ -4112,7 +4079,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "parity-scale-codec", "parking_lot 0.12.2", @@ -4132,7 +4099,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "thiserror", "zstd 0.12.4", @@ -4141,7 +4108,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "frame-metadata 16.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", @@ -4151,7 +4118,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "backtrace", "lazy_static", @@ -4161,13 +4128,14 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "docify", "either", "hash256-std-hasher", "impl-trait-for-tuples", "log", + "num-traits", "parity-scale-codec", "paste", "rand", @@ -4185,7 +4153,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -4204,7 +4172,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk#d54feeb101b3779422323224c8e1ac43d3a1fafa" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -4223,33 +4191,33 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk#d54feeb101b3779422323224c8e1ac43d3a1fafa" dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "hash-db", "log", @@ -4269,17 +4237,17 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk#d54feeb101b3779422323224c8e1ac43d3a1fafa" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -4291,7 +4259,7 @@ dependencies = [ [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk#d54feeb101b3779422323224c8e1ac43d3a1fafa" dependencies = [ "impl-serde", "parity-scale-codec", @@ -4303,7 +4271,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "parity-scale-codec", "tracing", @@ -4314,7 +4282,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk#d54feeb101b3779422323224c8e1ac43d3a1fafa" dependencies = [ "parity-scale-codec", "tracing", @@ -4325,9 +4293,9 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ - "ahash 0.8.11", + "ahash", "hash-db", "lazy_static", "memory-db", @@ -4348,7 +4316,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -4365,18 +4333,18 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -4388,7 +4356,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk#d54feeb101b3779422323224c8e1ac43d3a1fafa" dependencies = [ "impl-trait-for-tuples", "log", @@ -4398,7 +4366,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -4472,7 +4440,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#c0234becc185f88445dd63105b6f363c9e5990ce" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#b00e168129cc38d68fb170dc3dc581cf5f17f5b1" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -4483,7 +4451,7 @@ dependencies = [ [[package]] name = "substrate-differ" -version = "0.20.0" +version = "0.21.0" dependencies = [ "comparable", "document-features", @@ -4500,7 +4468,7 @@ dependencies = [ [[package]] name = "substrate-runtime-proposal-hash" -version = "0.20.0" +version = "0.21.0" dependencies = [ "blake2", "frame-metadata 16.0.0 (git+https://github.com/paritytech/frame-metadata?branch=main)", @@ -4521,7 +4489,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "subwasm" -version = "0.20.0" +version = "0.21.0" dependencies = [ "assert_cmd", "clap", @@ -4542,7 +4510,7 @@ dependencies = [ [[package]] name = "subwasmlib" -version = "0.20.0" +version = "0.21.0" dependencies = [ "calm_io", "frame-metadata 16.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4578,9 +4546,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.60" +version = "2.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3" +checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106" dependencies = [ "proc-macro2", "quote", @@ -4631,22 +4599,22 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.59" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.59" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] @@ -4712,47 +4680,25 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.12" +version = "0.8.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" +checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.12", + "toml_edit 0.22.13", ] [[package]] name = "toml_datetime" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" +checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" dependencies = [ "serde", ] -[[package]] -name = "toml_edit" -version = "0.19.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" -dependencies = [ - "indexmap 2.2.6", - "toml_datetime", - "winnow 0.5.40", -] - -[[package]] -name = "toml_edit" -version = "0.20.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" -dependencies = [ - "indexmap 2.2.6", - "toml_datetime", - "winnow 0.5.40", -] - [[package]] name = "toml_edit" version = "0.21.1" @@ -4766,15 +4712,15 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.12" +version = "0.22.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef" +checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c" dependencies = [ "indexmap 2.2.6", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.7", + "winnow 0.6.8", ] [[package]] @@ -4825,7 +4771,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] @@ -4879,9 +4825,9 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.29.0" +version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65ed83be775d85ebb0e272914fff6462c39b3ddd6dc67b5c1c41271aad280c69" +checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" dependencies = [ "hash-db", "log", @@ -5108,7 +5054,7 @@ dependencies = [ "digest 0.10.7", "rand", "rand_chacha", - "rand_core 0.6.4", + "rand_core", "sha2 0.10.8", "sha3 0.10.8", "thiserror", @@ -5170,7 +5116,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", "wasm-bindgen-shared", ] @@ -5204,7 +5150,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -5226,7 +5172,7 @@ dependencies = [ [[package]] name = "wasm-loader" -version = "0.20.0" +version = "0.21.0" dependencies = [ "array-bytes", "assert_cmd", @@ -5245,7 +5191,7 @@ dependencies = [ [[package]] name = "wasm-testbed" -version = "0.20.0" +version = "0.21.0" dependencies = [ "frame-metadata 16.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex", @@ -5736,9 +5682,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14b9415ee827af173ebb3f15f9083df5a122eb93572ec28741fb153356ea2578" +checksum = "c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d" dependencies = [ "memchr", ] @@ -5770,22 +5716,22 @@ checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" [[package]] name = "zerocopy" -version = "0.7.33" +version = "0.7.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "087eca3c1eaf8c47b94d02790dd086cd594b912d2043d4de4bfdd466b3befb7c" +checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.33" +version = "0.7.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f4b6c273f496d8fd4eaf18853e6b448760225dc030ff2c485a786859aea6393" +checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] @@ -5805,7 +5751,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.60", + "syn 2.0.65", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 12cdd3b..28c0496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.20.0" +version = "0.21.0" authors = ["chevdor ", "Wilfried Kopp "] edition = "2021" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d695c89..52a970c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -40,10 +40,10 @@ color-eyre = "0.6" thiserror = "1.0" env_logger = "0.11" log = "0.4" -substrate-runtime-proposal-hash = { version = "0.20.0", path = "../libs/substrate-runtime-proposal-hash", optional = true } -subwasmlib = { version = "0.20.0", path = "../lib" } -wasm-loader = { version = "0.20.0", path = "../libs/wasm-loader" } -wasm-testbed = { version = "0.20.0", path = "../libs/wasm-testbed" } +substrate-runtime-proposal-hash = { version = "0.21.0", path = "../libs/substrate-runtime-proposal-hash", optional = true } +subwasmlib = { version = "0.21.0", path = "../lib" } +wasm-loader = { version = "0.21.0", path = "../libs/wasm-loader" } +wasm-testbed = { version = "0.21.0", path = "../libs/wasm-testbed" } serde_json = "1.0" text-style = { version = "0.3", features = ["crossterm"] } sp-runtime = { branch = "master", git = "https://github.com/paritytech/polkadot-sdk" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 4a105e7..0178b80 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -35,10 +35,10 @@ scale-info = { version = "2.1", default-features = false, features = [ "derive", ] } sp-version = { branch = "master", git = "https://github.com/paritytech/polkadot-sdk" } -ipfs-hasher = { version = "0.20.0", path = "../libs/ipfs-hasher" } -wasm-loader = { version = "0.20.0", path = "../libs/wasm-loader" } -wasm-testbed = { version = "0.20.0", path = "../libs/wasm-testbed" } -substrate-differ = { version = "0.20.0", path = "../libs/substrate-differ" } +ipfs-hasher = { version = "0.21.0", path = "../libs/ipfs-hasher" } +wasm-loader = { version = "0.21.0", path = "../libs/wasm-loader" } +wasm-testbed = { version = "0.21.0", path = "../libs/wasm-testbed" } +substrate-differ = { version = "0.21.0", path = "../libs/substrate-differ" } url = "2.3.1" reqwest = { version = "0.12", features = [ "blocking", diff --git a/libs/ipfs-hasher/Cargo.toml b/libs/ipfs-hasher/Cargo.toml index 3af2baa..39d7bb9 100644 --- a/libs/ipfs-hasher/Cargo.toml +++ b/libs/ipfs-hasher/Cargo.toml @@ -13,4 +13,4 @@ ipfs-unixfs = "0.2" thiserror = "1.0" [dev-dependencies] -wasm-loader = { version = "0.20.0", path = "../wasm-loader" } +wasm-loader = { version = "0.21.0", path = "../wasm-loader" } diff --git a/libs/substrate-differ/Cargo.toml b/libs/substrate-differ/Cargo.toml index c349133..bcf454f 100644 --- a/libs/substrate-differ/Cargo.toml +++ b/libs/substrate-differ/Cargo.toml @@ -12,7 +12,7 @@ document-features = { version = "0.2" } thiserror = "1.0" serde = { version = "1.0", features = ["derive", "rc"] } comparable = { version = ">=0.5.3", features = ["derive", "serde"] } -wasm-testbed = { version = "0.20.0", path = "../wasm-testbed" } +wasm-testbed = { version = "0.21.0", path = "../wasm-testbed" } scale-info = { version = "2.1.2", default-features = false, features = [ "derive", "std", @@ -23,7 +23,7 @@ frame-metadata = { version = "16", package = "frame-metadata", features = [ ] } [dev-dependencies] -wasm-loader = { version = "0.20.0", path = "../wasm-loader" } +wasm-loader = { version = "0.21.0", path = "../wasm-loader" } [features] ## The default feature currently excludes feature that are deprecated diff --git a/libs/wasm-testbed/Cargo.toml b/libs/wasm-testbed/Cargo.toml index 04c46d1..f383327 100644 --- a/libs/wasm-testbed/Cargo.toml +++ b/libs/wasm-testbed/Cargo.toml @@ -21,8 +21,8 @@ repository = "https://github.com/chevdor/subwasm" hex = "0.4" log = "0.4" thiserror = "1.0" -wasm-loader = { version = "0.20.0", path = "../wasm-loader" } -substrate-runtime-proposal-hash = { version = "0.20.0", path = "../substrate-runtime-proposal-hash" } +wasm-loader = { version = "0.21.0", path = "../wasm-loader" } +substrate-runtime-proposal-hash = { version = "0.21.0", path = "../substrate-runtime-proposal-hash" } sc-executor = { branch = "master", git = "https://github.com/paritytech/polkadot-sdk" } sc-executor-common = { branch = "master", git = "https://github.com/paritytech/polkadot-sdk" } scale = { version = "3", package = "parity-scale-codec", default-features = false } diff --git a/scripts/demos/casts/demo-diff.cast b/scripts/demos/casts/demo-diff.cast index 0a3e057..0f665ba 100644 --- a/scripts/demos/casts/demo-diff.cast +++ b/scripts/demos/casts/demo-diff.cast @@ -1,87 +1,90 @@ -{"version": 2, "width": 216, "height": 15, "timestamp": 1687426454, "env": {"SHELL": "/bin/zsh", "TERM": "xterm-256color"}} -[0.026796, "o", "Wou"] -[0.212961, "o", "ld "] -[0.305787, "o", "tha"] -[0.399472, "o", "t n"] -[0.493476, "o", "ot b"] -[0.58415, "o", "e c"] -[0.679311, "o", "ool"] -[0.773535, "o", " to"] -[0.865084, "o", " be"] -[0.958851, "o", " abl"] -[1.05262, "o", "e t"] -[1.145498, "o", "o d"] -[1.240631, "o", "iff"] -[1.333865, "o", " 2 "] -[1.427634, "o", "runt"] -[1.610477, "o", "ime"] -[1.704376, "o", "s ?"] -[1.799155, "o", " Th"] -[1.889249, "o", "is "] -[1.983854, "o", "is p"] -[2.078194, "o", "rec"] -[2.16846, "o", "ise"] -[2.262565, "o", "ly "] -[2.35761, "o", "wha"] -[2.452707, "o", "t th"] -[2.542802, "o", "e d"] -[2.636848, "o", "iff"] -[2.730302, "o", " co"] -[2.913675, "o", "mma"] -[3.004448, "o", "nd d"] -[3.094618, "o", "oes"] -[3.184767, "o", "!\r\n"] -[3.189906, "o", "sub"] -[3.373464, "o", "was"] -[3.463514, "o", "m -"] -[3.553562, "o", "q g"] -[3.647525, "o", "et -"] -[3.739391, "o", "-ch"] -[3.833795, "o", "ain"] -[3.924511, "o", " po"] -[4.014566, "o", "lka"] -[4.105939, "o", "dot "] -[4.201018, "o", "--o"] -[4.291144, "o", "utp"] -[4.476058, "o", "ut "] -[4.566437, "o", "run"] -[4.659583, "o", "time"] -[4.754243, "o", "_la"] -[4.848058, "o", "tes"] -[4.941515, "o", "t.w"] -[5.033974, "o", "asm"] -[5.128427, "o", "\r\n"] -[5.136837, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:34:19Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Downloading runtime from OnchainBlock { endpoint: WebSocket(\"wss://rpc.polkadot.io/\"), block_ref: None }\r\n"] -[5.882419, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:34:20Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Got the runtime, its size is 1446304\r\n\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:34:20Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Saving runtime to \"runtime_latest.wasm\"\r\n"] -[5.887035, "o", "\r\n"] -[5.891218, "o", "Let"] -[6.073823, "o", "'s "] -[6.167547, "o", "che"] -[6.258816, "o", "ck "] -[6.353082, "o", "iden"] -[6.446156, "o", "tit"] -[6.538035, "o", "y f"] -[6.628453, "o", "irs"] -[6.718606, "o", "t!\r\n"] -[6.722817, "o", "sub"] -[6.906422, "o", "was"] -[6.998254, "o", "m -"] -[7.091551, "o", "q d"] -[7.183847, "o", "iff "] -[7.274454, "o", "run"] -[7.366885, "o", "tim"] -[7.458537, "o", "e_l"] -[7.550471, "o", "ate"] -[7.640593, "o", "st.w"] -[7.733781, "o", "asm"] -[7.826533, "o", " ru"] -[8.013136, "o", "nti"] -[8.106123, "o", "me_"] -[8.198886, "o", "late"] -[8.290489, "o", "st."] -[8.380667, "o", "was"] -[8.47456, "o", "m\r\n"] -[8.481794, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:34:22Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m 🅰️ File(\"runtime_latest.wasm\")\r\n"] -[11.961021, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:34:26Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m 🅱️ File(\"runtime_latest.wasm\")\r\n"] -[15.346508, "o", "\u001b[48;5;11m\u001b[38;5;9m\u001b[1m!!! THE SUBWASM REDUCED DIFFER IS EXPERIMENTAL, DOUBLE CHECK THE RESULTS !!!\r\n\u001b[0mNo change detected\r\nSUMMARY:\r\n- Compatible.......................: true\r\n- Require transaction_version bump.: false\r\n\r\n\u001b[48;5;11m\u001b[38;5;9m\u001b[1m!!! THE SUBWASM REDUCED DIFFER IS EXPERIMENTAL, DOUBLE CHECK THE RESULTS !!!\r\n\u001b[0m"] -[18.376675, "o", "\r\n\r\n"] +{"version": 2, "width": 208, "height": 24, "timestamp": 1716291853, "env": {"SHELL": "/bin/zsh", "TERM": "xterm-256color"}} +[0.257141, "o", "Wou"] +[0.444432, "o", "ld "] +[0.536208, "o", "tha"] +[0.630687, "o", "t n"] +[0.722978, "o", "ot "] +[0.816937, "o", "be "] +[0.911758, "o", "coo"] +[1.006684, "o", "l t"] +[1.097096, "o", "o b"] +[1.19182, "o", "e a"] +[1.285793, "o", "ble "] +[1.380498, "o", "to "] +[1.474877, "o", "dif"] +[1.56591, "o", "f 2"] +[1.659681, "o", " ru"] +[1.845701, "o", "nti"] +[1.940334, "o", "mes"] +[2.035008, "o", " ? "] +[2.128582, "o", "Thi"] +[2.221967, "o", "s i"] +[2.316676, "o", "s pr"] +[2.411649, "o", "eci"] +[2.505627, "o", "sel"] +[2.600629, "o", "y w"] +[2.69467, "o", "hat"] +[2.787761, "o", " th"] +[2.882218, "o", "e d"] +[2.976966, "o", "iff"] +[3.070545, "o", " co"] +[3.162528, "o", "mma"] +[3.257322, "o", "nd d"] +[3.446739, "o", "oes"] +[3.540109, "o", "!\r\n"] +[3.545758, "o", "sub"] +[3.734573, "o", "was"] +[3.828485, "o", "m -"] +[3.922422, "o", "q g"] +[4.016757, "o", "et "] +[4.111139, "o", "--c"] +[4.20605, "o", "hai"] +[4.300045, "o", "n p"] +[4.394867, "o", "olk"] +[4.486941, "o", "ado"] +[4.58047, "o", "t --"] +[4.675196, "o", "out"] +[4.769987, "o", "put"] +[4.860081, "o", " ru"] +[4.954584, "o", "nti"] +[5.046418, "o", "me_"] +[5.233615, "o", "lat"] +[5.328019, "o", "est"] +[5.422375, "o", ".wa"] +[5.516346, "o", "sm\r\n"] +[5.527503, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:44:19Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Downloading runtime from OnchainBlock { endpoint: WebSocket(\"wss://polkadot-rpc.dwellir.com/\"), block_ref: None }\r\n"] +[6.916843, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:44:20Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Got the runtime, its size is 1567191\r\n\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:44:20Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Saving runtime to \"runtime_latest.wasm\"\r\n"] +[6.920916, "o", "\r\n"] +[6.926675, "o", "Let"] +[7.114117, "o", "'s "] +[7.20723, "o", "che"] +[7.300188, "o", "ck "] +[7.393103, "o", "ide"] +[7.487605, "o", "nti"] +[7.582219, "o", "ty "] +[7.674717, "o", "fir"] +[7.769169, "o", "st!"] +[7.862522, "o", "\r\n"] +[7.868615, "o", "sub"] +[8.057732, "o", "was"] +[8.147944, "o", "m -"] +[8.239863, "o", "q d"] +[8.333386, "o", "iff"] +[8.426687, "o", " ru"] +[8.521538, "o", "nti"] +[8.615671, "o", "me_"] +[8.709672, "o", "lat"] +[8.802904, "o", "est"] +[8.897059, "o", ".was"] +[8.987838, "o", "m r"] +[9.082213, "o", "unt"] +[9.175413, "o", "ime"] +[9.269335, "o", "_la"] +[9.457926, "o", "tes"] +[9.550556, "o", "t.w"] +[9.644499, "o", "asm"] +[9.737457, "o", "\r\n"] +[9.746641, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:44:23Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m 🅰️ File(\"runtime_latest.wasm\")\r\n"] +[12.60335, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:44:26Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m 🅱️ File(\"runtime_latest.wasm\")\r\n"] +[15.42689, "o", "\u001b[48;5;11m\u001b[38;5;9m\u001b[1m!!! THE SUBWASM REDUCED DIFFER IS EXPERIMENTAL, DOUBLE CHECK THE RESULTS !!!\r\n\u001b[0mNo change detected\r\nSUMMARY:\r\n- Compatible.......................: true\r\n- Require transaction_version bump.: false\r\n\r\n\u001b[48;5;11m\u001b[38;5;9m\u001b[1m!!! THE SUBWASM REDUCED DIFFER IS EXPERIMENTAL, DOUBLE CHECK THE RESULTS !!!\r\n\u001b[0m"] +[18.461561, "o", "\r\n\r\n"] diff --git a/scripts/demos/casts/demo-get.cast b/scripts/demos/casts/demo-get.cast index dac3c11..0311bb3 100644 --- a/scripts/demos/casts/demo-get.cast +++ b/scripts/demos/casts/demo-get.cast @@ -1,132 +1,143 @@ -{"version": 2, "width": 216, "height": 15, "timestamp": 1687426072, "env": {"SHELL": "/bin/zsh", "TERM": "xterm-256color"}} -[0.090463, "o", "The"] -[0.275262, "o", " 'g"] -[0.368228, "o", "et' "] -[0.461762, "o", "com"] -[0.552183, "o", "mnan"] -[0.645279, "o", "d a"] -[0.739516, "o", "llo"] -[0.831039, "o", "ws f"] -[0.92324, "o", "etc"] -[1.015172, "o", "hing"] -[1.105227, "o", " th"] -[1.200363, "o", "e r"] -[1.290416, "o", "unti"] -[1.473697, "o", "me "] -[1.566211, "o", "WASM"] -[1.656274, "o", " fr"] -[1.74632, "o", "om "] -[1.840288, "o", "a li"] -[1.931412, "o", "ve "] -[2.025162, "o", "chai"] -[2.116159, "o", "n\r\n"] -[2.623537, "o", "You"] -[2.806947, "o", " ca"] -[2.897644, "o", "n us"] -[2.990775, "o", "e e"] -[3.085191, "o", "ithe"] -[3.178103, "o", "r <"] -[3.268234, "o", "..."] -[3.361479, "o", "> or"] -[3.455194, "o", " --"] -[3.545262, "o", "chai"] -[3.639498, "o", "n <"] -[3.730147, "o", "..."] -[3.914585, "o", ">\r\n"] -[4.424348, "o", "Fir"] -[4.611039, "o", "st "] -[4.704775, "o", "let'"] -[4.795129, "o", "s d"] -[4.890188, "o", "ownl"] -[4.980243, "o", "oad"] -[5.075291, "o", " th"] -[5.17038, "o", "e la"] -[5.265507, "o", "tes"] -[5.356057, "o", "t Po"] -[5.448267, "o", "lka"] -[5.542015, "o", "dot"] -[5.636435, "o", " run"] -[5.728846, "o", "tim"] -[5.913837, "o", "e\r\n"] -[6.422593, "o", "We "] -[6.606681, "o", "use"] -[6.697047, "o", " the"] -[6.790248, "o", " fo"] -[6.880662, "o", "llow"] -[6.971113, "o", "ing"] -[7.06452, "o", " co"] -[7.155057, "o", "mman"] -[7.245283, "o", "d:\r\n"] -[7.249524, "o", "sub"] -[7.434108, "o", "was"] -[7.526125, "o", "m -q"] -[7.616277, "o", " ge"] -[7.709653, "o", "t --"] -[7.80354, "o", "cha"] -[7.895854, "o", "in "] -[7.990074, "o", "polk"] -[8.082464, "o", "ado"] -[8.177119, "o", "t --"] -[8.270217, "o", "out"] -[8.364464, "o", "put"] -[8.456213, "o", " run"] -[8.639885, "o", "tim"] -[8.731104, "o", "e.wa"] -[8.824987, "o", "sm\r\n"] -[9.141601, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:28:01Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Downloading runtime from OnchainBlock { endpoint: WebSocket(\"wss://rpc.polkadot.io/\"), block_ref: None }\r\n"] -[9.954948, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:28:02Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Got the runtime, its size is 1446304\r\n\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:28:02Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Saving runtime to \"runtime.wasm\"\r\n"] -[10.468776, "o", "The"] -[10.651883, "o", " la"] -[10.742079, "o", "test"] -[10.83259, "o", " Po"] -[10.922939, "o", "lkad"] -[11.014431, "o", "ot "] -[11.107363, "o", "run"] -[11.197673, "o", "time"] -[11.29172, "o", " is"] -[11.381828, "o", " now"] -[11.475648, "o", " av"] -[11.56894, "o", "ail"] -[11.753511, "o", "able"] -[11.847074, "o", " on"] -[11.939437, "o", " our"] -[12.03044, "o", " di"] -[12.120497, "o", "sk:"] -[12.214436, "o", "\r\n"] -[12.219985, "o", "-rw-r--r--@ 1 will wheel 1446304 Jun 22 11:28 runtime.wasm\r\n"] -[12.729512, "o", "Che"] -[12.91439, "o", "ck "] -[13.005791, "o", "the "] -[13.098216, "o", "--h"] -[13.191205, "o", "elp "] -[13.285219, "o", "to "] -[13.379056, "o", "see"] -[13.47229, "o", " the"] -[13.566056, "o", " ot"] -[13.659061, "o", "her "] -[13.75334, "o", "opt"] -[13.84816, "o", "ion"] -[13.941664, "o", "s, y"] -[14.03667, "o", "ou "] -[14.221051, "o", "can "] -[14.313567, "o", "spe"] -[14.404044, "o", "cif"] -[14.498183, "o", "y th"] -[14.591627, "o", "e n"] -[14.682049, "o", "ame "] -[14.775172, "o", "of "] -[14.869998, "o", "the"] -[14.964915, "o", " out"] -[15.058167, "o", "put"] -[15.14904, "o", " fil"] -[15.243511, "o", "e a"] -[15.337941, "o", "nd "] -[15.519338, "o", "also"] -[15.614364, "o", " th"] -[15.70609, "o", "e bl"] -[15.800065, "o", "ock"] -[15.893072, "o", " ha"] -[15.985388, "o", "sh\r\n"] -[15.993985, "o", "Get/Download the runtime wasm from a running node through rpc\r\n\r\n\u001b[1m\u001b[4mUsage:\u001b[0m \u001b[1msubwasm get\u001b[0m [OPTIONS] [RPC_URL]\r\n\r\n\u001b[1m\u001b[4mArguments:\u001b[0m\r\n [RPC_URL]\r\n The node url including (mandatory) the port number. Example: ws://localhost:9944 or http://localhost:9933\r\n\r\n\u001b[1m\u001b[4mOptions:\u001b[0m\r\n \u001b[1m-c\u001b[0m, \u001b[1m--chain\u001b[0m \r\n Provide the name of a chain or an alias.\r\n \r\n If you pass a valid --chain, --rpc_url will be ignored --chain local = http://localhost:9933\r\n\r\n \u001b[1m-b\u001b[0m, \u001b[1m--block\u001b[0m \r\n The optional block where to fetch the runtime.\r\n \r\n That allows fetching older runtimes but you will need to connect to archive nodes. Currently, you must pass a block hash. Passing the block numbers is not supported.\r\n\r\n \u001b[1m-u\u001b[0m, \u001b[1m--url\u001b[0m \r\n Load the wasm from a URL (no node) such as https://github.com/paritytech/polkadot/releases/download/v0.9.42/polkadot_runtime-v9420.compact.compressed.wasm\r\n\r\n \u001b[1m-g\u001b[0m, \u001b[1m-"] -[15.994212, "o", "-github\u001b[0m \r\n Load the wasm from Github passing a string in the format @ such as `kusama@0.9.42`\r\n\r\n \u001b[1m-o\u001b[0m, \u001b[1m--output\u001b[0m \r\n You may specifiy the output filename where the runtime will be saved.\r\n \r\n If not provided, we will figure out an appropriate default name based on a counter: runtime_NNN.wasm where NNN is incrementing to make sure you do not override previous runtime. If you specify an existing file as output, it will be overwritten.\r\n\r\n \u001b[1m-j\u001b[0m, \u001b[1m--json\u001b[0m\r\n Output as json\r\n\r\n \u001b[1m-n\u001b[0m, \u001b[1m--no-color\u001b[0m\r\n [env: NO_COLOR=]\r\n\r\n \u001b[1m-q\u001b[0m, \u001b[1m--quiet\u001b[0m\r\n Less output\r\n\r\n \u001b[1m-h\u001b[0m, \u001b[1m--help\u001b[0m\r\n Print help (see a summary with '-h')\r\n"] -[17.001295, "o", "\r\n"] +{"version": 2, "width": 208, "height": 24, "timestamp": 1716291339, "env": {"SHELL": "/bin/zsh", "TERM": "xterm-256color"}} +[0.290323, "o", "The"] +[0.478059, "o", " 'g"] +[0.568687, "o", "et'"] +[0.662778, "o", " co"] +[0.75407, "o", "mmn"] +[0.847651, "o", "and"] +[0.940327, "o", " al"] +[1.03211, "o", "low"] +[1.126028, "o", "s f"] +[1.217376, "o", "etc"] +[1.311673, "o", "hing"] +[1.402893, "o", " th"] +[1.495986, "o", "e r"] +[1.680707, "o", "unt"] +[1.770727, "o", "ime"] +[1.864749, "o", " WA"] +[1.955955, "o", "SM "] +[2.049461, "o", "fro"] +[2.142123, "o", "m a"] +[2.23544, "o", " li"] +[2.330444, "o", "ve c"] +[2.422664, "o", "hai"] +[2.517316, "o", "n\r\n"] +[3.030694, "o", "You"] +[3.220544, "o", " ca"] +[3.314367, "o", "n u"] +[3.408826, "o", "se "] +[3.503726, "o", "eit"] +[3.597939, "o", "her"] +[3.692875, "o", " <."] +[3.783583, "o", "..>"] +[3.878019, "o", " or"] +[3.97125, "o", " --"] +[4.063022, "o", "chai"] +[4.154999, "o", "n <"] +[4.246476, "o", "..."] +[4.340893, "o", ">\r\n"] +[4.852802, "o", "Fir"] +[5.040832, "o", "st "] +[5.132905, "o", "let"] +[5.227855, "o", "'s "] +[5.32091, "o", "dow"] +[5.415794, "o", "nlo"] +[5.506403, "o", "ad "] +[5.60017, "o", "the"] +[5.693822, "o", " la"] +[5.785297, "o", "tes"] +[5.877853, "o", "t Po"] +[5.971286, "o", "lka"] +[6.065117, "o", "dot"] +[6.159536, "o", " ru"] +[6.254112, "o", "nti"] +[6.44195, "o", "me\r\n"] +[6.954375, "o", "We "] +[7.139898, "o", "use"] +[7.233552, "o", " th"] +[7.327951, "o", "e f"] +[7.421754, "o", "oll"] +[7.514942, "o", "owi"] +[7.609941, "o", "ng "] +[7.704956, "o", "com"] +[7.799767, "o", "man"] +[7.893797, "o", "d:\r\n"] +[7.898947, "o", "sub"] +[8.087848, "o", "was"] +[8.18258, "o", "m -"] +[8.276538, "o", "q g"] +[8.370053, "o", "et "] +[8.464222, "o", "--c"] +[8.558763, "o", "hai"] +[8.653292, "o", "n p"] +[8.748174, "o", "olk"] +[8.842996, "o", "ado"] +[8.93737, "o", "t --"] +[9.029669, "o", "out"] +[9.124245, "o", "put"] +[9.218414, "o", " ru"] +[9.313087, "o", "nti"] +[9.403279, "o", "me."] +[9.590803, "o", "was"] +[9.68467, "o", "m\r\n"] +[9.97269, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:35:49Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Downloading runtime from OnchainBlock { endpoint: WebSocket(\"wss://polkadot-rpc.dwellir.com/\"), block_ref: None }\r\n"] +[10.992444, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:35:50Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Got the runtime, its size is 1567191\r\n\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:35:50Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Saving runtime to \"runtime.wasm\"\r\n"] +[11.508557, "o", "The"] +[11.697656, "o", " la"] +[11.79229, "o", "tes"] +[11.884953, "o", "t P"] +[11.978314, "o", "olk"] +[12.072809, "o", "ado"] +[12.167518, "o", "t r"] +[12.26176, "o", "unt"] +[12.355281, "o", "ime"] +[12.449339, "o", " is"] +[12.542612, "o", " now"] +[12.637173, "o", " av"] +[12.731453, "o", "ail"] +[12.821702, "o", "abl"] +[12.916295, "o", "e o"] +[13.011141, "o", "n o"] +[13.199711, "o", "ur "] +[13.294625, "o", "dis"] +[13.387906, "o", "k:\r\n"] +[13.393195, "o", "-rw-r--r--@ 1 will wheel 1567191 May 21 13:35 runtime.wasm\r\n"] +[13.905368, "o", "Che"] +[14.093642, "o", "ck "] +[14.185799, "o", "the"] +[14.28057, "o", " --"] +[14.373916, "o", "hel"] +[14.468525, "o", "p t"] +[14.562737, "o", "o s"] +[14.656484, "o", "ee "] +[14.750779, "o", "the"] +[14.840948, "o", " ot"] +[14.934881, "o", "her "] +[15.029737, "o", "opt"] +[15.122801, "o", "ion"] +[15.217008, "o", "s, "] +[15.311129, "o", "you"] +[15.406104, "o", " ca"] +[15.595839, "o", "n s"] +[15.690625, "o", "pec"] +[15.782647, "o", "ify"] +[15.877326, "o", " th"] +[15.972107, "o", "e na"] +[16.066118, "o", "me "] +[16.160959, "o", "of "] +[16.253458, "o", "the"] +[16.347805, "o", " ou"] +[16.442484, "o", "tpu"] +[16.536625, "o", "t f"] +[16.631519, "o", "ile"] +[16.726368, "o", " an"] +[16.821095, "o", "d a"] +[16.915838, "o", "lso "] +[17.010032, "o", "the"] +[17.197629, "o", " bl"] +[17.292106, "o", "ock"] +[17.382546, "o", " ha"] +[17.477275, "o", "sh\r\n"] +[17.485639, "o", "Get/Download the runtime wasm from a running node through rpc\r\n\r\n\u001b[1m\u001b[4mUsage:\u001b[0m \u001b[1msubwasm get\u001b[0m [OPTIONS] [RPC_URL]\r\n\r\n\u001b[1m\u001b[4mArguments:\u001b[0m\r\n [RPC_URL]\r\n The node url including (mandatory) the port number. Example: ws://localhost:9944 or http://localhost:9933\r\n\r\n\u001b[1m\u001b[4mOptions:\u001b[0m\r\n \u001b[1m-c\u001b[0m, \u001b[1m--chain\u001b[0m \r\n Provide the name of a chain or an alias.\r\n \r\n If you pass a valid --chain, --rpc_url will be ignored --chain local = http://localhost:9933\r\n\r\n \u001b[1m-b\u001b[0m, \u001b[1m--block\u001b[0m \r\n The optional block where to fetch the runtime.\r\n \r\n That allows fetching older runtimes but you will need to connect to archive nodes. Currently, you must pass a block hash. Passing the block numbers is not supported.\r\n\r\n \u001b[1m-u\u001b[0m, \u001b[1m--url\u001b[0m \r\n Load the wasm from a URL (no node) such as \r\n\r\n \u001b[1m-g\u001b[0m, \u001b[1"] +[17.485771, "o", "m--github\u001b[0m \r\n Load the wasm from Github passing a string in the format `@` such as `kusama@0.9.42`\r\n\r\n \u001b[1m-o\u001b[0m, \u001b[1m--output\u001b[0m \r\n You may specifiy the output filename where the runtime will be saved.\r\n \r\n If not provided, we will figure out an appropriate default name based on a counter: runtime_NNN.wasm where NNN is incrementing to make sure you do not override previous runtime. If you specify an existing file as output, it will be overwritten.\r\n\r\n \u001b[1m-j\u001b[0m, \u001b[1m--json\u001b[0m\r\n Output as json\r\n\r\n \u001b[1m-n\u001b[0m, \u001b[1m--no-color\u001b[0m\r\n Do not write color information to the output. This is recommended for scripts\r\n \r\n [env: NO_COLOR=]\r\n\r\n \u001b[1m-q\u001b[0m, \u001b[1m--quiet\u001b[0m\r\n Less output\r\n\r\n \u001b[1m-h\u001b[0m, \u001b[1m--help\u001b[0m\r\n Print help (see a summary with '-h')\r\n"] +[18.493082, "o", "\r\n"] diff --git a/scripts/demos/casts/demo-info.cast b/scripts/demos/casts/demo-info.cast index 7e49dbb..f69ebe7 100644 --- a/scripts/demos/casts/demo-info.cast +++ b/scripts/demos/casts/demo-info.cast @@ -1,98 +1,104 @@ -{"version": 2, "width": 216, "height": 15, "timestamp": 1687426153, "env": {"SHELL": "/bin/zsh", "TERM": "xterm-256color"}} -[0.051626, "o", "sub"] -[0.235075, "o", "was"] -[0.328766, "o", "m c"] -[0.418865, "o", "an "] -[0.51023, "o", "wor"] -[0.600746, "o", "k o"] -[0.694276, "o", "n a"] -[0.787526, "o", " ru"] -[0.882063, "o", "nti"] -[0.972779, "o", "me "] -[1.064831, "o", "from"] -[1.157066, "o", " yo"] -[1.341909, "o", "ur "] -[1.432112, "o", "fil"] -[1.526081, "o", "esy"] -[1.619477, "o", "ste"] -[1.712737, "o", "m b"] -[1.807048, "o", "ut "] -[1.89885, "o", "can"] -[1.992502, "o", " al"] -[2.086436, "o", "so d"] -[2.180788, "o", "ire"] -[2.274276, "o", "ctl"] -[2.367777, "o", "y w"] -[2.461472, "o", "ork"] -[2.553749, "o", " on"] -[2.733989, "o", " th"] -[2.825815, "o", "e r"] -[2.917288, "o", "unt"] -[3.008745, "o", "ime"] -[3.098838, "o", " fro"] -[3.188992, "o", "m a"] -[3.282045, "o", " li"] -[3.377027, "o", "ve "] -[3.467447, "o", "cha"] -[3.558877, "o", "in."] -[3.653691, "o", "\r\n"] -[3.658089, "o", "Let"] -[3.845094, "o", "'s "] -[3.938713, "o", "get"] -[4.032031, "o", " so"] -[4.123737, "o", "me "] -[4.214766, "o", "inf"] -[4.308755, "o", "orm"] -[4.401762, "o", "ati"] -[4.493533, "o", "on "] -[4.583862, "o", "abo"] -[4.676546, "o", "ut t"] -[4.766707, "o", "he "] -[4.858806, "o", "run"] -[5.043868, "o", "tim"] -[5.133998, "o", "e o"] -[5.227245, "o", "n a"] -[5.318738, "o", " li"] -[5.411774, "o", "ve "] -[5.50341, "o", "cha"] -[5.596403, "o", "in."] -[5.686614, "o", "\r\n"] -[5.691653, "o", "We "] -[5.876806, "o", "use"] -[5.96869, "o", " th"] -[6.05884, "o", "e f"] -[6.153902, "o", "oll"] -[6.2486, "o", "owi"] -[6.342214, "o", "ng "] -[6.43632, "o", "com"] -[6.531341, "o", "man"] -[6.623709, "o", "d:\r\n"] -[6.62828, "o", "sub"] -[6.813611, "o", "was"] -[6.907079, "o", "m -"] -[6.997125, "o", "q i"] -[7.092222, "o", "nfo"] -[7.182256, "o", " --"] -[7.275723, "o", "cha"] -[7.36585, "o", "in "] -[7.457058, "o", "pol"] -[7.550731, "o", "kad"] -[7.640814, "o", "ot\r\n"] -[7.650153, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:29:21Z \u001b[0m\u001b[32mINFO \u001b[0m subwasm\u001b[0m\u001b[38;5;8m]\u001b[0m ⏱️ Loading WASM from Chain(OnchainBlock { endpoint: WebSocket(\"wss://polkadot-rpc-tn.dwellir.com/\"), block_ref: None })\r\n"] -[13.596835, "o", "🏋️ Runtime size: 1.379 MB (1,446,304 bytes) \r\n🗜 Compressed: Yes, 78.97%\r\n✨ Reserved meta: OK - [6D, 65, 74, 61]\r\n🎁 Metadata version: V14\r\n🔥 Core version: polkadot-9420 (parity-polkadot-0.tx23.au0)\r\n🗳️ system.setCode hash: 0x1044cca35471265a86d728b79058bb9caf1287af6b0bddddcaee026fa57b67c8\r\n🗳️ authorizeUpgrade hash: 0xd97f70f7d8d4baf8aacc8f60a9b04f41686331c086858e1ba06518fa3f5d1228\r\n🗳️ Blake2-256 hash: 0x68708ed16071983a5a20968f6cd94989fa43834242c16fca5cdd58fb73d54e1f\r\n📦 IPFS: https://www.ipfs.io/ipfs/QmeN9d7oedB4zj679i8AveQ6Vf3Rrp2cp1bVJpEaNExsNT\r\n\r\n"] -[14.124562, "o", "Do "] -[14.307743, "o", "you"] -[14.397845, "o", " se"] -[14.488057, "o", "e t"] -[14.581973, "o", "he "] -[14.672626, "o", "pro"] -[14.765108, "o", "pos"] -[14.855247, "o", "al "] -[14.948649, "o", "has"] -[15.040145, "o", "h d"] -[15.130321, "o", "ispl"] -[15.315064, "o", "aye"] -[15.407691, "o", "d h"] -[15.500685, "o", "ere"] -[15.593413, "o", "?\r\n"] -[16.096696, "o", "\r\n"] +{"version": 2, "width": 208, "height": 24, "timestamp": 1716291462, "env": {"SHELL": "/bin/zsh", "TERM": "xterm-256color"}} +[0.15068, "o", "su"] +[0.336754, "o", "bwa"] +[0.431305, "o", "sm "] +[0.526177, "o", "can"] +[0.619645, "o", " wo"] +[0.713387, "o", "rk "] +[0.808068, "o", "on "] +[0.900779, "o", "a r"] +[0.995294, "o", "unt"] +[1.0903, "o", "ime"] +[1.183408, "o", " f"] +[1.275236, "o", "rom"] +[1.368771, "o", " yo"] +[1.460182, "o", "ur "] +[1.554249, "o", "fil"] +[1.740858, "o", "esy"] +[1.835458, "o", "ste"] +[1.927057, "o", "m b"] +[2.021202, "o", "ut "] +[2.115888, "o", "can"] +[2.20996, "o", " a"] +[2.303456, "o", "lso"] +[2.398227, "o", " di"] +[2.493131, "o", "rec"] +[2.584185, "o", "tly"] +[2.678798, "o", " wo"] +[2.772999, "o", "rk "] +[2.86583, "o", "on "] +[2.955958, "o", "the"] +[3.142909, "o", " ru"] +[3.235476, "o", "nt"] +[3.329159, "o", "ime"] +[3.423155, "o", " fr"] +[3.516862, "o", "om "] +[3.610277, "o", "a l"] +[3.70532, "o", "ive"] +[3.79911, "o", " ch"] +[3.892347, "o", "ain"] +[3.986465, "o", ".\r\n"] +[3.992049, "o", "Le"] +[4.180251, "o", "t's"] +[4.272775, "o", " ge"] +[4.367454, "o", "t s"] +[4.461875, "o", "ome"] +[4.55676, "o", " in"] +[4.649267, "o", "for"] +[4.743699, "o", "mat"] +[4.836114, "o", "ion"] +[4.929645, "o", " ab"] +[5.023521, "o", "ou"] +[5.115912, "o", "t t"] +[5.206342, "o", "he "] +[5.301, "o", "run"] +[5.396006, "o", "tim"] +[5.583714, "o", "e o"] +[5.67728, "o", "n a"] +[5.770261, "o", " li"] +[5.864605, "o", "ve "] +[5.958654, "o", "cha"] +[6.052682, "o", "in"] +[6.147119, "o", ".\r\n"] +[6.15218, "o", "We"] +[6.341135, "o", " us"] +[6.435337, "o", "e t"] +[6.528538, "o", "he "] +[6.623353, "o", "fol"] +[6.715896, "o", "low"] +[6.810822, "o", "ing"] +[6.905451, "o", " co"] +[6.99904, "o", "mma"] +[7.093032, "o", "nd:"] +[7.185155, "o", "\r\n"] +[7.191056, "o", "su"] +[7.378247, "o", "bwa"] +[7.472887, "o", "sm "] +[7.566845, "o", "-q "] +[7.659611, "o", "inf"] +[7.753662, "o", "o -"] +[7.8462, "o", "-ch"] +[7.940929, "o", "ain"] +[8.035337, "o", " po"] +[8.127221, "o", "lka"] +[8.2215, "o", "do"] +[8.315896, "o", "t\r\n"] +[8.324868, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:37:50Z \u001b[0m\u001b[32mINFO \u001b[0m subwasm\u001b[0m\u001b[38;5;8m]\u001b[0m ⏱️ Loading WASM from Chain(OnchainBlock { endpoint: WebSocket(\"wss://polkadot-rpc-tn.dwellir.com/\"), block_ref: None })\r\n"] +[12.688828, "o", "🏋️ Runtime size: 1.495 MB (1,567,191 bytes) \r\n🗜 Compressed: Yes, 75.30%\r\n✨ Reserved meta: OK - [6D, 65, 74, 61]\r\n🎁 Metadata version: V14\r\n🔥 Core version: polkadot-1002000 (parity-polkadot-0.tx25.au0)\r\n🗳️ system.setCode hash: 0xe2f0384c18251c58f6cc4d141577015ca5a39987a1345a95977333bb56bde96a\r\n🗳️ authorizeUpgrade hash: 0xd7918c0f82a31afe4c9c83087368cb693638e7a059fee32fe16653bfce5892b5\r\n🗳️ Blake2-256 hash: 0xe63f48ace7c2c20df1c8b8738ea6b3cca224021e743b57f5c47a0295dc6dd14f\r\n📦 IPFS: https://www.ipfs.io/ipfs/QmR7Qc6QTNAwgZ8fro19FU6JyVaaCt3DbwjqxwRtwumaS8\r\n\r\n"] +[13.223686, "o", "Do"] +[13.41127, "o", " yo"] +[13.505685, "o", "u s"] +[13.596445, "o", "ee "] +[13.690979, "o", "the"] +[13.785079, "o", " pr"] +[13.878558, "o", "opo"] +[13.971526, "o", "sal"] +[14.065871, "o", " ha"] +[14.159238, "o", "sh "] +[14.254119, "o", "di"] +[14.344865, "o", "spl"] +[14.436815, "o", "aye"] +[14.529101, "o", "d h"] +[14.715853, "o", "ere"] +[14.810798, "o", "?\r\n"] +[15.316352, "o", "\r\n"] diff --git a/scripts/demos/casts/demo-meta.cast b/scripts/demos/casts/demo-meta.cast index f10d777..fc2b106 100644 --- a/scripts/demos/casts/demo-meta.cast +++ b/scripts/demos/casts/demo-meta.cast @@ -1,236 +1,218 @@ -{"version": 2, "width": 216, "height": 15, "timestamp": 1687426312, "env": {"SHELL": "/bin/zsh", "TERM": "xterm-256color"}} -[0.048889, "o", "sub"] -[0.23182, "o", "was"] -[0.321925, "o", "m k"] -[0.416557, "o", "nows"] -[0.5096, "o", " co"] -[0.603804, "o", "ol "] -[0.697434, "o", "tric"] -[0.788448, "o", "ks."] -[0.882203, "o", " It"] -[0.973444, "o", " ca"] -[1.066767, "o", "n sh"] -[1.156963, "o", "ow "] -[1.250406, "o", "you"] -[1.437402, "o", " the"] -[1.528784, "o", " me"] -[1.619552, "o", "tad"] -[1.711849, "o", "ata "] -[1.806063, "o", "dir"] -[1.901066, "o", "ect"] -[1.993434, "o", "ly "] -[2.083534, "o", "from"] -[2.177434, "o", " th"] -[2.268448, "o", "e W"] -[2.362507, "o", "ASM "] -[2.453792, "o", "wit"] -[2.637438, "o", "hou"] -[2.728799, "o", "t co"] -[2.820147, "o", "nne"] -[2.911119, "o", "cti"] -[3.004801, "o", "ng "] -[3.099884, "o", "to a"] -[3.195017, "o", "ny "] -[3.285378, "o", "nod"] -[3.378749, "o", "e.\r\n"] -[3.38325, "o", "You"] -[3.566444, "o", " ma"] -[3.656612, "o", "y g"] -[3.750387, "o", "ener"] -[3.8441, "o", "ate"] -[3.937385, "o", " th"] -[4.02874, "o", "e WA"] -[4.118832, "o", "SM "] -[4.208951, "o", "usi"] -[4.303782, "o", "ng "] -[4.397426, "o", "srto"] -[4.487562, "o", "ol "] -[4.670466, "o", "for"] -[4.762492, "o", " ins"] -[4.852539, "o", "tan"] -[4.943444, "o", "ce,"] -[5.037428, "o", " her"] -[5.12871, "o", "e w"] -[5.223521, "o", "e k"] -[5.313521, "o", "eep"] -[5.404362, "o", " it "] -[5.496701, "o", "sim"] -[5.58744, "o", "ple"] -[5.768012, "o", " and"] -[5.860337, "o", " fe"] -[5.952387, "o", "tch"] -[6.047488, "o", " it "] -[6.140716, "o", "fro"] -[6.234456, "o", "m a"] -[6.326001, "o", " no"] -[6.418991, "o", "de w"] -[6.509417, "o", "ith"] -[6.603709, "o", ":\r\n"] -[6.610922, "o", "We "] -[6.793734, "o", "use"] -[6.888384, "o", " th"] -[6.978794, "o", "e fo"] -[7.072049, "o", "llo"] -[7.162561, "o", "win"] -[7.257178, "o", "g co"] -[7.347828, "o", "mma"] -[7.441939, "o", "nd:"] -[7.532375, "o", "\r\n"] -[7.536677, "o", "sub"] -[7.723423, "o", "was"] -[7.816243, "o", "m -"] -[7.908772, "o", "q ge"] -[8.003696, "o", "t -"] -[8.096778, "o", "-ch"] -[8.18795, "o", "ain "] -[8.282388, "o", "pol"] -[8.37252, "o", "kad"] -[8.463449, "o", "ot "] -[8.555522, "o", "--ou"] -[8.645469, "o", "tpu"] -[8.828687, "o", "t r"] -[8.919385, "o", "unti"] -[9.012412, "o", "me."] -[9.103682, "o", "was"] -[9.19738, "o", "m\r\n"] -[9.205215, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:32:02Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Downloading runtime from OnchainBlock { endpoint: WebSocket(\"wss://polkadot-rpc-tn.dwellir.com/\"), block_ref: None }\r\n"] -[10.337397, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:32:03Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Got the runtime, its size is 1446304\r\n\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:32:03Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Saving runtime to \"runtime.wasm\"\r\n"] -[10.849179, "o", "Let"] -[11.030237, "o", "'s "] -[11.121001, "o", "ask"] -[11.211077, "o", " sub"] -[11.305373, "o", "was"] -[11.396307, "o", "m t"] -[11.488311, "o", "o ca"] -[11.578634, "o", "ll "] -[11.668705, "o", "int"] -[11.761683, "o", "o t"] -[11.851929, "o", "he r"] -[12.038322, "o", "unt"] -[12.131424, "o", "ime"] -[12.221487, "o", " and"] -[12.31156, "o", " sh"] -[12.403642, "o", "ow "] -[12.493768, "o", "us t"] -[12.586303, "o", "he "] -[12.676411, "o", "lis"] -[12.766491, "o", "t o"] -[12.860234, "o", "f mo"] -[12.952938, "o", "dul"] -[13.140289, "o", "es "] -[13.231563, "o", "from"] -[13.322721, "o", " th"] -[13.414362, "o", "e m"] -[13.506416, "o", "etad"] -[13.600293, "o", "ata"] -[13.692487, "o", ":\r\n"] -[13.696972, "o", "We "] -[13.883426, "o", "use"] -[13.977037, "o", " th"] -[14.071137, "o", "e fo"] -[14.164372, "o", "llo"] -[14.254557, "o", "win"] -[14.345253, "o", "g co"] -[14.435415, "o", "mma"] -[14.527564, "o", "nd:"] -[14.618603, "o", "\r\n"] -[14.62359, "o", "sub"] -[14.810225, "o", "was"] -[14.90363, "o", "m -"] -[14.995468, "o", "q me"] -[15.088267, "o", "ta "] -[15.181295, "o", "run"] -[15.27139, "o", "time"] -[15.362237, "o", ".wa"] -[15.453645, "o", "sm\r\n"] -[15.462005, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:32:08Z \u001b[0m\u001b[32mINFO \u001b[0m subwasm\u001b[0m\u001b[38;5;8m]\u001b[0m ⏱️ Loading WASM from File(\"runtime.wasm\")\r\n"] -[18.946144, "o", " - 00: System\r\n - 01: Scheduler\r\n - 02: Babe\r\n - 03: Timestamp\r\n - 04: Indices\r\n - 05: Balances\r\n - 06: Authorship\r\n - 07: Staking\r\n - 08: Offences\r\n - 09: Session\r\n - 10: Preimage\r\n - 11: Grandpa\r\n - 12: ImOnline\r\n - 13: AuthorityDiscovery\r\n - 14: Democracy\r\n - 15: Council\r\n - 16: TechnicalCommittee\r\n - 17: PhragmenElection\r\n - 18: TechnicalMembership\r\n - 19: Treasury\r\n - 20: ConvictionVoting\r\n - 21: Referenda\r\n"] -[18.946259, "o", " - 23: Whitelist\r\n - 24: Claims\r\n - 25: Vesting\r\n - 26: Utility\r\n - 28: Identity\r\n - 29: Proxy\r\n - 30: Multisig\r\n - 32: TransactionPayment\r\n - 33: Historical\r\n - 34: Bounties\r\n - 35: Tips\r\n - 36: ElectionProviderMultiPhase\r\n - 37: VoterList\r\n - 38: ChildBounties\r\n - 39: NominationPools\r\n - 40: FastUnstake\r\n - 50: ParachainsOrigin\r\n - 51: Configuration\r\n - 52: ParasShared\r\n - 53: ParaInclusion\r\n - 54: ParaInherent\r\n - 55: ParaScheduler\r\n - 56: Paras\r\n - 57: Initializer\r\n - 58: Dmp\r\n - 59: Ump\r\n - 60: Hrmp\r\n - 61: ParaSessionInfo\r\n - 62: ParasDisputes\r\n - 70: Registrar\r\n - 71: Slots\r\n - 72: Auctions\r\n - 73: Crowdloan\r\n - 99: XcmPallet\r\n"] -[19.482947, "o", "Do "] -[19.66594, "o", "you"] -[19.7608, "o", " pr"] -[19.851146, "o", "efer"] -[19.944043, "o", " th"] -[20.035247, "o", "e o"] -[20.128554, "o", "utpu"] -[20.218594, "o", "t a"] -[20.309232, "o", "s j"] -[20.403575, "o", "son"] -[20.495367, "o", " ?:\r\n"] -[20.499739, "o", "We "] -[20.684221, "o", "use"] -[20.778549, "o", " th"] -[20.871718, "o", "e fo"] -[20.965312, "o", "llo"] -[21.059272, "o", "win"] -[21.152377, "o", "g co"] -[21.245227, "o", "mma"] -[21.335347, "o", "nd:"] -[21.42861, "o", "\r\n"] -[21.433079, "o", "sub"] -[21.620236, "o", "was"] -[21.712331, "o", "m -"] -[21.803723, "o", "q me"] -[21.898782, "o", "ta "] -[21.989189, "o", "--f"] -[22.08105, "o", "orma"] -[22.171179, "o", "t j"] -[22.263076, "o", "son"] -[22.353727, "o", " ru"] -[22.448786, "o", "ntim"] -[22.540203, "o", "e.w"] -[22.720352, "o", "asm"] -[22.814517, "o", "\r\n"] -[22.822025, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:32:15Z \u001b[0m\u001b[32mINFO \u001b[0m subwasm\u001b[0m\u001b[38;5;8m]\u001b[0m ⏱️ Loading WASM from File(\"runtime.wasm\")\r\n"] -[26.25307, "o", "{\r\n \"V14\": {\r\n \"types\": {\r\n \"types\": [\r\n {\r\n \"id\": 0,\r\n \"type\": {\r\n \"path\": [\r\n \"sp_core\",\r\n \"crypto\",\r\n"] -[26.275498, "o", "...\r\n"] -[26.785451, "o", "We "] -[26.97093, "o", "can"] -[27.06115, "o", " al"] -[27.15631, "o", "so z"] -[27.246663, "o", "oom"] -[27.341798, "o", " in"] -[27.43683, "o", " and"] -[27.528539, "o", " se"] -[27.619826, "o", "e s"] -[27.711164, "o", "ome"] -[27.803515, "o", " inf"] -[27.894322, "o", "orm"] -[27.988225, "o", "ati"] -[28.169464, "o", "on a"] -[28.259661, "o", "bou"] -[28.353501, "o", "t a"] -[28.444284, "o", " spe"] -[28.534443, "o", "cif"] -[28.624535, "o", "ic "] -[28.718538, "o", "mod"] -[28.808713, "o", "ule:"] -[28.902173, "o", "\r\n"] -[28.906811, "o", "We "] -[29.090303, "o", "use"] -[29.183452, "o", " th"] -[29.27847, "o", "e fo"] -[29.369281, "o", "llo"] -[29.459395, "o", "win"] -[29.553482, "o", "g co"] -[29.643849, "o", "mma"] -[29.736139, "o", "nd:"] -[29.828466, "o", "\r\n"] -[29.832716, "o", "sub"] -[30.014286, "o", "was"] -[30.106623, "o", "m -"] -[30.199615, "o", "q me"] -[30.293684, "o", "ta "] -[30.388149, "o", "run"] -[30.478531, "o", "time"] -[30.568558, "o", ".wa"] -[30.658692, "o", "sm "] -[30.753463, "o", "--m"] -[30.847187, "o", "odul"] -[30.941136, "o", "e s"] -[31.033644, "o", "yst"] -[31.219178, "o", "em\r\n"] -[31.226821, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:32:24Z \u001b[0m\u001b[32mINFO \u001b[0m subwasm\u001b[0m\u001b[38;5;8m]\u001b[0m ⏱️ Loading WASM from File(\"runtime.wasm\")\r\n"] -[34.712713, "o", "Module 00: System\r\n🤙 Calls:\r\n- 0: remark\r\n- 1: set_heap_pages\r\n- 2: set_code\r\n- 3: set_code_without_checks\r\n- 4: set_storage\r\n- 5: kill_storage\r\n- 6: kill_prefix\r\n- 7: remark_with_event\r\n📢 Events:\r\n- 0: ExtrinsicSuccess\r\n- 1: ExtrinsicFailed\r\n- 2: CodeUpdated\r\n- 3: NewAccount\r\n- 4: KilledAccount\r\n- 5: Remarked\r\n⛔️ Errors:\r\n"] -[34.712969, "o", "- 0: InvalidSpecName\r\n- 1: SpecVersionNeedsToIncrease\r\n- 2: FailedToExtractRuntimeVersion\r\n- 3: NonDefaultComposite\r\n- 4: NonZeroRefCount\r\n- 5: CallFiltered\r\n📦 Storage:\r\n- Account\r\n- ExtrinsicCount\r\n- BlockWeight\r\n- AllExtrinsicsLen\r\n- BlockHash\r\n- ExtrinsicData\r\n- Number\r\n- ParentHash\r\n- Digest\r\n- Events\r\n- EventCount\r\n- EventTopics\r\n- LastRuntimeUpgrade\r\n- UpgradedToU32RefCount\r\n- UpgradedToTripleRefCount\r\n- ExecutionPhase\r\n💎 Constants:\r\n- BlockWeights\r\n- BlockLength\r\n- BlockHashCount\r\n- DbWeight\r\n- Version\r\n- SS58Prefix\r\n"] -[35.236342, "o", "\r\n"] +{"version": 2, "width": 208, "height": 24, "timestamp": 1716291676, "env": {"SHELL": "/bin/zsh", "TERM": "xterm-256color"}} +[0.188198, "o", "sub"] +[0.374926, "o", "wasm"] +[0.468124, "o", " kn"] +[0.559958, "o", "ows "] +[0.654554, "o", "coo"] +[0.749041, "o", "l tr"] +[0.842961, "o", "icks"] +[0.93784, "o", ". I"] +[1.032855, "o", "t ca"] +[1.127665, "o", "n s"] +[1.220026, "o", "how "] +[1.314595, "o", "you "] +[1.408914, "o", "the"] +[1.502182, "o", " met"] +[1.596157, "o", "ada"] +[1.689118, "o", "ta d"] +[1.877797, "o", "irec"] +[1.968306, "o", "tly"] +[2.059048, "o", " fro"] +[2.153442, "o", "m t"] +[2.247928, "o", "he W"] +[2.342826, "o", "ASM "] +[2.435984, "o", "wit"] +[2.530793, "o", "hout"] +[2.623785, "o", " co"] +[2.717899, "o", "nnec"] +[2.810435, "o", "ting"] +[2.90372, "o", " to"] +[2.996297, "o", " any"] +[3.091037, "o", " no"] +[3.27847, "o", "de.\r\n"] +[3.283501, "o", "You"] +[3.470566, "o", " may"] +[3.563979, "o", " ge"] +[3.658199, "o", "nera"] +[3.752073, "o", "te "] +[3.846619, "o", "the "] +[3.941491, "o", "WASM"] +[4.036524, "o", " us"] +[4.130856, "o", "ing "] +[4.224041, "o", "srt"] +[4.319008, "o", "ool "] +[4.411953, "o", "for "] +[4.505745, "o", "ins"] +[4.597534, "o", "tanc"] +[4.691588, "o", "e, "] +[4.785977, "o", "here"] +[4.973577, "o", " we "] +[5.068648, "o", "kee"] +[5.162878, "o", "p it"] +[5.257355, "o", " si"] +[5.351277, "o", "mple"] +[5.445599, "o", " and"] +[5.54009, "o", " fe"] +[5.634919, "o", "tch "] +[5.729771, "o", "it "] +[5.824179, "o", "from"] +[5.918021, "o", " a n"] +[6.010915, "o", "ode"] +[6.105658, "o", " wit"] +[6.200218, "o", "h:\r\n"] +[6.205272, "o", "We "] +[6.393827, "o", "use "] +[6.48749, "o", "the"] +[6.581361, "o", " fol"] +[6.675451, "o", "low"] +[6.770101, "o", "ing "] +[6.86413, "o", "comm"] +[6.958572, "o", "and"] +[7.052846, "o", ":\r\n"] +[7.05806, "o", "sub"] +[7.244319, "o", "wasm"] +[7.338945, "o", " -q"] +[7.432999, "o", " get"] +[7.5239, "o", " --"] +[7.61659, "o", "chai"] +[7.70964, "o", "n po"] +[7.804367, "o", "lka"] +[7.898195, "o", "dot "] +[7.99155, "o", "--o"] +[8.085273, "o", "utpu"] +[8.179153, "o", "t ru"] +[8.273622, "o", "nti"] +[8.367736, "o", "me.w"] +[8.460868, "o", "asm"] +[8.649511, "o", "\r\n"] +[8.659086, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:41:24Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Downloading runtime from OnchainBlock { endpoint: WebSocket(\"wss://rpc.polkadot.io/\"), block_ref: None }\r\n"] +[9.294235, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:41:25Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Got the runtime, its size is 1567191\r\n\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:41:25Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Saving runtime to \"runtime.wasm\"\r\n"] +[9.8105, "o", "Let"] +[9.995357, "o", "'s a"] +[10.088883, "o", "sk "] +[10.18062, "o", "subw"] +[10.27356, "o", "asm"] +[10.366629, "o", " to "] +[10.459787, "o", "call"] +[10.553712, "o", " in"] +[10.647512, "o", "to t"] +[10.74196, "o", "he "] +[10.836011, "o", "runt"] +[10.929059, "o", "ime "] +[11.023121, "o", "and"] +[11.116531, "o", " sho"] +[11.298807, "o", "w u"] +[11.392409, "o", "s th"] +[11.486612, "o", "e li"] +[11.579981, "o", "st "] +[11.673493, "o", "of m"] +[11.766867, "o", "odu"] +[11.859684, "o", "les "] +[11.953573, "o", "from"] +[12.047467, "o", " th"] +[12.141486, "o", "e me"] +[12.235699, "o", "tad"] +[12.325707, "o", "ata:"] +[12.418675, "o", "\r\n"] +[12.423882, "o", "We "] +[12.608726, "o", "use "] +[12.702278, "o", "the"] +[12.794533, "o", " fol"] +[12.885139, "o", "low"] +[12.979739, "o", "ing "] +[13.070232, "o", "comm"] +[13.164477, "o", "and"] +[13.256802, "o", ":\r\n"] +[13.262369, "o", "sub"] +[13.448688, "o", "wasm"] +[13.541489, "o", " -q"] +[13.635744, "o", " met"] +[13.730468, "o", "a r"] +[13.824685, "o", "unti"] +[13.918094, "o", "me.w"] +[14.011851, "o", "asm"] +[14.106592, "o", "\r\n"] +[14.114833, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:41:30Z \u001b[0m\u001b[32mINFO \u001b[0m subwasm\u001b[0m\u001b[38;5;8m]\u001b[0m ⏱️ Loading WASM from File(\"runtime.wasm\")\r\n"] +[17.142733, "o", " - 00: System\r\n - 01: Scheduler\r\n - 02: Babe\r\n - 03: Timestamp\r\n - 04: Indices\r\n - 05: Balances\r\n - 06: Authorship\r\n - 07: Staking\r\n - 08: Offences\r\n - 09: Session\r\n - 10: Preimage\r\n - 11: Grandpa\r\n - 13: AuthorityDiscovery\r\n - 19: Treasury\r\n - 20: ConvictionVoting\r\n - 21: Referenda\r\n - 22: Origins\r\n - 23: Whitelist\r\n - 24: Claims\r\n - 25: Vesting\r\n - 26: Utility\r\n - 28: Identity\r\n"] +[17.142887, "o", " - 29: Proxy\r\n - 30: Multisig\r\n - 32: TransactionPayment\r\n - 33: Historical\r\n - 34: Bounties\r\n - 36: ElectionProviderMultiPhase\r\n - 37: VoterList\r\n - 38: ChildBounties\r\n - 39: NominationPools\r\n - 40: FastUnstake\r\n - 50: ParachainsOrigin\r\n - 51: Configuration\r\n - 52: ParasShared\r\n - 53: ParaInclusion\r\n - 54: ParaInherent\r\n - 55: ParaScheduler\r\n - 56: Paras\r\n - 57: Initializer\r\n - 58: Dmp\r\n - 60: Hrmp\r\n - 61: ParaSessionInfo\r\n - 62: ParasDisputes\r\n - 63: ParasSlashing\r\n - 64: ParaAssignmentProvider\r\n - 70: Registrar\r\n - 71: Slots\r\n - 72: Auctions\r\n - 73: Crowdloan\r\n - 98: StateTrieMigration\r\n - 99: XcmPallet\r\n - 100: MessageQueue\r\n - 101: AssetRate\r\n - 200: Beefy\r\n - 201: Mmr\r\n - 202: BeefyMmrLeaf\r\n"] +[17.6789, "o", "Do "] +[17.867909, "o", "you "] +[17.958933, "o", "pre"] +[18.053485, "o", "fer "] +[18.148145, "o", "the"] +[18.242645, "o", " out"] +[18.33733, "o", "put "] +[18.429675, "o", "as "] +[18.523499, "o", "json"] +[18.616415, "o", " ?:"] +[18.710439, "o", "\r\n"] +[18.716569, "o", "We "] +[18.904795, "o", "use "] +[18.998987, "o", "the"] +[19.09364, "o", " fol"] +[19.187827, "o", "low"] +[19.280714, "o", "ing "] +[19.373179, "o", "comm"] +[19.467672, "o", "and"] +[19.562089, "o", ":\r\n"] +[19.567208, "o", "sub"] +[19.754774, "o", "wasm"] +[19.847244, "o", " -q"] +[19.9421, "o", " met"] +[20.036552, "o", "a -"] +[20.13112, "o", "-for"] +[20.22566, "o", "mat "] +[20.319272, "o", "jso"] +[20.409822, "o", "n ru"] +[20.504084, "o", "nti"] +[20.59718, "o", "me.w"] +[20.692195, "o", "asm\r\n"] +[20.700619, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:41:36Z \u001b[0m\u001b[32mINFO \u001b[0m subwasm\u001b[0m\u001b[38;5;8m]\u001b[0m ⏱️ Loading WASM from File(\"runtime.wasm\")\r\n"] +[23.782358, "o", "{\r\n \"V14\": {\r\n \"types\": {\r\n \"types\": [\r\n {\r\n \"id\": 0,\r\n \"type\": {\r\n \"path\": [\r\n \"sp_core\",\r\n \"crypto\",\r\n"] +[23.811748, "o", "...\r\n"] +[24.323691, "o", "We "] +[24.511004, "o", "can "] +[24.60494, "o", "als"] +[24.696122, "o", "o zo"] +[24.786284, "o", "om "] +[24.87979, "o", "in a"] +[24.969924, "o", "nd s"] +[25.063382, "o", "ee "] +[25.157375, "o", "some"] +[25.251557, "o", " in"] +[25.343867, "o", "form"] +[25.437939, "o", "atio"] +[25.532806, "o", "n a"] +[25.625462, "o", "bout"] +[25.815299, "o", " a "] +[25.907874, "o", "spec"] +[26.002331, "o", "ific"] +[26.09688, "o", " mo"] +[26.191488, "o", "dule"] +[26.286222, "o", ":\r\n"] +[26.29174, "o", "We "] +[26.47914, "o", "use "] +[26.569542, "o", "the"] +[26.66049, "o", " fol"] +[26.755129, "o", "low"] +[26.849558, "o", "ing "] +[26.943478, "o", "comm"] +[27.035083, "o", "and"] +[27.129767, "o", ":\r\n"] +[27.134846, "o", "sub"] +[27.31826, "o", "wasm"] +[27.412675, "o", " -q"] +[27.504571, "o", " met"] +[27.598687, "o", "a r"] +[27.693072, "o", "unti"] +[27.786744, "o", "me.w"] +[27.879927, "o", "asm"] +[27.971591, "o", " --m"] +[28.06658, "o", "odu"] +[28.159848, "o", "le s"] +[28.25287, "o", "yste"] +[28.343779, "o", "m\r\n"] +[28.352101, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:41:44Z \u001b[0m\u001b[32mINFO \u001b[0m subwasm\u001b[0m\u001b[38;5;8m]\u001b[0m ⏱️ Loading WASM from File(\"runtime.wasm\")\r\n"] +[31.295633, "o", "Module 00: System\r\n🤙 Calls:\r\n- 0: remark\r\n- 1: set_heap_pages\r\n- 2: set_code\r\n- 3: set_code_without_checks\r\n- 4: set_storage\r\n- 5: kill_storage\r\n- 6: kill_prefix\r\n- 7: remark_with_event\r\n- 9: authorize_upgrade\r\n- 10: authorize_upgrade_without_checks\r\n- 11: apply_authorized_upgrade\r\n📢 Events:\r\n- 0: ExtrinsicSuccess\r\n- 1: ExtrinsicFailed\r\n- 2: CodeUpdated\r\n"] +[31.295785, "o", "- 3: NewAccount\r\n- 4: KilledAccount\r\n- 5: Remarked\r\n- 6: UpgradeAuthorized\r\n⛔️ Errors:\r\n- 0: InvalidSpecName\r\n- 1: SpecVersionNeedsToIncrease\r\n- 2: FailedToExtractRuntimeVersion\r\n- 3: NonDefaultComposite\r\n- 4: NonZeroRefCount\r\n- 5: CallFiltered\r\n- 6: NothingAuthorized\r\n- 7: Unauthorized\r\n📦 Storage:\r\n- Account\r\n- ExtrinsicCount\r\n- BlockWeight\r\n- AllExtrinsicsLen\r\n- BlockHash\r\n- ExtrinsicData\r\n- Number\r\n- ParentHash\r\n- Digest\r\n- Events\r\n- EventCount\r\n- EventTopics\r\n- LastRuntimeUpgrade\r\n- UpgradedToU32RefCount\r\n- UpgradedToTripleRefCount\r\n- ExecutionPhase\r\n- AuthorizedUpgrade\r\n💎 Constants:\r\n- BlockWeights\r\n- BlockLength\r\n- BlockHashCount\r\n- DbWeight\r\n- Version\r\n- SS58Prefix\r\n"] +[31.829018, "o", "\r\n"] diff --git a/scripts/demos/casts/demo-show.cast b/scripts/demos/casts/demo-show.cast index 6059000..5c4646f 100644 --- a/scripts/demos/casts/demo-show.cast +++ b/scripts/demos/casts/demo-show.cast @@ -1,246 +1,235 @@ -{"version": 2, "width": 216, "height": 15, "timestamp": 1687426215, "env": {"SHELL": "/bin/zsh", "TERM": "xterm-256color"}} -[0.284576, "o", "su"] -[0.470349, "o", "bwa"] -[0.561354, "o", "sm "] -[0.653003, "o", "kno"] -[0.743343, "o", "ws "] -[0.836334, "o", "coo"] -[0.926461, "o", "l t"] -[1.019908, "o", "ric"] -[1.111228, "o", "ks."] -[1.205474, "o", " It"] -[1.295583, "o", " c"] -[1.385788, "o", "an "] -[1.572322, "o", "sho"] -[1.662446, "o", "w y"] -[1.756324, "o", "ou "] -[1.848415, "o", "the"] -[1.942659, "o", " me"] -[2.032959, "o", "tad"] -[2.125317, "o", "ata"] -[2.217721, "o", " di"] -[2.311511, "o", "re"] -[2.401813, "o", "ctl"] -[2.494088, "o", "y f"] -[2.586343, "o", "rom"] -[2.771348, "o", " th"] -[2.863416, "o", "e W"] -[2.953834, "o", "ASM"] -[3.046104, "o", " wi"] -[3.1397, "o", "tho"] -[3.229898, "o", "ut "] -[3.325035, "o", "co"] -[3.415007, "o", "nne"] -[3.510102, "o", "cti"] -[3.602054, "o", "ng "] -[3.693144, "o", "to "] -[3.786834, "o", "any"] -[3.971179, "o", " no"] -[4.062496, "o", "de."] -[4.152827, "o", "\r\n"] -[4.157636, "o", "Yo"] -[4.34262, "o", "u m"] -[4.433293, "o", "ay "] -[4.527037, "o", "gen"] -[4.618675, "o", "era"] -[4.711314, "o", "te "] -[4.801414, "o", "the"] -[4.89608, "o", " WA"] -[4.989289, "o", "SM "] -[5.082445, "o", "usi"] -[5.176292, "o", "ng"] -[5.270382, "o", " sr"] -[5.365325, "o", "too"] -[5.46045, "o", "l f"] -[5.641321, "o", "or "] -[5.734287, "o", "ins"] -[5.826298, "o", "tan"] -[5.919478, "o", "ce,"] -[6.010376, "o", " he"] -[6.100989, "o", "re "] -[6.19263, "o", "we"] -[6.285311, "o", " ke"] -[6.379302, "o", "ep "] -[6.471386, "o", "it "] -[6.56242, "o", "sim"] -[6.746364, "o", "ple"] -[6.839176, "o", " an"] -[6.93308, "o", "d f"] -[7.027305, "o", "etc"] -[7.11955, "o", "h i"] -[7.211223, "o", "t "] -[7.301345, "o", "fro"] -[7.393616, "o", "m a"] -[7.488772, "o", " no"] -[7.583779, "o", "de "] -[7.678933, "o", "wit"] -[7.773968, "o", "h:\r\n"] -[7.778544, "o", "We"] -[7.962652, "o", " us"] -[8.053191, "o", "e t"] -[8.146152, "o", "he "] -[8.24129, "o", "fol"] -[8.331373, "o", "low"] -[8.422889, "o", "ing"] -[8.517578, "o", " co"] -[8.611314, "o", "mma"] -[8.704424, "o", "nd:"] -[8.794547, "o", "\r\n"] -[8.799384, "o", "su"] -[8.984897, "o", "bwa"] -[9.075147, "o", "sm "] -[9.167725, "o", "-q "] -[9.261041, "o", "get"] -[9.355035, "o", " --"] -[9.449462, "o", "cha"] -[9.542622, "o", "in "] -[9.635249, "o", "pol"] -[9.727265, "o", "kad"] -[9.817324, "o", "ot"] -[9.911327, "o", " --"] -[10.003248, "o", "out"] -[10.189544, "o", "put"] -[10.283427, "o", " ru"] -[10.374267, "o", "nti"] -[10.467638, "o", "me."] -[10.561339, "o", "was"] -[10.651469, "o", "m\r\n"] -[10.660299, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:30:25Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Downloading runtime from OnchainBlock { endpoint: WebSocket(\"wss://polkadot-rpc-tn.dwellir.com/\"), block_ref: None }\r\n"] -[11.884314, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:30:26Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Got the runtime, its size is 1446304\r\n\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:30:26Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Saving runtime to \"runtime.wasm\"\r\n"] -[12.39852, "o", "Le"] -[12.584359, "o", "t's"] -[12.677632, "o", " as"] -[12.767697, "o", "k s"] -[12.857823, "o", "ubw"] -[12.948276, "o", "asm"] -[13.042566, "o", " to"] -[13.133956, "o", " ca"] -[13.227219, "o", "ll "] -[13.321322, "o", "int"] -[13.411682, "o", "o "] -[13.502063, "o", "the"] -[13.68622, "o", " ru"] -[13.778252, "o", "nti"] -[13.86833, "o", "me "] -[13.962336, "o", "and"] -[14.052386, "o", " sh"] -[14.146081, "o", "ow "] -[14.23623, "o", "us "] -[14.328219, "o", "the"] -[14.421451, "o", " l"] -[14.5122, "o", "ist"] -[14.60237, "o", " of"] -[14.784216, "o", " pa"] -[14.874316, "o", "lle"] -[14.969246, "o", "ts "] -[15.059917, "o", "and"] -[15.153183, "o", " th"] -[15.246709, "o", "eir"] -[15.337275, "o", " co"] -[15.431209, "o", "nt"] -[15.524138, "o", "ent"] -[15.617621, "o", ":\r\n"] -[15.621912, "o", "We"] -[15.802272, "o", " us"] -[15.892538, "o", "e t"] -[15.983833, "o", "he "] -[16.078257, "o", "fol"] -[16.171188, "o", "low"] -[16.26135, "o", "ing"] -[16.354199, "o", " co"] -[16.444516, "o", "mma"] -[16.539639, "o", "nd:"] -[16.629689, "o", "\r\n"] -[16.63429, "o", "su"] -[16.822037, "o", "bwa"] -[16.912249, "o", "sm "] -[17.002864, "o", "-q "] -[17.092988, "o", "sho"] -[17.183501, "o", "w r"] -[17.274278, "o", "unt"] -[17.367504, "o", "ime"] -[17.461422, "o", ".wa"] -[17.551907, "o", "sm\r\n"] -[17.559218, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2023-06-22T09:30:32Z \u001b[0m\u001b[32mINFO \u001b[0m subwasm\u001b[0m\u001b[38;5;8m]\u001b[0m ⏱️ Loading WASM from File(\"runtime.wasm\")\r\n"] -[21.048017, "o", "ReducedRuntime:\r\nPallet #3: Timestamp\r\n calls:\r\n - 0: set ( now: T::Moment, ) )\r\n constants:\r\n - MinimumPeriod: [184, 11, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Default DidUpdate: [0]\r\n - Default Now: [0; 8]\r\n\r\nPallet #23: Whitelist\r\n calls:\r\n - 0: whitelist_call ( call_hash: PreimageHash, ) )\r\n - 1: remove_whitelisted_call ( call_hash: PreimageHash, ) )\r\n - 2: dispatch_whitelisted_call ( call_hash: PreimageHash, call_encoded_len: u32, call_weight_witness: Weight, ) )\r\n - 3: dispatch_whitelisted_call_with_preimage ( call: Box<::RuntimeCall>, ) )\r\n events:\r\n - 0: CallWhitelisted ( call_hash: PreimageHash, ) )\r\n - 1: WhitelistedCallRemoved ( call_hash: PreimageHash, ) )\r\n - 2: WhitelistedCallDispatched ( call_hash: PreimageHash, result: DispatchResultWithPostInfo, ) )\r\n errors:\r\n - 0: UnavailablePreImage\r\n - 1: UndecodableCall\r\n - 2: InvalidCallWeightWitness\r\n - 3: CallIsNotWhitelisted\r\n - 4: CallAlreadyWhitelisted\r\n storages:"] -[21.048246, "o", "\r\n - Optional WhitelistedCall: [0]\r\n\r\nPallet #4: Indices\r\n calls:\r\n - 0: claim ( index: T::AccountIndex, ) )\r\n - 1: transfer ( new: AccountIdLookupOf, index: T::AccountIndex, ) )\r\n - 2: free ( index: T::AccountIndex, ) )\r\n - 3: force_transfer ( new: AccountIdLookupOf, index: T::AccountIndex, freeze: bool, ) )\r\n - 4: freeze ( index: T::AccountIndex, ) )\r\n events:\r\n - 0: IndexAssigned ( who: T::AccountId, index: T::AccountIndex, ) )\r\n - 1: IndexFreed ( index: T::AccountIndex, ) )\r\n - 2: IndexFrozen ( index: T::AccountIndex, who: T::AccountId, ) )\r\n errors:\r\n - 0: NotAssigned\r\n - 1: NotOwner\r\n - 2: InUse\r\n - 3: NotTransfer\r\n - 4: Permanent\r\n constants:\r\n - Deposit: [0, 232, 118, 72, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Optional Accounts: [0]\r\n\r\nPallet #7: Staking\r\n calls:\r\n - 0: bond ( controller: AccountIdLookupOf, value: BalanceOf, payee: RewardDestination, ) )\r\n - 1: bond_extra ( max_a"] -[21.048598, "o", "dditional: BalanceOf, ) )\r\n - 2: unbond ( value: BalanceOf, ) )\r\n - 3: withdraw_unbonded ( num_slashing_spans: u32, ) )\r\n - 4: validate ( prefs: ValidatorPrefs, ) )\r\n - 5: nominate ( targets: Vec>, ) )\r\n - 6: chill ( ) )\r\n - 7: set_payee ( payee: RewardDestination, ) )\r\n - 8: set_controller ( controller: AccountIdLookupOf, ) )\r\n - 9: set_validator_count ( new: u32, ) )\r\n - 10: increase_validator_count ( additional: u32, ) )\r\n - 11: scale_validator_count ( factor: Percent, ) )\r\n - 12: force_no_eras ( ) )\r\n - 13: force_new_era ( ) )\r\n - 14: set_invulnerables ( invulnerables: Vec, ) )\r\n - 15: force_unstake ( stash: T::AccountId, num_slashing_spans: u32, ) )\r\n - 16: force_new_era_always ( ) )\r\n - 17: cancel_deferred_slash ( era: EraIndex, slash_indices: Vec, ) )\r\n - 18: payout_stakers ( validator_stash: T::AccountId, era: EraIndex, ) )\r\n - 19: rebond ( value: BalanceOf,"] -[21.048787, "o", " ) )\r\n - 20: reap_stash ( stash: T::AccountId, num_slashing_spans: u32, ) )\r\n - 21: kick ( who: Vec>, ) )\r\n - 22: set_staking_configs ( min_nominator_bond: ConfigOp>, min_validator_bond: ConfigOp>, max_nominator_count: ConfigOp, max_validator_count: ConfigOp, chill_threshold: ConfigOp, min_commission: ConfigOp, ) )\r\n - 23: chill_other ( controller: T::AccountId, ) )\r\n - 24: force_apply_min_commission ( validator_stash: T::AccountId, ) )\r\n - 25: set_min_commission ( new: Perbill, ) )\r\n events:\r\n - 0: EraPaid ( era_index: EraIndex, validator_payout: BalanceOf, remainder: BalanceOf, ) )\r\n - 1: Rewarded ( stash: T::AccountId, amount: BalanceOf, ) )\r\n - 2: Slashed ( staker: T::AccountId, amount: BalanceOf, ) )\r\n - 3: SlashReported ( validator: T::AccountId, fraction: Perbill, slash_era: EraIndex, ) )\r\n - 4: OldSlashingReportDiscarded ( session_index: SessionIndex, ) )\r\n - 5:"] -[21.048971, "o", " StakersElected ( ) )\r\n - 6: Bonded ( stash: T::AccountId, amount: BalanceOf, ) )\r\n - 7: Unbonded ( stash: T::AccountId, amount: BalanceOf, ) )\r\n - 8: Withdrawn ( stash: T::AccountId, amount: BalanceOf, ) )\r\n - 9: Kicked ( nominator: T::AccountId, stash: T::AccountId, ) )\r\n - 10: StakingElectionFailed ( ) )\r\n - 11: Chilled ( stash: T::AccountId, ) )\r\n - 12: PayoutStarted ( era_index: EraIndex, validator_stash: T::AccountId, ) )\r\n - 13: ValidatorPrefsSet ( stash: T::AccountId, prefs: ValidatorPrefs, ) )\r\n - 14: ForceEra ( mode: Forcing, ) )\r\n errors:\r\n - 0: NotController\r\n - 1: NotStash\r\n - 2: AlreadyBonded\r\n - 3: AlreadyPaired\r\n - 4: EmptyTargets\r\n - 5: DuplicateIndex\r\n - 6: InvalidSlashIndex\r\n - 7: InsufficientBond\r\n - 8: NoMoreChunks\r\n - 9: NoUnlockChunk\r\n - 10: FundedTarget\r\n - 11: InvalidEraToReward\r\n - 12: InvalidNumberOfNominations\r\n - 13: NotSortedAndUnique\r\n - 14: AlreadyClaimed\r\n - 15: Incorre"] -[21.049144, "o", "ctHistoryDepth\r\n - 16: IncorrectSlashingSpans\r\n - 17: BadState\r\n - 18: TooManyTargets\r\n - 19: BadTarget\r\n - 20: CannotChillOther\r\n - 21: TooManyNominators\r\n - 22: TooManyValidators\r\n - 23: CommissionTooLow\r\n - 24: BoundNotMet\r\n constants:\r\n - BondingDuration: [28, 0, 0, 0]\r\n - HistoryDepth: [84, 0, 0, 0]\r\n - MaxNominations: [16, 0, 0, 0]\r\n - MaxNominatorRewardedPerValidator: [0, 2, 0, 0]\r\n - MaxUnlockingChunks: [32, 0, 0, 0]\r\n - SessionsPerEra: [6, 0, 0, 0]\r\n - SlashDeferDuration: [27, 0, 0, 0]\r\n storages:\r\n - Optional ActiveEra: [0]\r\n - Optional Bonded: [0]\r\n - Default BondedEras: [0]\r\n - Default CanceledSlashPayout: [0; 16]\r\n - Optional ChillThreshold: [0]\r\n - Default CounterForNominators: [0; 4]\r\n - Default CounterForValidators: [0; 4]\r\n - Optional CurrentEra: [0]\r\n - Default CurrentPlannedSession: [0; 4]\r\n - Default ErasRewardPoints: [0; 5]\r\n - Default ErasStakers: [0, 0, 0]\r\n - Default ErasStakersClipped: [0, 0,"] -[21.049321, "o", " 0]\r\n - Optional ErasStartSessionIndex: [0]\r\n - Default ErasTotalStake: [0; 16]\r\n - Default ErasValidatorPrefs: [0, 0]\r\n - Optional ErasValidatorReward: [0]\r\n - Default ForceEra: [0]\r\n - Default Invulnerables: [0]\r\n - Optional Ledger: [0]\r\n - Optional MaxNominatorsCount: [0]\r\n - Optional MaxValidatorsCount: [0]\r\n - Default MinCommission: [0; 4]\r\n - Default MinNominatorBond: [0; 16]\r\n - Default MinValidatorBond: [0; 16]\r\n - Default MinimumActiveStake: [0; 16]\r\n - Default MinimumValidatorCount: [0; 4]\r\n - Optional NominatorSlashInEra: [0]\r\n - Optional Nominators: [0]\r\n - Default OffendingValidators: [0]\r\n - Default Payee: [0]\r\n - Default SlashRewardFraction: [0; 4]\r\n - Optional SlashingSpans: [0]\r\n - Default SpanSlash: [0; 32]\r\n - Default UnappliedSlashes: [0]\r\n - Default ValidatorCount: [0; 4]\r\n - Optional ValidatorSlashInEra: [0]\r\n - Default Validators: [0, 0]\r\n\r\nPallet #33: Historical\r\n\r\nPallet #19: Treasury\r\n calls:\r"] -[21.049484, "o", "\r\n - 0: propose_spend ( value: BalanceOf, beneficiary: AccountIdLookupOf, ) )\r\n - 1: reject_proposal ( proposal_id: ProposalIndex, ) )\r\n - 2: approve_proposal ( proposal_id: ProposalIndex, ) )\r\n - 3: spend ( amount: BalanceOf, beneficiary: AccountIdLookupOf, ) )\r\n - 4: remove_approval ( proposal_id: ProposalIndex, ) )\r\n events:\r\n - 0: Proposed ( proposal_index: ProposalIndex, ) )\r\n - 1: Spending ( budget_remaining: BalanceOf, ) )\r\n - 2: Awarded ( proposal_index: ProposalIndex, award: BalanceOf, account: T::AccountId, ) )\r\n - 3: Rejected ( proposal_index: ProposalIndex, slashed: BalanceOf, ) )\r\n - 4: Burnt ( burnt_funds: BalanceOf, ) )\r\n - 5: Rollover ( rollover_balance: BalanceOf, ) )\r\n - 6: Deposit ( value: BalanceOf, ) )\r\n - 7: SpendApproved ( proposal_index: ProposalIndex, amount: BalanceOf, beneficiary: T::AccountId, ) )\r\n - 8: UpdatedInactive ( reactivated: BalanceOf, de"] -[21.049656, "o", "activated: BalanceOf, ) )\r\n errors:\r\n - 0: InsufficientProposersBalance\r\n - 1: InvalidIndex\r\n - 2: TooManyApprovals\r\n - 3: InsufficientPermission\r\n - 4: ProposalNotApproved\r\n constants:\r\n - Burn: [16, 39, 0, 0]\r\n - MaxApprovals: [100, 0, 0, 0]\r\n - PalletId: [112, 121, 47, 116, 114, 115, 114, 121]\r\n - ProposalBond: [80, 195, 0, 0]\r\n - ProposalBondMaximum: [1, 0, 80, 57, 39, 140, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - ProposalBondMinimum: [0, 16, 165, 212, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - SpendPeriod: [0, 70, 5, 0]\r\n storages:\r\n - Default Approvals: [0]\r\n - Default Deactivated: [0; 16]\r\n - Default ProposalCount: [0; 4]\r\n - Optional Proposals: [0]\r\n\r\nPallet #34: Bounties\r\n calls:\r\n - 0: propose_bounty ( value: BalanceOf, description: Vec, ) )\r\n - 1: approve_bounty ( bounty_id: BountyIndex, ) )\r\n - 2: propose_curator ( bounty_id: BountyIndex, curator: AccountIdLookupOf, fee: BalanceOf, ) )\r\n - 3: unassi"] -[21.049828, "o", "gn_curator ( bounty_id: BountyIndex, ) )\r\n - 4: accept_curator ( bounty_id: BountyIndex, ) )\r\n - 5: award_bounty ( bounty_id: BountyIndex, beneficiary: AccountIdLookupOf, ) )\r\n - 6: claim_bounty ( bounty_id: BountyIndex, ) )\r\n - 7: close_bounty ( bounty_id: BountyIndex, ) )\r\n - 8: extend_bounty_expiry ( bounty_id: BountyIndex, remark: Vec, ) )\r\n events:\r\n - 0: BountyProposed ( index: BountyIndex, ) )\r\n - 1: BountyRejected ( index: BountyIndex, bond: BalanceOf, ) )\r\n - 2: BountyBecameActive ( index: BountyIndex, ) )\r\n - 3: BountyAwarded ( index: BountyIndex, beneficiary: T::AccountId, ) )\r\n - 4: BountyClaimed ( index: BountyIndex, payout: BalanceOf, beneficiary: T::AccountId, ) )\r\n - 5: BountyCanceled ( index: BountyIndex, ) )\r\n - 6: BountyExtended ( index: BountyIndex, ) )\r\n errors:\r\n - 0: InsufficientProposersBalance\r\n - 1: InvalidIndex\r\n - 2: ReasonTooBig\r\n - 3: UnexpectedStatus\r\n - 4: RequireCurator\r\n -"] -[21.050072, "o", " 5: InvalidValue\r\n - 6: InvalidFee\r\n - 7: PendingPayout\r\n - 8: Premature\r\n - 9: HasActiveChildBounty\r\n - 10: TooManyQueued\r\n constants:\r\n - BountyDepositBase: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - BountyDepositPayoutDelay: [0, 194, 1, 0]\r\n - BountyUpdatePeriod: [128, 198, 19, 0]\r\n - BountyValueMinimum: [0, 232, 118, 72, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - CuratorDepositMax: [1, 0, 32, 74, 169, 209, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - CuratorDepositMin: [1, 0, 232, 118, 72, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - CuratorDepositMultiplier: [32, 161, 7, 0]\r\n - DataDepositPerByte: [0, 225, 245, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - MaximumReasonLength: [0, 64, 0, 0]\r\n storages:\r\n - Optional Bounties: [0]\r\n - Default BountyApprovals: [0]\r\n - Default BountyCount: [0; 4]\r\n - Optional BountyDescriptions: [0]\r\n\r\nPallet #38: ChildBounties\r\n calls:\r\n - 0: add_child_bounty ( parent_bounty_id: BountyIndex, value: BalanceOf, description: Vec, ) )\r\n - 1: propose_curator ( parent_bounty_id: BountyIndex, child_bounty_id: BountyIndex, curator: AccountIdLookupOf, fee: BalanceOf, ) )\r\n - 2: accept_curator ( parent_bounty_id: BountyIndex, child_bounty_id: BountyIndex, ) )\r\n - 3: unassign_curator ( parent_bounty_id: BountyIndex, child_bounty_id: BountyIndex, ) )\r\n - 4: award_child_bounty ( parent_bounty_id: BountyIndex, child_bounty_id: BountyIndex, beneficiary: AccountIdLookupOf, ) )\r\n - 5: claim_child_bounty ( parent_bounty_id: BountyIndex, child_bounty_id: BountyIndex, ) )\r\n - 6: close_child_bounty ( parent_bounty_id: BountyIndex, child_bounty_id: BountyIndex, ) )\r\n events:\r\n - 0: Added ( index: BountyIndex, child_index: BountyIndex, ) )\r\n - 1: Awarded ( index: BountyIndex, child_index: BountyIndex, beneficiary: T::AccountId, ) )\r\n - 2: Claimed ( index: BountyIndex, child_index: BountyIndex, payout: BalanceOf, beneficiary: T::AccountId, ) )\r\n - 3: Canceled ( index: "] -[21.050394, "o", "BountyIndex, child_index: BountyIndex, ) )\r\n errors:\r\n - 0: ParentBountyNotActive\r\n - 1: InsufficientBountyBalance\r\n - 2: TooManyChildBounties\r\n constants:\r\n - ChildBountyValueMinimum: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - MaxActiveChildBountyCount: [100, 0, 0, 0]\r\n storages:\r\n - Optional ChildBounties: [0]\r\n - Default ChildBountyCount: [0; 4]\r\n - Optional ChildBountyDescriptions: [0]\r\n - Default ChildrenCuratorFees: [0; 16]\r\n - Default ParentChildBounties: [0; 4]\r\n\r\nPallet #5: Balances\r\n calls:\r\n - 0: transfer_allow_death ( dest: AccountIdLookupOf, value: T::Balance, ) )\r\n - 1: set_balance_deprecated ( who: AccountIdLookupOf, new_free: T::Balance, old_reserved: T::Balance, ) )\r\n - 2: force_transfer ( source: AccountIdLookupOf, dest: AccountIdLookupOf, value: T::Balance, ) )\r\n - 3: transfer_keep_alive ( dest: AccountIdLookupOf, value: T::Balance, ) )\r\n - 4: transfer_all ( dest: AccountIdLookupOf, keep_alive: "] -[21.050543, "o", "bool, ) )\r\n - 5: force_unreserve ( who: AccountIdLookupOf, amount: T::Balance, ) )\r\n - 6: upgrade_accounts ( who: Vec, ) )\r\n - 7: transfer ( dest: AccountIdLookupOf, value: T::Balance, ) )\r\n - 8: force_set_balance ( who: AccountIdLookupOf, new_free: T::Balance, ) )\r\n events:\r\n - 0: Endowed ( account: T::AccountId, free_balance: T::Balance, ) )\r\n - 1: DustLost ( account: T::AccountId, amount: T::Balance, ) )\r\n - 2: Transfer ( from: T::AccountId, to: T::AccountId, amount: T::Balance, ) )\r\n - 3: BalanceSet ( who: T::AccountId, free: T::Balance, ) )\r\n - 4: Reserved ( who: T::AccountId, amount: T::Balance, ) )\r\n - 5: Unreserved ( who: T::AccountId, amount: T::Balance, ) )\r\n - 6: ReserveRepatriated ( from: T::AccountId, to: T::AccountId, amount: T::Balance, destination_status: Status, ) )\r\n - 7: Deposit ( who: T::AccountId, amount: T::Balance, ) )\r\n - 8: Withdraw ( who: T::AccountId, amount: T::Balance, ) )\r\n - 9: Slashed "] -[21.050714, "o", "( who: T::AccountId, amount: T::Balance, ) )\r\n - 10: Minted ( who: T::AccountId, amount: T::Balance, ) )\r\n - 11: Burned ( who: T::AccountId, amount: T::Balance, ) )\r\n - 12: Suspended ( who: T::AccountId, amount: T::Balance, ) )\r\n - 13: Restored ( who: T::AccountId, amount: T::Balance, ) )\r\n - 14: Upgraded ( who: T::AccountId, ) )\r\n - 15: Issued ( amount: T::Balance, ) )\r\n - 16: Rescinded ( amount: T::Balance, ) )\r\n - 17: Locked ( who: T::AccountId, amount: T::Balance, ) )\r\n - 18: Unlocked ( who: T::AccountId, amount: T::Balance, ) )\r\n - 19: Frozen ( who: T::AccountId, amount: T::Balance, ) )\r\n - 20: Thawed ( who: T::AccountId, amount: T::Balance, ) )\r\n errors:\r\n - 0: VestingBalance\r\n - 1: LiquidityRestrictions\r\n - 2: InsufficientBalance\r\n - 3: ExistentialDeposit\r\n - 4: Expendability\r\n - 5: ExistingVestingSchedule\r\n - 6: DeadAccount\r\n - 7: TooManyReserves\r\n - 8: TooManyHolds\r\n - 9: TooManyFreezes\r\n constants:\r\n - Existent"] -[21.050891, "o", "ialDeposit: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - MaxFreezes: [0; 4]\r\n - MaxHolds: [0; 4]\r\n - MaxLocks: [50, 0, 0, 0]\r\n - MaxReserves: [50, 0, 0, 0]\r\n storages:\r\n - Default Account: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ... ]\r\n - Default Freezes: [0]\r\n - Default Holds: [0]\r\n - Default InactiveIssuance: [0; 16]\r\n - Default Locks: [0]\r\n - Default Reserves: [0]\r\n - Default TotalIssuance: [0; 16]\r\n\r\nPallet #10: Preimage\r\n calls:\r\n - 0: note_preimage ( bytes: Vec, ) )\r\n - 1: unnote_preimage ( hash: T::Hash, ) )\r\n - 2: request_preimage ( hash: T::Hash, ) )\r\n - 3: unrequest_preimage ( hash: T::Hash, ) )\r\n events:\r\n - 0: Noted ( hash: T::Hash, ) )\r\n - 1: Requested ( hash: T::Hash, ) )\r\n - 2: Cleared ( hash: T::Hash, ) )\r\n errors:\r\n - 0: TooBig\r\n - 1: AlreadyNoted\r\n - 2: NotAuthorized\r\n - 3: NotNoted\r\n - 4: Requested\r\n - 5: NotRequeste"] -[21.051056, "o", "d\r\n storages:\r\n - Optional PreimageFor: [0]\r\n - Optional StatusFor: [0]\r\n\r\nPallet #35: Tips\r\n calls:\r\n - 0: report_awesome ( reason: Vec, who: AccountIdLookupOf, ) )\r\n - 1: retract_tip ( hash: T::Hash, ) )\r\n - 2: tip_new ( reason: Vec, who: AccountIdLookupOf, tip_value: BalanceOf, ) )\r\n - 3: tip ( hash: T::Hash, tip_value: BalanceOf, ) )\r\n - 4: close_tip ( hash: T::Hash, ) )\r\n - 5: slash_tip ( hash: T::Hash, ) )\r\n events:\r\n - 0: NewTip ( tip_hash: T::Hash, ) )\r\n - 1: TipClosing ( tip_hash: T::Hash, ) )\r\n - 2: TipClosed ( tip_hash: T::Hash, who: T::AccountId, payout: BalanceOf, ) )\r\n - 3: TipRetracted ( tip_hash: T::Hash, ) )\r\n - 4: TipSlashed ( tip_hash: T::Hash, finder: T::AccountId, deposit: BalanceOf, ) )\r\n errors:\r\n - 0: ReasonTooBig\r\n - 1: AlreadyKnown\r\n - 2: UnknownTip\r\n - 3: NotFinder\r\n - 4: StillOpen\r\n - 5: Premature\r\n constants:\r\n - DataDepositPerByte: [0, 225, 245, 5, 0,"] -[21.051233, "o", " 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - MaximumReasonLength: [0, 64, 0, 0]\r\n - TipCountdown: [64, 56, 0, 0]\r\n - TipFindersFee: [20]\r\n - TipReportDepositBase: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Optional Reasons: [0]\r\n - Optional Tips: [0]\r\n\r\nPallet #37: VoterList\r\n calls:\r\n - 0: rebag ( dislocated: AccountIdLookupOf, ) )\r\n - 1: put_in_front_of ( lighter: AccountIdLookupOf, ) )\r\n events:\r\n - 0: Rebagged ( who: T::AccountId, from: T::Score, to: T::Score, ) )\r\n - 1: ScoreUpdated ( who: T::AccountId, new_score: T::Score, ) )\r\n errors:\r\n - 0: List\r\n constants:\r\n - BagThresholds: [ 33, 3, 0, 228, 11, 84, 2, 0, 0, 0, 243, 158, 128, 151, 2, 0, 0, 0, 168, 177, 151, 226, 2, 0, 0, 0, 148, 73, 46, 54, 3, 0, ... ]\r\n storages:\r\n - Default CounterForListNodes: [0; 4]\r\n - Optional ListBags: [0]\r\n - Optional ListNodes: [0]\r\n\r\nPallet #50: ParachainsOrigin\r\n\r\nPallet #52: ParasShared\r\n storages:\r\n - Default ActiveValidatorIndic"] -[21.051392, "o", "es: [0]\r\n - Default ActiveValidatorKeys: [0]\r\n - Default CurrentSessionIndex: [0; 4]\r\n\r\nPallet #11: Grandpa\r\n calls:\r\n - 0: report_equivocation ( equivocation_proof: Box>, key_owner_proof: T::KeyOwnerProof, ) )\r\n - 1: report_equivocation_unsigned ( equivocation_proof: Box>, key_owner_proof: T::KeyOwnerProof, ) )\r\n - 2: note_stalled ( delay: T::BlockNumber, best_finalized_block_number: T::BlockNumber, ) )\r\n events:\r\n - 0: NewAuthorities ( authority_set: AuthorityList, ) )\r\n - 1: Paused ( ) )\r\n - 2: Resumed ( ) )\r\n errors:\r\n - 0: PauseFailed\r\n - 1: ResumeFailed\r\n - 2: ChangePending\r\n - 3: TooSoon\r\n - 4: InvalidKeyOwnershipProof\r\n - 5: InvalidEquivocationProof\r\n - 6: DuplicateOffenceReport\r\n constants:\r\n - MaxAuthorities: [160, 134, 1, 0]\r\n - MaxSetIdSessionEntries: [168, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Default CurrentSetId: [0; 8]\r\n - Opti"] -[21.05157, "o", "onal NextForced: [0]\r\n - Optional PendingChange: [0]\r\n - Optional SetIdSession: [0]\r\n - Optional Stalled: [0]\r\n - Default State: [0]\r\n\r\nPallet #9: Session\r\n calls:\r\n - 0: set_keys ( keys: T::Keys, proof: Vec, ) )\r\n - 1: purge_keys ( ) )\r\n events:\r\n - 0: NewSession ( session_index: SessionIndex, ) )\r\n errors:\r\n - 0: InvalidProof\r\n - 1: NoAssociatedValidatorId\r\n - 2: DuplicatedKey\r\n - 3: NoKeys\r\n - 4: NoAccount\r\n storages:\r\n - Default CurrentIndex: [0; 4]\r\n - Default DisabledValidators: [0]\r\n - Optional KeyOwner: [0]\r\n - Optional NextKeys: [0]\r\n - Default QueuedChanged: [0]\r\n - Default QueuedKeys: [0]\r\n - Default Validators: [0]\r\n\r\nPallet #14: Democracy\r\n calls:\r\n - 0: propose ( proposal: BoundedCallOf, value: BalanceOf, ) )\r\n - 1: second ( proposal: PropIndex, ) )\r\n - 2: vote ( ref_index: ReferendumIndex, vote: AccountVote>, ) )\r\n - 3: emergency_cancel ( ref_index: ReferendumIndex, ) )\r\n "] -[21.051717, "o", " - 4: external_propose ( proposal: BoundedCallOf, ) )\r\n - 5: external_propose_majority ( proposal: BoundedCallOf, ) )\r\n - 6: external_propose_default ( proposal: BoundedCallOf, ) )\r\n - 7: fast_track ( proposal_hash: H256, voting_period: T::BlockNumber, delay: T::BlockNumber, ) )\r\n - 8: veto_external ( proposal_hash: H256, ) )\r\n - 9: cancel_referendum ( ref_index: ReferendumIndex, ) )\r\n - 10: delegate ( to: AccountIdLookupOf, conviction: Conviction, balance: BalanceOf, ) )\r\n - 11: undelegate ( ) )\r\n - 12: clear_public_proposals ( ) )\r\n - 13: unlock ( target: AccountIdLookupOf, ) )\r\n - 14: remove_vote ( index: ReferendumIndex, ) )\r\n - 15: remove_other_vote ( target: AccountIdLookupOf, index: ReferendumIndex, ) )\r\n - 16: blacklist ( proposal_hash: H256, maybe_ref_index: Option, ) )\r\n - 17: cancel_proposal ( prop_index: PropIndex, ) )\r\n - 18: set_metadata ( owner: MetadataOwner, maybe_hash: Option, ) "] -[21.051863, "o", " )\r\n events:\r\n - 0: Proposed ( proposal_index: PropIndex, deposit: BalanceOf, ) )\r\n - 1: Tabled ( proposal_index: PropIndex, deposit: BalanceOf, ) )\r\n - 2: ExternalTabled ( ) )\r\n - 3: Started ( ref_index: ReferendumIndex, threshold: VoteThreshold, ) )\r\n - 4: Passed ( ref_index: ReferendumIndex, ) )\r\n - 5: NotPassed ( ref_index: ReferendumIndex, ) )\r\n - 6: Cancelled ( ref_index: ReferendumIndex, ) )\r\n - 7: Delegated ( who: T::AccountId, target: T::AccountId, ) )\r\n - 8: Undelegated ( account: T::AccountId, ) )\r\n - 9: Vetoed ( who: T::AccountId, proposal_hash: H256, until: T::BlockNumber, ) )\r\n - 10: Blacklisted ( proposal_hash: H256, ) )\r\n - 11: Voted ( voter: T::AccountId, ref_index: ReferendumIndex, vote: AccountVote>, ) )\r\n - 12: Seconded ( seconder: T::AccountId, prop_index: PropIndex, ) )\r\n - 13: ProposalCanceled ( prop_index: PropIndex, ) )\r\n - 14: MetadataSet ( owner: MetadataOwner, hash: PreimageHash, ) )\r\n - 15"] -[21.052019, "o", ": MetadataCleared ( owner: MetadataOwner, hash: PreimageHash, ) )\r\n - 16: MetadataTransferred ( prev_owner: MetadataOwner, owner: MetadataOwner, hash: PreimageHash, ) )\r\n errors:\r\n - 0: ValueLow\r\n - 1: ProposalMissing\r\n - 2: AlreadyCanceled\r\n - 3: DuplicateProposal\r\n - 4: ProposalBlacklisted\r\n - 5: NotSimpleMajority\r\n - 6: InvalidHash\r\n - 7: NoProposal\r\n - 8: AlreadyVetoed\r\n - 9: ReferendumInvalid\r\n - 10: NoneWaiting\r\n - 11: NotVoter\r\n - 12: NoPermission\r\n - 13: AlreadyDelegating\r\n - 14: InsufficientFunds\r\n - 15: NotDelegating\r\n - 16: VotesExist\r\n - 17: InstantNotAllowed\r\n - 18: Nonsense\r\n - 19: WrongUpperBound\r\n - 20: MaxVotesReached\r\n - 21: TooMany\r\n - 22: VotingPeriodLow\r\n - 23: PreimageNotExist\r\n constants:\r\n - CooloffPeriod: [192, 137, 1, 0]\r\n - EnactmentPeriod: [0, 39, 6, 0]\r\n - FastTrackVotingPeriod: [8, 7, 0, 0]\r\n - InstantAllowed: [1]\r\n - LaunchPeriod: [0, 39, 6, 0]\r\n - MaxBlacklisted: [100, 0, "] -[21.052194, "o", "0, 0]\r\n - MaxDeposits: [100, 0, 0, 0]\r\n - MaxProposals: [100, 0, 0, 0]\r\n - MaxVotes: [100, 0, 0, 0]\r\n - MinimumDeposit: [0, 16, 165, 212, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - VoteLockingPeriod: [0, 39, 6, 0]\r\n - VotingPeriod: [0, 39, 6, 0]\r\n storages:\r\n - Optional Blacklist: [0]\r\n - Default Cancellations: [0]\r\n - Optional DepositOf: [0]\r\n - Default LastTabledWasExternal: [0]\r\n - Default LowestUnbaked: [0; 4]\r\n - Optional MetadataOf: [0]\r\n - Optional NextExternal: [0]\r\n - Default PublicPropCount: [0; 4]\r\n - Default PublicProps: [0]\r\n - Default ReferendumCount: [0; 4]\r\n - Optional ReferendumInfoOf: [0]\r\n - Default VotingOf: [0; 54]\r\n\r\nPallet #39: NominationPools\r\n calls:\r\n - 0: join ( amount: BalanceOf, pool_id: PoolId, ) )\r\n - 1: bond_extra ( extra: BondExtra>, ) )\r\n - 2: claim_payout ( ) )\r\n - 3: unbond ( member_account: AccountIdLookupOf, unbonding_points: BalanceOf, ) )\r\n - 4: pool_withdraw_unbo"] -[21.05236, "o", "nded ( pool_id: PoolId, num_slashing_spans: u32, ) )\r\n - 5: withdraw_unbonded ( member_account: AccountIdLookupOf, num_slashing_spans: u32, ) )\r\n - 6: create ( amount: BalanceOf, root: AccountIdLookupOf, nominator: AccountIdLookupOf, bouncer: AccountIdLookupOf, ) )\r\n - 7: create_with_pool_id ( amount: BalanceOf, root: AccountIdLookupOf, nominator: AccountIdLookupOf, bouncer: AccountIdLookupOf, pool_id: PoolId, ) )\r\n - 8: nominate ( pool_id: PoolId, validators: Vec, ) )\r\n - 9: set_state ( pool_id: PoolId, state: PoolState, ) )\r\n - 10: set_metadata ( pool_id: PoolId, metadata: Vec, ) )\r\n - 11: set_configs ( min_join_bond: ConfigOp>, min_create_bond: ConfigOp>, max_pools: ConfigOp, max_members: ConfigOp, max_members_per_pool: ConfigOp, global_max_commission: ConfigOp, ) )\r\n - 12: update_roles ( pool_id: PoolId, new_root: ConfigOp, new_nominator: ConfigOp,"] -[21.052531, "o", " new_bouncer: ConfigOp, ) )\r\n - 13: chill ( pool_id: PoolId, ) )\r\n - 14: bond_extra_other ( member: AccountIdLookupOf, extra: BondExtra>, ) )\r\n - 15: set_claim_permission ( permission: ClaimPermission, ) )\r\n - 16: claim_payout_other ( other: T::AccountId, ) )\r\n - 17: set_commission ( pool_id: PoolId, new_commission: Option<(Perbill, T::AccountId)>, ) )\r\n - 18: set_commission_max ( pool_id: PoolId, max_commission: Perbill, ) )\r\n - 19: set_commission_change_rate ( pool_id: PoolId, change_rate: CommissionChangeRate, ) )\r\n - 20: claim_commission ( pool_id: PoolId, ) )\r\n events:\r\n - 0: Created ( depositor: T::AccountId, pool_id: PoolId, ) )\r\n - 1: Bonded ( member: T::AccountId, pool_id: PoolId, bonded: BalanceOf, joined: bool, ) )\r\n - 2: PaidOut ( member: T::AccountId, pool_id: PoolId, payout: BalanceOf, ) )\r\n - 3: Unbonded ( member: T::AccountId, pool_id: PoolId, balance: BalanceOf, points: BalanceOf, er"] -[21.052785, "o", "a: EraIndex, ) )\r\n - 4: Withdrawn ( member: T::AccountId, pool_id: PoolId, balance: BalanceOf, points: BalanceOf, ) )\r\n - 5: Destroyed ( pool_id: PoolId, ) )\r\n - 6: StateChanged ( pool_id: PoolId, new_state: PoolState, ) )\r\n - 7: MemberRemoved ( pool_id: PoolId, member: T::AccountId, ) )\r\n - 8: RolesUpdated ( root: Option, bouncer: Option, nominator: Option, ) )\r\n - 9: PoolSlashed ( pool_id: PoolId, balance: BalanceOf, ) )\r\n - 10: UnbondingPoolSlashed ( pool_id: PoolId, era: EraIndex, balance: BalanceOf, ) )\r\n - 11: PoolCommissionUpdated ( pool_id: PoolId, current: Option<(Perbill, T::AccountId)>, ) )\r\n - 12: PoolMaxCommissionUpdated ( pool_id: PoolId, max_commission: Perbill, ) )\r\n - 13: PoolCommissionChangeRateUpdated ( pool_id: PoolId, change_rate: CommissionChangeRate, ) )\r\n - 14: PoolCommissionClaimed ( pool_id: PoolId, commission: BalanceOf, ) )\r\n errors:\r\n - 0: PoolNotFound\r\n"] -[21.052954, "o", " - 1: PoolMemberNotFound\r\n - 2: RewardPoolNotFound\r\n - 3: SubPoolsNotFound\r\n - 4: AccountBelongsToOtherPool\r\n - 5: FullyUnbonding\r\n - 6: MaxUnbondingLimit\r\n - 7: CannotWithdrawAny\r\n - 8: MinimumBondNotMet\r\n - 9: OverflowRisk\r\n - 10: NotDestroying\r\n - 11: NotNominator\r\n - 12: NotKickerOrDestroying\r\n - 13: NotOpen\r\n - 14: MaxPools\r\n - 15: MaxPoolMembers\r\n - 16: CanNotChangeState\r\n - 17: DoesNotHavePermission\r\n - 18: MetadataExceedsMaxLen\r\n - 19: Defensive\r\n - 20: PartialUnbondNotAllowedPermissionlessly\r\n - 21: MaxCommissionRestricted\r\n - 22: CommissionExceedsMaximum\r\n - 23: CommissionChangeThrottled\r\n - 24: CommissionChangeRateNotAllowed\r\n - 25: NoPendingCommission\r\n - 26: NoCommissionCurrentSet\r\n - 27: PoolIdInUse\r\n - 28: InvalidPoolId\r\n - 29: BondExtraRestricted\r\n constants:\r\n - MaxPointsToBalance: [10]\r\n - PalletId: [112, 121, 47, 110, 111, 112, 108, 115]\r\n storages:\r\n - Optional BondedPools: [0]\r\n -"] -[21.053109, "o", " Default ClaimPermissions: [0]\r\n - Default CounterForBondedPools: [0; 4]\r\n - Default CounterForMetadata: [0; 4]\r\n - Default CounterForPoolMembers: [0; 4]\r\n - Default CounterForReversePoolIdLookup: [0; 4]\r\n - Default CounterForRewardPools: [0; 4]\r\n - Default CounterForSubPoolsStorage: [0; 4]\r\n - Optional GlobalMaxCommission: [0]\r\n - Default LastPoolId: [0; 4]\r\n - Optional MaxPoolMembers: [0]\r\n - Optional MaxPoolMembersPerPool: [0]\r\n - Optional MaxPools: [0]\r\n - Default Metadata: [0]\r\n - Default MinCreateBond: [0; 16]\r\n - Default MinJoinBond: [0; 16]\r\n - Optional PoolMembers: [0]\r\n - Optional ReversePoolIdLookup: [0]\r\n - Optional RewardPools: [0]\r\n - Optional SubPoolsStorage: [0]\r\n\r\nPallet #54: ParaInherent\r\n calls:\r\n - 0: enter ( data: ParachainsInherentData, ) )\r\n errors:\r\n - 0: TooManyInclusionInherents\r\n - 1: InvalidParentHeader\r\n - 2: CandidateConcludedInvalid\r\n - 3: InherentOverweight\r\n - 4: DisputeState"] -[21.05327, "o", "mentsUnsortedOrDuplicates\r\n - 5: DisputeInvalid\r\n storages:\r\n - Optional Included: [0]\r\n - Optional OnChainVotes: [0]\r\n\r\nPallet #51: Configuration\r\n calls:\r\n - 0: set_validation_upgrade_cooldown ( new: T::BlockNumber, ) )\r\n - 1: set_validation_upgrade_delay ( new: T::BlockNumber, ) )\r\n - 2: set_code_retention_period ( new: T::BlockNumber, ) )\r\n - 3: set_max_code_size ( new: u32, ) )\r\n - 4: set_max_pov_size ( new: u32, ) )\r\n - 5: set_max_head_data_size ( new: u32, ) )\r\n - 6: set_parathread_cores ( new: u32, ) )\r\n - 7: set_parathread_retries ( new: u32, ) )\r\n - 8: set_group_rotation_frequency ( new: T::BlockNumber, ) )\r\n - 9: set_chain_availability_period ( new: T::BlockNumber, ) )\r\n - 10: set_thread_availability_period ( new: T::BlockNumber, ) )\r\n - 11: set_scheduling_lookahead ( new: u32, ) )\r\n - 12: set_max_validators_per_core ( new: Option, ) )\r\n - 13: set_max_validators ( new: Option, ) )\r\n - 14: set_dispute_period ("] -[21.05343, "o", " new: SessionIndex, ) )\r\n - 15: set_dispute_post_conclusion_acceptance_period ( new: T::BlockNumber, ) )\r\n - 18: set_no_show_slots ( new: u32, ) )\r\n - 19: set_n_delay_tranches ( new: u32, ) )\r\n - 20: set_zeroth_delay_tranche_width ( new: u32, ) )\r\n - 21: set_needed_approvals ( new: u32, ) )\r\n - 22: set_relay_vrf_modulo_samples ( new: u32, ) )\r\n - 23: set_max_upward_queue_count ( new: u32, ) )\r\n - 24: set_max_upward_queue_size ( new: u32, ) )\r\n - 25: set_max_downward_message_size ( new: u32, ) )\r\n - 26: set_ump_service_total_weight ( new: Weight, ) )\r\n - 27: set_max_upward_message_size ( new: u32, ) )\r\n - 28: set_max_upward_message_num_per_candidate ( new: u32, ) )\r\n - 29: set_hrmp_open_request_ttl ( new: u32, ) )\r\n - 30: set_hrmp_sender_deposit ( new: Balance, ) )\r\n - 31: set_hrmp_recipient_deposit ( new: Balance, ) )\r\n - 32: set_hrmp_channel_max_capacity ( new: u32, ) )\r\n - 33: set_hrmp_channel_max_total_size ( new: u32, ) )\r\n - 34: set_"] -[21.053583, "o", "hrmp_max_parachain_inbound_channels ( new: u32, ) )\r\n - 35: set_hrmp_max_parathread_inbound_channels ( new: u32, ) )\r\n - 36: set_hrmp_channel_max_message_size ( new: u32, ) )\r\n - 37: set_hrmp_max_parachain_outbound_channels ( new: u32, ) )\r\n - 38: set_hrmp_max_parathread_outbound_channels ( new: u32, ) )\r\n - 39: set_hrmp_max_message_num_per_candidate ( new: u32, ) )\r\n - 40: set_ump_max_individual_weight ( new: Weight, ) )\r\n - 41: set_pvf_checking_enabled ( new: bool, ) )\r\n - 42: set_pvf_voting_ttl ( new: SessionIndex, ) )\r\n - 43: set_minimum_validation_upgrade_delay ( new: T::BlockNumber, ) )\r\n - 44: set_bypass_consistency_check ( new: bool, ) )\r\n - 45: set_async_backing_params ( new: AsyncBackingParams, ) )\r\n - 46: set_executor_params ( new: ExecutorParams, ) )\r\n errors:\r\n - 0: InvalidNewValue\r\n storages:\r\n - Default ActiveConfig: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ... ]\r\n - Default B"] -[21.061862, "o", "ypassConsistencyCheck: [0]\r\n - Default PendingConfigs: [0]\r\n\r\nPallet #58: Dmp\r\n storages:\r\n - Default DeliveryFeeFactor: [0, 0, 100, 167, 179, 182, 224, 13, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - Default DownwardMessageQueueHeads: [0; 32]\r\n - Default DownwardMessageQueues: [0]\r\n\r\nPallet #59: Ump\r\n calls:\r\n - 0: service_overweight ( index: OverweightIndex, weight_limit: Weight, ) )\r\n events:\r\n - 0: InvalidFormat ( : MessageId, ) )\r\n - 1: UnsupportedVersion ( : MessageId, ) )\r\n - 2: ExecutedUpward ( : MessageId, : Outcome, ) )\r\n - 3: WeightExhausted ( : MessageId, : Weight, : Weight, ) )\r\n - 4: UpwardMessagesReceived ( : ParaId, : u32, : u32, ) )\r\n - 5: OverweightEnqueued ( : ParaId, : MessageId, : OverweightIndex, : Weight, ) )\r\n - 6: OverweightServiced ( : OverweightIndex, : Weight, ) )\r\n errors:\r\n - 0: UnknownMessageIndex\r\n - 1: WeightOverLimit\r\n storages:\r\n - Default CounterForOverweight: [0; 4]\r\n - Default NeedsDispatch: [0]\r\n - Optional "] -[21.062311, "o", "NextDispatchRoundStartWith: [0]\r\n - Optional Overweight: [0]\r\n - Default OverweightCount: [0; 8]\r\n - Default RelayDispatchQueueSize: [0; 8]\r\n - Default RelayDispatchQueues: [0]\r\n\r\nPallet #60: Hrmp\r\n calls:\r\n - 0: hrmp_init_open_channel ( recipient: ParaId, proposed_max_capacity: u32, proposed_max_message_size: u32, ) )\r\n - 1: hrmp_accept_open_channel ( sender: ParaId, ) )\r\n - 2: hrmp_close_channel ( channel_id: HrmpChannelId, ) )\r\n - 3: force_clean_hrmp ( para: ParaId, inbound: u32, outbound: u32, ) )\r\n - 4: force_process_hrmp_open ( channels: u32, ) )\r\n - 5: force_process_hrmp_close ( channels: u32, ) )\r\n - 6: hrmp_cancel_open_request ( channel_id: HrmpChannelId, open_requests: u32, ) )\r\n - 7: force_open_hrmp_channel ( sender: ParaId, recipient: ParaId, max_capacity: u32, max_message_size: u32, ) )\r\n events:\r\n - 0: OpenChannelRequested ( : ParaId, : ParaId, : u32, : u32, ) )\r\n - 1: OpenChannelCanceled ( : ParaId, : HrmpChannelId, ) )\r\n - "] -[21.062702, "o", "2: OpenChannelAccepted ( : ParaId, : ParaId, ) )\r\n - 3: ChannelClosed ( : ParaId, : HrmpChannelId, ) )\r\n - 4: HrmpChannelForceOpened ( : ParaId, : ParaId, : u32, : u32, ) )\r\n errors:\r\n - 0: OpenHrmpChannelToSelf\r\n - 1: OpenHrmpChannelInvalidRecipient\r\n - 2: OpenHrmpChannelZeroCapacity\r\n - 3: OpenHrmpChannelCapacityExceedsLimit\r\n - 4: OpenHrmpChannelZeroMessageSize\r\n - 5: OpenHrmpChannelMessageSizeExceedsLimit\r\n - 6: OpenHrmpChannelAlreadyExists\r\n - 7: OpenHrmpChannelAlreadyRequested\r\n - 8: OpenHrmpChannelLimitExceeded\r\n - 9: AcceptHrmpChannelDoesntExist\r\n - 10: AcceptHrmpChannelAlreadyConfirmed\r\n - 11: AcceptHrmpChannelLimitExceeded\r\n - 12: CloseHrmpChannelUnauthorized\r\n - 13: CloseHrmpChannelDoesntExist\r\n - 14: CloseHrmpChannelAlreadyUnderway\r\n - 15: CancelHrmpOpenChannelUnauthorized\r\n - 16: OpenHrmpChannelDoesntExist\r\n - 17: OpenHrmpChannelAlreadyConfirmed\r\n - 18: WrongWitness\r\n storages:\r\n - Default HrmpAcceptedChannelReque"] -[21.062882, "o", "stCount: [0; 4]\r\n - Default HrmpChannelContents: [0]\r\n - Default HrmpChannelDigests: [0]\r\n - Optional HrmpChannels: [0]\r\n - Optional HrmpCloseChannelRequests: [0]\r\n - Default HrmpCloseChannelRequestsList: [0]\r\n - Default HrmpEgressChannelsIndex: [0]\r\n - Default HrmpIngressChannelsIndex: [0]\r\n - Default HrmpOpenChannelRequestCount: [0; 4]\r\n - Optional HrmpOpenChannelRequests: [0]\r\n - Default HrmpOpenChannelRequestsList: [0]\r\n - Optional HrmpWatermarks: [0]\r\n\r\nPallet #29: Proxy\r\n calls:\r\n - 0: proxy ( real: AccountIdLookupOf, force_proxy_type: Option, call: Box<::RuntimeCall>, ) )\r\n - 1: add_proxy ( delegate: AccountIdLookupOf, proxy_type: T::ProxyType, delay: T::BlockNumber, ) )\r\n - 2: remove_proxy ( delegate: AccountIdLookupOf, proxy_type: T::ProxyType, delay: T::BlockNumber, ) )\r\n - 3: remove_proxies ( ) )\r\n - 4: create_pure ( proxy_type: T::ProxyType, delay: T::BlockNumber, index: u16, ) )\r\n - 5: kill_p"] -[21.063138, "o", "ure ( spawner: AccountIdLookupOf, proxy_type: T::ProxyType, index: u16, height: T::BlockNumber, ext_index: u32, ) )\r\n - 6: announce ( real: AccountIdLookupOf, call_hash: CallHashOf, ) )\r\n - 7: remove_announcement ( real: AccountIdLookupOf, call_hash: CallHashOf, ) )\r\n - 8: reject_announcement ( delegate: AccountIdLookupOf, call_hash: CallHashOf, ) )\r\n - 9: proxy_announced ( delegate: AccountIdLookupOf, real: AccountIdLookupOf, force_proxy_type: Option, call: Box<::RuntimeCall>, ) )\r\n events:\r\n - 0: ProxyExecuted ( result: DispatchResult, ) )\r\n - 1: PureCreated ( pure: T::AccountId, who: T::AccountId, proxy_type: T::ProxyType, disambiguation_index: u16, ) )\r\n - 2: Announced ( real: T::AccountId, proxy: T::AccountId, call_hash: CallHashOf, ) )\r\n - 3: ProxyAdded ( delegator: T::AccountId, delegatee: T::AccountId, proxy_type: T::ProxyType, delay: T::BlockNumber, ) )\r\n - 4: ProxyRemoved ( delegator: T::AccountId,"] -[21.066123, "o", " delegatee: T::AccountId, proxy_type: T::ProxyType, delay: T::BlockNumber, ) )\r\n errors:\r\n - 0: TooMany\r\n - 1: NotFound\r\n - 2: NotProxy\r\n - 3: Unproxyable\r\n - 4: Duplicate\r\n - 5: NoPermission\r\n - 6: Unannounced\r\n - 7: NoSelfProxy\r\n constants:\r\n - AnnouncementDepositBase: [0, 132, 178, 149, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - AnnouncementDepositFactor: [0, 205, 86, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - MaxPending: [32, 0, 0, 0]\r\n - MaxProxies: [32, 0, 0, 0]\r\n - ProxyDepositBase: [0, 132, 178, 149, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - ProxyDepositFactor: [128, 102, 171, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Default Announcements: [0; 17]\r\n - Default Proxies: [0; 17]\r\n\r\nPallet #61: ParaSessionInfo\r\n storages:\r\n - Optional AccountKeys: [0]\r\n - Default AssignmentKeysUnsafe: [0]\r\n - Default EarliestStoredSession: [0; 4]\r\n - Optional SessionExecutorParams: [0]\r\n - Optional Sessions: [0]\r\n\r\nPallet #1: Sche"] -[21.066739, "o", "duler\r\n calls:\r\n - 0: schedule ( when: T::BlockNumber, maybe_periodic: Option>, priority: schedule::Priority, call: Box<::RuntimeCall>, ) )\r\n - 1: cancel ( when: T::BlockNumber, index: u32, ) )\r\n - 2: schedule_named ( id: TaskName, when: T::BlockNumber, maybe_periodic: Option>, priority: schedule::Priority, call: Box<::RuntimeCall>, ) )\r\n - 3: cancel_named ( id: TaskName, ) )\r\n - 4: schedule_after ( after: T::BlockNumber, maybe_periodic: Option>, priority: schedule::Priority, call: Box<::RuntimeCall>, ) )\r\n - 5: schedule_named_after ( id: TaskName, after: T::BlockNumber, maybe_periodic: Option>, priority: schedule::Priority, call: Box<::RuntimeCall>, ) )\r\n events:\r\n - 0: Scheduled ( when: T::BlockNumber, index: u32, ) )\r\n - 1: Canceled ( when: T::BlockNumber, index: u32, ) )\r\n - 2: D"] -[21.066945, "o", "ispatched ( task: TaskAddress, id: Option, result: DispatchResult, ) )\r\n - 3: CallUnavailable ( task: TaskAddress, id: Option, ) )\r\n - 4: PeriodicFailed ( task: TaskAddress, id: Option, ) )\r\n - 5: PermanentlyOverweight ( task: TaskAddress, id: Option, ) )\r\n errors:\r\n - 0: FailedToSchedule\r\n - 1: NotFound\r\n - 2: TargetBlockNumberInPast\r\n - 3: RescheduleNoChange\r\n - 4: Named\r\n constants:\r\n - MaxScheduledPerBlock: [50, 0, 0, 0]\r\n - MaximumWeight: [11, 0, 128, 110, 135, 116, 1, 19, 204, 204, 204, 204, 204, 204, 204, 204]\r\n storages:\r\n - Default Agenda: [0]\r\n - Optional IncompleteSince: [0]\r\n - Optional Lookup: [0]\r\n\r\nPallet #71: Slots\r\n calls:\r\n - 0: force_lease ( para: ParaId, leaser: T::AccountId, amount: BalanceOf, period_begin: LeasePeriodOf, period_count: LeasePeriodOf, ) )\r\n - 1: clear_all_leases ( para: ParaId, ) )\r\n - 2: trig"] -[21.067094, "o", "ger_onboard ( para: ParaId, ) )\r\n events:\r\n - 0: NewLeasePeriod ( lease_period: LeasePeriodOf, ) )\r\n - 1: Leased ( para_id: ParaId, leaser: T::AccountId, period_begin: LeasePeriodOf, period_count: LeasePeriodOf, extra_reserved: BalanceOf, total_amount: BalanceOf, ) )\r\n errors:\r\n - 0: ParaNotOnboarding\r\n - 1: LeaseError\r\n constants:\r\n - LeaseOffset: [0, 16, 14, 0]\r\n - LeasePeriod: [0, 117, 18, 0]\r\n storages:\r\n - Default Leases: [0]\r\n\r\nPallet #25: Vesting\r\n calls:\r\n - 0: vest ( ) )\r\n - 1: vest_other ( target: AccountIdLookupOf, ) )\r\n - 2: vested_transfer ( target: AccountIdLookupOf, schedule: VestingInfo, T::BlockNumber>, ) )\r\n - 3: force_vested_transfer ( source: AccountIdLookupOf, target: AccountIdLookupOf, schedule: VestingInfo, T::BlockNumber>, ) )\r\n - 4: merge_schedules ( schedule1_index: u32, schedule2_index: u32, ) )\r\n events:\r\n - 0: VestingUpdated ( account: T::AccountId, unvested: Balanc"] -[21.067265, "o", "eOf, ) )\r\n - 1: VestingCompleted ( account: T::AccountId, ) )\r\n errors:\r\n - 0: NotVesting\r\n - 1: AtMaxVestingSchedules\r\n - 2: AmountLow\r\n - 3: ScheduleIndexOutOfBounds\r\n - 4: InvalidScheduleParams\r\n constants:\r\n - MaxVestingSchedules: [28, 0, 0, 0]\r\n - MinVestedTransfer: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Default StorageVersion: [0]\r\n - Optional Vesting: [0]\r\n\r\nPallet #57: Initializer\r\n calls:\r\n - 0: force_approve ( up_to: BlockNumber, ) )\r\n storages:\r\n - Default BufferedSessionChanges: [0]\r\n - Optional HasInitialized: [0]\r\n\r\nPallet #72: Auctions\r\n calls:\r\n - 0: new_auction ( duration: T::BlockNumber, lease_period_index: LeasePeriodOf, ) )\r\n - 1: bid ( para: ParaId, auction_index: AuctionIndex, first_slot: LeasePeriodOf, last_slot: LeasePeriodOf, amount: BalanceOf, ) )\r\n - 2: cancel_auction ( ) )\r\n events:\r\n - 0: AuctionStarted ( auction_index: AuctionIndex, lease_period: LeasePeriodOf"] -[21.067411, "o", ", ending: T::BlockNumber, ) )\r\n - 1: AuctionClosed ( auction_index: AuctionIndex, ) )\r\n - 2: Reserved ( bidder: T::AccountId, extra_reserved: BalanceOf, total_amount: BalanceOf, ) )\r\n - 3: Unreserved ( bidder: T::AccountId, amount: BalanceOf, ) )\r\n - 4: ReserveConfiscated ( para_id: ParaId, leaser: T::AccountId, amount: BalanceOf, ) )\r\n - 5: BidAccepted ( bidder: T::AccountId, para_id: ParaId, amount: BalanceOf, first_slot: LeasePeriodOf, last_slot: LeasePeriodOf, ) )\r\n - 6: WinningOffset ( auction_index: AuctionIndex, block_number: T::BlockNumber, ) )\r\n errors:\r\n - 0: AuctionInProgress\r\n - 1: LeasePeriodInPast\r\n - 2: ParaNotRegistered\r\n - 3: NotCurrentAuction\r\n - 4: NotAuction\r\n - 5: AuctionEnded\r\n - 6: AlreadyLeasedOut\r\n constants:\r\n - EndingPeriod: [64, 25, 1, 0]\r\n - LeasePeriodsPerSlot: [8, 0, 0, 0]\r\n - SampleLength: [20, 0, 0, 0]\r\n - SlotRangeCount: [36, 0, 0, 0]\r\n storages:\r\n - Default AuctionCounter: ["] -[21.067587, "o", "0; 4]\r\n - Optional AuctionInfo: [0]\r\n - Optional ReservedAmounts: [0]\r\n - Optional Winning: [0]\r\n\r\nPallet #40: FastUnstake\r\n calls:\r\n - 0: register_fast_unstake ( ) )\r\n - 1: deregister ( ) )\r\n - 2: control ( eras_to_check: EraIndex, ) )\r\n events:\r\n - 0: Unstaked ( stash: T::AccountId, result: DispatchResult, ) )\r\n - 1: Slashed ( stash: T::AccountId, amount: BalanceOf, ) )\r\n - 2: InternalError ( ) )\r\n - 3: BatchChecked ( eras: Vec, ) )\r\n - 4: BatchFinished ( size: u32, ) )\r\n errors:\r\n - 0: NotController\r\n - 1: AlreadyQueued\r\n - 2: NotFullyBonded\r\n - 3: NotQueued\r\n - 4: AlreadyHead\r\n - 5: CallNotAllowed\r\n constants:\r\n - Deposit: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Default CounterForQueue: [0; 4]\r\n - Default ErasToCheckPerBlock: [0; 4]\r\n - Optional Head: [0]\r\n - Optional Queue: [0]\r\n\r\nPallet #8: Offences\r\n events:\r\n - 0: Offence ( kind: Kind, timeslot: OpaqueTimeSlot, "] -[21.067773, "o", ") )\r\n storages:\r\n - Default ConcurrentReportsIndex: [0]\r\n - Optional Reports: [0]\r\n\r\nPallet #73: Crowdloan\r\n calls:\r\n - 0: create ( index: ParaId, cap: BalanceOf, first_period: LeasePeriodOf, last_period: LeasePeriodOf, end: T::BlockNumber, verifier: Option, ) )\r\n - 1: contribute ( index: ParaId, value: BalanceOf, signature: Option, ) )\r\n - 2: withdraw ( who: T::AccountId, index: ParaId, ) )\r\n - 3: refund ( index: ParaId, ) )\r\n - 4: dissolve ( index: ParaId, ) )\r\n - 5: edit ( index: ParaId, cap: BalanceOf, first_period: LeasePeriodOf, last_period: LeasePeriodOf, end: T::BlockNumber, verifier: Option, ) )\r\n - 6: add_memo ( index: ParaId, memo: Vec, ) )\r\n - 7: poke ( index: ParaId, ) )\r\n - 8: contribute_all ( index: ParaId, signature: Option, ) )\r\n events:\r\n - 0: Created ( para_id: ParaId, ) )\r\n - 1: Contributed ( who: T::AccountId, fund_index: ParaId, amount: Balan"] -[21.067911, "o", "ceOf, ) )\r\n - 2: Withdrew ( who: T::AccountId, fund_index: ParaId, amount: BalanceOf, ) )\r\n - 3: PartiallyRefunded ( para_id: ParaId, ) )\r\n - 4: AllRefunded ( para_id: ParaId, ) )\r\n - 5: Dissolved ( para_id: ParaId, ) )\r\n - 6: HandleBidResult ( para_id: ParaId, result: DispatchResult, ) )\r\n - 7: Edited ( para_id: ParaId, ) )\r\n - 8: MemoUpdated ( who: T::AccountId, para_id: ParaId, memo: Vec, ) )\r\n - 9: AddedToNewRaise ( para_id: ParaId, ) )\r\n errors:\r\n - 0: FirstPeriodInPast\r\n - 1: FirstPeriodTooFarInFuture\r\n - 2: LastPeriodBeforeFirstPeriod\r\n - 3: LastPeriodTooFarInFuture\r\n - 4: CannotEndInPast\r\n - 5: EndTooFarInFuture\r\n - 6: Overflow\r\n - 7: ContributionTooSmall\r\n - 8: InvalidParaId\r\n - 9: CapExceeded\r\n - 10: ContributionPeriodOver\r\n - 11: InvalidOrigin\r\n - 12: NotParachain\r\n - 13: LeaseActive\r\n - 14: BidOrLeaseActive\r\n - 15: FundNotEnded\r\n - 16: NoContributions\r\n - 17: NotReadyToDissolve\r\n "] -[21.068084, "o", "- 18: InvalidSignature\r\n - 19: MemoTooLarge\r\n - 20: AlreadyInNewRaise\r\n - 21: VrfDelayInProgress\r\n - 22: NoLeasePeriod\r\n constants:\r\n - MinContribution: [0, 116, 59, 164, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - PalletId: [112, 121, 47, 99, 102, 117, 110, 100]\r\n - RemoveKeysLimit: [232, 3, 0, 0]\r\n storages:\r\n - Default EndingsCount: [0; 4]\r\n - Optional Funds: [0]\r\n - Default NewRaise: [0]\r\n - Default NextFundIndex: [0; 4]\r\n\r\nPallet #21: Referenda\r\n calls:\r\n - 0: submit ( proposal_origin: Box>, proposal: BoundedCallOf, enactment_moment: DispatchTime, ) )\r\n - 1: place_decision_deposit ( index: ReferendumIndex, ) )\r\n - 2: refund_decision_deposit ( index: ReferendumIndex, ) )\r\n - 3: cancel ( index: ReferendumIndex, ) )\r\n - 4: kill ( index: ReferendumIndex, ) )\r\n - 5: nudge_referendum ( index: ReferendumIndex, ) )\r\n - 6: one_fewer_deciding ( track: TrackIdOf, ) )\r\n - 7: refund_submission_dep"] -[21.068317, "o", "osit ( index: ReferendumIndex, ) )\r\n - 8: set_metadata ( index: ReferendumIndex, maybe_hash: Option, ) )\r\n events:\r\n - 0: Submitted ( index: ReferendumIndex, track: TrackIdOf, proposal: BoundedCallOf, ) )\r\n - 1: DecisionDepositPlaced ( index: ReferendumIndex, who: T::AccountId, amount: BalanceOf, ) )\r\n - 2: DecisionDepositRefunded ( index: ReferendumIndex, who: T::AccountId, amount: BalanceOf, ) )\r\n - 3: DepositSlashed ( who: T::AccountId, amount: BalanceOf, ) )\r\n - 4: DecisionStarted ( index: ReferendumIndex, track: TrackIdOf, proposal: BoundedCallOf, tally: T::Tally, ) )\r\n - 5: ConfirmStarted ( index: ReferendumIndex, ) )\r\n - 6: ConfirmAborted ( index: ReferendumIndex, ) )\r\n - 7: Confirmed ( index: ReferendumIndex, tally: T::Tally, ) )\r\n - 8: Approved ( index: ReferendumIndex, ) )\r\n - 9: Rejected ( index: ReferendumIndex, tally: T::Tally, ) )\r\n - 10: TimedOut ( index: ReferendumIndex, tally: T"] -[21.06856, "o", "::Tally, ) )\r\n - 11: Cancelled ( index: ReferendumIndex, tally: T::Tally, ) )\r\n - 12: Killed ( index: ReferendumIndex, tally: T::Tally, ) )\r\n - 13: SubmissionDepositRefunded ( index: ReferendumIndex, who: T::AccountId, amount: BalanceOf, ) )\r\n - 14: MetadataSet ( index: ReferendumIndex, hash: PreimageHash, ) )\r\n - 15: MetadataCleared ( index: ReferendumIndex, hash: PreimageHash, ) )\r\n errors:\r\n - 0: NotOngoing\r\n - 1: HasDeposit\r\n - 2: BadTrack\r\n - 3: Full\r\n - 4: QueueEmpty\r\n - 5: BadReferendum\r\n - 6: NothingToDo\r\n - 7: NoTrack\r\n - 8: Unfinished\r\n - 9: NoPermission\r\n - 10: NoDeposit\r\n - 11: BadStatus\r\n - 12: PreimageNotExist\r\n constants:\r\n - AlarmInterval: [1, 0, 0, 0]\r\n - MaxQueued: [100, 0, 0, 0]\r\n - SubmissionDeposit: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - Tracks: [ 60, 0, 0, 16, 114, 111, 111, 116, 1, 0, 0, 0, 0, 128, 198, 164, 126, 141, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 176, 4, 0, 0, ... ]\r\n - Undeci"] -[21.069311, "o", "dingTimeout: [128, 19, 3, 0]\r\n storages:\r\n - Default DecidingCount: [0; 4]\r\n - Optional MetadataOf: [0]\r\n - Default ReferendumCount: [0; 4]\r\n - Optional ReferendumInfoFor: [0]\r\n - Default TrackQueue: [0]\r\n\r\nPallet #53: ParaInclusion\r\n events:\r\n - 0: CandidateBacked ( : CandidateReceipt, : HeadData, : CoreIndex, : GroupIndex, ) )\r\n - 1: CandidateIncluded ( : CandidateReceipt, : HeadData, : CoreIndex, : GroupIndex, ) )\r\n - 2: CandidateTimedOut ( : CandidateReceipt, : HeadData, : CoreIndex, ) )\r\n errors:\r\n - 0: UnsortedOrDuplicateValidatorIndices\r\n - 1: UnsortedOrDuplicateDisputeStatementSet\r\n - 2: UnsortedOrDuplicateBackedCandidates\r\n - 3: UnexpectedRelayParent\r\n - 4: WrongBitfieldSize\r\n - 5: BitfieldAllZeros\r\n - 6: BitfieldDuplicateOrUnordered\r\n - 7: ValidatorIndexOutOfBounds\r\n - 8: InvalidBitfieldSignature\r\n - 9: UnscheduledCandidate\r\n - 10: CandidateScheduledBeforeParaFree\r\n - 11: WrongCollator\r\n -"] -[21.06943, "o", " 12: ScheduledOutOfOrder\r\n - 13: HeadDataTooLarge\r\n - 14: PrematureCodeUpgrade\r\n - 15: NewCodeTooLarge\r\n - 16: CandidateNotInParentContext\r\n - 17: InvalidGroupIndex\r\n - 18: InsufficientBacking\r\n - 19: InvalidBacking\r\n - 20: NotCollatorSigned\r\n - 21: ValidationDataHashMismatch\r\n - 22: IncorrectDownwardMessageHandling\r\n - 23: InvalidUpwardMessages\r\n - 24: HrmpWatermarkMishandling\r\n - 25: InvalidOutboundHrmp\r\n - 26: InvalidValidationCodeHash\r\n - 27: ParaHeadMismatch\r\n - 28: BitfieldReferencesFreedCore\r\n storages:\r\n - Optional AvailabilityBitfields: [0]\r\n - Optional PendingAvailability: [0]\r\n - Optional PendingAvailabilityCommitments: [0]\r\n\r\nPallet #70: Registrar\r\n calls:\r\n - 0: register ( id: ParaId, genesis_head: HeadData, validation_code: ValidationCode, ) )\r\n - 1: force_register ( who: T::AccountId, deposit: BalanceOf, id: ParaId, genesis_head: HeadData, validation_code: ValidationCode, ) )\r\n - 2: deregister ( id: ParaId, ) )\r\n - "] -[21.069552, "o", " 3: swap ( id: ParaId, other: ParaId, ) )\r\n - 4: remove_lock ( para: ParaId, ) )\r\n - 5: reserve ( ) )\r\n - 6: add_lock ( para: ParaId, ) )\r\n - 7: schedule_code_upgrade ( para: ParaId, new_code: ValidationCode, ) )\r\n - 8: set_current_head ( para: ParaId, new_head: HeadData, ) )\r\n events:\r\n - 0: Registered ( para_id: ParaId, manager: T::AccountId, ) )\r\n - 1: Deregistered ( para_id: ParaId, ) )\r\n - 2: Reserved ( para_id: ParaId, who: T::AccountId, ) )\r\n errors:\r\n - 0: NotRegistered\r\n - 1: AlreadyRegistered\r\n - 2: NotOwner\r\n - 3: CodeTooLarge\r\n - 4: HeadDataTooLarge\r\n - 5: NotParachain\r\n - 6: NotParathread\r\n - 7: CannotDeregister\r\n - 8: CannotDowngrade\r\n - 9: CannotUpgrade\r\n - 10: ParaLocked\r\n - 11: NotReserved\r\n - 12: EmptyCode\r\n - 13: CannotSwap\r\n constants:\r\n - DataDepositPerByte: [128, 150, 152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - ParaDeposit: [0, 16, 165, 212, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n s"] -[21.069666, "o", "torages:\r\n - Default NextFreeParaId: [0; 4]\r\n - Optional Paras: [0]\r\n - Optional PendingSwap: [0]\r\n\r\nPallet #32: TransactionPayment\r\n events:\r\n - 0: TransactionFeePaid ( who: T::AccountId, actual_fee: BalanceOf, tip: BalanceOf, ) )\r\n constants:\r\n - OperationalFeeMultiplier: [5]\r\n storages:\r\n - Default NextFeeMultiplier: [0, 0, 100, 167, 179, 182, 224, 13, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - Default StorageVersion: [0]\r\n\r\nPallet #55: ParaScheduler\r\n storages:\r\n - Default AvailabilityCores: [0]\r\n - Default ParathreadClaimIndex: [0]\r\n - Default ParathreadQueue: [0; 5]\r\n - Default Scheduled: [0]\r\n - Default SessionStartBlock: [0; 4]\r\n - Default ValidatorGroups: [0]\r\n\r\nPallet #99: XcmPallet\r\n calls:\r\n - 0: send ( dest: Box, message: Box>, ) )\r\n - 1: teleport_assets ( dest: Box, beneficiary: Box, assets: Box, fee_asset_item: u32, ) )\r\n - 2:"] -[21.069777, "o", " reserve_transfer_assets ( dest: Box, beneficiary: Box, assets: Box, fee_asset_item: u32, ) )\r\n - 3: execute ( message: Box::RuntimeCall>>, max_weight: Weight, ) )\r\n - 4: force_xcm_version ( location: Box, xcm_version: XcmVersion, ) )\r\n - 5: force_default_xcm_version ( maybe_xcm_version: Option, ) )\r\n - 6: force_subscribe_version_notify ( location: Box, ) )\r\n - 7: force_unsubscribe_version_notify ( location: Box, ) )\r\n - 8: limited_reserve_transfer_assets ( dest: Box, beneficiary: Box, assets: Box, fee_asset_item: u32, weight_limit: WeightLimit, ) )\r\n - 9: limited_teleport_assets ( dest: Box, beneficiary: Box, assets: Box, fee_asset_item: u32, weight_limit: WeightLi"] -[21.069928, "o", "mit, ) )\r\n - 10: force_suspension ( suspended: bool, ) )\r\n events:\r\n - 0: Attempted ( : xcm::latest::Outcome, ) )\r\n - 1: Sent ( : MultiLocation, : MultiLocation, : Xcm<()>, ) )\r\n - 2: UnexpectedResponse ( : MultiLocation, : QueryId, ) )\r\n - 3: ResponseReady ( : QueryId, : Response, ) )\r\n - 4: Notified ( : QueryId, : u8, : u8, ) )\r\n - 5: NotifyOverweight ( : QueryId, : u8, : u8, : Weight, : Weight, ) )\r\n - 6: NotifyDispatchError ( : QueryId, : u8, : u8, ) )\r\n - 7: NotifyDecodeFailed ( : QueryId, : u8, : u8, ) )\r\n - 8: InvalidResponder ( : MultiLocation, : QueryId, : Option, ) )\r\n - 9: InvalidResponderVersion ( : MultiLocation, : QueryId, ) )\r\n - 10: ResponseTaken ( : QueryId, ) )\r\n - 11: AssetsTrapped ( : H256, : MultiLocation, : VersionedMultiAssets, ) )\r\n - 12: VersionChangeNotified ( : MultiLocation, : XcmVersion, : MultiAssets, ) )\r\n - 13: SupportedVersionChanged ( : MultiLocation, : XcmVersion, ) )\r\n - 14: NotifyTarg"] -[21.070041, "o", "etSendFail ( : MultiLocation, : QueryId, : XcmError, ) )\r\n - 15: NotifyTargetMigrationFail ( : VersionedMultiLocation, : QueryId, ) )\r\n - 16: InvalidQuerierVersion ( : MultiLocation, : QueryId, ) )\r\n - 17: InvalidQuerier ( : MultiLocation, : QueryId, : MultiLocation, : Option, ) )\r\n - 18: VersionNotifyStarted ( : MultiLocation, : MultiAssets, ) )\r\n - 19: VersionNotifyRequested ( : MultiLocation, : MultiAssets, ) )\r\n - 20: VersionNotifyUnrequested ( : MultiLocation, : MultiAssets, ) )\r\n - 21: FeesPaid ( : MultiLocation, : MultiAssets, ) )\r\n - 22: AssetsClaimed ( : H256, : MultiLocation, : VersionedMultiAssets, ) )\r\n errors:\r\n - 0: Unreachable\r\n - 1: SendFailure\r\n - 2: Filtered\r\n - 3: UnweighableMessage\r\n - 4: DestinationNotInvertible\r\n - 5: Empty\r\n - 6: CannotReanchor\r\n - 7: TooManyAssets\r\n - 8: InvalidOrigin\r\n - 9: BadVersion\r\n - 10: BadLocation\r\n - 11: NoSubscription\r\n - 12: AlreadySubscribed\r\n - 13: InvalidA"] -[21.070153, "o", "sset\r\n - 14: LowBalance\r\n - 15: TooManyLocks\r\n - 16: AccountNotSovereign\r\n - 17: FeesNotMet\r\n - 18: LockNotFound\r\n - 19: InUse\r\n storages:\r\n - Default AssetTraps: [0; 4]\r\n - Optional CurrentMigration: [0]\r\n - Optional LockedFungibles: [0]\r\n - Optional Queries: [0]\r\n - Default QueryCounter: [0; 8]\r\n - Optional RemoteLockedFungibles: [0]\r\n - Optional SafeXcmVersion: [0]\r\n - Optional SupportedVersion: [0]\r\n - Default VersionDiscoveryQueue: [0]\r\n - Optional VersionNotifiers: [0]\r\n - Optional VersionNotifyTargets: [0]\r\n - Default XcmExecutionSuspended: [0]\r\n\r\nPallet #20: ConvictionVoting\r\n calls:\r\n - 0: vote ( poll_index: PollIndexOf, vote: AccountVote>, ) )\r\n - 1: delegate ( class: ClassOf, to: AccountIdLookupOf, conviction: Conviction, balance: BalanceOf, ) )\r\n - 2: undelegate ( class: ClassOf, ) )\r\n - 3: unlock ( class: ClassOf, target: AccountIdLookupOf, ) )\r\n - 4: remove_vote"] -[21.070257, "o", " ( class: Option>, index: PollIndexOf, ) )\r\n - 5: remove_other_vote ( target: AccountIdLookupOf, class: ClassOf, index: PollIndexOf, ) )\r\n events:\r\n - 0: Delegated ( : T::AccountId, : T::AccountId, ) )\r\n - 1: Undelegated ( : T::AccountId, ) )\r\n errors:\r\n - 0: NotOngoing\r\n - 1: NotVoter\r\n - 2: NoPermission\r\n - 3: NoPermissionYet\r\n - 4: AlreadyDelegating\r\n - 5: AlreadyVoting\r\n - 6: InsufficientFunds\r\n - 7: NotDelegating\r\n - 8: Nonsense\r\n - 9: MaxVotesReached\r\n - 10: ClassNeeded\r\n - 11: BadClass\r\n constants:\r\n - MaxVotes: [0, 2, 0, 0]\r\n - VoteLockingPeriod: [192, 137, 1, 0]\r\n storages:\r\n - Default ClassLocksFor: [0]\r\n - Default VotingFor: [0; 54]\r\n\r\nPallet #2: Babe\r\n calls:\r\n - 0: report_equivocation ( equivocation_proof: Box>, key_owner_proof: T::KeyOwnerProof, ) )\r\n - 1: report_equivocation_unsigned ( equivocation_proof: Box>, key"] -[21.070364, "o", "_owner_proof: T::KeyOwnerProof, ) )\r\n - 2: plan_config_change ( config: NextConfigDescriptor, ) )\r\n errors:\r\n - 0: InvalidEquivocationProof\r\n - 1: InvalidKeyOwnershipProof\r\n - 2: DuplicateOffenceReport\r\n - 3: InvalidConfiguration\r\n constants:\r\n - EpochDuration: [96, 9, 0, 0, 0, 0, 0, 0]\r\n - ExpectedBlockTime: [112, 23, 0, 0, 0, 0, 0, 0]\r\n - MaxAuthorities: [160, 134, 1, 0]\r\n storages:\r\n - Default AuthorVrfRandomness: [0]\r\n - Default Authorities: [0]\r\n - Default CurrentSlot: [0; 8]\r\n - Optional EpochConfig: [0]\r\n - Default EpochIndex: [0; 8]\r\n - Default EpochStart: [0; 8]\r\n - Default GenesisSlot: [0; 8]\r\n - Optional Initialized: [0]\r\n - Default Lateness: [0; 4]\r\n - Default NextAuthorities: [0]\r\n - Optional NextEpochConfig: [0]\r\n - Default NextRandomness: [0; 32]\r\n - Optional PendingEpochConfigChange: [0]\r\n - Default Randomness: [0; 32]\r\n - Default SegmentIndex: [0; 4]\r\n - Default SkippedEpochs: [0]\r\n - Default Und"] -[21.070497, "o", "erConstruction: [0]\r\n\r\nPallet #36: ElectionProviderMultiPhase\r\n calls:\r\n - 0: submit_unsigned ( raw_solution: Box>>, witness: SolutionOrSnapshotSize, ) )\r\n - 1: set_minimum_untrusted_score ( maybe_next_score: Option, ) )\r\n - 2: set_emergency_election_result ( supports: Supports, ) )\r\n - 3: submit ( raw_solution: Box>>, ) )\r\n - 4: governance_fallback ( maybe_max_voters: Option, maybe_max_targets: Option, ) )\r\n events:\r\n - 0: SolutionStored ( compute: ElectionCompute, origin: Option, prev_ejected: bool, ) )\r\n - 1: ElectionFinalized ( compute: ElectionCompute, score: ElectionScore, ) )\r\n - 2: ElectionFailed ( ) )\r\n - 3: Rewarded ( account: ::AccountId, value: BalanceOf, ) )\r\n - 4: Slashed ( account: ::AccountId, value: BalanceOf, ) )\r\n - 5: PhaseTransitioned ( from: Pha"] -[21.070608, "o", "se, to: Phase, round: u32, ) )\r\n errors:\r\n - 0: PreDispatchEarlySubmission\r\n - 1: PreDispatchWrongWinnerCount\r\n - 2: PreDispatchWeakSubmission\r\n - 3: SignedQueueFull\r\n - 4: SignedCannotPayDeposit\r\n - 5: SignedInvalidWitness\r\n - 6: SignedTooMuchWeight\r\n - 7: OcwCallWrongEra\r\n - 8: MissingSnapshotMetadata\r\n - 9: InvalidSubmissionIndex\r\n - 10: CallNotAllowed\r\n - 11: FallbackFailed\r\n - 12: BoundNotMet\r\n - 13: TooManyWinners\r\n constants:\r\n - BetterSignedThreshold: [0; 4]\r\n - BetterUnsignedThreshold: [32, 161, 7, 0]\r\n - MaxElectableTargets: [255, 255]\r\n - MaxElectingVoters: [228, 87, 0, 0]\r\n - MaxWinners: [176, 4, 0, 0]\r\n - MinerMaxLength: [0, 0, 54, 0]\r\n - MinerMaxVotesPerVoter: [16, 0, 0, 0]\r\n - MinerMaxWeight: [11, 72, 46, 8, 196, 87, 1, 19, 163, 112, 61, 10, 215, 163, 112, 189]\r\n - MinerMaxWinners: [176, 4, 0, 0]\r\n - MinerTxPriority: [101, 102, 102, 102, 102, 102, 102, 230]\r\n - OffchainRepeat:"] -[21.070734, "o", " [18, 0, 0, 0]\r\n - SignedDepositBase: [0, 160, 219, 33, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - SignedDepositByte: [120, 125, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - SignedDepositWeight: [0; 16]\r\n - SignedMaxRefunds: [4, 0, 0, 0]\r\n - SignedMaxSubmissions: [16, 0, 0, 0]\r\n - SignedMaxWeight: [11, 72, 46, 8, 196, 87, 1, 19, 163, 112, 61, 10, 215, 163, 112, 189]\r\n - SignedPhase: [88, 2, 0, 0]\r\n - SignedRewardBase: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - UnsignedPhase: [88, 2, 0, 0]\r\n storages:\r\n - Default CurrentPhase: [0]\r\n - Optional DesiredTargets: [0]\r\n - Optional MinimumUntrustedScore: [0]\r\n - Optional QueuedSolution: [0]\r\n - Default Round: [1, 0, 0, 0]\r\n - Default SignedSubmissionIndices: [0]\r\n - Default SignedSubmissionNextIndex: [0; 4]\r\n - Optional SignedSubmissionsMap: [0]\r\n - Optional Snapshot: [0]\r\n - Optional SnapshotMetadata: [0]\r\n\r\nPallet #56: Paras\r\n calls:\r\n - 0: force_set_current_code ( para: ParaId, new_co"] -[21.070839, "o", "de: ValidationCode, ) )\r\n - 1: force_set_current_head ( para: ParaId, new_head: HeadData, ) )\r\n - 2: force_schedule_code_upgrade ( para: ParaId, new_code: ValidationCode, relay_parent_number: T::BlockNumber, ) )\r\n - 3: force_note_new_head ( para: ParaId, new_head: HeadData, ) )\r\n - 4: force_queue_action ( para: ParaId, ) )\r\n - 5: add_trusted_validation_code ( validation_code: ValidationCode, ) )\r\n - 6: poke_unused_validation_code ( validation_code_hash: ValidationCodeHash, ) )\r\n - 7: include_pvf_check_statement ( stmt: PvfCheckStatement, signature: ValidatorSignature, ) )\r\n events:\r\n - 0: CurrentCodeUpdated ( : ParaId, ) )\r\n - 1: CurrentHeadUpdated ( : ParaId, ) )\r\n - 2: CodeUpgradeScheduled ( : ParaId, ) )\r\n - 3: NewHeadNoted ( : ParaId, ) )\r\n - 4: ActionQueued ( : ParaId, : SessionIndex, ) )\r\n - 5: PvfCheckStarted ( : ValidationCodeHash, : ParaId, ) )\r\n - 6: PvfCheckAccepted ( : ValidationCodeHash, : ParaId, ) )\r\n - 7: PvfCheckRejec"] -[21.070962, "o", "ted ( : ValidationCodeHash, : ParaId, ) )\r\n errors:\r\n - 0: NotRegistered\r\n - 1: CannotOnboard\r\n - 2: CannotOffboard\r\n - 3: CannotUpgrade\r\n - 4: CannotDowngrade\r\n - 5: PvfCheckStatementStale\r\n - 6: PvfCheckStatementFuture\r\n - 7: PvfCheckValidatorIndexOutOfBounds\r\n - 8: PvfCheckInvalidSignature\r\n - 9: PvfCheckDoubleVote\r\n - 10: PvfCheckSubjectInvalid\r\n - 11: PvfCheckDisabled\r\n - 12: CannotUpgradeCode\r\n constants:\r\n - UnsignedPriority: [255; 8]\r\n storages:\r\n - Default ActionsQueue: [0]\r\n - Optional CodeByHash: [0]\r\n - Default CodeByHashRefs: [0; 4]\r\n - Optional CurrentCodeHash: [0]\r\n - Optional FutureCodeHash: [0]\r\n - Optional FutureCodeUpgrades: [0]\r\n - Optional Heads: [0]\r\n - Optional ParaLifecycles: [0]\r\n - Default Parachains: [0]\r\n - Optional PastCodeHash: [0]\r\n - Default PastCodeMeta: [0, 0]\r\n - Default PastCodePruning: [0]\r\n - Default PvfActiveVoteList: [0]\r\n - Optional PvfActiveVoteMap: [0]\r\n - Optio"] -[21.071086, "o", "nal UpcomingParasGenesis: [0]\r\n - Default UpcomingUpgrades: [0]\r\n - Default UpgradeCooldowns: [0]\r\n - Optional UpgradeGoAheadSignal: [0]\r\n - Optional UpgradeRestrictionSignal: [0]\r\n\r\nPallet #62: ParasDisputes\r\n calls:\r\n - 0: force_unfreeze ( ) )\r\n events:\r\n - 0: DisputeInitiated ( : CandidateHash, : DisputeLocation, ) )\r\n - 1: DisputeConcluded ( : CandidateHash, : DisputeResult, ) )\r\n - 2: Revert ( : T::BlockNumber, ) )\r\n errors:\r\n - 0: DuplicateDisputeStatementSets\r\n - 1: AncientDisputeStatement\r\n - 2: ValidatorIndexOutOfBounds\r\n - 3: InvalidSignature\r\n - 4: DuplicateStatement\r\n - 5: SingleSidedDispute\r\n - 6: MaliciousBacker\r\n - 7: MissingBackingVotes\r\n - 8: UnconfirmedDispute\r\n storages:\r\n - Optional BackersOnDisputes: [0]\r\n - Optional Disputes: [0]\r\n - Default Frozen: [0]\r\n - Optional Included: [0]\r\n - Optional LastPrunedSession: [0]\r\n\r\nPallet #0: System\r\n calls:\r\n - 0: remark ( remark: Vec, ) )\r\n - 1: s"] -[21.071187, "o", "et_heap_pages ( pages: u64, ) )\r\n - 2: set_code ( code: Vec, ) )\r\n - 3: set_code_without_checks ( code: Vec, ) )\r\n - 4: set_storage ( items: Vec, ) )\r\n - 5: kill_storage ( keys: Vec, ) )\r\n - 6: kill_prefix ( prefix: Key, subkeys: u32, ) )\r\n - 7: remark_with_event ( remark: Vec, ) )\r\n events:\r\n - 0: ExtrinsicSuccess ( dispatch_info: DispatchInfo, ) )\r\n - 1: ExtrinsicFailed ( dispatch_error: DispatchError, dispatch_info: DispatchInfo, ) )\r\n - 2: CodeUpdated ( ) )\r\n - 3: NewAccount ( account: T::AccountId, ) )\r\n - 4: KilledAccount ( account: T::AccountId, ) )\r\n - 5: Remarked ( sender: T::AccountId, hash: T::Hash, ) )\r\n errors:\r\n - 0: InvalidSpecName\r\n - 1: SpecVersionNeedsToIncrease\r\n - 2: FailedToExtractRuntimeVersion\r\n - 3: NonDefaultComposite\r\n - 4: NonZeroRefCount\r\n - 5: CallFiltered\r\n constants:\r\n - BlockHashCount: [0, 16, 0, 0]\r\n - BlockLength: [0, 0, 60, 0, 0, 0, 80, 0, 0, 0, 80, 0]\r\n "] -[21.071293, "o", " - BlockWeights: [ 3, 0, 200, 76, 204, 0, 11, 0, 32, 74, 169, 209, 1, 19, 255, 255, 255, 255, 255, 255, 255, 255, 226, 102, 43, 26, 0, 1, 11, 72, 246, 84, ... ]\r\n - DbWeight: [56, 202, 56, 1, 0, 0, 0, 0, 152, 170, 249, 4, 0, 0, 0, 0]\r\n - SS58Prefix: [0, 0]\r\n - Version: [ 32, 112, 111, 108, 107, 97, 100, 111, 116, 60, 112, 97, 114, 105, 116, 121, 45, 112, 111, 108, 107, 97, 100, 111, 116, 0, 0, 0, 0, 204, 36, 0, ... ]\r\n storages:\r\n - Default Account: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ... ]\r\n - Optional AllExtrinsicsLen: [0]\r\n - Default BlockHash: [0; 32]\r\n - Default BlockWeight: [0; 6]\r\n - Default Digest: [0]\r\n - Default EventCount: [0; 4]\r\n - Default EventTopics: [0]\r\n - Default Events: [0]\r\n - Optional ExecutionPhase: [0]\r\n - Optional ExtrinsicCount: [0]\r\n - Default ExtrinsicData: [0]\r\n - Optional LastRuntimeUpgrade: [0]\r\n - Default Number: [0; 4]\r\n - Default ParentHash: [0; 32]\r\n "] -[21.071416, "o", " - Default UpgradedToTripleRefCount: [0]\r\n - Default UpgradedToU32RefCount: [0]\r\n\r\nPallet #28: Identity\r\n calls:\r\n - 0: add_registrar ( account: AccountIdLookupOf, ) )\r\n - 1: set_identity ( info: Box>, ) )\r\n - 2: set_subs ( subs: Vec<(T::AccountId, Data)>, ) )\r\n - 3: clear_identity ( ) )\r\n - 4: request_judgement ( reg_index: RegistrarIndex, max_fee: BalanceOf, ) )\r\n - 5: cancel_request ( reg_index: RegistrarIndex, ) )\r\n - 6: set_fee ( index: RegistrarIndex, fee: BalanceOf, ) )\r\n - 7: set_account_id ( index: RegistrarIndex, new: AccountIdLookupOf, ) )\r\n - 8: set_fields ( index: RegistrarIndex, fields: IdentityFields, ) )\r\n - 9: provide_judgement ( reg_index: RegistrarIndex, target: AccountIdLookupOf, judgement: Judgement>, identity: T::Hash, ) )\r\n - 10: kill_identity ( target: AccountIdLookupOf, ) )\r\n - 11: add_sub ( sub: AccountIdLookupOf, data: Data, ) )\r\n - 12: rename_sub"] -[21.071535, "o", " ( sub: AccountIdLookupOf, data: Data, ) )\r\n - 13: remove_sub ( sub: AccountIdLookupOf, ) )\r\n - 14: quit_sub ( ) )\r\n events:\r\n - 0: IdentitySet ( who: T::AccountId, ) )\r\n - 1: IdentityCleared ( who: T::AccountId, deposit: BalanceOf, ) )\r\n - 2: IdentityKilled ( who: T::AccountId, deposit: BalanceOf, ) )\r\n - 3: JudgementRequested ( who: T::AccountId, registrar_index: RegistrarIndex, ) )\r\n - 4: JudgementUnrequested ( who: T::AccountId, registrar_index: RegistrarIndex, ) )\r\n - 5: JudgementGiven ( target: T::AccountId, registrar_index: RegistrarIndex, ) )\r\n - 6: RegistrarAdded ( registrar_index: RegistrarIndex, ) )\r\n - 7: SubIdentityAdded ( sub: T::AccountId, main: T::AccountId, deposit: BalanceOf, ) )\r\n - 8: SubIdentityRemoved ( sub: T::AccountId, main: T::AccountId, deposit: BalanceOf, ) )\r\n - 9: SubIdentityRevoked ( sub: T::AccountId, main: T::AccountId, deposit: BalanceOf, ) )\r\n errors:\r\n - 0: TooManySubAccounts\r\n - 1: No"] -[21.071653, "o", "tFound\r\n - 2: NotNamed\r\n - 3: EmptyIndex\r\n - 4: FeeChanged\r\n - 5: NoIdentity\r\n - 6: StickyJudgement\r\n - 7: JudgementGiven\r\n - 8: InvalidJudgement\r\n - 9: InvalidIndex\r\n - 10: InvalidTarget\r\n - 11: TooManyFields\r\n - 12: TooManyRegistrars\r\n - 13: AlreadyClaimed\r\n - 14: NotSub\r\n - 15: NotOwned\r\n - 16: JudgementForDifferentIdentity\r\n - 17: JudgementPaymentFailed\r\n constants:\r\n - BasicDeposit: [0, 125, 181, 42, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - FieldDeposit: [0, 205, 86, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - MaxAdditionalFields: [100, 0, 0, 0]\r\n - MaxRegistrars: [20, 0, 0, 0]\r\n - MaxSubAccounts: [100, 0, 0, 0]\r\n - SubAccountDeposit: [128, 248, 132, 176, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Optional IdentityOf: [0]\r\n - Default Registrars: [0]\r\n - Default SubsOf: [0; 17]\r\n - Optional SuperOf: [0]\r\n\r\nPallet #30: Multisig\r\n calls:\r\n - 0: as_multi_threshold_1 ( other_signatories: Vec,"] -[21.071765, "o", " call: Box<::RuntimeCall>, ) )\r\n - 1: as_multi ( threshold: u16, other_signatories: Vec, maybe_timepoint: Option>, call: Box<::RuntimeCall>, max_weight: Weight, ) )\r\n - 2: approve_as_multi ( threshold: u16, other_signatories: Vec, maybe_timepoint: Option>, call_hash: [u8; 32], max_weight: Weight, ) )\r\n - 3: cancel_as_multi ( threshold: u16, other_signatories: Vec, timepoint: Timepoint, call_hash: [u8; 32], ) )\r\n events:\r\n - 0: NewMultisig ( approving: T::AccountId, multisig: T::AccountId, call_hash: CallHash, ) )\r\n - 1: MultisigApproval ( approving: T::AccountId, timepoint: Timepoint, multisig: T::AccountId, call_hash: CallHash, ) )\r\n - 2: MultisigExecuted ( approving: T::AccountId, timepoint: Timepoint, multisig: T::AccountId, call_hash: CallHash, result: DispatchResult, ) )\r\n - 3: MultisigCancelled ( cancel"] -[21.071873, "o", "ling: T::AccountId, timepoint: Timepoint, multisig: T::AccountId, call_hash: CallHash, ) )\r\n errors:\r\n - 0: MinimumThreshold\r\n - 1: AlreadyApproved\r\n - 2: NoApprovalsNeeded\r\n - 3: TooFewSignatories\r\n - 4: TooManySignatories\r\n - 5: SignatoriesOutOfOrder\r\n - 6: SenderInSignatories\r\n - 7: NotFound\r\n - 8: NotOwner\r\n - 9: NoTimepoint\r\n - 10: WrongTimepoint\r\n - 11: UnexpectedTimepoint\r\n - 12: MaxWeightTooLow\r\n - 13: AlreadyStored\r\n constants:\r\n - DepositBase: [0, 140, 97, 197, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - DepositFactor: [0, 208, 18, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - MaxSignatories: [100, 0, 0, 0]\r\n storages:\r\n - Optional Multisigs: [0]\r\n\r\nPallet #15: Council\r\n calls:\r\n - 0: set_members ( new_members: Vec, prime: Option, old_count: MemberCount, ) )\r\n - 1: execute ( proposal: Box<>::Proposal>, length_bound: u32, ) )\r\n - 2: propose ( threshold: MemberCount,"] -[21.071974, "o", " proposal: Box<>::Proposal>, length_bound: u32, ) )\r\n - 3: vote ( proposal: T::Hash, index: ProposalIndex, approve: bool, ) )\r\n - 5: disapprove_proposal ( proposal_hash: T::Hash, ) )\r\n - 6: close ( proposal_hash: T::Hash, index: ProposalIndex, proposal_weight_bound: Weight, length_bound: u32, ) )\r\n events:\r\n - 0: Proposed ( account: T::AccountId, proposal_index: ProposalIndex, proposal_hash: T::Hash, threshold: MemberCount, ) )\r\n - 1: Voted ( account: T::AccountId, proposal_hash: T::Hash, voted: bool, yes: MemberCount, no: MemberCount, ) )\r\n - 2: Approved ( proposal_hash: T::Hash, ) )\r\n - 3: Disapproved ( proposal_hash: T::Hash, ) )\r\n - 4: Executed ( proposal_hash: T::Hash, result: DispatchResult, ) )\r\n - 5: MemberExecuted ( proposal_hash: T::Hash, result: DispatchResult, ) )\r\n - 6: Closed ( proposal_hash: T::Hash, yes: MemberCount, no: MemberCount, ) )\r\n errors:\r\n - 0: NotMember\r\n - 1: DuplicateProposal\r\n - 2: ProposalMissing\r\n "] -[21.072102, "o", " - 3: WrongIndex\r\n - 4: DuplicateVote\r\n - 5: AlreadyInitialized\r\n - 6: TooEarly\r\n - 7: TooManyProposals\r\n - 8: WrongProposalWeight\r\n - 9: WrongProposalLength\r\n constants:\r\n - MaxProposalWeight: [7, 0, 16, 165, 212, 232, 19, 255, 255, 255, 255, 255, 255, 255, 127]\r\n storages:\r\n - Default Members: [0]\r\n - Optional Prime: [0]\r\n - Default ProposalCount: [0; 4]\r\n - Optional ProposalOf: [0]\r\n - Default Proposals: [0]\r\n - Optional Voting: [0]\r\n\r\nPallet #18: TechnicalMembership\r\n calls:\r\n - 0: add_member ( who: AccountIdLookupOf, ) )\r\n - 1: remove_member ( who: AccountIdLookupOf, ) )\r\n - 2: swap_member ( remove: AccountIdLookupOf, add: AccountIdLookupOf, ) )\r\n - 3: reset_members ( members: Vec, ) )\r\n - 4: change_key ( new: AccountIdLookupOf, ) )\r\n - 5: set_prime ( who: AccountIdLookupOf, ) )\r\n - 6: clear_prime ( ) )\r\n events:\r\n - 0: MemberAdded ( ) )\r\n - 1: MemberRemoved ( ) )\r\n - 2: "] -[21.072226, "o", "MembersSwapped ( ) )\r\n - 3: MembersReset ( ) )\r\n - 4: KeyChanged ( ) )\r\n - 5: Dummy ( ) )\r\n errors:\r\n - 0: AlreadyMember\r\n - 1: NotMember\r\n - 2: TooManyMembers\r\n storages:\r\n - Default Members: [0]\r\n - Optional Prime: [0]\r\n\r\nPallet #24: Claims\r\n calls:\r\n - 0: claim ( dest: T::AccountId, ethereum_signature: EcdsaSignature, ) )\r\n - 1: mint_claim ( who: EthereumAddress, value: BalanceOf, vesting_schedule: Option<(BalanceOf, BalanceOf, T::BlockNumber)>, statement: Option, ) )\r\n - 2: claim_attest ( dest: T::AccountId, ethereum_signature: EcdsaSignature, statement: Vec, ) )\r\n - 3: attest ( statement: Vec, ) )\r\n - 4: move_claim ( old: EthereumAddress, new: EthereumAddress, maybe_preclaim: Option, ) )\r\n events:\r\n - 0: Claimed ( who: T::AccountId, ethereum_address: EthereumAddress, amount: BalanceOf, ) )\r\n errors:\r\n - 0: InvalidEthereumSignature\r\n - 1: SignerHasNoClaim\r\n - 2: SenderHasNoCla"] -[21.072349, "o", "im\r\n - 3: PotUnderflow\r\n - 4: InvalidStatement\r\n - 5: VestedBalanceExists\r\n constants:\r\n - Prefix: [ 132, 80, 97, 121, 32, 68, 79, 84, 115, 32, 116, 111, 32, 116, 104, 101, 32, 80, 111, 108, 107, 97, 100, 111, 116, 32, 97, 99, 99, 111, 117, 110, ... ]\r\n storages:\r\n - Optional Claims: [0]\r\n - Optional Preclaims: [0]\r\n - Optional Signing: [0]\r\n - Default Total: [0; 16]\r\n - Optional Vesting: [0]\r\n\r\nPallet #13: AuthorityDiscovery\r\n\r\nPallet #16: TechnicalCommittee\r\n calls:\r\n - 0: set_members ( new_members: Vec, prime: Option, old_count: MemberCount, ) )\r\n - 1: execute ( proposal: Box<>::Proposal>, length_bound: u32, ) )\r\n - 2: propose ( threshold: MemberCount, proposal: Box<>::Proposal>, length_bound: u32, ) )\r\n - 3: vote ( proposal: T::Hash, index: ProposalIndex, approve: bool, ) )\r\n - 5: disapprove_proposal ( proposal_hash: T::Hash, ) )\r\n - 6: close ( proposal_hash: T::Hash, index: ProposalInd"] -[21.072451, "o", "ex, proposal_weight_bound: Weight, length_bound: u32, ) )\r\n events:\r\n - 0: Proposed ( account: T::AccountId, proposal_index: ProposalIndex, proposal_hash: T::Hash, threshold: MemberCount, ) )\r\n - 1: Voted ( account: T::AccountId, proposal_hash: T::Hash, voted: bool, yes: MemberCount, no: MemberCount, ) )\r\n - 2: Approved ( proposal_hash: T::Hash, ) )\r\n - 3: Disapproved ( proposal_hash: T::Hash, ) )\r\n - 4: Executed ( proposal_hash: T::Hash, result: DispatchResult, ) )\r\n - 5: MemberExecuted ( proposal_hash: T::Hash, result: DispatchResult, ) )\r\n - 6: Closed ( proposal_hash: T::Hash, yes: MemberCount, no: MemberCount, ) )\r\n errors:\r\n - 0: NotMember\r\n - 1: DuplicateProposal\r\n - 2: ProposalMissing\r\n - 3: WrongIndex\r\n - 4: DuplicateVote\r\n - 5: AlreadyInitialized\r\n - 6: TooEarly\r\n - 7: TooManyProposals\r\n - 8: WrongProposalWeight\r\n - 9: WrongProposalLength\r\n constants:\r\n - MaxProposalWeight: [7, 0, 16, 165, 212, 232, 19, 255, 255, 255, 2"] -[21.072558, "o", "55, 255, 255, 255, 127]\r\n storages:\r\n - Default Members: [0]\r\n - Optional Prime: [0]\r\n - Default ProposalCount: [0; 4]\r\n - Optional ProposalOf: [0]\r\n - Default Proposals: [0]\r\n - Optional Voting: [0]\r\n\r\nPallet #26: Utility\r\n calls:\r\n - 0: batch ( calls: Vec<::RuntimeCall>, ) )\r\n - 1: as_derivative ( index: u16, call: Box<::RuntimeCall>, ) )\r\n - 2: batch_all ( calls: Vec<::RuntimeCall>, ) )\r\n - 3: dispatch_as ( as_origin: Box, call: Box<::RuntimeCall>, ) )\r\n - 4: force_batch ( calls: Vec<::RuntimeCall>, ) )\r\n - 5: with_weight ( call: Box<::RuntimeCall>, weight: Weight, ) )\r\n events:\r\n - 0: BatchInterrupted ( index: u32, error: DispatchError, ) )\r\n - 1: BatchCompleted ( ) )\r\n - 2: BatchCompletedWithErrors ( ) )\r\n - 3: ItemCompleted ( ) )\r\n - 4: ItemFailed ( error: DispatchError, ) )\r\n - 5: DispatchedAs ( result: DispatchResult, ) )\r\n "] -[21.072737, "o", " errors:\r\n - 0: TooManyCalls\r\n constants:\r\n - batched_calls_limit: [170, 42, 0, 0]\r\n\r\nPallet #6: Authorship\r\n storages:\r\n - Optional Author: [0]\r\n\r\nPallet #17: PhragmenElection\r\n calls:\r\n - 0: vote ( votes: Vec, value: BalanceOf, ) )\r\n - 1: remove_voter ( ) )\r\n - 2: submit_candidacy ( candidate_count: u32, ) )\r\n - 3: renounce_candidacy ( renouncing: Renouncing, ) )\r\n - 4: remove_member ( who: AccountIdLookupOf, slash_bond: bool, rerun_election: bool, ) )\r\n - 5: clean_defunct_voters ( num_voters: u32, num_defunct: u32, ) )\r\n events:\r\n - 0: NewTerm ( new_members: Vec<(::AccountId, BalanceOf)>, ) )\r\n - 1: EmptyTerm ( ) )\r\n - 2: ElectionError ( ) )\r\n - 3: MemberKicked ( member: ::AccountId, ) )\r\n - 4: Renounced ( candidate: ::AccountId, ) )\r\n - 5: CandidateSlashed ( candidate: ::AccountId, amount: BalanceOf, )"] -[21.072854, "o", " )\r\n - 6: SeatHolderSlashed ( seat_holder: ::AccountId, amount: BalanceOf, ) )\r\n errors:\r\n - 0: UnableToVote\r\n - 1: NoVotes\r\n - 2: TooManyVotes\r\n - 3: MaximumVotesExceeded\r\n - 4: LowBalance\r\n - 5: UnableToPayBond\r\n - 6: MustBeVoter\r\n - 7: DuplicatedCandidate\r\n - 8: TooManyCandidates\r\n - 9: MemberSubmit\r\n - 10: RunnerUpSubmit\r\n - 11: InsufficientCandidateFunds\r\n - 12: NotMember\r\n - 13: InvalidWitnessData\r\n - 14: InvalidVoteCount\r\n - 15: InvalidRenouncing\r\n - 16: InvalidReplacement\r\n constants:\r\n - CandidacyBond: [0, 16, 165, 212, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - DesiredMembers: [13, 0, 0, 0]\r\n - DesiredRunnersUp: [20, 0, 0, 0]\r\n - MaxCandidates: [232, 3, 0, 0]\r\n - MaxVoters: [16, 39, 0, 0]\r\n - MaxVotesPerVoter: [16, 0, 0, 0]\r\n - PalletId: [112, 104, 114, 101, 108, 101, 99, 116]\r\n - TermDuration: [192, 137, 1, 0]\r\n - VotingBondBase: [0, 112, 19, 183, 46, 0, 0, 0, 0, 0, 0, 0, 0, "] -[21.072998, "o", "0, 0, 0]\r\n - VotingBondFactor: [0, 208, 18, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Default Candidates: [0]\r\n - Default ElectionRounds: [0; 4]\r\n - Default Members: [0]\r\n - Default RunnersUp: [0]\r\n - Default Voting: [0; 33]\r\n\r\nPallet #12: ImOnline\r\n calls:\r\n - 0: heartbeat ( heartbeat: Heartbeat, signature: ::Signature, ) )\r\n events:\r\n - 0: HeartbeatReceived ( authority_id: T::AuthorityId, ) )\r\n - 1: AllGood ( ) )\r\n - 2: SomeOffline ( offline: Vec>, ) )\r\n errors:\r\n - 0: InvalidKey\r\n - 1: DuplicatedHeartbeat\r\n constants:\r\n - UnsignedPriority: [255; 8]\r\n storages:\r\n - Default AuthoredBlocks: [0; 4]\r\n - Default HeartbeatAfter: [0; 4]\r\n - Default Keys: [0]\r\n - Optional ReceivedHeartbeats: [0]\r\n\r\n\r\n"] -[21.594702, "o", "\r\n"] +{"version": 2, "width": 208, "height": 24, "timestamp": 1716291549, "env": {"SHELL": "/bin/zsh", "TERM": "xterm-256color"}} +[0.249559, "o", "sub"] +[0.438297, "o", "was"] +[0.531235, "o", "m k"] +[0.623746, "o", "now"] +[0.717649, "o", "s c"] +[0.811532, "o", "ool"] +[0.906229, "o", " tr"] +[0.998523, "o", "ick"] +[1.0929, "o", "s. "] +[1.18715, "o", "It "] +[1.281268, "o", "can "] +[1.375908, "o", "sho"] +[1.469885, "o", "w y"] +[1.564191, "o", "ou "] +[1.659024, "o", "the"] +[1.752937, "o", " me"] +[1.940021, "o", "tad"] +[2.034705, "o", "ata"] +[2.12792, "o", " di"] +[2.222429, "o", "rec"] +[2.316989, "o", "tly "] +[2.411255, "o", "fro"] +[2.505593, "o", "m t"] +[2.600242, "o", "he "] +[2.694324, "o", "WAS"] +[2.788401, "o", "M w"] +[2.883286, "o", "ith"] +[2.977781, "o", "out"] +[3.071952, "o", " co"] +[3.166441, "o", "nne"] +[3.259882, "o", "ctin"] +[3.354377, "o", "g t"] +[3.543255, "o", "o a"] +[3.638161, "o", "ny "] +[3.732857, "o", "nod"] +[3.82757, "o", "e.\r\n"] +[3.833248, "o", "You"] +[4.022855, "o", " ma"] +[4.117696, "o", "y g"] +[4.212514, "o", "ene"] +[4.304986, "o", "rat"] +[4.397753, "o", "e t"] +[4.491623, "o", "he "] +[4.585776, "o", "WAS"] +[4.680832, "o", "M u"] +[4.774911, "o", "sin"] +[4.869673, "o", "g sr"] +[4.962993, "o", "too"] +[5.056994, "o", "l f"] +[5.151822, "o", "or "] +[5.246428, "o", "ins"] +[5.338826, "o", "tan"] +[5.433908, "o", "ce,"] +[5.623166, "o", " he"] +[5.713315, "o", "re "] +[5.805468, "o", "we "] +[5.89811, "o", "keep"] +[5.990464, "o", " it"] +[6.084919, "o", " si"] +[6.178915, "o", "mpl"] +[6.273636, "o", "e a"] +[6.368659, "o", "nd "] +[6.461313, "o", "fet"] +[6.551556, "o", "ch "] +[6.646147, "o", "it "] +[6.740227, "o", "fro"] +[6.834613, "o", "m a "] +[7.023126, "o", "nod"] +[7.117777, "o", "e w"] +[7.212653, "o", "ith"] +[7.306599, "o", ":\r\n"] +[7.311813, "o", "We "] +[7.501174, "o", "use"] +[7.59568, "o", " th"] +[7.690663, "o", "e f"] +[7.785263, "o", "oll"] +[7.878262, "o", "owi"] +[7.972597, "o", "ng "] +[8.066072, "o", "com"] +[8.160371, "o", "man"] +[8.255116, "o", "d:\r\n"] +[8.260096, "o", "sub"] +[8.449375, "o", "was"] +[8.543354, "o", "m -"] +[8.635645, "o", "q g"] +[8.73035, "o", "et "] +[8.823999, "o", "--c"] +[8.918658, "o", "hai"] +[9.012016, "o", "n p"] +[9.102423, "o", "olk"] +[9.19723, "o", "ado"] +[9.291521, "o", "t --"] +[9.384612, "o", "out"] +[9.478068, "o", "put"] +[9.571684, "o", " ru"] +[9.661894, "o", "nti"] +[9.847232, "o", "me."] +[9.942306, "o", "was"] +[10.034953, "o", "m\r\n"] +[10.043602, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:39:19Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Downloading runtime from OnchainBlock { endpoint: WebSocket(\"wss://polkadot-rpc.dwellir.com/\"), block_ref: None }\r\n"] +[10.834952, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:39:20Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Got the runtime, its size is 1567191\r\n\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:39:20Z \u001b[0m\u001b[32mINFO \u001b[0m subwasmlib\u001b[0m\u001b[38;5;8m]\u001b[0m Saving runtime to \"runtime.wasm\"\r\n"] +[11.350943, "o", "Let"] +[11.536031, "o", "'s "] +[11.62818, "o", "ask"] +[11.72232, "o", " su"] +[11.814999, "o", "bwa"] +[11.909031, "o", "sm "] +[12.001209, "o", "to "] +[12.095244, "o", "cal"] +[12.186073, "o", "l i"] +[12.277977, "o", "nto"] +[12.371116, "o", " the"] +[12.463871, "o", " ru"] +[12.558247, "o", "nti"] +[12.744682, "o", "me "] +[12.835271, "o", "and"] +[12.928371, "o", " sh"] +[13.02254, "o", "ow "] +[13.116453, "o", "us "] +[13.2106, "o", "the"] +[13.303645, "o", " li"] +[13.397274, "o", "st o"] +[13.491964, "o", "f p"] +[13.58679, "o", "all"] +[13.680667, "o", "ets"] +[13.772663, "o", " an"] +[13.866783, "o", "d t"] +[13.959551, "o", "hei"] +[14.143934, "o", "r c"] +[14.236531, "o", "ont"] +[14.328733, "o", "ent"] +[14.422687, "o", ":\r\n"] +[14.4278, "o", "We "] +[14.616704, "o", "use"] +[14.710967, "o", " th"] +[14.804921, "o", "e f"] +[14.898568, "o", "oll"] +[14.991898, "o", "owi"] +[15.084561, "o", "ng "] +[15.178202, "o", "com"] +[15.272904, "o", "man"] +[15.36455, "o", "d:\r\n"] +[15.370753, "o", "sub"] +[15.557266, "o", "was"] +[15.650342, "o", "m -"] +[15.744707, "o", "q s"] +[15.838759, "o", "how"] +[15.931428, "o", " ru"] +[16.025445, "o", "nti"] +[16.115779, "o", "me."] +[16.209167, "o", "was"] +[16.304084, "o", "m\r\n"] +[16.312438, "o", "\u001b[0m\u001b[38;5;8m[\u001b[0m2024-05-21T11:39:25Z \u001b[0m\u001b[32mINFO \u001b[0m subwasm\u001b[0m\u001b[38;5;8m]\u001b[0m ⏱️ Loading WASM from File(\"runtime.wasm\")\r\n"] +[19.422054, "o", "ReducedRuntime:\r\nPallet #38: ChildBounties\r\n calls:\r\n - 0: add_child_bounty ( parent_bounty_id: BountyIndex, value: BalanceOf, description: Vec, ) )\r\n - 1: propose_curator ( parent_bounty_id: BountyIndex, child_bounty_id: BountyIndex, curator: AccountIdLookupOf, fee: BalanceOf, ) )\r\n - 2: accept_curator ( parent_bounty_id: BountyIndex, child_bounty_id: BountyIndex, ) )\r\n - 3: unassign_curator ( parent_bounty_id: BountyIndex, child_bounty_id: BountyIndex, ) )\r\n - 4: award_child_bounty ( parent_bounty_id: BountyIndex, child_bounty_id: BountyIndex, beneficiary: AccountIdLookupOf, ) )\r\n - 5: claim_child_bounty ( parent_bounty_id: BountyIndex, child_bounty_id: BountyIndex, ) )\r\n - 6: close_child_bounty ( parent_bounty_id: BountyIndex, child_bounty_id: BountyIndex, ) )\r\n events:\r\n - 0: Added ( index: BountyIndex, child_index: BountyIndex, ) )\r\n - 1: Awarded ( index: BountyIndex, child_index: BountyIndex, beneficiary: T::AccountId, ) )\r\n - 2: Claimed"] +[19.422195, "o", " ( index: BountyIndex, child_index: BountyIndex, payout: BalanceOf, beneficiary: T::AccountId, ) )\r\n - 3: Canceled ( index: BountyIndex, child_index: BountyIndex, ) )\r\n errors:\r\n - 0: ParentBountyNotActive\r\n - 1: InsufficientBountyBalance\r\n - 2: TooManyChildBounties\r\n constants:\r\n - ChildBountyValueMinimum: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - MaxActiveChildBountyCount: [100, 0, 0, 0]\r\n storages:\r\n - Optional ChildBounties: [0]\r\n - Default ChildBountyCount: [0; 4]\r\n - Optional ChildBountyDescriptions: [0]\r\n - Default ChildrenCuratorFees: [0; 16]\r\n - Default ParentChildBounties: [0; 4]\r\n\r\nPallet #23: Whitelist\r\n calls:\r\n - 0: whitelist_call ( call_hash: T::Hash, ) )\r\n - 1: remove_whitelisted_call ( call_hash: T::Hash, ) )\r\n - 2: dispatch_whitelisted_call ( call_hash: T::Hash, call_encoded_len: u32, call_weight_witness: Weight, ) )\r\n - 3: dispatch_whitelisted_call_with_preimage ( call: Box<::RuntimeCall>, ) )\r\n"] +[19.422282, "o", " events:\r\n - 0: CallWhitelisted ( call_hash: T::Hash, ) )\r\n - 1: WhitelistedCallRemoved ( call_hash: T::Hash, ) )\r\n - 2: WhitelistedCallDispatched ( call_hash: T::Hash, result: DispatchResultWithPostInfo, ) )\r\n errors:\r\n - 0: UnavailablePreImage\r\n - 1: UndecodableCall\r\n - 2: InvalidCallWeightWitness\r\n - 3: CallIsNotWhitelisted\r\n - 4: CallAlreadyWhitelisted\r\n storages:\r\n - Optional WhitelistedCall: [0]\r\n\r\nPallet #54: ParaInherent\r\n calls:\r\n - 0: enter ( data: ParachainsInherentData>, ) )\r\n errors:\r\n - 0: TooManyInclusionInherents\r\n - 1: InvalidParentHeader\r\n - 2: CandidateConcludedInvalid\r\n - 3: InherentOverweight\r\n - 4: DisputeStatementsUnsortedOrDuplicates\r\n - 5: DisputeInvalid\r\n - 6: BackedByDisabled\r\n - 7: BackedOnUnscheduledCore\r\n - 8: UnscheduledCandidate\r\n storages:\r\n - Optional Included: [0]\r\n - Optional OnChainVotes: [0]\r\n\r\nPallet #73: Crowdloan\r\n calls:\r\n - 0: create ( index: ParaId, cap: Bala"] +[19.422373, "o", "nceOf, first_period: LeasePeriodOf, last_period: LeasePeriodOf, end: BlockNumberFor, verifier: Option, ) )\r\n - 1: contribute ( index: ParaId, value: BalanceOf, signature: Option, ) )\r\n - 2: withdraw ( who: T::AccountId, index: ParaId, ) )\r\n - 3: refund ( index: ParaId, ) )\r\n - 4: dissolve ( index: ParaId, ) )\r\n - 5: edit ( index: ParaId, cap: BalanceOf, first_period: LeasePeriodOf, last_period: LeasePeriodOf, end: BlockNumberFor, verifier: Option, ) )\r\n - 6: add_memo ( index: ParaId, memo: Vec, ) )\r\n - 7: poke ( index: ParaId, ) )\r\n - 8: contribute_all ( index: ParaId, signature: Option, ) )\r\n events:\r\n - 0: Created ( para_id: ParaId, ) )\r\n - 1: Contributed ( who: T::AccountId, fund_index: ParaId, amount: BalanceOf, ) )\r\n - 2: Withdrew ( who: T::AccountId, fund_index: ParaId, amount: BalanceOf, ) )\r\n - 3: PartiallyRefunded ( para_id: ParaId, ) )\r\n - 4"] +[19.42245, "o", ": AllRefunded ( para_id: ParaId, ) )\r\n - 5: Dissolved ( para_id: ParaId, ) )\r\n - 6: HandleBidResult ( para_id: ParaId, result: DispatchResult, ) )\r\n - 7: Edited ( para_id: ParaId, ) )\r\n - 8: MemoUpdated ( who: T::AccountId, para_id: ParaId, memo: Vec, ) )\r\n - 9: AddedToNewRaise ( para_id: ParaId, ) )\r\n errors:\r\n - 0: FirstPeriodInPast\r\n - 1: FirstPeriodTooFarInFuture\r\n - 2: LastPeriodBeforeFirstPeriod\r\n - 3: LastPeriodTooFarInFuture\r\n - 4: CannotEndInPast\r\n - 5: EndTooFarInFuture\r\n - 6: Overflow\r\n - 7: ContributionTooSmall\r\n - 8: InvalidParaId\r\n - 9: CapExceeded\r\n - 10: ContributionPeriodOver\r\n - 11: InvalidOrigin\r\n - 12: NotParachain\r\n - 13: LeaseActive\r\n - 14: BidOrLeaseActive\r\n - 15: FundNotEnded\r\n - 16: NoContributions\r\n - 17: NotReadyToDissolve\r\n - 18: InvalidSignature\r\n - 19: MemoTooLarge\r\n - 20: AlreadyInNewRaise\r\n - 21: VrfDelayInProgress\r\n - 22: NoLeasePeriod\r\n constants:\r\n - MinContribut"] +[19.422528, "o", "ion: [0, 116, 59, 164, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - PalletId: [112, 121, 47, 99, 102, 117, 110, 100]\r\n - RemoveKeysLimit: [232, 3, 0, 0]\r\n storages:\r\n - Default EndingsCount: [0; 4]\r\n - Optional Funds: [0]\r\n - Default NewRaise: [0]\r\n - Default NextFundIndex: [0; 4]\r\n\r\nPallet #70: Registrar\r\n calls:\r\n - 0: register ( id: ParaId, genesis_head: HeadData, validation_code: ValidationCode, ) )\r\n - 1: force_register ( who: T::AccountId, deposit: BalanceOf, id: ParaId, genesis_head: HeadData, validation_code: ValidationCode, ) )\r\n - 2: deregister ( id: ParaId, ) )\r\n - 3: swap ( id: ParaId, other: ParaId, ) )\r\n - 4: remove_lock ( para: ParaId, ) )\r\n - 5: reserve ( ) )\r\n - 6: add_lock ( para: ParaId, ) )\r\n - 7: schedule_code_upgrade ( para: ParaId, new_code: ValidationCode, ) )\r\n - 8: set_current_head ( para: ParaId, new_head: HeadData, ) )\r\n events:\r\n - 0: Registered ( para_id: ParaId, manager: T::AccountId, ) )\r\n - 1: Deregis"] +[19.422614, "o", "tered ( para_id: ParaId, ) )\r\n - 2: Reserved ( para_id: ParaId, who: T::AccountId, ) )\r\n - 3: Swapped ( para_id: ParaId, other_id: ParaId, ) )\r\n errors:\r\n - 0: NotRegistered\r\n - 1: AlreadyRegistered\r\n - 2: NotOwner\r\n - 3: CodeTooLarge\r\n - 4: HeadDataTooLarge\r\n - 5: NotParachain\r\n - 6: NotParathread\r\n - 7: CannotDeregister\r\n - 8: CannotDowngrade\r\n - 9: CannotUpgrade\r\n - 10: ParaLocked\r\n - 11: NotReserved\r\n - 12: EmptyCode\r\n - 13: CannotSwap\r\n constants:\r\n - DataDepositPerByte: [128, 150, 152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - ParaDeposit: [0, 16, 165, 212, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Default NextFreeParaId: [0; 4]\r\n - Optional Paras: [0]\r\n - Optional PendingSwap: [0]\r\n\r\nPallet #99: XcmPallet\r\n calls:\r\n - 0: send ( dest: Box, message: Box>, ) )\r\n - 1: teleport_assets ( dest: Box, beneficiary: Box, assets: Box, fee_asset_item: u32, ) )\r\n - 2: reserve_transfer_assets ( dest: Box, beneficiary: Box, assets: Box, fee_asset_item: u32, ) )\r\n - 3: execute ( message: Box::RuntimeCall>>, max_weight: Weight, ) )\r\n - 4: force_xcm_version ( location: Box, version: XcmVersion, ) )\r\n - 5: force_default_xcm_version ( maybe_xcm_version: Option, ) )\r\n - 6: force_subscribe_version_notify ( location: Box, ) )\r\n - 7: force_unsubscribe_version_notify ( location: Box, ) )\r\n - 8: limited_reserve_transfer_assets ( dest: Box, beneficiary: Box, assets: Box, fee_asset_item: u32, weight_limit: WeightLimit, ) )\r\n - 9: limited_teleport_assets ( dest: Box, beneficiary: Box, assets: Box, fee_asset_item: u32, weight_limit: WeightLimit, ) )\r\n - "] +[19.422793, "o", "10: force_suspension ( suspended: bool, ) )\r\n - 11: transfer_assets ( dest: Box, beneficiary: Box, assets: Box, fee_asset_item: u32, weight_limit: WeightLimit, ) )\r\n - 12: claim_assets ( assets: Box, beneficiary: Box, ) )\r\n events:\r\n - 0: Attempted ( outcome: xcm::latest::Outcome, ) )\r\n - 1: Sent ( origin: Location, destination: Location, message: Xcm<()>, message_id: XcmHash, ) )\r\n - 2: UnexpectedResponse ( origin: Location, query_id: QueryId, ) )\r\n - 3: ResponseReady ( query_id: QueryId, response: Response, ) )\r\n - 4: Notified ( query_id: QueryId, pallet_index: u8, call_index: u8, ) )\r\n - 5: NotifyOverweight ( query_id: QueryId, pallet_index: u8, call_index: u8, actual_weight: Weight, max_budgeted_weight: Weight, ) )\r\n - 6: NotifyDispatchError ( query_id: QueryId, pallet_index: u8, call_index: u8, ) )\r\n - 7: NotifyDecodeFailed ( query_id: QueryId, pallet_index: u8, call"] +[19.422859, "o", "_index: u8, ) )\r\n - 8: InvalidResponder ( origin: Location, query_id: QueryId, expected_location: Option, ) )\r\n - 9: InvalidResponderVersion ( origin: Location, query_id: QueryId, ) )\r\n - 10: ResponseTaken ( query_id: QueryId, ) )\r\n - 11: AssetsTrapped ( hash: H256, origin: Location, assets: VersionedAssets, ) )\r\n - 12: VersionChangeNotified ( destination: Location, result: XcmVersion, cost: Assets, message_id: XcmHash, ) )\r\n - 13: SupportedVersionChanged ( location: Location, version: XcmVersion, ) )\r\n - 14: NotifyTargetSendFail ( location: Location, query_id: QueryId, error: XcmError, ) )\r\n - 15: NotifyTargetMigrationFail ( location: VersionedLocation, query_id: QueryId, ) )\r\n - 16: InvalidQuerierVersion ( origin: Location, query_id: QueryId, ) )\r\n - 17: InvalidQuerier ( origin: Location, query_id: QueryId, expected_querier: Location, maybe_actual_querier: Option, ) )\r\n - 18: VersionNotifyStarted ( destination: Location, cost: Assets, message"] +[19.422937, "o", "_id: XcmHash, ) )\r\n - 19: VersionNotifyRequested ( destination: Location, cost: Assets, message_id: XcmHash, ) )\r\n - 20: VersionNotifyUnrequested ( destination: Location, cost: Assets, message_id: XcmHash, ) )\r\n - 21: FeesPaid ( paying: Location, fees: Assets, ) )\r\n - 22: AssetsClaimed ( hash: H256, origin: Location, assets: VersionedAssets, ) )\r\n - 23: VersionMigrationFinished ( version: XcmVersion, ) )\r\n errors:\r\n - 0: Unreachable\r\n - 1: SendFailure\r\n - 2: Filtered\r\n - 3: UnweighableMessage\r\n - 4: DestinationNotInvertible\r\n - 5: Empty\r\n - 6: CannotReanchor\r\n - 7: TooManyAssets\r\n - 8: InvalidOrigin\r\n - 9: BadVersion\r\n - 10: BadLocation\r\n - 11: NoSubscription\r\n - 12: AlreadySubscribed\r\n - 13: CannotCheckOutTeleport\r\n - 14: LowBalance\r\n - 15: TooManyLocks\r\n - 16: AccountNotSovereign\r\n - 17: FeesNotMet\r\n - 18: LockNotFound\r\n - 19: InUse\r\n - 20: InvalidAssetNotConcrete\r\n - 21: InvalidAssetUnknownReserve\r\n - 22: I"] +[19.422986, "o", "nvalidAssetUnsupportedReserve\r\n - 23: TooManyReserves\r\n - 24: LocalExecutionIncomplete\r\n storages:\r\n - Default AssetTraps: [0; 4]\r\n - Optional CurrentMigration: [0]\r\n - Optional LockedFungibles: [0]\r\n - Optional Queries: [0]\r\n - Default QueryCounter: [0; 8]\r\n - Optional RemoteLockedFungibles: [0]\r\n - Optional SafeXcmVersion: [0]\r\n - Optional SupportedVersion: [0]\r\n - Default VersionDiscoveryQueue: [0]\r\n - Optional VersionNotifiers: [0]\r\n - Optional VersionNotifyTargets: [0]\r\n - Default XcmExecutionSuspended: [0]\r\n\r\nPallet #19: Treasury\r\n calls:\r\n - 0: propose_spend ( value: BalanceOf, beneficiary: AccountIdLookupOf, ) )\r\n - 1: reject_proposal ( proposal_id: ProposalIndex, ) )\r\n - 2: approve_proposal ( proposal_id: ProposalIndex, ) )\r\n - 3: spend_local ( amount: BalanceOf, beneficiary: AccountIdLookupOf, ) )\r\n - 4: remove_approval ( proposal_id: ProposalIndex, ) )\r\n - 5: spend ( asset_kind: Box, amount:"] +[19.423057, "o", " AssetBalanceOf, beneficiary: Box>, valid_from: Option>, ) )\r\n - 6: payout ( index: SpendIndex, ) )\r\n - 7: check_status ( index: SpendIndex, ) )\r\n - 8: void_spend ( index: SpendIndex, ) )\r\n events:\r\n - 0: Proposed ( proposal_index: ProposalIndex, ) )\r\n - 1: Spending ( budget_remaining: BalanceOf, ) )\r\n - 2: Awarded ( proposal_index: ProposalIndex, award: BalanceOf, account: T::AccountId, ) )\r\n - 3: Rejected ( proposal_index: ProposalIndex, slashed: BalanceOf, ) )\r\n - 4: Burnt ( burnt_funds: BalanceOf, ) )\r\n - 5: Rollover ( rollover_balance: BalanceOf, ) )\r\n - 6: Deposit ( value: BalanceOf, ) )\r\n - 7: SpendApproved ( proposal_index: ProposalIndex, amount: BalanceOf, beneficiary: T::AccountId, ) )\r\n - 8: UpdatedInactive ( reactivated: BalanceOf, deactivated: BalanceOf, ) )\r\n - 9: AssetSpendApproved ( index: SpendIndex, asset_kind: T::AssetKind,"] +[19.423121, "o", " amount: AssetBalanceOf, beneficiary: T::Beneficiary, valid_from: BlockNumberFor, expire_at: BlockNumberFor, ) )\r\n - 10: AssetSpendVoided ( index: SpendIndex, ) )\r\n - 11: Paid ( index: SpendIndex, payment_id: ::Id, ) )\r\n - 12: PaymentFailed ( index: SpendIndex, payment_id: ::Id, ) )\r\n - 13: SpendProcessed ( index: SpendIndex, ) )\r\n errors:\r\n - 0: InsufficientProposersBalance\r\n - 1: InvalidIndex\r\n - 2: TooManyApprovals\r\n - 3: InsufficientPermission\r\n - 4: ProposalNotApproved\r\n - 5: FailedToConvertBalance\r\n - 6: SpendExpired\r\n - 7: EarlyPayout\r\n - 8: AlreadyAttempted\r\n - 9: PayoutError\r\n - 10: NotAttempted\r\n - 11: Inconclusive\r\n constants:\r\n - Burn: [16, 39, 0, 0]\r\n - MaxApprovals: [100, 0, 0, 0]\r\n - PalletId: [112, 121, 47, 116, 114, 115, 114, 121]\r\n - PayoutPeriod: [128, 151, 6, 0]\r\n - ProposalBond: [80, 195, 0, 0]\r\n - ProposalBondMaximum: [1, 0, 80, 57, 39, 140, 4, 0, 0, 0,"] +[19.423175, "o", " 0, 0, 0, 0, 0, 0, 0]\r\n - ProposalBondMinimum: [0, 16, 165, 212, 232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - SpendPeriod: [0, 70, 5, 0]\r\n storages:\r\n - Default Approvals: [0]\r\n - Default Deactivated: [0; 16]\r\n - Default ProposalCount: [0; 4]\r\n - Optional Proposals: [0]\r\n - Default SpendCount: [0; 4]\r\n - Optional Spends: [0]\r\n\r\nPallet #29: Proxy\r\n calls:\r\n - 0: proxy ( real: AccountIdLookupOf, force_proxy_type: Option, call: Box<::RuntimeCall>, ) )\r\n - 1: add_proxy ( delegate: AccountIdLookupOf, proxy_type: T::ProxyType, delay: BlockNumberFor, ) )\r\n - 2: remove_proxy ( delegate: AccountIdLookupOf, proxy_type: T::ProxyType, delay: BlockNumberFor, ) )\r\n - 3: remove_proxies ( ) )\r\n - 4: create_pure ( proxy_type: T::ProxyType, delay: BlockNumberFor, index: u16, ) )\r\n - 5: kill_pure ( spawner: AccountIdLookupOf, proxy_type: T::ProxyType, index: u16, height: BlockNumberFor, ext_index: u32, ) )\r\n - 6: anno"] +[19.423253, "o", "unce ( real: AccountIdLookupOf, call_hash: CallHashOf, ) )\r\n - 7: remove_announcement ( real: AccountIdLookupOf, call_hash: CallHashOf, ) )\r\n - 8: reject_announcement ( delegate: AccountIdLookupOf, call_hash: CallHashOf, ) )\r\n - 9: proxy_announced ( delegate: AccountIdLookupOf, real: AccountIdLookupOf, force_proxy_type: Option, call: Box<::RuntimeCall>, ) )\r\n events:\r\n - 0: ProxyExecuted ( result: DispatchResult, ) )\r\n - 1: PureCreated ( pure: T::AccountId, who: T::AccountId, proxy_type: T::ProxyType, disambiguation_index: u16, ) )\r\n - 2: Announced ( real: T::AccountId, proxy: T::AccountId, call_hash: CallHashOf, ) )\r\n - 3: ProxyAdded ( delegator: T::AccountId, delegatee: T::AccountId, proxy_type: T::ProxyType, delay: BlockNumberFor, ) )\r\n - 4: ProxyRemoved ( delegator: T::AccountId, delegatee: T::AccountId, proxy_type: T::ProxyType, delay: BlockNumberFor, ) )\r\n errors:\r\n - 0: TooMany\r\n - 1: NotFound"] +[19.423324, "o", "\r\n - 2: NotProxy\r\n - 3: Unproxyable\r\n - 4: Duplicate\r\n - 5: NoPermission\r\n - 6: Unannounced\r\n - 7: NoSelfProxy\r\n constants:\r\n - AnnouncementDepositBase: [0, 132, 178, 149, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - AnnouncementDepositFactor: [0, 205, 86, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - MaxPending: [32, 0, 0, 0]\r\n - MaxProxies: [32, 0, 0, 0]\r\n - ProxyDepositBase: [0, 132, 178, 149, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - ProxyDepositFactor: [128, 102, 171, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Default Announcements: [0; 17]\r\n - Default Proxies: [0; 17]\r\n\r\nPallet #5: Balances\r\n calls:\r\n - 0: transfer_allow_death ( dest: AccountIdLookupOf, value: T::Balance, ) )\r\n - 2: force_transfer ( source: AccountIdLookupOf, dest: AccountIdLookupOf, value: T::Balance, ) )\r\n - 3: transfer_keep_alive ( dest: AccountIdLookupOf, value: T::Balance, ) )\r\n - 4: transfer_all ( dest: AccountIdLookupOf, keep_alive: bool,"] +[19.423392, "o", " ) )\r\n - 5: force_unreserve ( who: AccountIdLookupOf, amount: T::Balance, ) )\r\n - 6: upgrade_accounts ( who: Vec, ) )\r\n - 8: force_set_balance ( who: AccountIdLookupOf, new_free: T::Balance, ) )\r\n - 9: force_adjust_total_issuance ( direction: AdjustmentDirection, delta: T::Balance, ) )\r\n events:\r\n - 0: Endowed ( account: T::AccountId, free_balance: T::Balance, ) )\r\n - 1: DustLost ( account: T::AccountId, amount: T::Balance, ) )\r\n - 2: Transfer ( from: T::AccountId, to: T::AccountId, amount: T::Balance, ) )\r\n - 3: BalanceSet ( who: T::AccountId, free: T::Balance, ) )\r\n - 4: Reserved ( who: T::AccountId, amount: T::Balance, ) )\r\n - 5: Unreserved ( who: T::AccountId, amount: T::Balance, ) )\r\n - 6: ReserveRepatriated ( from: T::AccountId, to: T::AccountId, amount: T::Balance, destination_status: Status, ) )\r\n - 7: Deposit ( who: T::AccountId, amount: T::Balance, ) )\r\n - 8: Withdraw ( who: T::AccountId, amount: T::Balance, ) )\r\n"] +[19.423471, "o", " - 9: Slashed ( who: T::AccountId, amount: T::Balance, ) )\r\n - 10: Minted ( who: T::AccountId, amount: T::Balance, ) )\r\n - 11: Burned ( who: T::AccountId, amount: T::Balance, ) )\r\n - 12: Suspended ( who: T::AccountId, amount: T::Balance, ) )\r\n - 13: Restored ( who: T::AccountId, amount: T::Balance, ) )\r\n - 14: Upgraded ( who: T::AccountId, ) )\r\n - 15: Issued ( amount: T::Balance, ) )\r\n - 16: Rescinded ( amount: T::Balance, ) )\r\n - 17: Locked ( who: T::AccountId, amount: T::Balance, ) )\r\n - 18: Unlocked ( who: T::AccountId, amount: T::Balance, ) )\r\n - 19: Frozen ( who: T::AccountId, amount: T::Balance, ) )\r\n - 20: Thawed ( who: T::AccountId, amount: T::Balance, ) )\r\n - 21: TotalIssuanceForced ( old: T::Balance, new: T::Balance, ) )\r\n errors:\r\n - 0: VestingBalance\r\n - 1: LiquidityRestrictions\r\n - 2: InsufficientBalance\r\n - 3: ExistentialDeposit\r\n - 4: Expendability\r\n - 5: ExistingVestingSchedule\r\n - 6: DeadAccount\r\n - 7: TooMa"] +[19.423542, "o", "nyReserves\r\n - 8: TooManyHolds\r\n - 9: TooManyFreezes\r\n - 10: IssuanceDeactivated\r\n - 11: DeltaZero\r\n constants:\r\n - ExistentialDeposit: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - MaxFreezes: [8, 0, 0, 0]\r\n - MaxLocks: [50, 0, 0, 0]\r\n - MaxReserves: [50, 0, 0, 0]\r\n storages:\r\n - Default Account: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ... ]\r\n - Default Freezes: [0]\r\n - Default Holds: [0]\r\n - Default InactiveIssuance: [0; 16]\r\n - Default Locks: [0]\r\n - Default Reserves: [0]\r\n - Default TotalIssuance: [0; 16]\r\n\r\nPallet #30: Multisig\r\n calls:\r\n - 0: as_multi_threshold_1 ( other_signatories: Vec, call: Box<::RuntimeCall>, ) )\r\n - 1: as_multi ( threshold: u16, other_signatories: Vec, maybe_timepoint: Option>>, call: Box<::RuntimeCall>, max_weight: Weight, ) )\r\n - 2: approve_as_multi ( threshold"] +[19.423627, "o", ": u16, other_signatories: Vec, maybe_timepoint: Option>>, call_hash: [u8; 32], max_weight: Weight, ) )\r\n - 3: cancel_as_multi ( threshold: u16, other_signatories: Vec, timepoint: Timepoint>, call_hash: [u8; 32], ) )\r\n events:\r\n - 0: NewMultisig ( approving: T::AccountId, multisig: T::AccountId, call_hash: CallHash, ) )\r\n - 1: MultisigApproval ( approving: T::AccountId, timepoint: Timepoint>, multisig: T::AccountId, call_hash: CallHash, ) )\r\n - 2: MultisigExecuted ( approving: T::AccountId, timepoint: Timepoint>, multisig: T::AccountId, call_hash: CallHash, result: DispatchResult, ) )\r\n - 3: MultisigCancelled ( cancelling: T::AccountId, timepoint: Timepoint>, multisig: T::AccountId, call_hash: CallHash, ) )\r\n errors:\r\n - 0: MinimumThreshold\r\n - 1: AlreadyApproved\r\n - 2: NoApprovalsNeeded\r\n - 3: TooFewSignatories\r\n - 4: TooManySignatories"] +[19.42368, "o", "\r\n - 5: SignatoriesOutOfOrder\r\n - 6: SenderInSignatories\r\n - 7: NotFound\r\n - 8: NotOwner\r\n - 9: NoTimepoint\r\n - 10: WrongTimepoint\r\n - 11: UnexpectedTimepoint\r\n - 12: MaxWeightTooLow\r\n - 13: AlreadyStored\r\n constants:\r\n - DepositBase: [0, 140, 97, 197, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - DepositFactor: [0, 208, 18, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - MaxSignatories: [100, 0, 0, 0]\r\n storages:\r\n - Optional Multisigs: [0]\r\n\r\nPallet #201: Mmr\r\n storages:\r\n - Optional Nodes: [0]\r\n - Default NumberOfLeaves: [0; 8]\r\n - Default RootHash: [0; 32]\r\n\r\nPallet #2: Babe\r\n calls:\r\n - 0: report_equivocation ( equivocation_proof: Box>>, key_owner_proof: T::KeyOwnerProof, ) )\r\n - 1: report_equivocation_unsigned ( equivocation_proof: Box>>, key_owner_proof: T::KeyOwnerProof, ) )\r\n - 2: plan_config_change ( config: NextConfigDescriptor, ) )\r\n errors:\r\n - 0: InvalidEquivocation"] +[19.423737, "o", "Proof\r\n - 1: InvalidKeyOwnershipProof\r\n - 2: DuplicateOffenceReport\r\n - 3: InvalidConfiguration\r\n constants:\r\n - EpochDuration: [96, 9, 0, 0, 0, 0, 0, 0]\r\n - ExpectedBlockTime: [112, 23, 0, 0, 0, 0, 0, 0]\r\n - MaxAuthorities: [160, 134, 1, 0]\r\n - MaxNominators: [0, 2, 0, 0]\r\n storages:\r\n - Default AuthorVrfRandomness: [0]\r\n - Default Authorities: [0]\r\n - Default CurrentSlot: [0; 8]\r\n - Optional EpochConfig: [0]\r\n - Default EpochIndex: [0; 8]\r\n - Default EpochStart: [0; 8]\r\n - Default GenesisSlot: [0; 8]\r\n - Optional Initialized: [0]\r\n - Default Lateness: [0; 4]\r\n - Default NextAuthorities: [0]\r\n - Optional NextEpochConfig: [0]\r\n - Default NextRandomness: [0; 32]\r\n - Optional PendingEpochConfigChange: [0]\r\n - Default Randomness: [0; 32]\r\n - Default SegmentIndex: [0; 4]\r\n - Default SkippedEpochs: [0]\r\n - Default UnderConstruction: [0]\r\n\r\nPallet #40: FastUnstake\r\n calls:\r\n - 0: register_fast_unstake ( ) )\r\n - 1: de"] +[19.423802, "o", "register ( ) )\r\n - 2: control ( eras_to_check: EraIndex, ) )\r\n events:\r\n - 0: Unstaked ( stash: T::AccountId, result: DispatchResult, ) )\r\n - 1: Slashed ( stash: T::AccountId, amount: BalanceOf, ) )\r\n - 2: BatchChecked ( eras: Vec, ) )\r\n - 3: BatchFinished ( size: u32, ) )\r\n - 4: InternalError ( ) )\r\n errors:\r\n - 0: NotController\r\n - 1: AlreadyQueued\r\n - 2: NotFullyBonded\r\n - 3: NotQueued\r\n - 4: AlreadyHead\r\n - 5: CallNotAllowed\r\n constants:\r\n - Deposit: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Default CounterForQueue: [0; 4]\r\n - Default ErasToCheckPerBlock: [0; 4]\r\n - Optional Head: [0]\r\n - Optional Queue: [0]\r\n\r\nPallet #32: TransactionPayment\r\n events:\r\n - 0: TransactionFeePaid ( who: T::AccountId, actual_fee: BalanceOf, tip: BalanceOf, ) )\r\n constants:\r\n - OperationalFeeMultiplier: [5]\r\n storages:\r\n - Default NextFeeMultiplier: [0, 0, 100, 167, 179, 182, 224, 13, 0, 0, 0"] +[19.423885, "o", ", 0, 0, 0, 0, 0]\r\n - Default StorageVersion: [0]\r\n\r\nPallet #33: Historical\r\n storages:\r\n - Optional HistoricalSessions: [0]\r\n - Optional StoredRange: [0]\r\n\r\nPallet #64: ParaAssignmentProvider\r\n\r\nPallet #100: MessageQueue\r\n calls:\r\n - 0: reap_page ( message_origin: MessageOriginOf, page_index: PageIndex, ) )\r\n - 1: execute_overweight ( message_origin: MessageOriginOf, page: PageIndex, index: T::Size, weight_limit: Weight, ) )\r\n events:\r\n - 0: ProcessingFailed ( id: H256, origin: MessageOriginOf, error: ProcessMessageError, ) )\r\n - 1: Processed ( id: H256, origin: MessageOriginOf, weight_used: Weight, success: bool, ) )\r\n - 2: OverweightEnqueued ( id: [u8; 32], origin: MessageOriginOf, page_index: PageIndex, message_index: T::Size, ) )\r\n - 3: PageReaped ( origin: MessageOriginOf, index: PageIndex, ) )\r\n errors:\r\n - 0: NotReapable\r\n - 1: NoPage\r\n - 2: NoMessage\r\n - 3: AlreadyProcessed\r\n - 4: Queued\r\n - 5: InsufficientWeight\r\n "] +[19.423964, "o", " - 6: TemporarilyUnprocessable\r\n - 7: QueuePaused\r\n - 8: RecursiveDisallowed\r\n constants:\r\n - HeapSize: [0, 0, 1, 0]\r\n - MaxStale: [8, 0, 0, 0]\r\n - ServiceWeight: [1, 7, 0, 160, 219, 33, 93, 19, 51, 51, 51, 51, 51, 51, 51, 51]\r\n storages:\r\n - Default BookStateFor: [0; 29]\r\n - Optional Pages: [0]\r\n - Optional ServiceHead: [0]\r\n\r\nPallet #21: Referenda\r\n calls:\r\n - 0: submit ( proposal_origin: Box>, proposal: BoundedCallOf, enactment_moment: DispatchTime>, ) )\r\n - 1: place_decision_deposit ( index: ReferendumIndex, ) )\r\n - 2: refund_decision_deposit ( index: ReferendumIndex, ) )\r\n - 3: cancel ( index: ReferendumIndex, ) )\r\n - 4: kill ( index: ReferendumIndex, ) )\r\n - 5: nudge_referendum ( index: ReferendumIndex, ) )\r\n - 6: one_fewer_deciding ( track: TrackIdOf, ) )\r\n - 7: refund_submission_deposit ( index: ReferendumIndex, ) )\r\n - 8: set_metadata ( index: ReferendumIndex, maybe_hash: Optio"] +[19.424026, "o", "n, ) )\r\n events:\r\n - 0: Submitted ( index: ReferendumIndex, track: TrackIdOf, proposal: BoundedCallOf, ) )\r\n - 1: DecisionDepositPlaced ( index: ReferendumIndex, who: T::AccountId, amount: BalanceOf, ) )\r\n - 2: DecisionDepositRefunded ( index: ReferendumIndex, who: T::AccountId, amount: BalanceOf, ) )\r\n - 3: DepositSlashed ( who: T::AccountId, amount: BalanceOf, ) )\r\n - 4: DecisionStarted ( index: ReferendumIndex, track: TrackIdOf, proposal: BoundedCallOf, tally: T::Tally, ) )\r\n - 5: ConfirmStarted ( index: ReferendumIndex, ) )\r\n - 6: ConfirmAborted ( index: ReferendumIndex, ) )\r\n - 7: Confirmed ( index: ReferendumIndex, tally: T::Tally, ) )\r\n - 8: Approved ( index: ReferendumIndex, ) )\r\n - 9: Rejected ( index: ReferendumIndex, tally: T::Tally, ) )\r\n - 10: TimedOut ( index: ReferendumIndex, tally: T::Tally, ) )\r\n - 11: Cancelled ( index: ReferendumIndex, tally: T::Tally, ) )\r\n - 12: Killed ( index"] +[19.424086, "o", ": ReferendumIndex, tally: T::Tally, ) )\r\n - 13: SubmissionDepositRefunded ( index: ReferendumIndex, who: T::AccountId, amount: BalanceOf, ) )\r\n - 14: MetadataSet ( index: ReferendumIndex, hash: T::Hash, ) )\r\n - 15: MetadataCleared ( index: ReferendumIndex, hash: T::Hash, ) )\r\n errors:\r\n - 0: NotOngoing\r\n - 1: HasDeposit\r\n - 2: BadTrack\r\n - 3: Full\r\n - 4: QueueEmpty\r\n - 5: BadReferendum\r\n - 6: NothingToDo\r\n - 7: NoTrack\r\n - 8: Unfinished\r\n - 9: NoPermission\r\n - 10: NoDeposit\r\n - 11: BadStatus\r\n - 12: PreimageNotExist\r\n constants:\r\n - AlarmInterval: [1, 0, 0, 0]\r\n - MaxQueued: [100, 0, 0, 0]\r\n - SubmissionDeposit: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - Tracks: [ 64, 0, 0, 16, 114, 111, 111, 116, 1, 0, 0, 0, 0, 128, 198, 164, 126, 141, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 176, 4, 0, 0, ... ]\r\n - UndecidingTimeout: [128, 19, 3, 0]\r\n storages:\r\n - Default DecidingCount: [0; 4]\r\n - Optional MetadataOf: [0]\r\n -"] +[19.424157, "o", " Default ReferendumCount: [0; 4]\r\n - Optional ReferendumInfoFor: [0]\r\n - Default TrackQueue: [0]\r\n\r\nPallet #36: ElectionProviderMultiPhase\r\n calls:\r\n - 0: submit_unsigned ( raw_solution: Box>>, witness: SolutionOrSnapshotSize, ) )\r\n - 1: set_minimum_untrusted_score ( maybe_next_score: Option, ) )\r\n - 2: set_emergency_election_result ( supports: Supports, ) )\r\n - 3: submit ( raw_solution: Box>>, ) )\r\n - 4: governance_fallback ( maybe_max_voters: Option, maybe_max_targets: Option, ) )\r\n events:\r\n - 0: SolutionStored ( compute: ElectionCompute, origin: Option, prev_ejected: bool, ) )\r\n - 1: ElectionFinalized ( compute: ElectionCompute, score: ElectionScore, ) )\r\n - 2: ElectionFailed ( ) )\r\n - 3: Rewarded ( account: ::AccountId, value: BalanceOf, ) )\r\n - 4: Slashed ( account: ::AccountId, value: BalanceOf, ) )\r\n - 5: PhaseTransitioned ( from: Phase>, to: Phase>, round: u32, ) )\r\n errors:\r\n - 0: PreDispatchEarlySubmission\r\n - 1: PreDispatchWrongWinnerCount\r\n - 2: PreDispatchWeakSubmission\r\n - 3: SignedQueueFull\r\n - 4: SignedCannotPayDeposit\r\n - 5: SignedInvalidWitness\r\n - 6: SignedTooMuchWeight\r\n - 7: OcwCallWrongEra\r\n - 8: MissingSnapshotMetadata\r\n - 9: InvalidSubmissionIndex\r\n - 10: CallNotAllowed\r\n - 11: FallbackFailed\r\n - 12: BoundNotMet\r\n - 13: TooManyWinners\r\n - 14: PreDispatchDifferentRound\r\n constants:\r\n - BetterSignedThreshold: [0; 4]\r\n - MaxWinners: [176, 4, 0, 0]\r\n - MinerMaxLength: [0, 0, 54, 0]\r\n - MinerMaxVotesPerVoter: [16, 0, 0, 0]\r\n - MinerMaxWeight: [11, 8, 199, 114, 88, 85, 1, 19, 163, 112, 61, 10, 215, 163, 112, 189]\r\n - MinerMaxWinners: [176, 4, 0, 0]\r\n - MinerTxPriority: [101, 102, 102, 102, 102, 102, 102, 230]\r\n - OffchainRepeat:"] +[19.424305, "o", " [18, 0, 0, 0]\r\n - SignedDepositByte: [120, 125, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - SignedDepositWeight: [0; 16]\r\n - SignedMaxRefunds: [4, 0, 0, 0]\r\n - SignedMaxSubmissions: [16, 0, 0, 0]\r\n - SignedMaxWeight: [11, 8, 199, 114, 88, 85, 1, 19, 163, 112, 61, 10, 215, 163, 112, 189]\r\n - SignedPhase: [88, 2, 0, 0]\r\n - SignedRewardBase: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - UnsignedPhase: [88, 2, 0, 0]\r\n storages:\r\n - Default CurrentPhase: [0]\r\n - Optional DesiredTargets: [0]\r\n - Optional MinimumUntrustedScore: [0]\r\n - Optional QueuedSolution: [0]\r\n - Default Round: [1, 0, 0, 0]\r\n - Default SignedSubmissionIndices: [0]\r\n - Default SignedSubmissionNextIndex: [0; 4]\r\n - Optional SignedSubmissionsMap: [0]\r\n - Optional Snapshot: [0]\r\n - Optional SnapshotMetadata: [0]\r\n\r\nPallet #37: VoterList\r\n calls:\r\n - 0: rebag ( dislocated: AccountIdLookupOf, ) )\r\n - 1: put_in_front_of ( lighter: AccountIdLookupOf, ) )\r\n - 2"] +[19.424372, "o", ": put_in_front_of_other ( heavier: AccountIdLookupOf, lighter: AccountIdLookupOf, ) )\r\n events:\r\n - 0: Rebagged ( who: T::AccountId, from: T::Score, to: T::Score, ) )\r\n - 1: ScoreUpdated ( who: T::AccountId, new_score: T::Score, ) )\r\n errors:\r\n - 0: List\r\n constants:\r\n - BagThresholds: [ 33, 3, 0, 228, 11, 84, 2, 0, 0, 0, 243, 158, 128, 151, 2, 0, 0, 0, 168, 177, 151, 226, 2, 0, 0, 0, 148, 73, 46, 54, 3, 0, ... ]\r\n storages:\r\n - Default CounterForListNodes: [0; 4]\r\n - Optional ListBags: [0]\r\n - Optional ListNodes: [0]\r\n\r\nPallet #39: NominationPools\r\n calls:\r\n - 0: join ( amount: BalanceOf, pool_id: PoolId, ) )\r\n - 1: bond_extra ( extra: BondExtra>, ) )\r\n - 2: claim_payout ( ) )\r\n - 3: unbond ( member_account: AccountIdLookupOf, unbonding_points: BalanceOf, ) )\r\n - 4: pool_withdraw_unbonded ( pool_id: PoolId, num_slashing_spans: u32, ) )\r\n - 5: withdraw_unbonded ( member_account: AccountIdLookupOf, num_slashing_spans: "] +[19.424424, "o", "u32, ) )\r\n - 6: create ( amount: BalanceOf, root: AccountIdLookupOf, nominator: AccountIdLookupOf, bouncer: AccountIdLookupOf, ) )\r\n - 7: create_with_pool_id ( amount: BalanceOf, root: AccountIdLookupOf, nominator: AccountIdLookupOf, bouncer: AccountIdLookupOf, pool_id: PoolId, ) )\r\n - 8: nominate ( pool_id: PoolId, validators: Vec, ) )\r\n - 9: set_state ( pool_id: PoolId, state: PoolState, ) )\r\n - 10: set_metadata ( pool_id: PoolId, metadata: Vec, ) )\r\n - 11: set_configs ( min_join_bond: ConfigOp>, min_create_bond: ConfigOp>, max_pools: ConfigOp, max_members: ConfigOp, max_members_per_pool: ConfigOp, global_max_commission: ConfigOp, ) )\r\n - 12: update_roles ( pool_id: PoolId, new_root: ConfigOp, new_nominator: ConfigOp, new_bouncer: ConfigOp, ) )\r\n - 13: chill ( pool_id: PoolId, ) )\r\n - 14: bond_extra_other ( member: AccountIdLookupOf,"] +[19.424477, "o", " extra: BondExtra>, ) )\r\n - 15: set_claim_permission ( permission: ClaimPermission, ) )\r\n - 16: claim_payout_other ( other: T::AccountId, ) )\r\n - 17: set_commission ( pool_id: PoolId, new_commission: Option<(Perbill, T::AccountId)>, ) )\r\n - 18: set_commission_max ( pool_id: PoolId, max_commission: Perbill, ) )\r\n - 19: set_commission_change_rate ( pool_id: PoolId, change_rate: CommissionChangeRate>, ) )\r\n - 20: claim_commission ( pool_id: PoolId, ) )\r\n - 21: adjust_pool_deposit ( pool_id: PoolId, ) )\r\n - 22: set_commission_claim_permission ( pool_id: PoolId, permission: Option>, ) )\r\n events:\r\n - 0: Created ( depositor: T::AccountId, pool_id: PoolId, ) )\r\n - 1: Bonded ( member: T::AccountId, pool_id: PoolId, bonded: BalanceOf, joined: bool, ) )\r\n - 2: PaidOut ( member: T::AccountId, pool_id: PoolId, payout: BalanceOf, ) )\r\n - 3: Unbonded ( member: T::AccountId, pool_id: PoolId, bala"] +[19.424534, "o", "nce: BalanceOf, points: BalanceOf, era: EraIndex, ) )\r\n - 4: Withdrawn ( member: T::AccountId, pool_id: PoolId, balance: BalanceOf, points: BalanceOf, ) )\r\n - 5: Destroyed ( pool_id: PoolId, ) )\r\n - 6: StateChanged ( pool_id: PoolId, new_state: PoolState, ) )\r\n - 7: MemberRemoved ( pool_id: PoolId, member: T::AccountId, ) )\r\n - 8: RolesUpdated ( root: Option, bouncer: Option, nominator: Option, ) )\r\n - 9: PoolSlashed ( pool_id: PoolId, balance: BalanceOf, ) )\r\n - 10: UnbondingPoolSlashed ( pool_id: PoolId, era: EraIndex, balance: BalanceOf, ) )\r\n - 11: PoolCommissionUpdated ( pool_id: PoolId, current: Option<(Perbill, T::AccountId)>, ) )\r\n - 12: PoolMaxCommissionUpdated ( pool_id: PoolId, max_commission: Perbill, ) )\r\n - 13: PoolCommissionChangeRateUpdated ( pool_id: PoolId, change_rate: CommissionChangeRate>, ) )\r\n - 14: PoolCommissionClaimPermissionUpdated ( pool_id: PoolId, permis"] +[19.42459, "o", "sion: Option>, ) )\r\n - 15: PoolCommissionClaimed ( pool_id: PoolId, commission: BalanceOf, ) )\r\n - 16: MinBalanceDeficitAdjusted ( pool_id: PoolId, amount: BalanceOf, ) )\r\n - 17: MinBalanceExcessAdjusted ( pool_id: PoolId, amount: BalanceOf, ) )\r\n errors:\r\n - 0: PoolNotFound\r\n - 1: PoolMemberNotFound\r\n - 2: RewardPoolNotFound\r\n - 3: SubPoolsNotFound\r\n - 4: AccountBelongsToOtherPool\r\n - 5: FullyUnbonding\r\n - 6: MaxUnbondingLimit\r\n - 7: CannotWithdrawAny\r\n - 8: MinimumBondNotMet\r\n - 9: OverflowRisk\r\n - 10: NotDestroying\r\n - 11: NotNominator\r\n - 12: NotKickerOrDestroying\r\n - 13: NotOpen\r\n - 14: MaxPools\r\n - 15: MaxPoolMembers\r\n - 16: CanNotChangeState\r\n - 17: DoesNotHavePermission\r\n - 18: MetadataExceedsMaxLen\r\n - 19: Defensive\r\n - 20: PartialUnbondNotAllowedPermissionlessly\r\n - 21: MaxCommissionRestricted\r\n - 22: CommissionExceedsMaximum\r\n - 23: CommissionExceedsGlobal"] +[19.42467, "o", "Maximum\r\n - 24: CommissionChangeThrottled\r\n - 25: CommissionChangeRateNotAllowed\r\n - 26: NoPendingCommission\r\n - 27: NoCommissionCurrentSet\r\n - 28: PoolIdInUse\r\n - 29: InvalidPoolId\r\n - 30: BondExtraRestricted\r\n - 31: NothingToAdjust\r\n constants:\r\n - MaxPointsToBalance: [10]\r\n - MaxUnbonding: [32, 0, 0, 0]\r\n - PalletId: [112, 121, 47, 110, 111, 112, 108, 115]\r\n storages:\r\n - Optional BondedPools: [0]\r\n - Default ClaimPermissions: [0]\r\n - Default CounterForBondedPools: [0; 4]\r\n - Default CounterForMetadata: [0; 4]\r\n - Default CounterForPoolMembers: [0; 4]\r\n - Default CounterForReversePoolIdLookup: [0; 4]\r\n - Default CounterForRewardPools: [0; 4]\r\n - Default CounterForSubPoolsStorage: [0; 4]\r\n - Optional GlobalMaxCommission: [0]\r\n - Default LastPoolId: [0; 4]\r\n - Optional MaxPoolMembers: [0]\r\n - Optional MaxPoolMembersPerPool: [0]\r\n - Optional MaxPools: [0]\r\n - Default Metadata: [0]\r\n - Default MinCreateBond: [0; 16]\r\n "] +[19.424729, "o", "- Default MinJoinBond: [0; 16]\r\n - Optional PoolMembers: [0]\r\n - Optional ReversePoolIdLookup: [0]\r\n - Optional RewardPools: [0]\r\n - Optional SubPoolsStorage: [0]\r\n - Default TotalValueLocked: [0; 16]\r\n\r\nPallet #28: Identity\r\n calls:\r\n - 0: add_registrar ( account: AccountIdLookupOf, ) )\r\n - 1: set_identity ( info: Box, ) )\r\n - 2: set_subs ( subs: Vec<(T::AccountId, Data)>, ) )\r\n - 3: clear_identity ( ) )\r\n - 4: request_judgement ( reg_index: RegistrarIndex, max_fee: BalanceOf, ) )\r\n - 5: cancel_request ( reg_index: RegistrarIndex, ) )\r\n - 6: set_fee ( index: RegistrarIndex, fee: BalanceOf, ) )\r\n - 7: set_account_id ( index: RegistrarIndex, new: AccountIdLookupOf, ) )\r\n - 8: set_fields ( index: RegistrarIndex, fields: ::\r\nFieldsIdentifier, ) )\r\n - 9: provide_judgement ( reg_index: RegistrarIndex, target: AccountIdLookupOf, judgement: Judgement>, identity: T::Hash, ) )\r\n - 10: kill_identity ( target: AccountIdLookupOf, ) )\r\n - 11: add_sub ( sub: AccountIdLookupOf, data: Data, ) )\r\n - 12: rename_sub ( sub: AccountIdLookupOf, data: Data, ) )\r\n - 13: remove_sub ( sub: AccountIdLookupOf, ) )\r\n - 14: quit_sub ( ) )\r\n - 15: add_username_authority ( authority: AccountIdLookupOf, suffix: Vec, allocation: u32, ) )\r\n - 16: remove_username_authority ( authority: AccountIdLookupOf, ) )\r\n - 17: set_username_for ( who: AccountIdLookupOf, username: Vec, signature: Option, ) )\r\n - 18: accept_username ( username: Username, ) )\r\n - 19: remove_expired_approval ( username: Username, ) )\r\n - 20: set_primary_username ( username: Username, ) )\r\n - 21: remove_dangling_username ( username: Username, ) )\r\n events:\r\n - 0: IdentitySet ( who: T::AccountId, ) )\r\n - 1: IdentityCleared ( who: T::AccountId, deposit: BalanceOf, ) )\r\n - 2: IdentityKi"] +[19.425182, "o", "lled ( who: T::AccountId, deposit: BalanceOf, ) )\r\n - 3: JudgementRequested ( who: T::AccountId, registrar_index: RegistrarIndex, ) )\r\n - 4: JudgementUnrequested ( who: T::AccountId, registrar_index: RegistrarIndex, ) )\r\n - 5: JudgementGiven ( target: T::AccountId, registrar_index: RegistrarIndex, ) )\r\n - 6: RegistrarAdded ( registrar_index: RegistrarIndex, ) )\r\n - 7: SubIdentityAdded ( sub: T::AccountId, main: T::AccountId, deposit: BalanceOf, ) )\r\n - 8: SubIdentityRemoved ( sub: T::AccountId, main: T::AccountId, deposit: BalanceOf, ) )\r\n - 9: SubIdentityRevoked ( sub: T::AccountId, main: T::AccountId, deposit: BalanceOf, ) )\r\n - 10: AuthorityAdded ( authority: T::AccountId, ) )\r\n - 11: AuthorityRemoved ( authority: T::AccountId, ) )\r\n - 12: UsernameSet ( who: T::AccountId, username: Username, ) )\r\n - 13: UsernameQueued ( who: T::AccountId, username: Username, expiration: BlockNumberFor, ) )\r\n - 14: PreapprovalExpired ( whose: T::Acc"] +[19.425265, "o", "ountId, ) )\r\n - 15: PrimaryUsernameSet ( who: T::AccountId, username: Username, ) )\r\n - 16: DanglingUsernameRemoved ( who: T::AccountId, username: Username, ) )\r\n errors:\r\n - 0: TooManySubAccounts\r\n - 1: NotFound\r\n - 2: NotNamed\r\n - 3: EmptyIndex\r\n - 4: FeeChanged\r\n - 5: NoIdentity\r\n - 6: StickyJudgement\r\n - 7: JudgementGiven\r\n - 8: InvalidJudgement\r\n - 9: InvalidIndex\r\n - 10: InvalidTarget\r\n - 11: TooManyRegistrars\r\n - 12: AlreadyClaimed\r\n - 13: NotSub\r\n - 14: NotOwned\r\n - 15: JudgementForDifferentIdentity\r\n - 16: JudgementPaymentFailed\r\n - 17: InvalidSuffix\r\n - 18: NotUsernameAuthority\r\n - 19: NoAllocation\r\n - 20: InvalidSignature\r\n - 21: RequiresSignature\r\n - 22: InvalidUsername\r\n - 23: UsernameTaken\r\n - 24: NoUsername\r\n - 25: NotExpired\r\n constants:\r\n - BasicDeposit: [0, 125, 181, 42, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - ByteDeposit: [128, 150, 152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n "] +[19.425342, "o", " - MaxRegistrars: [20, 0, 0, 0]\r\n - MaxSubAccounts: [100, 0, 0, 0]\r\n - MaxSuffixLength: [7, 0, 0, 0]\r\n - MaxUsernameLength: [32, 0, 0, 0]\r\n - PendingUsernameExpiration: [192, 137, 1, 0]\r\n - SubAccountDeposit: [128, 248, 132, 176, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Optional AccountOfUsername: [0]\r\n - Optional IdentityOf: [0]\r\n - Optional PendingUsernames: [0]\r\n - Default Registrars: [0]\r\n - Default SubsOf: [0; 17]\r\n - Optional SuperOf: [0]\r\n - Optional UsernameAuthorities: [0]\r\n\r\nPallet #62: ParasDisputes\r\n calls:\r\n - 0: force_unfreeze ( ) )\r\n events:\r\n - 0: DisputeInitiated ( : CandidateHash, : DisputeLocation, ) )\r\n - 1: DisputeConcluded ( : CandidateHash, : DisputeResult, ) )\r\n - 2: Revert ( : BlockNumberFor, ) )\r\n errors:\r\n - 0: DuplicateDisputeStatementSets\r\n - 1: AncientDisputeStatement\r\n - 2: ValidatorIndexOutOfBounds\r\n - 3: InvalidSignature\r\n - 4: DuplicateStatement\r\n - 5: SingleSidedDispute\r\n "] +[19.425423, "o", "- 6: MaliciousBacker\r\n - 7: MissingBackingVotes\r\n - 8: UnconfirmedDispute\r\n storages:\r\n - Optional BackersOnDisputes: [0]\r\n - Optional Disputes: [0]\r\n - Default Frozen: [0]\r\n - Optional Included: [0]\r\n - Optional LastPrunedSession: [0]\r\n\r\nPallet #60: Hrmp\r\n calls:\r\n - 0: hrmp_init_open_channel ( recipient: ParaId, proposed_max_capacity: u32, proposed_max_message_size: u32, ) )\r\n - 1: hrmp_accept_open_channel ( sender: ParaId, ) )\r\n - 2: hrmp_close_channel ( channel_id: HrmpChannelId, ) )\r\n - 3: force_clean_hrmp ( para: ParaId, num_inbound: u32, num_outbound: u32, ) )\r\n - 4: force_process_hrmp_open ( channels: u32, ) )\r\n - 5: force_process_hrmp_close ( channels: u32, ) )\r\n - 6: hrmp_cancel_open_request ( channel_id: HrmpChannelId, open_requests: u32, ) )\r\n - 7: force_open_hrmp_channel ( sender: ParaId, recipient: ParaId, max_capacity: u32, max_message_size: u32, ) )\r\n - 8: establish_system_channel ( sender: ParaId, recipient: ParaId, ) )\r\n"] +[19.425489, "o", " - 9: poke_channel_deposits ( sender: ParaId, recipient: ParaId, ) )\r\n events:\r\n - 0: OpenChannelRequested ( sender: ParaId, recipient: ParaId, proposed_max_capacity: u32, proposed_max_message_size: u32, ) )\r\n - 1: OpenChannelCanceled ( by_parachain: ParaId, channel_id: HrmpChannelId, ) )\r\n - 2: OpenChannelAccepted ( sender: ParaId, recipient: ParaId, ) )\r\n - 3: ChannelClosed ( by_parachain: ParaId, channel_id: HrmpChannelId, ) )\r\n - 4: HrmpChannelForceOpened ( sender: ParaId, recipient: ParaId, proposed_max_capacity: u32, proposed_max_message_size: u32, ) )\r\n - 5: HrmpSystemChannelOpened ( sender: ParaId, recipient: ParaId, proposed_max_capacity: u32, proposed_max_message_size: u32, ) )\r\n - 6: OpenChannelDepositsUpdated ( sender: ParaId, recipient: ParaId, ) )\r\n errors:\r\n - 0: OpenHrmpChannelToSelf\r\n - 1: OpenHrmpChannelInvalidRecipient\r\n - 2: OpenHrmpChannelZeroCapacity\r\n - 3: OpenHrmpChannelCapacityExceedsLimit\r\n - 4: OpenHrmpChannelZeroMessageS"] +[19.425535, "o", "ize\r\n - 5: OpenHrmpChannelMessageSizeExceedsLimit\r\n - 6: OpenHrmpChannelAlreadyExists\r\n - 7: OpenHrmpChannelAlreadyRequested\r\n - 8: OpenHrmpChannelLimitExceeded\r\n - 9: AcceptHrmpChannelDoesntExist\r\n - 10: AcceptHrmpChannelAlreadyConfirmed\r\n - 11: AcceptHrmpChannelLimitExceeded\r\n - 12: CloseHrmpChannelUnauthorized\r\n - 13: CloseHrmpChannelDoesntExist\r\n - 14: CloseHrmpChannelAlreadyUnderway\r\n - 15: CancelHrmpOpenChannelUnauthorized\r\n - 16: OpenHrmpChannelDoesntExist\r\n - 17: OpenHrmpChannelAlreadyConfirmed\r\n - 18: WrongWitness\r\n - 19: ChannelCreationNotAuthorized\r\n storages:\r\n - Default HrmpAcceptedChannelRequestCount: [0; 4]\r\n - Default HrmpChannelContents: [0]\r\n - Default HrmpChannelDigests: [0]\r\n - Optional HrmpChannels: [0]\r\n - Optional HrmpCloseChannelRequests: [0]\r\n - Default HrmpCloseChannelRequestsList: [0]\r\n - Default HrmpEgressChannelsIndex: [0]\r\n - Default HrmpIngressChannelsIndex: [0]\r\n - Default HrmpOpenChannelReques"] +[19.425586, "o", "tCount: [0; 4]\r\n - Optional HrmpOpenChannelRequests: [0]\r\n - Default HrmpOpenChannelRequestsList: [0]\r\n - Optional HrmpWatermarks: [0]\r\n\r\nPallet #202: BeefyMmrLeaf\r\n storages:\r\n - Default BeefyAuthorities: [0; 44]\r\n - Default BeefyNextAuthorities: [0; 44]\r\n\r\nPallet #63: ParasSlashing\r\n calls:\r\n - 0: report_dispute_lost_unsigned ( dispute_proof: Box, key_owner_proof: T::KeyOwnerProof, ) )\r\n errors:\r\n - 0: InvalidKeyOwnershipProof\r\n - 1: InvalidSessionIndex\r\n - 2: InvalidCandidateHash\r\n - 3: InvalidValidatorIndex\r\n - 4: ValidatorIndexIdMismatch\r\n - 5: DuplicateSlashingReport\r\n storages:\r\n - Optional UnappliedSlashes: [0]\r\n - Optional ValidatorSetCounts: [0]\r\n\r\nPallet #6: Authorship\r\n storages:\r\n - Optional Author: [0]\r\n\r\nPallet #25: Vesting\r\n calls:\r\n - 0: vest ( ) )\r\n - 1: vest_other ( target: AccountIdLookupOf, ) )\r\n - 2: vested_transfer ( target: AccountIdLookupOf, schedule: VestingInfo, BlockNumberFo"] +[19.425664, "o", "r>, ) )\r\n - 3: force_vested_transfer ( source: AccountIdLookupOf, target: AccountIdLookupOf, schedule: VestingInfo, BlockNumberFor>, ) )\r\n - 4: merge_schedules ( schedule1_index: u32, schedule2_index: u32, ) )\r\n - 5: force_remove_vesting_schedule ( target: ::Source, schedule_index: u32, ) )\r\n events:\r\n - 0: VestingUpdated ( account: T::AccountId, unvested: BalanceOf, ) )\r\n - 1: VestingCompleted ( account: T::AccountId, ) )\r\n errors:\r\n - 0: NotVesting\r\n - 1: AtMaxVestingSchedules\r\n - 2: AmountLow\r\n - 3: ScheduleIndexOutOfBounds\r\n - 4: InvalidScheduleParams\r\n constants:\r\n - MaxVestingSchedules: [28, 0, 0, 0]\r\n - MinVestedTransfer: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Default StorageVersion: [0]\r\n - Optional Vesting: [0]\r\n\r\nPallet #71: Slots\r\n calls:\r\n - 0: force_lease ( para: ParaId, leaser: T::AccountId, amount: BalanceOf, period_begin: LeasePeriodOf, "] +[19.425727, "o", "period_count: LeasePeriodOf, ) )\r\n - 1: clear_all_leases ( para: ParaId, ) )\r\n - 2: trigger_onboard ( para: ParaId, ) )\r\n events:\r\n - 0: NewLeasePeriod ( lease_period: LeasePeriodOf, ) )\r\n - 1: Leased ( para_id: ParaId, leaser: T::AccountId, period_begin: LeasePeriodOf, period_count: LeasePeriodOf, extra_reserved: BalanceOf, total_amount: BalanceOf, ) )\r\n errors:\r\n - 0: ParaNotOnboarding\r\n - 1: LeaseError\r\n constants:\r\n - LeaseOffset: [0, 16, 14, 0]\r\n - LeasePeriod: [0, 117, 18, 0]\r\n storages:\r\n - Default Leases: [0]\r\n\r\nPallet #7: Staking\r\n calls:\r\n - 0: bond ( value: BalanceOf, payee: RewardDestination, ) )\r\n - 1: bond_extra ( max_additional: BalanceOf, ) )\r\n - 2: unbond ( value: BalanceOf, ) )\r\n - 3: withdraw_unbonded ( num_slashing_spans: u32, ) )\r\n - 4: validate ( prefs: ValidatorPrefs, ) )\r\n - 5: nominate ( targets: Vec>, ) )\r\n - 6: chill ( ) )\r\n - 7: set_payee "] +[19.425774, "o", "( payee: RewardDestination, ) )\r\n - 8: set_controller ( ) )\r\n - 9: set_validator_count ( new: u32, ) )\r\n - 10: increase_validator_count ( additional: u32, ) )\r\n - 11: scale_validator_count ( factor: Percent, ) )\r\n - 12: force_no_eras ( ) )\r\n - 13: force_new_era ( ) )\r\n - 14: set_invulnerables ( invulnerables: Vec, ) )\r\n - 15: force_unstake ( stash: T::AccountId, num_slashing_spans: u32, ) )\r\n - 16: force_new_era_always ( ) )\r\n - 17: cancel_deferred_slash ( era: EraIndex, slash_indices: Vec, ) )\r\n - 18: payout_stakers ( validator_stash: T::AccountId, era: EraIndex, ) )\r\n - 19: rebond ( value: BalanceOf, ) )\r\n - 20: reap_stash ( stash: T::AccountId, num_slashing_spans: u32, ) )\r\n - 21: kick ( who: Vec>, ) )\r\n - 22: set_staking_configs ( min_nominator_bond: ConfigOp>, min_validator_bond: ConfigOp>, max_nominator_count: ConfigOp, max_validator_count: ConfigOp, "] +[19.425818, "o", "chill_threshold: ConfigOp, min_commission: ConfigOp, ) )\r\n - 23: chill_other ( stash: T::AccountId, ) )\r\n - 24: force_apply_min_commission ( validator_stash: T::AccountId, ) )\r\n - 25: set_min_commission ( new: Perbill, ) )\r\n - 26: payout_stakers_by_page ( validator_stash: T::AccountId, era: EraIndex, page: Page, ) )\r\n - 27: update_payee ( controller: T::AccountId, ) )\r\n - 28: deprecate_controller_batch ( controllers: BoundedVec, ) )\r\n - 29: restore_ledger ( stash: T::AccountId, maybe_controller: Option, maybe_total: Option>, maybe_unlocking: Option>, T::MaxUnlockingChunks\r\n>>, ) )\r\n events:\r\n - 0: EraPaid ( era_index: EraIndex, validator_payout: BalanceOf, remainder: BalanceOf, ) )\r\n - 1: Rewarded ( stash: T::AccountId, dest: RewardDestination, amount: BalanceOf, ) )\r\n - 2: Slashed ( staker: T::AccountId, amount: "] +[19.42588, "o", "BalanceOf, ) )\r\n - 3: SlashReported ( validator: T::AccountId, fraction: Perbill, slash_era: EraIndex, ) )\r\n - 4: OldSlashingReportDiscarded ( session_index: SessionIndex, ) )\r\n - 5: StakersElected ( ) )\r\n - 6: Bonded ( stash: T::AccountId, amount: BalanceOf, ) )\r\n - 7: Unbonded ( stash: T::AccountId, amount: BalanceOf, ) )\r\n - 8: Withdrawn ( stash: T::AccountId, amount: BalanceOf, ) )\r\n - 9: Kicked ( nominator: T::AccountId, stash: T::AccountId, ) )\r\n - 10: StakingElectionFailed ( ) )\r\n - 11: Chilled ( stash: T::AccountId, ) )\r\n - 12: PayoutStarted ( era_index: EraIndex, validator_stash: T::AccountId, ) )\r\n - 13: ValidatorPrefsSet ( stash: T::AccountId, prefs: ValidatorPrefs, ) )\r\n - 14: SnapshotVotersSizeExceeded ( size: u32, ) )\r\n - 15: SnapshotTargetsSizeExceeded ( size: u32, ) )\r\n - 16: ForceEra ( mode: Forcing, ) )\r\n - 17: ControllerBatchDeprecated ( failures: u32, ) )\r\n errors:\r\n - 0: NotController\r\n - 1: NotStash\r"] +[19.425938, "o", "\r\n - 2: AlreadyBonded\r\n - 3: AlreadyPaired\r\n - 4: EmptyTargets\r\n - 5: DuplicateIndex\r\n - 6: InvalidSlashIndex\r\n - 7: InsufficientBond\r\n - 8: NoMoreChunks\r\n - 9: NoUnlockChunk\r\n - 10: FundedTarget\r\n - 11: InvalidEraToReward\r\n - 12: InvalidNumberOfNominations\r\n - 13: NotSortedAndUnique\r\n - 14: AlreadyClaimed\r\n - 15: InvalidPage\r\n - 16: IncorrectHistoryDepth\r\n - 17: IncorrectSlashingSpans\r\n - 18: BadState\r\n - 19: TooManyTargets\r\n - 20: BadTarget\r\n - 21: CannotChillOther\r\n - 22: TooManyNominators\r\n - 23: TooManyValidators\r\n - 24: CommissionTooLow\r\n - 25: BoundNotMet\r\n - 26: ControllerDeprecated\r\n - 27: CannotRestoreLedger\r\n constants:\r\n - BondingDuration: [28, 0, 0, 0]\r\n - HistoryDepth: [84, 0, 0, 0]\r\n - MaxExposurePageSize: [0, 2, 0, 0]\r\n - MaxUnlockingChunks: [32, 0, 0, 0]\r\n - SessionsPerEra: [6, 0, 0, 0]\r\n - SlashDeferDuration: [27, 0, 0, 0]\r\n storages:\r\n - Optional ActiveEra: [0]\r\n - Optional Bonded"] +[19.426015, "o", ": [0]\r\n - Default BondedEras: [0]\r\n - Default CanceledSlashPayout: [0; 16]\r\n - Optional ChillThreshold: [0]\r\n - Default ClaimedRewards: [0]\r\n - Default CounterForNominators: [0; 4]\r\n - Default CounterForValidators: [0; 4]\r\n - Optional CurrentEra: [0]\r\n - Default CurrentPlannedSession: [0; 4]\r\n - Default ErasRewardPoints: [0; 5]\r\n - Default ErasStakers: [0, 0, 0]\r\n - Default ErasStakersClipped: [0, 0, 0]\r\n - Optional ErasStakersOverview: [0]\r\n - Optional ErasStakersPaged: [0]\r\n - Optional ErasStartSessionIndex: [0]\r\n - Default ErasTotalStake: [0; 16]\r\n - Default ErasValidatorPrefs: [0, 0]\r\n - Optional ErasValidatorReward: [0]\r\n - Default ForceEra: [0]\r\n - Default Invulnerables: [0]\r\n - Optional Ledger: [0]\r\n - Optional MaxNominatorsCount: [0]\r\n - Optional MaxValidatorsCount: [0]\r\n - Default MinCommission: [0; 4]\r\n - Default MinNominatorBond: [0; 16]\r\n - Default MinValidatorBond: [0; 16]\r\n - Default MinimumActiveStake"] +[19.426073, "o", ": [0; 16]\r\n - Default MinimumValidatorCount: [0; 4]\r\n - Optional NominatorSlashInEra: [0]\r\n - Optional Nominators: [0]\r\n - Default OffendingValidators: [0]\r\n - Optional Payee: [0]\r\n - Default SlashRewardFraction: [0; 4]\r\n - Optional SlashingSpans: [0]\r\n - Default SpanSlash: [0; 32]\r\n - Default UnappliedSlashes: [0]\r\n - Default ValidatorCount: [0; 4]\r\n - Optional ValidatorSlashInEra: [0]\r\n - Default Validators: [0, 0]\r\n\r\nPallet #57: Initializer\r\n calls:\r\n - 0: force_approve ( up_to: BlockNumber, ) )\r\n storages:\r\n - Default BufferedSessionChanges: [0]\r\n - Optional HasInitialized: [0]\r\n\r\nPallet #3: Timestamp\r\n calls:\r\n - 0: set ( now: T::Moment, ) )\r\n constants:\r\n - MinimumPeriod: [184, 11, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Default DidUpdate: [0]\r\n - Default Now: [0; 8]\r\n\r\nPallet #34: Bounties\r\n calls:\r\n - 0: propose_bounty ( value: BalanceOf, description: Vec, ) )\r\n - 1: approve_bounty ( bounty_id: BountyIndex, ) )\r"] +[19.426139, "o", "\r\n - 2: propose_curator ( bounty_id: BountyIndex, curator: AccountIdLookupOf, fee: BalanceOf, ) )\r\n - 3: unassign_curator ( bounty_id: BountyIndex, ) )\r\n - 4: accept_curator ( bounty_id: BountyIndex, ) )\r\n - 5: award_bounty ( bounty_id: BountyIndex, beneficiary: AccountIdLookupOf, ) )\r\n - 6: claim_bounty ( bounty_id: BountyIndex, ) )\r\n - 7: close_bounty ( bounty_id: BountyIndex, ) )\r\n - 8: extend_bounty_expiry ( bounty_id: BountyIndex, remark: Vec, ) )\r\n events:\r\n - 0: BountyProposed ( index: BountyIndex, ) )\r\n - 1: BountyRejected ( index: BountyIndex, bond: BalanceOf, ) )\r\n - 2: BountyBecameActive ( index: BountyIndex, ) )\r\n - 3: BountyAwarded ( index: BountyIndex, beneficiary: T::AccountId, ) )\r\n - 4: BountyClaimed ( index: BountyIndex, payout: BalanceOf, beneficiary: T::AccountId, ) )\r\n - 5: BountyCanceled ( index: BountyIndex, ) )\r\n - 6: BountyExtended ( index: BountyIndex, ) )\r\n - 7: BountyApproved ( in"] +[19.426199, "o", "dex: BountyIndex, ) )\r\n - 8: CuratorProposed ( bounty_id: BountyIndex, curator: T::AccountId, ) )\r\n - 9: CuratorUnassigned ( bounty_id: BountyIndex, ) )\r\n - 10: CuratorAccepted ( bounty_id: BountyIndex, curator: T::AccountId, ) )\r\n errors:\r\n - 0: InsufficientProposersBalance\r\n - 1: InvalidIndex\r\n - 2: ReasonTooBig\r\n - 3: UnexpectedStatus\r\n - 4: RequireCurator\r\n - 5: InvalidValue\r\n - 6: InvalidFee\r\n - 7: PendingPayout\r\n - 8: Premature\r\n - 9: HasActiveChildBounty\r\n - 10: TooManyQueued\r\n constants:\r\n - BountyDepositBase: [0, 228, 11, 84, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - BountyDepositPayoutDelay: [0, 194, 1, 0]\r\n - BountyUpdatePeriod: [128, 198, 19, 0]\r\n - BountyValueMinimum: [0, 232, 118, 72, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - CuratorDepositMax: [1, 0, 32, 74, 169, 209, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - CuratorDepositMin: [1, 0, 232, 118, 72, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - CuratorDepositMultiplier: [32, 161"] +[19.426248, "o", ", 7, 0]\r\n - DataDepositPerByte: [0, 225, 245, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - MaximumReasonLength: [0, 64, 0, 0]\r\n storages:\r\n - Optional Bounties: [0]\r\n - Default BountyApprovals: [0]\r\n - Default BountyCount: [0; 4]\r\n - Optional BountyDescriptions: [0]\r\n\r\nPallet #56: Paras\r\n calls:\r\n - 0: force_set_current_code ( para: ParaId, new_code: ValidationCode, ) )\r\n - 1: force_set_current_head ( para: ParaId, new_head: HeadData, ) )\r\n - 2: force_schedule_code_upgrade ( para: ParaId, new_code: ValidationCode, relay_parent_number: BlockNumberFor, ) )\r\n - 3: force_note_new_head ( para: ParaId, new_head: HeadData, ) )\r\n - 4: force_queue_action ( para: ParaId, ) )\r\n - 5: add_trusted_validation_code ( validation_code: ValidationCode, ) )\r\n - 6: poke_unused_validation_code ( validation_code_hash: ValidationCodeHash, ) )\r\n - 7: include_pvf_check_statement ( stmt: PvfCheckStatement, signature: ValidatorSignature, ) )\r\n - 8: force_set_most_recent_"] +[19.426293, "o", "context ( para: ParaId, context: BlockNumberFor, ) )\r\n events:\r\n - 0: CurrentCodeUpdated ( : ParaId, ) )\r\n - 1: CurrentHeadUpdated ( : ParaId, ) )\r\n - 2: CodeUpgradeScheduled ( : ParaId, ) )\r\n - 3: NewHeadNoted ( : ParaId, ) )\r\n - 4: ActionQueued ( : ParaId, : SessionIndex, ) )\r\n - 5: PvfCheckStarted ( : ValidationCodeHash, : ParaId, ) )\r\n - 6: PvfCheckAccepted ( : ValidationCodeHash, : ParaId, ) )\r\n - 7: PvfCheckRejected ( : ValidationCodeHash, : ParaId, ) )\r\n errors:\r\n - 0: NotRegistered\r\n - 1: CannotOnboard\r\n - 2: CannotOffboard\r\n - 3: CannotUpgrade\r\n - 4: CannotDowngrade\r\n - 5: PvfCheckStatementStale\r\n - 6: PvfCheckStatementFuture\r\n - 7: PvfCheckValidatorIndexOutOfBounds\r\n - 8: PvfCheckInvalidSignature\r\n - 9: PvfCheckDoubleVote\r\n - 10: PvfCheckSubjectInvalid\r\n - 11: CannotUpgradeCode\r\n constants:\r\n - UnsignedPriority: [255; 8]\r\n storages:\r\n - Default ActionsQueue: [0]\r\n - Optional CodeByHash: [0]\r\n -"] +[19.426351, "o", " Default CodeByHashRefs: [0; 4]\r\n - Optional CurrentCodeHash: [0]\r\n - Optional FutureCodeHash: [0]\r\n - Optional FutureCodeUpgrades: [0]\r\n - Optional Heads: [0]\r\n - Optional MostRecentContext: [0]\r\n - Optional ParaLifecycles: [0]\r\n - Default Parachains: [0]\r\n - Optional PastCodeHash: [0]\r\n - Default PastCodeMeta: [0, 0]\r\n - Default PastCodePruning: [0]\r\n - Default PvfActiveVoteList: [0]\r\n - Optional PvfActiveVoteMap: [0]\r\n - Optional UpcomingParasGenesis: [0]\r\n - Default UpcomingUpgrades: [0]\r\n - Default UpgradeCooldowns: [0]\r\n - Optional UpgradeGoAheadSignal: [0]\r\n - Optional UpgradeRestrictionSignal: [0]\r\n\r\nPallet #4: Indices\r\n calls:\r\n - 0: claim ( index: T::AccountIndex, ) )\r\n - 1: transfer ( new: AccountIdLookupOf, index: T::AccountIndex, ) )\r\n - 2: free ( index: T::AccountIndex, ) )\r\n - 3: force_transfer ( new: AccountIdLookupOf, index: T::AccountIndex, freeze: bool, ) )\r\n - 4: freeze ( index: T::AccountIndex, ) )\r\n"] +[19.426417, "o", " events:\r\n - 0: IndexAssigned ( who: T::AccountId, index: T::AccountIndex, ) )\r\n - 1: IndexFreed ( index: T::AccountIndex, ) )\r\n - 2: IndexFrozen ( index: T::AccountIndex, who: T::AccountId, ) )\r\n errors:\r\n - 0: NotAssigned\r\n - 1: NotOwner\r\n - 2: InUse\r\n - 3: NotTransfer\r\n - 4: Permanent\r\n constants:\r\n - Deposit: [0, 232, 118, 72, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Optional Accounts: [0]\r\n\r\nPallet #24: Claims\r\n calls:\r\n - 0: claim ( dest: T::AccountId, ethereum_signature: EcdsaSignature, ) )\r\n - 1: mint_claim ( who: EthereumAddress, value: BalanceOf, vesting_schedule: Option<(BalanceOf, BalanceOf, BlockNumberFor)>, statement: Option, ) )\r\n - 2: claim_attest ( dest: T::AccountId, ethereum_signature: EcdsaSignature, statement: Vec, ) )\r\n - 3: attest ( statement: Vec, ) )\r\n - 4: move_claim ( old: EthereumAddress, new: EthereumAddress, maybe_preclaim: Option, ) )\r\n events:\r\n "] +[19.428004, "o", " - 0: Claimed ( who: T::AccountId, ethereum_address: EthereumAddress, amount: BalanceOf, ) )\r\n errors:\r\n - 0: InvalidEthereumSignature\r\n - 1: SignerHasNoClaim\r\n - 2: SenderHasNoClaim\r\n - 3: PotUnderflow\r\n - 4: InvalidStatement\r\n - 5: VestedBalanceExists\r\n constants:\r\n - Prefix: [ 132, 80, 97, 121, 32, 68, 79, 84, 115, 32, 116, 111, 32, 116, 104, 101, 32, 80, 111, 108, 107, 97, 100, 111, 116, 32, 97, 99, 99, 111, 117, 110, ... ]\r\n storages:\r\n - Optional Claims: [0]\r\n - Optional Preclaims: [0]\r\n - Optional Signing: [0]\r\n - Default Total: [0; 16]\r\n - Optional Vesting: [0]\r\n\r\nPallet #11: Grandpa\r\n calls:\r\n - 0: report_equivocation ( equivocation_proof: Box>>, key_owner_proof: T::KeyOwnerProof, ) )\r\n - 1: report_equivocation_unsigned ( equivocation_proof: Box>>, key_owner_proof: T::KeyOwnerProof, ) )\r\n - 2: note_stalled ( delay: BlockNumberFor, best_finaliz"] +[19.431361, "o", "ed_block_number: BlockNumberFor, ) )\r\n events:\r\n - 0: NewAuthorities ( authority_set: AuthorityList, ) )\r\n - 1: Paused ( ) )\r\n - 2: Resumed ( ) )\r\n errors:\r\n - 0: PauseFailed\r\n - 1: ResumeFailed\r\n - 2: ChangePending\r\n - 3: TooSoon\r\n - 4: InvalidKeyOwnershipProof\r\n - 5: InvalidEquivocationProof\r\n - 6: DuplicateOffenceReport\r\n constants:\r\n - MaxAuthorities: [160, 134, 1, 0]\r\n - MaxNominators: [0, 2, 0, 0]\r\n - MaxSetIdSessionEntries: [168, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Default Authorities: [0]\r\n - Default CurrentSetId: [0; 8]\r\n - Optional NextForced: [0]\r\n - Optional PendingChange: [0]\r\n - Optional SetIdSession: [0]\r\n - Optional Stalled: [0]\r\n - Default State: [0]\r\n\r\nPallet #20: ConvictionVoting\r\n calls:\r\n - 0: vote ( poll_index: PollIndexOf, vote: AccountVote>, ) )\r\n - 1: delegate ( class: ClassOf, to: AccountIdLookupOf, conviction: Conviction, balance: BalanceOf, ) )\r\n -"] +[19.431672, "o", " 2: undelegate ( class: ClassOf, ) )\r\n - 3: unlock ( class: ClassOf, target: AccountIdLookupOf, ) )\r\n - 4: remove_vote ( class: Option>, index: PollIndexOf, ) )\r\n - 5: remove_other_vote ( target: AccountIdLookupOf, class: ClassOf, index: PollIndexOf, ) )\r\n events:\r\n - 0: Delegated ( : T::AccountId, : T::AccountId, ) )\r\n - 1: Undelegated ( : T::AccountId, ) )\r\n errors:\r\n - 0: NotOngoing\r\n - 1: NotVoter\r\n - 2: NoPermission\r\n - 3: NoPermissionYet\r\n - 4: AlreadyDelegating\r\n - 5: AlreadyVoting\r\n - 6: InsufficientFunds\r\n - 7: NotDelegating\r\n - 8: Nonsense\r\n - 9: MaxVotesReached\r\n - 10: ClassNeeded\r\n - 11: BadClass\r\n constants:\r\n - MaxVotes: [0, 2, 0, 0]\r\n - VoteLockingPeriod: [192, 137, 1, 0]\r\n storages:\r\n - Default ClassLocksFor: [0]\r\n - Default VotingFor: [0; 54]\r\n\r\nPallet #52: ParasShared\r\n storages:\r\n - Default ActiveValidatorIndices: [0]\r\n - Default ActiveValidat"] +[19.431772, "o", "orKeys: [0]\r\n - Default AllowedRelayParents: [0; 5]\r\n - Default CurrentSessionIndex: [0; 4]\r\n\r\nPallet #53: ParaInclusion\r\n events:\r\n - 0: CandidateBacked ( : CandidateReceipt, : HeadData, : CoreIndex, : GroupIndex, ) )\r\n - 1: CandidateIncluded ( : CandidateReceipt, : HeadData, : CoreIndex, : GroupIndex, ) )\r\n - 2: CandidateTimedOut ( : CandidateReceipt, : HeadData, : CoreIndex, ) )\r\n - 3: UpwardMessagesReceived ( from: ParaId, count: u32, ) )\r\n errors:\r\n - 0: UnsortedOrDuplicateValidatorIndices\r\n - 1: UnsortedOrDuplicateDisputeStatementSet\r\n - 2: UnsortedOrDuplicateBackedCandidates\r\n - 3: UnexpectedRelayParent\r\n - 4: WrongBitfieldSize\r\n - 5: BitfieldAllZeros\r\n - 6: BitfieldDuplicateOrUnordered\r\n - 7: ValidatorIndexOutOfBounds\r\n - 8: InvalidBitfieldSignature\r\n - 9: UnscheduledCandidate\r\n - 10: CandidateScheduledBeforeParaFree\r\n - 11: ScheduledOutOfOrder\r\n - 12: HeadDataTooLarge\r\n - 13: PrematureCodeUpgr"] +[19.431867, "o", "ade\r\n - 14: NewCodeTooLarge\r\n - 15: DisallowedRelayParent\r\n - 16: InvalidAssignment\r\n - 17: InvalidGroupIndex\r\n - 18: InsufficientBacking\r\n - 19: InvalidBacking\r\n - 20: NotCollatorSigned\r\n - 21: ValidationDataHashMismatch\r\n - 22: IncorrectDownwardMessageHandling\r\n - 23: InvalidUpwardMessages\r\n - 24: HrmpWatermarkMishandling\r\n - 25: InvalidOutboundHrmp\r\n - 26: InvalidValidationCodeHash\r\n - 27: ParaHeadMismatch\r\n - 28: BitfieldReferencesFreedCore\r\n storages:\r\n - Optional AvailabilityBitfields: [0]\r\n - Optional PendingAvailability: [0]\r\n - Optional PendingAvailabilityCommitments: [0]\r\n\r\nPallet #200: Beefy\r\n calls:\r\n - 0: report_equivocation ( equivocation_proof: Box, T::BeefyId,::Signature,>,>, key_owner_proof: T::KeyOwnerProof, ) )\r\n - 1: report_equivocation_unsigned ( equivocation_proof: Box, T::BeefyId,::Signa"] +[19.431931, "o", "ture,>,>, key_owner_proof: T::KeyOwnerProof, ) )\r\n - 2: set_new_genesis ( delay_in_blocks: BlockNumberFor, ) )\r\n errors:\r\n - 0: InvalidKeyOwnershipProof\r\n - 1: InvalidEquivocationProof\r\n - 2: DuplicateOffenceReport\r\n - 3: InvalidConfiguration\r\n constants:\r\n - MaxAuthorities: [160, 134, 1, 0]\r\n - MaxNominators: [0, 2, 0, 0]\r\n - MaxSetIdSessionEntries: [168, 0, 0, 0, 0, 0, 0, 0]\r\n storages:\r\n - Default Authorities: [0]\r\n - Default GenesisBlock: [0]\r\n - Default NextAuthorities: [0]\r\n - Optional SetIdSession: [0]\r\n - Default ValidatorSetId: [0; 8]\r\n\r\nPallet #72: Auctions\r\n calls:\r\n - 0: new_auction ( duration: BlockNumberFor, lease_period_index: LeasePeriodOf, ) )\r\n - 1: bid ( para: ParaId, auction_index: AuctionIndex, first_slot: LeasePeriodOf, last_slot: LeasePeriodOf, amount: BalanceOf, ) )\r\n - 2: cancel_auction ( ) )\r\n events:\r\n - 0: AuctionStarted ( auction_index: AuctionIndex, lease_period: LeasePeriodOf, ending: "] +[19.431995, "o", "BlockNumberFor, ) )\r\n - 1: AuctionClosed ( auction_index: AuctionIndex, ) )\r\n - 2: Reserved ( bidder: T::AccountId, extra_reserved: BalanceOf, total_amount: BalanceOf, ) )\r\n - 3: Unreserved ( bidder: T::AccountId, amount: BalanceOf, ) )\r\n - 4: ReserveConfiscated ( para_id: ParaId, leaser: T::AccountId, amount: BalanceOf, ) )\r\n - 5: BidAccepted ( bidder: T::AccountId, para_id: ParaId, amount: BalanceOf, first_slot: LeasePeriodOf, last_slot: LeasePeriodOf, ) )\r\n - 6: WinningOffset ( auction_index: AuctionIndex, block_number: BlockNumberFor, ) )\r\n errors:\r\n - 0: AuctionInProgress\r\n - 1: LeasePeriodInPast\r\n - 2: ParaNotRegistered\r\n - 3: NotCurrentAuction\r\n - 4: NotAuction\r\n - 5: AuctionEnded\r\n - 6: AlreadyLeasedOut\r\n constants:\r\n - EndingPeriod: [64, 25, 1, 0]\r\n - LeasePeriodsPerSlot: [8, 0, 0, 0]\r\n - SampleLength: [20, 0, 0, 0]\r\n - SlotRangeCount: [36, 0, 0, 0]\r\n storages:\r\n - Default AuctionCounter: [0; 4]\r\n"] +[19.432053, "o", " - Optional AuctionInfo: [0]\r\n - Optional ReservedAmounts: [0]\r\n - Optional Winning: [0]\r\n\r\nPallet #101: AssetRate\r\n calls:\r\n - 0: create ( asset_kind: Box, rate: FixedU128, ) )\r\n - 1: update ( asset_kind: Box, rate: FixedU128, ) )\r\n - 2: remove ( asset_kind: Box, ) )\r\n events:\r\n - 0: AssetRateCreated ( asset_kind: T::AssetKind, rate: FixedU128, ) )\r\n - 1: AssetRateRemoved ( asset_kind: T::AssetKind, ) )\r\n - 2: AssetRateUpdated ( asset_kind: T::AssetKind, old: FixedU128, new: FixedU128, ) )\r\n errors:\r\n - 0: UnknownAssetKind\r\n - 1: AlreadyExists\r\n storages:\r\n - Optional ConversionRateToNative: [0]\r\n\r\nPallet #26: Utility\r\n calls:\r\n - 0: batch ( calls: Vec<::RuntimeCall>, ) )\r\n - 1: as_derivative ( index: u16, call: Box<::RuntimeCall>, ) )\r\n - 2: batch_all ( calls: Vec<::RuntimeCall>, ) )\r\n - 3: dispatch_as ( as_origin: Box, call: Box<::RuntimeCall>, ) )\r\n - 4: force_batch ( calls: Vec<::RuntimeCall>, ) )\r\n - 5: with_weight ( call: Box<::RuntimeCall>, weight: Weight, ) )\r\n events:\r\n - 0: BatchInterrupted ( index: u32, error: DispatchError, ) )\r\n - 1: BatchCompleted ( ) )\r\n - 2: BatchCompletedWithErrors ( ) )\r\n - 3: ItemCompleted ( ) )\r\n - 4: ItemFailed ( error: DispatchError, ) )\r\n - 5: DispatchedAs ( result: DispatchResult, ) )\r\n errors:\r\n - 0: TooManyCalls\r\n constants:\r\n - batched_calls_limit: [170, 42, 0, 0]\r\n\r\nPallet #55: ParaScheduler\r\n storages:\r\n - Default AvailabilityCores: [0]\r\n - Default ClaimQueue: [0]\r\n - Default SessionStartBlock: [0; 4]\r\n - Default ValidatorGroups: [0]\r\n\r\nPallet #98: StateTrieMigration\r\n calls:\r\n - 0: control_auto_migration ( maybe_config: Option, ) )\r\n - 1: continue_migrate ( limits: MigrationLimits, real_size_upper: u32, witness_task: MigrationTask, ) )\r\n - 2: migrate_custom"] +[19.43217, "o", "_top ( keys: Vec>, witness_size: u32, ) )\r\n - 3: migrate_custom_child ( root: Vec, child_keys: Vec>, total_size: u32, ) )\r\n - 4: set_signed_max_limits ( limits: MigrationLimits, ) )\r\n - 5: force_set_progress ( progress_top: ProgressOf, progress_child: ProgressOf, ) )\r\n events:\r\n - 0: Migrated ( top: u32, child: u32, compute: MigrationCompute, ) )\r\n - 1: Slashed ( who: T::AccountId, amount: BalanceOf, ) )\r\n - 2: AutoMigrationFinished ( ) )\r\n - 3: Halted ( error: Error, ) )\r\n errors:\r\n - 0: MaxSignedLimits\r\n - 1: KeyTooLong\r\n - 2: NotEnoughFunds\r\n - 3: BadWitness\r\n - 4: SignedMigrationNotAllowed\r\n - 5: BadChildRoot\r\n constants:\r\n - MaxKeyLen: [0, 2, 0, 0]\r\n storages:\r\n - Default AutoLimits: [0]\r\n - Default MigrationProcess: [0; 14]\r\n - Optional SignedMigrationMaxLimits: [0]\r\n\r\nPallet #10: Preimage\r\n calls:\r\n - 0: note_preimage ( bytes: Vec, ) )\r\n - 1: unnote_preimage ( hash: T::Hash, ) )\r"] +[19.432253, "o", "\r\n - 2: request_preimage ( hash: T::Hash, ) )\r\n - 3: unrequest_preimage ( hash: T::Hash, ) )\r\n - 4: ensure_updated ( hashes: Vec, ) )\r\n events:\r\n - 0: Noted ( hash: T::Hash, ) )\r\n - 1: Requested ( hash: T::Hash, ) )\r\n - 2: Cleared ( hash: T::Hash, ) )\r\n errors:\r\n - 0: TooBig\r\n - 1: AlreadyNoted\r\n - 2: NotAuthorized\r\n - 3: NotNoted\r\n - 4: Requested\r\n - 5: NotRequested\r\n - 6: TooMany\r\n - 7: TooFew\r\n storages:\r\n - Optional PreimageFor: [0]\r\n - Optional RequestStatusFor: [0]\r\n - Optional StatusFor: [0]\r\n\r\nPallet #9: Session\r\n calls:\r\n - 0: set_keys ( keys: T::Keys, proof: Vec, ) )\r\n - 1: purge_keys ( ) )\r\n events:\r\n - 0: NewSession ( session_index: SessionIndex, ) )\r\n errors:\r\n - 0: InvalidProof\r\n - 1: NoAssociatedValidatorId\r\n - 2: DuplicatedKey\r\n - 3: NoKeys\r\n - 4: NoAccount\r\n storages:\r\n - Default CurrentIndex: [0; 4]\r\n - Default DisabledValidators: [0]\r\n - Optional KeyOwner:"] +[19.432315, "o", " [0]\r\n - Optional NextKeys: [0]\r\n - Default QueuedChanged: [0]\r\n - Default QueuedKeys: [0]\r\n - Default Validators: [0]\r\n\r\nPallet #13: AuthorityDiscovery\r\n storages:\r\n - Default Keys: [0]\r\n - Default NextKeys: [0]\r\n\r\nPallet #51: Configuration\r\n calls:\r\n - 0: set_validation_upgrade_cooldown ( new: BlockNumberFor, ) )\r\n - 1: set_validation_upgrade_delay ( new: BlockNumberFor, ) )\r\n - 2: set_code_retention_period ( new: BlockNumberFor, ) )\r\n - 3: set_max_code_size ( new: u32, ) )\r\n - 4: set_max_pov_size ( new: u32, ) )\r\n - 5: set_max_head_data_size ( new: u32, ) )\r\n - 6: set_coretime_cores ( new: u32, ) )\r\n - 7: set_on_demand_retries ( new: u32, ) )\r\n - 8: set_group_rotation_frequency ( new: BlockNumberFor, ) )\r\n - 9: set_paras_availability_period ( new: BlockNumberFor, ) )\r\n - 11: set_scheduling_lookahead ( new: u32, ) )\r\n - 12: set_max_validators_per_core ( new: Option, ) )\r\n - 13: set_max_validators ( new:"] +[19.432398, "o", " Option, ) )\r\n - 14: set_dispute_period ( new: SessionIndex, ) )\r\n - 15: set_dispute_post_conclusion_acceptance_period ( new: BlockNumberFor, ) )\r\n - 18: set_no_show_slots ( new: u32, ) )\r\n - 19: set_n_delay_tranches ( new: u32, ) )\r\n - 20: set_zeroth_delay_tranche_width ( new: u32, ) )\r\n - 21: set_needed_approvals ( new: u32, ) )\r\n - 22: set_relay_vrf_modulo_samples ( new: u32, ) )\r\n - 23: set_max_upward_queue_count ( new: u32, ) )\r\n - 24: set_max_upward_queue_size ( new: u32, ) )\r\n - 25: set_max_downward_message_size ( new: u32, ) )\r\n - 27: set_max_upward_message_size ( new: u32, ) )\r\n - 28: set_max_upward_message_num_per_candidate ( new: u32, ) )\r\n - 29: set_hrmp_open_request_ttl ( new: u32, ) )\r\n - 30: set_hrmp_sender_deposit ( new: Balance, ) )\r\n - 31: set_hrmp_recipient_deposit ( new: Balance, ) )\r\n - 32: set_hrmp_channel_max_capacity ( new: u32, ) )\r\n - 33: set_hrmp_channel_max_total_size ( new: u32, ) )\r\n - 34: set_hrmp_ma"] +[19.432467, "o", "x_parachain_inbound_channels ( new: u32, ) )\r\n - 36: set_hrmp_channel_max_message_size ( new: u32, ) )\r\n - 37: set_hrmp_max_parachain_outbound_channels ( new: u32, ) )\r\n - 39: set_hrmp_max_message_num_per_candidate ( new: u32, ) )\r\n - 42: set_pvf_voting_ttl ( new: SessionIndex, ) )\r\n - 43: set_minimum_validation_upgrade_delay ( new: BlockNumberFor, ) )\r\n - 44: set_bypass_consistency_check ( new: bool, ) )\r\n - 45: set_async_backing_params ( new: AsyncBackingParams, ) )\r\n - 46: set_executor_params ( new: ExecutorParams, ) )\r\n - 47: set_on_demand_base_fee ( new: Balance, ) )\r\n - 48: set_on_demand_fee_variability ( new: Perbill, ) )\r\n - 49: set_on_demand_queue_max_size ( new: u32, ) )\r\n - 50: set_on_demand_target_queue_utilization ( new: Perbill, ) )\r\n - 51: set_on_demand_ttl ( new: BlockNumberFor, ) )\r\n - 52: set_minimum_backing_votes ( new: u32, ) )\r\n - 53: set_node_feature ( index: u8, value: bool, ) )\r\n - 54: set_approval_voting_params ( ne"] +[19.432986, "o", "w: ApprovalVotingParams, ) )\r\n errors:\r\n - 0: InvalidNewValue\r\n storages:\r\n - Default ActiveConfig: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ... ]\r\n - Default BypassConsistencyCheck: [0]\r\n - Default PendingConfigs: [0]\r\n\r\nPallet #58: Dmp\r\n storages:\r\n - Default DeliveryFeeFactor: [0, 0, 100, 167, 179, 182, 224, 13, 0, 0, 0, 0, 0, 0, 0, 0]\r\n - Default DownwardMessageQueueHeads: [0; 32]\r\n - Default DownwardMessageQueues: [0]\r\n\r\nPallet #61: ParaSessionInfo\r\n storages:\r\n - Optional AccountKeys: [0]\r\n - Default AssignmentKeysUnsafe: [0]\r\n - Default EarliestStoredSession: [0; 4]\r\n - Optional SessionExecutorParams: [0]\r\n - Optional Sessions: [0]\r\n\r\nPallet #1: Scheduler\r\n calls:\r\n - 0: schedule ( when: BlockNumberFor, maybe_periodic: Option>>, priority: schedule::Priority, call: Box<::RuntimeCall>, ) )\r\n - 1: cancel ( when: BlockNumberFor, index: u3"] +[19.433098, "o", "2, ) )\r\n - 2: schedule_named ( id: TaskName, when: BlockNumberFor, maybe_periodic: Option>>, priority: schedule::Priority, call: Box<::RuntimeCall>, ) )\r\n - 3: cancel_named ( id: TaskName, ) )\r\n - 4: schedule_after ( after: BlockNumberFor, maybe_periodic: Option>>, priority: schedule::Priority, call: Box<::RuntimeCall>, ) )\r\n - 5: schedule_named_after ( id: TaskName, after: BlockNumberFor, maybe_periodic: Option>>, priority: schedule::Priority, call: Box<::RuntimeCall>, ) )\r\n events:\r\n - 0: Scheduled ( when: BlockNumberFor, index: u32, ) )\r\n - 1: Canceled ( when: BlockNumberFor, index: u32, ) )\r\n - 2: Dispatched ( task: TaskAddress>, id: Option, result: DispatchResult, ) )\r\n - 3: CallUnavailable ( task: TaskAddress>, id: Option, ) )\r\n - 4: PeriodicFaile"] +[19.433187, "o", "d ( task: TaskAddress>, id: Option, ) )\r\n - 5: PermanentlyOverweight ( task: TaskAddress>, id: Option, ) )\r\n errors:\r\n - 0: FailedToSchedule\r\n - 1: NotFound\r\n - 2: TargetBlockNumberInPast\r\n - 3: RescheduleNoChange\r\n - 4: Named\r\n constants:\r\n - MaxScheduledPerBlock: [50, 0, 0, 0]\r\n - MaximumWeight: [11, 0, 128, 110, 135, 116, 1, 19, 204, 204, 204, 204, 204, 204, 204, 204]\r\n storages:\r\n - Default Agenda: [0]\r\n - Optional IncompleteSince: [0]\r\n - Optional Lookup: [0]\r\n\r\nPallet #50: ParachainsOrigin\r\n\r\nPallet #22: Origins\r\n\r\nPallet #0: System\r\n calls:\r\n - 0: remark ( remark: Vec, ) )\r\n - 1: set_heap_pages ( pages: u64, ) )\r\n - 2: set_code ( code: Vec, ) )\r\n - 3: set_code_without_checks ( code: Vec, ) )\r\n - 4: set_storage ( items: Vec, ) )\r\n - 5: kill_storage ( keys: Vec, ) )\r\n - 6: kill_prefix ( prefix: Key, subkeys: u32, ) )\r\n - 7: remark_with_eve"] +[19.433279, "o", "nt ( remark: Vec, ) )\r\n - 9: authorize_upgrade ( code_hash: T::Hash, ) )\r\n - 10: authorize_upgrade_without_checks ( code_hash: T::Hash, ) )\r\n - 11: apply_authorized_upgrade ( code: Vec, ) )\r\n events:\r\n - 0: ExtrinsicSuccess ( dispatch_info: DispatchInfo, ) )\r\n - 1: ExtrinsicFailed ( dispatch_error: DispatchError, dispatch_info: DispatchInfo, ) )\r\n - 2: CodeUpdated ( ) )\r\n - 3: NewAccount ( account: T::AccountId, ) )\r\n - 4: KilledAccount ( account: T::AccountId, ) )\r\n - 5: Remarked ( sender: T::AccountId, hash: T::Hash, ) )\r\n - 6: UpgradeAuthorized ( code_hash: T::Hash, check_version: bool, ) )\r\n errors:\r\n - 0: InvalidSpecName\r\n - 1: SpecVersionNeedsToIncrease\r\n - 2: FailedToExtractRuntimeVersion\r\n - 3: NonDefaultComposite\r\n - 4: NonZeroRefCount\r\n - 5: CallFiltered\r\n - 6: NothingAuthorized\r\n - 7: Unauthorized\r\n constants:\r\n - BlockHashCount: [0, 16, 0, 0]\r\n - BlockLength: [0, 0, 60, 0, 0, 0, 80, 0, 0, 0, 80, 0]\r\n "] +[19.433362, "o", " - BlockWeights: [ 7, 176, 189, 233, 54, 3, 0, 11, 0, 32, 74, 169, 209, 1, 19, 255, 255, 255, 255, 255, 255, 255, 255, 34, 45, 13, 30, 0, 1, 11, 184, 132, ... ]\r\n - DbWeight: [56, 202, 56, 1, 0, 0, 0, 0, 152, 170, 249, 4, 0, 0, 0, 0]\r\n - SS58Prefix: [0, 0]\r\n - Version: [ 32, 112, 111, 108, 107, 97, 100, 111, 116, 60, 112, 97, 114, 105, 116, 121, 45, 112, 111, 108, 107, 97, 100, 111, 116, 0, 0, 0, 0, 16, 74, 15, ... ]\r\n storages:\r\n - Default Account: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ... ]\r\n - Optional AllExtrinsicsLen: [0]\r\n - Optional AuthorizedUpgrade: [0]\r\n - Default BlockHash: [0; 32]\r\n - Default BlockWeight: [0; 6]\r\n - Default Digest: [0]\r\n - Default EventCount: [0; 4]\r\n - Default EventTopics: [0]\r\n - Default Events: [0]\r\n - Optional ExecutionPhase: [0]\r\n - Optional ExtrinsicCount: [0]\r\n - Default ExtrinsicData: [0]\r\n - Optional LastRuntimeUpgrade: [0]\r\n - Default Number: [0; 4]\r"] +[19.433454, "o", "\r\n - Default ParentHash: [0; 32]\r\n - Default UpgradedToTripleRefCount: [0]\r\n - Default UpgradedToU32RefCount: [0]\r\n\r\nPallet #8: Offences\r\n events:\r\n - 0: Offence ( kind: Kind, timeslot: OpaqueTimeSlot, ) )\r\n storages:\r\n - Default ConcurrentReportsIndex: [0]\r\n - Optional Reports: [0]\r\n\r\n\r\n"] +[19.966687, "o", "\r\n"] diff --git a/scripts/demos/gif/demo-diff.gif b/scripts/demos/gif/demo-diff.gif index 88b056c..547331d 100644 Binary files a/scripts/demos/gif/demo-diff.gif and b/scripts/demos/gif/demo-diff.gif differ diff --git a/scripts/demos/gif/demo-get.gif b/scripts/demos/gif/demo-get.gif index 63a21b6..e1cb201 100644 Binary files a/scripts/demos/gif/demo-get.gif and b/scripts/demos/gif/demo-get.gif differ diff --git a/scripts/demos/gif/demo-info.gif b/scripts/demos/gif/demo-info.gif index b0984ab..23d7001 100644 Binary files a/scripts/demos/gif/demo-info.gif and b/scripts/demos/gif/demo-info.gif differ diff --git a/scripts/demos/gif/demo-meta.gif b/scripts/demos/gif/demo-meta.gif index 1a2069c..605a7a3 100644 Binary files a/scripts/demos/gif/demo-meta.gif and b/scripts/demos/gif/demo-meta.gif differ diff --git a/scripts/demos/gif/demo-show.gif b/scripts/demos/gif/demo-show.gif index 2e17593..84432c1 100644 Binary files a/scripts/demos/gif/demo-show.gif and b/scripts/demos/gif/demo-show.gif differ