git.delta.rocks / unique-network / refs/commits / 5ee5939f2c29

difftreelog

build update frontier

Yaroslav Bolyukin2022-04-01parent: #890b4af.patch.diff
in: master

1 file changed

modifiedCargo.lockdiffbeforeafterboth
11111111
1112[[package]]1112[[package]]
1113name = "clap"1113name = "clap"
1114version = "3.1.6"1114version = "3.1.8"
1115source = "registry+https://github.com/rust-lang/crates.io-index"1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"1116checksum = "71c47df61d9e16dc010b55dba1952a57d8c215dbb533fd13cdd13369aac73b1c"
1117dependencies = [1117dependencies = [
1118 "atty",1118 "atty",
1119 "bitflags",1119 "bitflags",
11281128
1129[[package]]1129[[package]]
1130name = "clap_derive"1130name = "clap_derive"
1131version = "3.1.4"1131version = "3.1.7"
1132source = "registry+https://github.com/rust-lang/crates.io-index"1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "da95d038ede1a964ce99f49cbe27a7fb538d1da595e4b4f70b8c8f338d17bf16"1133checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1"
1134dependencies = [1134dependencies = [
1135 "heck 0.4.0",1135 "heck 0.4.0",
1136 "proc-macro-error",1136 "proc-macro-error",
19131913
1914[[package]]1914[[package]]
1915name = "darling"1915name = "darling"
1916version = "0.13.1"1916version = "0.13.2"
1917source = "registry+https://github.com/rust-lang/crates.io-index"1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"1918checksum = "4e92cb285610dd935f60ee8b4d62dd1988bd12b7ea50579bd6a138201525318e"
1919dependencies = [1919dependencies = [
1920 "darling_core",1920 "darling_core",
1921 "darling_macro",1921 "darling_macro",
1922]1922]
19231923
1924[[package]]1924[[package]]
1925name = "darling_core"1925name = "darling_core"
1926version = "0.13.1"1926version = "0.13.2"
1927source = "registry+https://github.com/rust-lang/crates.io-index"1927source = "registry+https://github.com/rust-lang/crates.io-index"
1928checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"1928checksum = "5c29e95ab498b18131ea460b2c0baa18cbf041231d122b0b7bfebef8c8e88989"
1929dependencies = [1929dependencies = [
1930 "fnv",1930 "fnv",
1931 "ident_case",1931 "ident_case",
19371937
1938[[package]]1938[[package]]
1939name = "darling_macro"1939name = "darling_macro"
1940version = "0.13.1"1940version = "0.13.2"
1941source = "registry+https://github.com/rust-lang/crates.io-index"1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"1942checksum = "b21dd6b221dd547528bd6fb15f1a3b7ab03b9a06f76bff288a8c629bcfbe7f0e"
1943dependencies = [1943dependencies = [
1944 "darling_core",1944 "darling_core",
1945 "quote",1945 "quote",
2484[[package]]2484[[package]]
2485name = "fc-consensus"2485name = "fc-consensus"
2486version = "2.0.0-dev"2486version = "2.0.0-dev"
2487source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2487source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
2488dependencies = [2488dependencies = [
2489 "async-trait",2489 "async-trait",
2490 "derive_more",2490 "derive_more",
2511[[package]]2511[[package]]
2512name = "fc-db"2512name = "fc-db"
2513version = "2.0.0-dev"2513version = "2.0.0-dev"
2514source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2514source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
2515dependencies = [2515dependencies = [
2516 "fp-storage",2516 "fp-storage",
2517 "kvdb",2517 "kvdb",
2527[[package]]2527[[package]]
2528name = "fc-mapping-sync"2528name = "fc-mapping-sync"
2529version = "2.0.0-dev"2529version = "2.0.0-dev"
2530source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2530source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
2531dependencies = [2531dependencies = [
2532 "fc-consensus",2532 "fc-consensus",
2533 "fc-db",2533 "fc-db",
2545[[package]]2545[[package]]
2546name = "fc-rpc"2546name = "fc-rpc"
2547version = "2.0.0-dev"2547version = "2.0.0-dev"
2548source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2548source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
2549dependencies = [2549dependencies = [
2550 "ethereum",2550 "ethereum",
2551 "ethereum-types",2551 "ethereum-types",
2591[[package]]2591[[package]]
2592name = "fc-rpc-core"2592name = "fc-rpc-core"
2593version = "1.1.0-dev"2593version = "1.1.0-dev"
2594source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2594source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
2595dependencies = [2595dependencies = [
2596 "ethereum",2596 "ethereum",
2597 "ethereum-types",2597 "ethereum-types",
2725[[package]]2725[[package]]
2726name = "fp-consensus"2726name = "fp-consensus"
2727version = "2.0.0-dev"2727version = "2.0.0-dev"
2728source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2728source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
2729dependencies = [2729dependencies = [
2730 "ethereum",2730 "ethereum",
2731 "parity-scale-codec",2731 "parity-scale-codec",
2739[[package]]2739[[package]]
2740name = "fp-evm"2740name = "fp-evm"
2741version = "3.0.0-dev"2741version = "3.0.0-dev"
2742source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2742source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
2743dependencies = [2743dependencies = [
2744 "evm",2744 "evm",
2745 "impl-trait-for-tuples",2745 "impl-trait-for-tuples",
2753[[package]]2753[[package]]
2754name = "fp-evm-mapping"2754name = "fp-evm-mapping"
2755version = "0.1.0"2755version = "0.1.0"
2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2756source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
2757dependencies = [2757dependencies = [
2758 "frame-support",2758 "frame-support",
2759 "sp-core",2759 "sp-core",
2762[[package]]2762[[package]]
2763name = "fp-rpc"2763name = "fp-rpc"
2764version = "3.0.0-dev"2764version = "3.0.0-dev"
2765source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2765source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
2766dependencies = [2766dependencies = [
2767 "ethereum",2767 "ethereum",
2768 "ethereum-types",2768 "ethereum-types",
2779[[package]]2779[[package]]
2780name = "fp-self-contained"2780name = "fp-self-contained"
2781version = "1.0.0-dev"2781version = "1.0.0-dev"
2782source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2782source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
2783dependencies = [2783dependencies = [
2784 "ethereum",2784 "ethereum",
2785 "frame-support",2785 "frame-support",
2796[[package]]2796[[package]]
2797name = "fp-storage"2797name = "fp-storage"
2798version = "2.0.0"2798version = "2.0.0"
2799source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"2799source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
28002800
2801[[package]]2801[[package]]
2802name = "frame-benchmarking"2802name = "frame-benchmarking"
33173317
3318[[package]]3318[[package]]
3319name = "h2"3319name = "h2"
3320version = "0.3.12"3320version = "0.3.13"
3321source = "registry+https://github.com/rust-lang/crates.io-index"3321source = "registry+https://github.com/rust-lang/crates.io-index"
3322checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"3322checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
3323dependencies = [3323dependencies = [
3324 "bytes 1.1.0",3324 "bytes 1.1.0",
3325 "fnv",3325 "fnv",
3330 "indexmap",3330 "indexmap",
3331 "slab",3331 "slab",
3332 "tokio 1.17.0",3332 "tokio 1.17.0",
3333 "tokio-util",3333 "tokio-util 0.7.1",
3334 "tracing",3334 "tracing",
3335]3335]
33363336
3915 "log",3915 "log",
3916 "tokio 1.17.0",3916 "tokio 1.17.0",
3917 "tokio-stream",3917 "tokio-stream",
3918 "tokio-util",3918 "tokio-util 0.6.9",
3919 "unicase",3919 "unicase",
3920]3920]
39213921
3985 "thiserror",3985 "thiserror",
3986 "tokio 1.17.0",3986 "tokio 1.17.0",
3987 "tokio-rustls 0.23.3",3987 "tokio-rustls 0.23.3",
3988 "tokio-util",3988 "tokio-util 0.6.9",
3989 "tracing",3989 "tracing",
3990 "webpki-roots 0.22.2",3990 "webpki-roots 0.22.2",
3991]3991]
4006 "thiserror",4006 "thiserror",
4007 "tokio 1.17.0",4007 "tokio 1.17.0",
4008 "tokio-rustls 0.23.3",4008 "tokio-rustls 0.23.3",
4009 "tokio-util",4009 "tokio-util 0.6.9",
4010 "tracing",4010 "tracing",
4011 "webpki-roots 0.22.2",4011 "webpki-roots 0.22.2",
4012]4012]
4167 "thiserror",4167 "thiserror",
4168 "tokio 1.17.0",4168 "tokio 1.17.0",
4169 "tokio-rustls 0.22.0",4169 "tokio-rustls 0.22.0",
4170 "tokio-util",4170 "tokio-util 0.6.9",
4171]4171]
41724172
4173[[package]]4173[[package]]
5841[[package]]5841[[package]]
5842name = "pallet-base-fee"5842name = "pallet-base-fee"
5843version = "1.0.0"5843version = "1.0.0"
5844source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"5844source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
5845dependencies = [5845dependencies = [
5846 "frame-support",5846 "frame-support",
5847 "frame-system",5847 "frame-system",
6068[[package]]6068[[package]]
6069name = "pallet-ethereum"6069name = "pallet-ethereum"
6070version = "4.0.0-dev"6070version = "4.0.0-dev"
6071source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"6071source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
6072dependencies = [6072dependencies = [
6073 "ethereum",6073 "ethereum",
6074 "ethereum-types",6074 "ethereum-types",
6099[[package]]6099[[package]]
6100name = "pallet-evm"6100name = "pallet-evm"
6101version = "6.0.0-dev"6101version = "6.0.0-dev"
6102source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#28e11d419537bde416bc84b1604b4d0f3da879e0"6102source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.18-2#82310d1dd3189f34bd901a9ac894ad33eca5cf89"
6103dependencies = [6103dependencies = [
6104 "evm",6104 "evm",
6105 "evm-gasometer",6105 "evm-gasometer",
6688[[package]]6688[[package]]
6689name = "pallet-template-transaction-payment"6689name = "pallet-template-transaction-payment"
6690version = "3.0.0"6690version = "3.0.0"
6691source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"6691source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"
6692dependencies = [6692dependencies = [
6693 "frame-benchmarking",6693 "frame-benchmarking",
6694 "frame-support",6694 "frame-support",
12109 "tokio 1.17.0",12109 "tokio 1.17.0",
12110]12110]
12111
12112[[package]]
12113name = "tokio-util"
12114version = "0.7.1"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
12117dependencies = [
12118 "bytes 1.1.0",
12119 "futures-core",
12120 "futures-sink",
12121 "pin-project-lite 0.2.8",
12122 "tokio 1.17.0",
12123 "tracing",
12124]
1211112125
12112[[package]]12126[[package]]
12113name = "toml"12127name = "toml"
12716[[package]]12730[[package]]
12717name = "up-sponsorship"12731name = "up-sponsorship"
12718version = "0.1.0"12732version = "0.1.0"
12719source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#e914a799e5ff1c18383a614ea99e87dd7f3f446e"12733source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.18#7bc842b35a53f762ee6ee89e5f5bef84a284c9f4"
12720dependencies = [12734dependencies = [
12721 "impl-trait-for-tuples",12735 "impl-trait-for-tuples",
12722]12736]