git.delta.rocks / unique-network / refs/commits / f40188f0b99b

difftreelog

Fix build

Greg Zaitsev2020-07-20parent: #9c55b5d.patch.diff
in: master

4 files changed

modifiedCargo.lockdiffbeforeafterboth
574574
575[[package]]575[[package]]
576name = "clang-sys"576name = "clang-sys"
577version = "0.29.4"577version = "0.29.3"
578source = "registry+https://github.com/rust-lang/crates.io-index"578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "2b14a9b9fadc5fabb63ceb60e8c2d833bcc97d19d8eb1e229f452d07fe2001e0"
580dependencies = [
581 "clang-sys-linkage",
582]
583
584[[package]]
585name = "clang-sys-linkage"
586version = "1.0.0"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "720a18d5e5b09e70856c278d2fcf64917db370987beb78bf569fde9adba4ea63"579checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
589dependencies = [580dependencies = [
590 "glob",581 "glob",
591 "libc",582 "libc",
669660
670[[package]]661[[package]]
671name = "cpuid-bool"662name = "cpuid-bool"
672version = "0.1.1"663version = "0.1.2"
673source = "registry+https://github.com/rust-lang/crates.io-index"664source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "ec6763c20301ab0dc67051d1b6f4cc9132ad9e6eddcb1f10c6c53ea6d6ae2183"665checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
675666
676[[package]]667[[package]]
677name = "crc32fast"668name = "crc32fast"
860source = "registry+https://github.com/rust-lang/crates.io-index"851source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"852checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
853
854[[package]]
855name = "ed25519-dalek"
856version = "1.0.0-pre.3"
857source = "git+https://github.com/usetech-llc/ed25519-dalek?tag=1.0.0-pre.3#29a06e494ddd4f370256596b7103125295073435"
858dependencies = [
859 "clear_on_drop",
860 "curve25519-dalek",
861 "rand 0.7.3",
862 "sha2 0.8.2",
863]
862864
863[[package]]865[[package]]
864name = "ed25519-dalek"866name = "ed25519-dalek"
1018[[package]]1020[[package]]
1019name = "fork-tree"1021name = "fork-tree"
1020version = "2.0.0-rc3"1022version = "2.0.0-rc3"
1021source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1023source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
1022dependencies = [1024dependencies = [
1023 "parity-scale-codec",1025 "parity-scale-codec",
1024]1026]
10251027
1026[[package]]1028[[package]]
1027name = "frame-benchmarking"1029name = "frame-benchmarking"
1028version = "2.0.0-rc3"1030version = "2.0.0-rc3"
1029source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1031source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
1030dependencies = [1032dependencies = [
1031 "frame-support",1033 "frame-support",
1032 "frame-system",1034 "frame-system",
1043[[package]]1045[[package]]
1044name = "frame-executive"1046name = "frame-executive"
1045version = "2.0.0-rc3"1047version = "2.0.0-rc3"
1046source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1048source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
1047dependencies = [1049dependencies = [
1048 "frame-support",1050 "frame-support",
1049 "frame-system",1051 "frame-system",
1058[[package]]1060[[package]]
1059name = "frame-metadata"1061name = "frame-metadata"
1060version = "11.0.0-rc3"1062version = "11.0.0-rc3"
1061source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1063source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
1062dependencies = [1064dependencies = [
1063 "parity-scale-codec",1065 "parity-scale-codec",
1064 "serde",1066 "serde",
1069[[package]]1071[[package]]
1070name = "frame-support"1072name = "frame-support"
1071version = "2.0.0-rc3"1073version = "2.0.0-rc3"
1072source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1074source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
1073dependencies = [1075dependencies = [
1074 "bitmask",1076 "bitmask",
1075 "frame-metadata",1077 "frame-metadata",
1094[[package]]1096[[package]]
1095name = "frame-support-procedural"1097name = "frame-support-procedural"
1096version = "2.0.0-rc3"1098version = "2.0.0-rc3"
1097source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1099source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
1098dependencies = [1100dependencies = [
1099 "frame-support-procedural-tools",1101 "frame-support-procedural-tools",
1100 "proc-macro2",1102 "proc-macro2",
1105[[package]]1107[[package]]
1106name = "frame-support-procedural-tools"1108name = "frame-support-procedural-tools"
1107version = "2.0.0-rc3"1109version = "2.0.0-rc3"
1108source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1110source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
1109dependencies = [1111dependencies = [
1110 "frame-support-procedural-tools-derive",1112 "frame-support-procedural-tools-derive",
1111 "proc-macro-crate",1113 "proc-macro-crate",
1117[[package]]1119[[package]]
1118name = "frame-support-procedural-tools-derive"1120name = "frame-support-procedural-tools-derive"
1119version = "2.0.0-rc3"1121version = "2.0.0-rc3"
1120source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1122source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
1121dependencies = [1123dependencies = [
1122 "proc-macro2",1124 "proc-macro2",
1123 "quote 1.0.7",1125 "quote 1.0.7",
1127[[package]]1129[[package]]
1128name = "frame-system"1130name = "frame-system"
1129version = "2.0.0-rc3"1131version = "2.0.0-rc3"
1130source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"1132source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
1131dependencies = [1133dependencies = [
1132 "frame-support",1134 "frame-support",
1133 "impl-trait-for-tuples",1135 "impl-trait-for-tuples",
1520 "autocfg 0.1.7",1522 "autocfg 0.1.7",
1521]1523]
1524
1525[[package]]
1526name = "hashbrown"
1527version = "0.8.1"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "34f595585f103464d8d2f6e9864682d74c1601fed5e07d62b1c9058dba8246fb"
1530dependencies = [
1531 "autocfg 1.0.0",
1532]
15221533
1523[[package]]1534[[package]]
1524name = "heck"1535name = "heck"
17771788
1778[[package]]1789[[package]]
1779name = "indexmap"1790name = "indexmap"
1780version = "1.4.0"1791version = "1.5.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"1792source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe"1793checksum = "5b88cd59ee5f71fea89a62248fc8f387d44400cefe05ef548466d61ced9029a7"
1783dependencies = [1794dependencies = [
1784 "autocfg 1.0.0",1795 "autocfg 1.0.0",
1796 "hashbrown 0.8.1",
1785]1797]
17861798
1787[[package]]1799[[package]]
18471859
1848[[package]]1860[[package]]
1849name = "js-sys"1861name = "js-sys"
1850version = "0.3.41"1862version = "0.3.42"
1851source = "registry+https://github.com/rust-lang/crates.io-index"1863source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "c4b9172132a62451e56142bff9afc91c8e4a4500aa5b847da36815b63bfda916"1864checksum = "52732a3d3ad72c58ad2dc70624f9c17b46ecd0943b9a4f1ee37c4c18c5d983e2"
1853dependencies = [1865dependencies = [
1854 "wasm-bindgen",1866 "wasm-bindgen",
1855]1867]
20402052
2041[[package]]2053[[package]]
2042name = "libc"2054name = "libc"
2043version = "0.2.72"2055version = "0.2.73"
2044source = "registry+https://github.com/rust-lang/crates.io-index"2056source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701"2057checksum = "bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9"
20462058
2047[[package]]2059[[package]]
2048name = "libflate"2060name = "libflate"
2117dependencies = [2129dependencies = [
2118 "asn1_der",2130 "asn1_der",
2119 "bs58",2131 "bs58",
2120 "ed25519-dalek",2132 "ed25519-dalek 1.0.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)",
2121 "either",2133 "either",
2122 "fnv",2134 "fnv",
2123 "futures 0.3.5",2135 "futures 0.3.5",
24372449
2438[[package]]2450[[package]]
2439name = "log"2451name = "log"
2440version = "0.4.8"2452version = "0.4.11"
2441source = "registry+https://github.com/rust-lang/crates.io-index"2453source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"2454checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2443dependencies = [2455dependencies = [
2444 "cfg-if",2456 "cfg-if",
2445]2457]
2450source = "registry+https://github.com/rust-lang/crates.io-index"2462source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "0609345ddee5badacf857d4f547e0e5a2e987db77085c24cd887f73573a04237"2463checksum = "0609345ddee5badacf857d4f547e0e5a2e987db77085c24cd887f73573a04237"
2452dependencies = [2464dependencies = [
2453 "hashbrown",2465 "hashbrown 0.6.3",
2454]2466]
24552467
2456[[package]]2468[[package]]
2507dependencies = [2519dependencies = [
2508 "ahash",2520 "ahash",
2509 "hash-db",2521 "hash-db",
2510 "hashbrown",2522 "hashbrown 0.6.3",
2511 "parity-util-mem",2523 "parity-util-mem",
2512]2524]
25132525
2906[[package]]2918[[package]]
2907name = "pallet-aura"2919name = "pallet-aura"
2908version = "2.0.0-rc3"2920version = "2.0.0-rc3"
2909source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"2921source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
2910dependencies = [2922dependencies = [
2911 "frame-support",2923 "frame-support",
2912 "frame-system",2924 "frame-system",
2925[[package]]2937[[package]]
2926name = "pallet-balances"2938name = "pallet-balances"
2927version = "2.0.0-rc3"2939version = "2.0.0-rc3"
2928source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"2940source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
2929dependencies = [2941dependencies = [
2930 "frame-benchmarking",2942 "frame-benchmarking",
2931 "frame-support",2943 "frame-support",
2939[[package]]2951[[package]]
2940name = "pallet-contracts"2952name = "pallet-contracts"
2941version = "2.0.0-rc3"2953version = "2.0.0-rc3"
2942source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"2954source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
2943dependencies = [2955dependencies = [
2944 "frame-support",2956 "frame-support",
2945 "frame-system",2957 "frame-system",
2960[[package]]2972[[package]]
2961name = "pallet-contracts-primitives"2973name = "pallet-contracts-primitives"
2962version = "2.0.0-rc3"2974version = "2.0.0-rc3"
2963source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"2975source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
2964dependencies = [2976dependencies = [
2965 "parity-scale-codec",2977 "parity-scale-codec",
2966 "sp-runtime",2978 "sp-runtime",
2970[[package]]2982[[package]]
2971name = "pallet-contracts-rpc"2983name = "pallet-contracts-rpc"
2972version = "0.8.0-rc3"2984version = "0.8.0-rc3"
2973source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"2985source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
2974dependencies = [2986dependencies = [
2975 "jsonrpc-core",2987 "jsonrpc-core",
2976 "jsonrpc-core-client",2988 "jsonrpc-core-client",
2989[[package]]3001[[package]]
2990name = "pallet-contracts-rpc-runtime-api"3002name = "pallet-contracts-rpc-runtime-api"
2991version = "0.8.0-rc3"3003version = "0.8.0-rc3"
2992source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"3004source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
2993dependencies = [3005dependencies = [
2994 "pallet-contracts-primitives",3006 "pallet-contracts-primitives",
2995 "parity-scale-codec",3007 "parity-scale-codec",
3001[[package]]3013[[package]]
3002name = "pallet-finality-tracker"3014name = "pallet-finality-tracker"
3003version = "2.0.0-rc3"3015version = "2.0.0-rc3"
3004source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"3016source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
3005dependencies = [3017dependencies = [
3006 "frame-support",3018 "frame-support",
3007 "frame-system",3019 "frame-system",
3017[[package]]3029[[package]]
3018name = "pallet-grandpa"3030name = "pallet-grandpa"
3019version = "2.0.0-rc3"3031version = "2.0.0-rc3"
3020source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"3032source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
3021dependencies = [3033dependencies = [
3022 "frame-support",3034 "frame-support",
3023 "frame-system",3035 "frame-system",
3049[[package]]3061[[package]]
3050name = "pallet-randomness-collective-flip"3062name = "pallet-randomness-collective-flip"
3051version = "2.0.0-rc3"3063version = "2.0.0-rc3"
3052source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"3064source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
3053dependencies = [3065dependencies = [
3054 "frame-support",3066 "frame-support",
3055 "frame-system",3067 "frame-system",
3062[[package]]3074[[package]]
3063name = "pallet-session"3075name = "pallet-session"
3064version = "2.0.0-rc3"3076version = "2.0.0-rc3"
3065source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"3077source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
3066dependencies = [3078dependencies = [
3067 "frame-support",3079 "frame-support",
3068 "frame-system",3080 "frame-system",
3080[[package]]3092[[package]]
3081name = "pallet-sudo"3093name = "pallet-sudo"
3082version = "2.0.0-rc3"3094version = "2.0.0-rc3"
3083source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"3095source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
3084dependencies = [3096dependencies = [
3085 "frame-support",3097 "frame-support",
3086 "frame-system",3098 "frame-system",
3094[[package]]3106[[package]]
3095name = "pallet-timestamp"3107name = "pallet-timestamp"
3096version = "2.0.0-rc3"3108version = "2.0.0-rc3"
3097source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"3109source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
3098dependencies = [3110dependencies = [
3099 "frame-benchmarking",3111 "frame-benchmarking",
3100 "frame-support",3112 "frame-support",
3111[[package]]3123[[package]]
3112name = "pallet-transaction-payment"3124name = "pallet-transaction-payment"
3113version = "2.0.0-rc3"3125version = "2.0.0-rc3"
3114source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"3126source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
3115dependencies = [3127dependencies = [
3116 "frame-support",3128 "frame-support",
3117 "frame-system",3129 "frame-system",
3125[[package]]3137[[package]]
3126name = "pallet-transaction-payment-rpc-runtime-api"3138name = "pallet-transaction-payment-rpc-runtime-api"
3127version = "2.0.0-rc3"3139version = "2.0.0-rc3"
3128source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"3140source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
3129dependencies = [3141dependencies = [
3130 "frame-support",3142 "frame-support",
3131 "parity-scale-codec",3143 "parity-scale-codec",
35003512
3501[[package]]3513[[package]]
3502name = "proc-macro2"3514name = "proc-macro2"
3503version = "1.0.18"3515version = "1.0.19"
3504source = "registry+https://github.com/rust-lang/crates.io-index"3516source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"3517checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
3506dependencies = [3518dependencies = [
3507 "unicode-xid 0.2.1",3519 "unicode-xid 0.2.1",
3508]3520]
4073[[package]]4085[[package]]
4074name = "sc-basic-authorship"4086name = "sc-basic-authorship"
4075version = "0.8.0-rc3"4087version = "0.8.0-rc3"
4076source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4088source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4077dependencies = [4089dependencies = [
4078 "futures 0.3.5",4090 "futures 0.3.5",
4079 "futures-timer 3.0.2",4091 "futures-timer 3.0.2",
4097[[package]]4109[[package]]
4098name = "sc-block-builder"4110name = "sc-block-builder"
4099version = "0.8.0-rc3"4111version = "0.8.0-rc3"
4100source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4112source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4101dependencies = [4113dependencies = [
4102 "parity-scale-codec",4114 "parity-scale-codec",
4103 "sc-client-api",4115 "sc-client-api",
4113[[package]]4125[[package]]
4114name = "sc-chain-spec"4126name = "sc-chain-spec"
4115version = "2.0.0-rc3"4127version = "2.0.0-rc3"
4116source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4128source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4117dependencies = [4129dependencies = [
4118 "impl-trait-for-tuples",4130 "impl-trait-for-tuples",
4119 "sc-chain-spec-derive",4131 "sc-chain-spec-derive",
4129[[package]]4141[[package]]
4130name = "sc-chain-spec-derive"4142name = "sc-chain-spec-derive"
4131version = "2.0.0-rc3"4143version = "2.0.0-rc3"
4132source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4144source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4133dependencies = [4145dependencies = [
4134 "proc-macro-crate",4146 "proc-macro-crate",
4135 "proc-macro2",4147 "proc-macro2",
4140[[package]]4152[[package]]
4141name = "sc-cli"4153name = "sc-cli"
4142version = "0.8.0-rc3"4154version = "0.8.0-rc3"
4143source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4155source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4144dependencies = [4156dependencies = [
4145 "ansi_term 0.12.1",4157 "ansi_term 0.12.1",
4146 "atty",4158 "atty",
4181[[package]]4193[[package]]
4182name = "sc-client-api"4194name = "sc-client-api"
4183version = "2.0.0-rc3"4195version = "2.0.0-rc3"
4184source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4196source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4185dependencies = [4197dependencies = [
4186 "derive_more",4198 "derive_more",
4187 "fnv",4199 "fnv",
4217[[package]]4229[[package]]
4218name = "sc-client-db"4230name = "sc-client-db"
4219version = "0.8.0-rc3"4231version = "0.8.0-rc3"
4220source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4232source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4221dependencies = [4233dependencies = [
4222 "blake2-rfc",4234 "blake2-rfc",
4223 "hash-db",4235 "hash-db",
4246[[package]]4258[[package]]
4247name = "sc-consensus"4259name = "sc-consensus"
4248version = "0.8.0-rc3"4260version = "0.8.0-rc3"
4249source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4261source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4250dependencies = [4262dependencies = [
4251 "sc-client-api",4263 "sc-client-api",
4252 "sp-blockchain",4264 "sp-blockchain",
4257[[package]]4269[[package]]
4258name = "sc-consensus-aura"4270name = "sc-consensus-aura"
4259version = "0.8.0-rc3"4271version = "0.8.0-rc3"
4260source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4272source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4261dependencies = [4273dependencies = [
4262 "derive_more",4274 "derive_more",
4263 "futures 0.3.5",4275 "futures 0.3.5",
4288[[package]]4300[[package]]
4289name = "sc-consensus-slots"4301name = "sc-consensus-slots"
4290version = "0.8.0-rc3"4302version = "0.8.0-rc3"
4291source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4303source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4292dependencies = [4304dependencies = [
4293 "futures 0.3.5",4305 "futures 0.3.5",
4294 "futures-timer 3.0.2",4306 "futures-timer 3.0.2",
4310[[package]]4322[[package]]
4311name = "sc-executor"4323name = "sc-executor"
4312version = "0.8.0-rc3"4324version = "0.8.0-rc3"
4313source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4325source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4314dependencies = [4326dependencies = [
4315 "derive_more",4327 "derive_more",
4316 "lazy_static",4328 "lazy_static",
4337[[package]]4349[[package]]
4338name = "sc-executor-common"4350name = "sc-executor-common"
4339version = "0.8.0-rc3"4351version = "0.8.0-rc3"
4340source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4352source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4341dependencies = [4353dependencies = [
4342 "derive_more",4354 "derive_more",
4343 "log",4355 "log",
4354[[package]]4366[[package]]
4355name = "sc-executor-wasmi"4367name = "sc-executor-wasmi"
4356version = "0.8.0-rc3"4368version = "0.8.0-rc3"
4357source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4369source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4358dependencies = [4370dependencies = [
4359 "log",4371 "log",
4360 "parity-scale-codec",4372 "parity-scale-codec",
4369[[package]]4381[[package]]
4370name = "sc-finality-grandpa"4382name = "sc-finality-grandpa"
4371version = "0.8.0-rc3"4383version = "0.8.0-rc3"
4372source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4384source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4373dependencies = [4385dependencies = [
4374 "assert_matches",4386 "assert_matches",
4375 "derive_more",4387 "derive_more",
4406[[package]]4418[[package]]
4407name = "sc-informant"4419name = "sc-informant"
4408version = "0.8.0-rc3"4420version = "0.8.0-rc3"
4409source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4421source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4410dependencies = [4422dependencies = [
4411 "ansi_term 0.12.1",4423 "ansi_term 0.12.1",
4412 "futures 0.3.5",4424 "futures 0.3.5",
4423[[package]]4435[[package]]
4424name = "sc-keystore"4436name = "sc-keystore"
4425version = "2.0.0-rc3"4437version = "2.0.0-rc3"
4426source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4438source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4427dependencies = [4439dependencies = [
4428 "derive_more",4440 "derive_more",
4429 "hex",4441 "hex",
4438[[package]]4450[[package]]
4439name = "sc-network"4451name = "sc-network"
4440version = "0.8.0-rc3"4452version = "0.8.0-rc3"
4441source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4453source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4442dependencies = [4454dependencies = [
4443 "bitflags",4455 "bitflags",
4444 "bs58",4456 "bs58",
4490[[package]]4502[[package]]
4491name = "sc-network-gossip"4503name = "sc-network-gossip"
4492version = "0.8.0-rc3"4504version = "0.8.0-rc3"
4493source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4505source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4494dependencies = [4506dependencies = [
4495 "futures 0.3.5",4507 "futures 0.3.5",
4496 "futures-timer 3.0.2",4508 "futures-timer 3.0.2",
4505[[package]]4517[[package]]
4506name = "sc-offchain"4518name = "sc-offchain"
4507version = "2.0.0-rc3"4519version = "2.0.0-rc3"
4508source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4520source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4509dependencies = [4521dependencies = [
4510 "bytes 0.5.6",4522 "bytes 0.5.6",
4511 "fnv",4523 "fnv",
4532[[package]]4544[[package]]
4533name = "sc-peerset"4545name = "sc-peerset"
4534version = "2.0.0-rc3"4546version = "2.0.0-rc3"
4535source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4547source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4536dependencies = [4548dependencies = [
4537 "futures 0.3.5",4549 "futures 0.3.5",
4538 "libp2p",4550 "libp2p",
4545[[package]]4557[[package]]
4546name = "sc-proposer-metrics"4558name = "sc-proposer-metrics"
4547version = "0.8.0-rc3"4559version = "0.8.0-rc3"
4548source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4560source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4549dependencies = [4561dependencies = [
4550 "log",4562 "log",
4551 "substrate-prometheus-endpoint",4563 "substrate-prometheus-endpoint",
4554[[package]]4566[[package]]
4555name = "sc-rpc"4567name = "sc-rpc"
4556version = "2.0.0-rc3"4568version = "2.0.0-rc3"
4557source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4569source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4558dependencies = [4570dependencies = [
4559 "futures 0.3.5",4571 "futures 0.3.5",
4560 "hash-db",4572 "hash-db",
4586[[package]]4598[[package]]
4587name = "sc-rpc-api"4599name = "sc-rpc-api"
4588version = "0.8.0-rc3"4600version = "0.8.0-rc3"
4589source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4601source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4590dependencies = [4602dependencies = [
4591 "derive_more",4603 "derive_more",
4592 "futures 0.3.5",4604 "futures 0.3.5",
4610[[package]]4622[[package]]
4611name = "sc-rpc-server"4623name = "sc-rpc-server"
4612version = "2.0.0-rc3"4624version = "2.0.0-rc3"
4613source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4625source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4614dependencies = [4626dependencies = [
4615 "jsonrpc-core",4627 "jsonrpc-core",
4616 "jsonrpc-http-server",4628 "jsonrpc-http-server",
4625[[package]]4637[[package]]
4626name = "sc-service"4638name = "sc-service"
4627version = "0.8.0-rc3"4639version = "0.8.0-rc3"
4628source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4640source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4629dependencies = [4641dependencies = [
4630 "derive_more",4642 "derive_more",
4631 "exit-future",4643 "exit-future",
4684[[package]]4696[[package]]
4685name = "sc-state-db"4697name = "sc-state-db"
4686version = "0.8.0-rc3"4698version = "0.8.0-rc3"
4687source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4699source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4688dependencies = [4700dependencies = [
4689 "log",4701 "log",
4690 "parity-scale-codec",4702 "parity-scale-codec",
4698[[package]]4710[[package]]
4699name = "sc-telemetry"4711name = "sc-telemetry"
4700version = "2.0.0-rc3"4712version = "2.0.0-rc3"
4701source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4713source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4702dependencies = [4714dependencies = [
4703 "bytes 0.5.6",4715 "bytes 0.5.6",
4704 "futures 0.3.5",4716 "futures 0.3.5",
4720[[package]]4732[[package]]
4721name = "sc-tracing"4733name = "sc-tracing"
4722version = "2.0.0-rc3"4734version = "2.0.0-rc3"
4723source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4735source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4724dependencies = [4736dependencies = [
4725 "erased-serde",4737 "erased-serde",
4726 "log",4738 "log",
4735[[package]]4747[[package]]
4736name = "sc-transaction-graph"4748name = "sc-transaction-graph"
4737version = "2.0.0-rc3"4749version = "2.0.0-rc3"
4738source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4750source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4739dependencies = [4751dependencies = [
4740 "derive_more",4752 "derive_more",
4741 "futures 0.3.5",4753 "futures 0.3.5",
4755[[package]]4767[[package]]
4756name = "sc-transaction-pool"4768name = "sc-transaction-pool"
4757version = "2.0.0-rc3"4769version = "2.0.0-rc3"
4758source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"4770source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
4759dependencies = [4771dependencies = [
4760 "derive_more",4772 "derive_more",
4761 "futures 0.3.5",4773 "futures 0.3.5",
5087[[package]]5099[[package]]
5088name = "sp-allocator"5100name = "sp-allocator"
5089version = "2.0.0-rc3"5101version = "2.0.0-rc3"
5090source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5102source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5091dependencies = [5103dependencies = [
5092 "derive_more",5104 "derive_more",
5093 "log",5105 "log",
5099[[package]]5111[[package]]
5100name = "sp-api"5112name = "sp-api"
5101version = "2.0.0-rc3"5113version = "2.0.0-rc3"
5102source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5114source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5103dependencies = [5115dependencies = [
5104 "hash-db",5116 "hash-db",
5105 "parity-scale-codec",5117 "parity-scale-codec",
5114[[package]]5126[[package]]
5115name = "sp-api-proc-macro"5127name = "sp-api-proc-macro"
5116version = "2.0.0-rc3"5128version = "2.0.0-rc3"
5117source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5129source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5118dependencies = [5130dependencies = [
5119 "blake2-rfc",5131 "blake2-rfc",
5120 "proc-macro-crate",5132 "proc-macro-crate",
5126[[package]]5138[[package]]
5127name = "sp-application-crypto"5139name = "sp-application-crypto"
5128version = "2.0.0-rc3"5140version = "2.0.0-rc3"
5129source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5141source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5130dependencies = [5142dependencies = [
5131 "parity-scale-codec",5143 "parity-scale-codec",
5132 "serde",5144 "serde",
5138[[package]]5150[[package]]
5139name = "sp-arithmetic"5151name = "sp-arithmetic"
5140version = "2.0.0-rc3"5152version = "2.0.0-rc3"
5141source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5153source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5142dependencies = [5154dependencies = [
5143 "integer-sqrt",5155 "integer-sqrt",
5144 "num-traits 0.2.12",5156 "num-traits 0.2.12",
5151[[package]]5163[[package]]
5152name = "sp-block-builder"5164name = "sp-block-builder"
5153version = "2.0.0-rc3"5165version = "2.0.0-rc3"
5154source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5166source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5155dependencies = [5167dependencies = [
5156 "parity-scale-codec",5168 "parity-scale-codec",
5157 "sp-api",5169 "sp-api",
5163[[package]]5175[[package]]
5164name = "sp-blockchain"5176name = "sp-blockchain"
5165version = "2.0.0-rc3"5177version = "2.0.0-rc3"
5166source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5178source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5167dependencies = [5179dependencies = [
5168 "derive_more",5180 "derive_more",
5169 "log",5181 "log",
5179[[package]]5191[[package]]
5180name = "sp-chain-spec"5192name = "sp-chain-spec"
5181version = "2.0.0-rc3"5193version = "2.0.0-rc3"
5182source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5194source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5183dependencies = [5195dependencies = [
5184 "serde",5196 "serde",
5185 "serde_json",5197 "serde_json",
5188[[package]]5200[[package]]
5189name = "sp-consensus"5201name = "sp-consensus"
5190version = "0.8.0-rc3"5202version = "0.8.0-rc3"
5191source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5203source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5192dependencies = [5204dependencies = [
5193 "derive_more",5205 "derive_more",
5194 "futures 0.3.5",5206 "futures 0.3.5",
5211[[package]]5223[[package]]
5212name = "sp-consensus-aura"5224name = "sp-consensus-aura"
5213version = "0.8.0-rc3"5225version = "0.8.0-rc3"
5214source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5226source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5215dependencies = [5227dependencies = [
5216 "parity-scale-codec",5228 "parity-scale-codec",
5217 "sp-api",5229 "sp-api",
5225[[package]]5237[[package]]
5226name = "sp-core"5238name = "sp-core"
5227version = "2.0.0-rc3"5239version = "2.0.0-rc3"
5228source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5240source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5229dependencies = [5241dependencies = [
5230 "base58",5242 "base58",
5231 "blake2-rfc",5243 "blake2-rfc",
5232 "byteorder",5244 "byteorder",
5233 "derive_more",5245 "derive_more",
5234 "ed25519-dalek",5246 "ed25519-dalek 1.0.0-pre.3 (git+https://github.com/usetech-llc/ed25519-dalek?tag=1.0.0-pre.3)",
5235 "futures 0.3.5",5247 "futures 0.3.5",
5236 "hash-db",5248 "hash-db",
5237 "hash256-std-hasher",5249 "hash256-std-hasher",
5267[[package]]5279[[package]]
5268name = "sp-database"5280name = "sp-database"
5269version = "2.0.0-rc3"5281version = "2.0.0-rc3"
5270source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5282source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5271dependencies = [5283dependencies = [
5272 "kvdb",5284 "kvdb",
5273 "parking_lot 0.10.2",5285 "parking_lot 0.10.2",
5276[[package]]5288[[package]]
5277name = "sp-debug-derive"5289name = "sp-debug-derive"
5278version = "2.0.0-rc3"5290version = "2.0.0-rc3"
5279source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5291source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5280dependencies = [5292dependencies = [
5281 "proc-macro2",5293 "proc-macro2",
5282 "quote 1.0.7",5294 "quote 1.0.7",
5286[[package]]5298[[package]]
5287name = "sp-externalities"5299name = "sp-externalities"
5288version = "0.8.0-rc3"5300version = "0.8.0-rc3"
5289source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5301source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5290dependencies = [5302dependencies = [
5291 "environmental",5303 "environmental",
5292 "parity-scale-codec",5304 "parity-scale-codec",
5297[[package]]5309[[package]]
5298name = "sp-finality-grandpa"5310name = "sp-finality-grandpa"
5299version = "2.0.0-rc3"5311version = "2.0.0-rc3"
5300source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5312source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5301dependencies = [5313dependencies = [
5302 "finality-grandpa",5314 "finality-grandpa",
5303 "log",5315 "log",
5313[[package]]5325[[package]]
5314name = "sp-finality-tracker"5326name = "sp-finality-tracker"
5315version = "2.0.0-rc3"5327version = "2.0.0-rc3"
5316source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5328source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5317dependencies = [5329dependencies = [
5318 "parity-scale-codec",5330 "parity-scale-codec",
5319 "sp-inherents",5331 "sp-inherents",
5323[[package]]5335[[package]]
5324name = "sp-inherents"5336name = "sp-inherents"
5325version = "2.0.0-rc3"5337version = "2.0.0-rc3"
5326source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5338source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5327dependencies = [5339dependencies = [
5328 "derive_more",5340 "derive_more",
5329 "parity-scale-codec",5341 "parity-scale-codec",
5335[[package]]5347[[package]]
5336name = "sp-io"5348name = "sp-io"
5337version = "2.0.0-rc3"5349version = "2.0.0-rc3"
5338source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5350source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5339dependencies = [5351dependencies = [
5340 "futures 0.3.5",5352 "futures 0.3.5",
5341 "hash-db",5353 "hash-db",
5355[[package]]5367[[package]]
5356name = "sp-keyring"5368name = "sp-keyring"
5357version = "2.0.0-rc3"5369version = "2.0.0-rc3"
5358source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5370source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5359dependencies = [5371dependencies = [
5360 "lazy_static",5372 "lazy_static",
5361 "sp-core",5373 "sp-core",
5366[[package]]5378[[package]]
5367name = "sp-offchain"5379name = "sp-offchain"
5368version = "2.0.0-rc3"5380version = "2.0.0-rc3"
5369source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5381source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5370dependencies = [5382dependencies = [
5371 "sp-api",5383 "sp-api",
5372 "sp-core",5384 "sp-core",
5376[[package]]5388[[package]]
5377name = "sp-panic-handler"5389name = "sp-panic-handler"
5378version = "2.0.0-rc3"5390version = "2.0.0-rc3"
5379source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5391source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5380dependencies = [5392dependencies = [
5381 "backtrace",5393 "backtrace",
5382 "log",5394 "log",
5385[[package]]5397[[package]]
5386name = "sp-rpc"5398name = "sp-rpc"
5387version = "2.0.0-rc3"5399version = "2.0.0-rc3"
5388source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5400source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5389dependencies = [5401dependencies = [
5390 "serde",5402 "serde",
5391 "sp-core",5403 "sp-core",
5394[[package]]5406[[package]]
5395name = "sp-runtime"5407name = "sp-runtime"
5396version = "2.0.0-rc3"5408version = "2.0.0-rc3"
5397source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5409source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5398dependencies = [5410dependencies = [
5399 "hash256-std-hasher",5411 "hash256-std-hasher",
5400 "impl-trait-for-tuples",5412 "impl-trait-for-tuples",
5415[[package]]5427[[package]]
5416name = "sp-runtime-interface"5428name = "sp-runtime-interface"
5417version = "2.0.0-rc3"5429version = "2.0.0-rc3"
5418source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5430source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5419dependencies = [5431dependencies = [
5420 "parity-scale-codec",5432 "parity-scale-codec",
5421 "primitive-types",5433 "primitive-types",
5430[[package]]5442[[package]]
5431name = "sp-runtime-interface-proc-macro"5443name = "sp-runtime-interface-proc-macro"
5432version = "2.0.0-rc3"5444version = "2.0.0-rc3"
5433source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5445source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5434dependencies = [5446dependencies = [
5435 "Inflector",5447 "Inflector",
5436 "proc-macro-crate",5448 "proc-macro-crate",
5442[[package]]5454[[package]]
5443name = "sp-sandbox"5455name = "sp-sandbox"
5444version = "0.8.0-rc3"5456version = "0.8.0-rc3"
5445source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5457source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5446dependencies = [5458dependencies = [
5447 "parity-scale-codec",5459 "parity-scale-codec",
5448 "sp-core",5460 "sp-core",
5455[[package]]5467[[package]]
5456name = "sp-serializer"5468name = "sp-serializer"
5457version = "2.0.0-rc3"5469version = "2.0.0-rc3"
5458source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5470source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5459dependencies = [5471dependencies = [
5460 "serde",5472 "serde",
5461 "serde_json",5473 "serde_json",
5464[[package]]5476[[package]]
5465name = "sp-session"5477name = "sp-session"
5466version = "2.0.0-rc3"5478version = "2.0.0-rc3"
5467source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5479source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5468dependencies = [5480dependencies = [
5469 "parity-scale-codec",5481 "parity-scale-codec",
5470 "sp-api",5482 "sp-api",
5477[[package]]5489[[package]]
5478name = "sp-staking"5490name = "sp-staking"
5479version = "2.0.0-rc3"5491version = "2.0.0-rc3"
5480source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5492source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5481dependencies = [5493dependencies = [
5482 "parity-scale-codec",5494 "parity-scale-codec",
5483 "sp-runtime",5495 "sp-runtime",
5487[[package]]5499[[package]]
5488name = "sp-state-machine"5500name = "sp-state-machine"
5489version = "0.8.0-rc3"5501version = "0.8.0-rc3"
5490source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5502source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5491dependencies = [5503dependencies = [
5492 "hash-db",5504 "hash-db",
5493 "log",5505 "log",
5506[[package]]5518[[package]]
5507name = "sp-std"5519name = "sp-std"
5508version = "2.0.0-rc3"5520version = "2.0.0-rc3"
5509source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5521source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
55105522
5511[[package]]5523[[package]]
5512name = "sp-storage"5524name = "sp-storage"
5513version = "2.0.0-rc3"5525version = "2.0.0-rc3"
5514source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5526source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5515dependencies = [5527dependencies = [
5516 "impl-serde 0.2.3",5528 "impl-serde 0.2.3",
5517 "ref-cast",5529 "ref-cast",
5523[[package]]5535[[package]]
5524name = "sp-timestamp"5536name = "sp-timestamp"
5525version = "2.0.0-rc3"5537version = "2.0.0-rc3"
5526source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5538source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5527dependencies = [5539dependencies = [
5528 "impl-trait-for-tuples",5540 "impl-trait-for-tuples",
5529 "parity-scale-codec",5541 "parity-scale-codec",
5537[[package]]5549[[package]]
5538name = "sp-tracing"5550name = "sp-tracing"
5539version = "2.0.0-rc3"5551version = "2.0.0-rc3"
5540source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5552source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5541dependencies = [5553dependencies = [
5542 "tracing",5554 "tracing",
5543]5555]
55445556
5545[[package]]5557[[package]]
5546name = "sp-transaction-pool"5558name = "sp-transaction-pool"
5547version = "2.0.0-rc3"5559version = "2.0.0-rc3"
5548source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5560source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5549dependencies = [5561dependencies = [
5550 "derive_more",5562 "derive_more",
5551 "futures 0.3.5",5563 "futures 0.3.5",
5561[[package]]5573[[package]]
5562name = "sp-trie"5574name = "sp-trie"
5563version = "2.0.0-rc3"5575version = "2.0.0-rc3"
5564source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5576source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5565dependencies = [5577dependencies = [
5566 "hash-db",5578 "hash-db",
5567 "memory-db",5579 "memory-db",
5575[[package]]5587[[package]]
5576name = "sp-utils"5588name = "sp-utils"
5577version = "2.0.0-rc3"5589version = "2.0.0-rc3"
5578source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5590source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5579dependencies = [5591dependencies = [
5580 "futures 0.3.5",5592 "futures 0.3.5",
5581 "futures-core",5593 "futures-core",
5586[[package]]5598[[package]]
5587name = "sp-version"5599name = "sp-version"
5588version = "2.0.0-rc3"5600version = "2.0.0-rc3"
5589source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5601source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5590dependencies = [5602dependencies = [
5591 "impl-serde 0.2.3",5603 "impl-serde 0.2.3",
5592 "parity-scale-codec",5604 "parity-scale-codec",
5598[[package]]5610[[package]]
5599name = "sp-wasm-interface"5611name = "sp-wasm-interface"
5600version = "2.0.0-rc3"5612version = "2.0.0-rc3"
5601source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5613source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5602dependencies = [5614dependencies = [
5603 "impl-trait-for-tuples",5615 "impl-trait-for-tuples",
5604 "parity-scale-codec",5616 "parity-scale-codec",
5717[[package]]5729[[package]]
5718name = "substrate-build-script-utils"5730name = "substrate-build-script-utils"
5719version = "2.0.0-rc3"5731version = "2.0.0-rc3"
5720source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5732source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5721dependencies = [5733dependencies = [
5722 "platforms",5734 "platforms",
5723]5735]
57245736
5725[[package]]5737[[package]]
5726name = "substrate-prometheus-endpoint"5738name = "substrate-prometheus-endpoint"
5727version = "0.8.0-rc3"5739version = "0.8.0-rc3"
5728source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5740source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
5729dependencies = [5741dependencies = [
5730 "async-std",5742 "async-std",
5731 "derive_more",5743 "derive_more",
5739[[package]]5751[[package]]
5740name = "substrate-wasm-builder-runner"5752name = "substrate-wasm-builder-runner"
5741version = "1.0.6"5753version = "1.0.6"
5742source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-rc3#34695a85650b58bcd7d7e2a677cafc2921251d68"5754source = "git+https://github.com/usetech-llc/substrate.git?branch=nft_rc3#4945a9806adc58b5e8eef01697f5e77de43117f0"
57435755
5744[[package]]5756[[package]]
5745name = "subtle"5757name = "subtle"
6256checksum = "bcc309f34008563989045a4c4dbcc5770467f3a3785ee80a9b5cc0d83362475f"6268checksum = "bcc309f34008563989045a4c4dbcc5770467f3a3785ee80a9b5cc0d83362475f"
6257dependencies = [6269dependencies = [
6258 "hash-db",6270 "hash-db",
6259 "hashbrown",6271 "hashbrown 0.6.3",
6260 "log",6272 "log",
6261 "rustc-hex",6273 "rustc-hex",
6262 "smallvec 1.4.1",6274 "smallvec 1.4.1",
64686480
6469[[package]]6481[[package]]
6470name = "wasm-bindgen"6482name = "wasm-bindgen"
6471version = "0.2.64"6483version = "0.2.65"
6472source = "registry+https://github.com/rust-lang/crates.io-index"6484source = "registry+https://github.com/rust-lang/crates.io-index"
6473checksum = "6a634620115e4a229108b71bde263bb4220c483b3f07f5ba514ee8d15064c4c2"6485checksum = "f3edbcc9536ab7eababcc6d2374a0b7bfe13a2b6d562c5e07f370456b1a8f33d"
6474dependencies = [6486dependencies = [
6475 "cfg-if",6487 "cfg-if",
6476 "wasm-bindgen-macro",6488 "wasm-bindgen-macro",
6477]6489]
64786490
6479[[package]]6491[[package]]
6480name = "wasm-bindgen-backend"6492name = "wasm-bindgen-backend"
6481version = "0.2.64"6493version = "0.2.65"
6482source = "registry+https://github.com/rust-lang/crates.io-index"6494source = "registry+https://github.com/rust-lang/crates.io-index"
6483checksum = "3e53963b583d18a5aa3aaae4b4c1cb535218246131ba22a71f05b518098571df"6495checksum = "89ed2fb8c84bfad20ea66b26a3743f3e7ba8735a69fe7d95118c33ec8fc1244d"
6484dependencies = [6496dependencies = [
6485 "bumpalo",6497 "bumpalo",
6486 "lazy_static",6498 "lazy_static",
64936505
6494[[package]]6506[[package]]
6495name = "wasm-bindgen-futures"6507name = "wasm-bindgen-futures"
6496version = "0.4.14"6508version = "0.4.15"
6497source = "registry+https://github.com/rust-lang/crates.io-index"6509source = "registry+https://github.com/rust-lang/crates.io-index"
6498checksum = "dba48d66049d2a6cc8488702e7259ab7afc9043ad0dc5448444f46f2a453b362"6510checksum = "41ad6e4e8b2b7f8c90b6e09a9b590ea15cb0d1dbe28502b5a405cd95d1981671"
6499dependencies = [6511dependencies = [
6500 "cfg-if",6512 "cfg-if",
6501 "js-sys",6513 "js-sys",
65056517
6506[[package]]6518[[package]]
6507name = "wasm-bindgen-macro"6519name = "wasm-bindgen-macro"
6508version = "0.2.64"6520version = "0.2.65"
6509source = "registry+https://github.com/rust-lang/crates.io-index"6521source = "registry+https://github.com/rust-lang/crates.io-index"
6510checksum = "3fcfd5ef6eec85623b4c6e844293d4516470d8f19cd72d0d12246017eb9060b8"6522checksum = "eb071268b031a64d92fc6cf691715ca5a40950694d8f683c5bb43db7c730929e"
6511dependencies = [6523dependencies = [
6512 "quote 1.0.7",6524 "quote 1.0.7",
6513 "wasm-bindgen-macro-support",6525 "wasm-bindgen-macro-support",
6514]6526]
65156527
6516[[package]]6528[[package]]
6517name = "wasm-bindgen-macro-support"6529name = "wasm-bindgen-macro-support"
6518version = "0.2.64"6530version = "0.2.65"
6519source = "registry+https://github.com/rust-lang/crates.io-index"6531source = "registry+https://github.com/rust-lang/crates.io-index"
6520checksum = "9adff9ee0e94b926ca81b57f57f86d5545cdcb1d259e21ec9bdd95b901754c75"6532checksum = "cf592c807080719d1ff2f245a687cbadb3ed28b2077ed7084b47aba8b691f2c6"
6521dependencies = [6533dependencies = [
6522 "proc-macro2",6534 "proc-macro2",
6523 "quote 1.0.7",6535 "quote 1.0.7",
65286540
6529[[package]]6541[[package]]
6530name = "wasm-bindgen-shared"6542name = "wasm-bindgen-shared"
6531version = "0.2.64"6543version = "0.2.65"
6532source = "registry+https://github.com/rust-lang/crates.io-index"6544source = "registry+https://github.com/rust-lang/crates.io-index"
6533checksum = "7f7b90ea6c632dd06fd765d44542e234d5e63d9bb917ecd64d79778a13bd79ae"6545checksum = "72b6c0220ded549d63860c78c38f3bcc558d1ca3f4efa74942c536ddbbb55e87"
65346546
6535[[package]]6547[[package]]
6536name = "wasm-timer"6548name = "wasm-timer"
65736585
6574[[package]]6586[[package]]
6575name = "web-sys"6587name = "web-sys"
6576version = "0.3.41"6588version = "0.3.42"
6577source = "registry+https://github.com/rust-lang/crates.io-index"6589source = "registry+https://github.com/rust-lang/crates.io-index"
6578checksum = "863539788676619aac1a23e2df3655e96b32b0e05eb72ca34ba045ad573c625d"6590checksum = "8be2398f326b7ba09815d0b403095f34dd708579220d099caae89be0b32137b2"
6579dependencies = [6591dependencies = [
6580 "js-sys",6592 "js-sys",
6581 "wasm-bindgen",6593 "wasm-bindgen",
modifiednode/Cargo.tomldiffbeforeafterboth
1[build-dependencies.substrate-build-script-utils]1[build-dependencies.substrate-build-script-utils]
2git = 'https://github.com/paritytech/substrate.git'2git = 'https://github.com/usetech-llc/substrate.git'
3tag = 'v2.0.0-rc3'3branch = 'nft_rc3'
4version = '2.0.0-rc3'4version = '2.0.0-rc3'
55
6[[bin]]6[[bin]]
7name = 'nft'7name = 'nft'
88
9[package]9[package]
10authors = ['Substrate DevHub <https://github.com/substrate-developer-hub>']10authors = ['UseTech Professional <https://usetech.com/blockchain>']
11build = 'build.rs'11build = 'build.rs'
12description = 'Substrate node nft'12description = 'Substrate node nft'
13edition = '2018'13edition = '2018'
14homepage = 'https://substrate.io'14homepage = 'https://usetech.com/blockchain'
15license = 'Unlicense'15license = 'Unlicense'
16name = 'nft'16name = 'nft'
17repository = 'https://github.com/substrate-developer-hub/nft/'17repository = 'https://github.com/substrate-developer-hub/nft/'
32version = '2.0.0-rc3'32version = '2.0.0-rc3'
3333
34[dependencies.sc-basic-authorship]34[dependencies.sc-basic-authorship]
35git = 'https://github.com/paritytech/substrate.git'35git = 'https://github.com/usetech-llc/substrate.git'
36tag = 'v2.0.0-rc3'36branch = 'nft_rc3'
37version = '0.8.0-rc3'37version = '0.8.0-rc3'
3838
39[dependencies.sc-cli]39[dependencies.sc-cli]
40git = 'https://github.com/paritytech/substrate.git'40git = 'https://github.com/usetech-llc/substrate.git'
41tag = 'v2.0.0-rc3'41branch = 'nft_rc3'
42version = '0.8.0-rc3'42version = '0.8.0-rc3'
4343
44[dependencies.sc-client-api]44[dependencies.sc-client-api]
45git = 'https://github.com/paritytech/substrate.git'45git = 'https://github.com/usetech-llc/substrate.git'
46tag = 'v2.0.0-rc3'46branch = 'nft_rc3'
47version = '2.0.0-rc3'47version = '2.0.0-rc3'
4848
49[dependencies.sc-consensus]49[dependencies.sc-consensus]
50git = 'https://github.com/paritytech/substrate.git'50git = 'https://github.com/usetech-llc/substrate.git'
51tag = 'v2.0.0-rc3'51branch = 'nft_rc3'
52version = '0.8.0-rc3'52version = '0.8.0-rc3'
5353
54[dependencies.pallet-contracts-rpc]54[dependencies.pallet-contracts-rpc]
55git = 'https://github.com/paritytech/substrate.git'55git = 'https://github.com/usetech-llc/substrate.git'
56version = '0.8.0-rc3'56version = '0.8.0-rc3'
57tag = 'v2.0.0-rc3'57branch = 'nft_rc3'
5858
59[dependencies.sc-rpc]59[dependencies.sc-rpc]
60git = 'https://github.com/paritytech/substrate.git'60git = 'https://github.com/usetech-llc/substrate.git'
61tag = 'v2.0.0-rc3'61branch = 'nft_rc3'
6262
63[dependencies.sc-consensus-aura]63[dependencies.sc-consensus-aura]
64git = 'https://github.com/paritytech/substrate.git'64git = 'https://github.com/usetech-llc/substrate.git'
65tag = 'v2.0.0-rc3'65branch = 'nft_rc3'
66version = '0.8.0-rc3'66version = '0.8.0-rc3'
6767
68[dependencies.sc-executor]68[dependencies.sc-executor]
69git = 'https://github.com/paritytech/substrate.git'69git = 'https://github.com/usetech-llc/substrate.git'
70tag = 'v2.0.0-rc3'70branch = 'nft_rc3'
71version = '0.8.0-rc3'71version = '0.8.0-rc3'
7272
73[dependencies.sc-finality-grandpa]73[dependencies.sc-finality-grandpa]
74git = 'https://github.com/paritytech/substrate.git'74git = 'https://github.com/usetech-llc/substrate.git'
75tag = 'v2.0.0-rc3'75branch = 'nft_rc3'
76version = '0.8.0-rc3'76version = '0.8.0-rc3'
7777
78[dependencies.sc-network]78[dependencies.sc-network]
79git = 'https://github.com/paritytech/substrate.git'79git = 'https://github.com/usetech-llc/substrate.git'
80tag = 'v2.0.0-rc3'80branch = 'nft_rc3'
81version = '0.8.0-rc3'81version = '0.8.0-rc3'
8282
83[dependencies.sc-service]83[dependencies.sc-service]
84git = 'https://github.com/paritytech/substrate.git'84git = 'https://github.com/usetech-llc/substrate.git'
85tag = 'v2.0.0-rc3'85branch = 'nft_rc3'
86version = '0.8.0-rc3'86version = '0.8.0-rc3'
8787
88[dependencies.sc-transaction-pool]88[dependencies.sc-transaction-pool]
89git = 'https://github.com/paritytech/substrate.git'89git = 'https://github.com/usetech-llc/substrate.git'
90tag = 'v2.0.0-rc3'90branch = 'nft_rc3'
91version = '2.0.0-rc3'91version = '2.0.0-rc3'
9292
93[dependencies.sp-consensus]93[dependencies.sp-consensus]
94git = 'https://github.com/paritytech/substrate.git'94git = 'https://github.com/usetech-llc/substrate.git'
95tag = 'v2.0.0-rc3'95branch = 'nft_rc3'
96version = '0.8.0-rc3'96version = '0.8.0-rc3'
9797
98[dependencies.sp-consensus-aura]98[dependencies.sp-consensus-aura]
99git = 'https://github.com/paritytech/substrate.git'99git = 'https://github.com/usetech-llc/substrate.git'
100tag = 'v2.0.0-rc3'100branch = 'nft_rc3'
101version = '0.8.0-rc3'101version = '0.8.0-rc3'
102102
103[dependencies.sp-core]103[dependencies.sp-core]
104git = 'https://github.com/paritytech/substrate.git'104git = 'https://github.com/usetech-llc/substrate.git'
105tag = 'v2.0.0-rc3'105branch = 'nft_rc3'
106version = '2.0.0-rc3'106version = '2.0.0-rc3'
107107
108[dependencies.sp-finality-grandpa]108[dependencies.sp-finality-grandpa]
109git = 'https://github.com/paritytech/substrate.git'109git = 'https://github.com/usetech-llc/substrate.git'
110tag = 'v2.0.0-rc3'110branch = 'nft_rc3'
111version = '2.0.0-rc3'111version = '2.0.0-rc3'
112112
113[dependencies.sp-inherents]113[dependencies.sp-inherents]
114git = 'https://github.com/paritytech/substrate.git'114git = 'https://github.com/usetech-llc/substrate.git'
115tag = 'v2.0.0-rc3'115branch = 'nft_rc3'
116version = '2.0.0-rc3'116version = '2.0.0-rc3'
117117
118[dependencies.sp-runtime]118[dependencies.sp-runtime]
119git = 'https://github.com/paritytech/substrate.git'119git = 'https://github.com/usetech-llc/substrate.git'
120tag = 'v2.0.0-rc3'120branch = 'nft_rc3'
121version = '2.0.0-rc3'121version = '2.0.0-rc3'
122122
123[dependencies.sp-transaction-pool]123[dependencies.sp-transaction-pool]
124git = 'https://github.com/paritytech/substrate.git'124git = 'https://github.com/usetech-llc/substrate.git'
125tag = 'v2.0.0-rc3'125branch = 'nft_rc3'
126version = '2.0.0-rc3'126version = '2.0.0-rc3'
127127
modifiedpallets/nft/Cargo.tomldiffbeforeafterboth
66
7[dependencies.frame-support]7[dependencies.frame-support]
8default-features = false8default-features = false
9git = 'https://github.com/paritytech/substrate.git'9git = 'https://github.com/usetech-llc/substrate.git'
10tag = 'v2.0.0-rc3'10branch = 'nft_rc3'
11version = '2.0.0-rc3'11version = '2.0.0-rc3'
1212
13[dependencies.frame-system]13[dependencies.frame-system]
14default-features = false14default-features = false
15git = 'https://github.com/paritytech/substrate.git'15git = 'https://github.com/usetech-llc/substrate.git'
16tag = 'v2.0.0-rc3'16branch = 'nft_rc3'
17version = '2.0.0-rc3'17version = '2.0.0-rc3'
18[dev-dependencies.sp-core]18[dev-dependencies.sp-core]
19default-features = false19default-features = false
20git = 'https://github.com/paritytech/substrate.git'20git = 'https://github.com/usetech-llc/substrate.git'
21tag = 'v2.0.0-rc3'21branch = 'nft_rc3'
22version = '2.0.0-rc3'22version = '2.0.0-rc3'
2323
24[dev-dependencies.sp-io]24[dev-dependencies.sp-io]
25default-features = false25default-features = false
26git = 'https://github.com/paritytech/substrate.git'26git = 'https://github.com/usetech-llc/substrate.git'
27tag = 'v2.0.0-rc3'27branch = 'nft_rc3'
28version = '2.0.0-rc3'28version = '2.0.0-rc3'
2929
30[dependencies.sp-runtime]30[dependencies.sp-runtime]
31default-features = false31default-features = false
32git = 'https://github.com/paritytech/substrate.git'32git = 'https://github.com/usetech-llc/substrate.git'
33tag = 'v2.0.0-rc3'33branch = 'nft_rc3'
34version = '2.0.0-rc3'34version = '2.0.0-rc3'
3535
36[package]36[package]
modifiedruntime/Cargo.tomldiffbeforeafterboth
1[dependencies.aura]1[dependencies.aura]
2default-features = false2default-features = false
3git = 'https://github.com/paritytech/substrate.git'3git = 'https://github.com/usetech-llc/substrate.git'
4package = 'pallet-aura'4package = 'pallet-aura'
5tag = 'v2.0.0-rc3'5branch = 'nft_rc3'
6version = '2.0.0-rc3'6version = '2.0.0-rc3'
77
8[dependencies.balances]8[dependencies.balances]
9default-features = false9default-features = false
10git = 'https://github.com/paritytech/substrate.git'10git = 'https://github.com/usetech-llc/substrate.git'
11package = 'pallet-balances'11package = 'pallet-balances'
12tag = 'v2.0.0-rc3'12branch = 'nft_rc3'
13version = '2.0.0-rc3'13version = '2.0.0-rc3'
1414
15[dependencies.codec]15[dependencies.codec]
19version = '1.3.0'19version = '1.3.0'
2020
21[dependencies.contracts]21[dependencies.contracts]
22git = 'https://github.com/paritytech/substrate.git'22git = 'https://github.com/usetech-llc/substrate.git'
23default-features = false23default-features = false
24package = 'pallet-contracts'24package = 'pallet-contracts'
25tag = 'v2.0.0-rc3'25branch = 'nft_rc3'
26version = '2.0.0-rc3'26version = '2.0.0-rc3'
2727
28[dependencies.contracts-primitives]28[dependencies.contracts-primitives]
29git = 'https://github.com/paritytech/substrate.git'29git = 'https://github.com/usetech-llc/substrate.git'
30default-features = false30default-features = false
31package = 'pallet-contracts-primitives'31package = 'pallet-contracts-primitives'
32tag = 'v2.0.0-rc3'32branch = 'nft_rc3'
33version = '2.0.0-rc3'33version = '2.0.0-rc3'
3434
35[dependencies.contracts-rpc-runtime-api]35[dependencies.contracts-rpc-runtime-api]
36git = 'https://github.com/paritytech/substrate.git'36git = 'https://github.com/usetech-llc/substrate.git'
37default-features = false37default-features = false
38package = 'pallet-contracts-rpc-runtime-api'38package = 'pallet-contracts-rpc-runtime-api'
39version = '0.8.0-rc3'39version = '0.8.0-rc3'
40tag = 'v2.0.0-rc3'40branch = 'nft_rc3'
4141
42[dependencies.frame-executive]42[dependencies.frame-executive]
43default-features = false43default-features = false
44git = 'https://github.com/paritytech/substrate.git'44git = 'https://github.com/usetech-llc/substrate.git'
45tag = 'v2.0.0-rc3'45branch = 'nft_rc3'
46version = '2.0.0-rc3'46version = '2.0.0-rc3'
4747
48[dependencies.frame-support]48[dependencies.frame-support]
49default-features = false49default-features = false
50git = 'https://github.com/paritytech/substrate.git'50git = 'https://github.com/usetech-llc/substrate.git'
51tag = 'v2.0.0-rc3'51branch = 'nft_rc3'
52version = '2.0.0-rc3'52version = '2.0.0-rc3'
5353
54[dependencies.grandpa]54[dependencies.grandpa]
55default-features = false55default-features = false
56git = 'https://github.com/paritytech/substrate.git'56git = 'https://github.com/usetech-llc/substrate.git'
57package = 'pallet-grandpa'57package = 'pallet-grandpa'
58tag = 'v2.0.0-rc3'58branch = 'nft_rc3'
59version = '2.0.0-rc3'59version = '2.0.0-rc3'
6060
61[dependencies.randomness-collective-flip]61[dependencies.randomness-collective-flip]
62default-features = false62default-features = false
63git = 'https://github.com/paritytech/substrate.git'63git = 'https://github.com/usetech-llc/substrate.git'
64package = 'pallet-randomness-collective-flip'64package = 'pallet-randomness-collective-flip'
65tag = 'v2.0.0-rc3'65branch = 'nft_rc3'
66version = '2.0.0-rc3'66version = '2.0.0-rc3'
6767
68[dependencies.serde]68[dependencies.serde]
7272
73[dependencies.sp-api]73[dependencies.sp-api]
74default-features = false74default-features = false
75git = 'https://github.com/paritytech/substrate.git'75git = 'https://github.com/usetech-llc/substrate.git'
76tag = 'v2.0.0-rc3'76branch = 'nft_rc3'
77version = '2.0.0-rc3'77version = '2.0.0-rc3'
7878
79[dependencies.sp-block-builder]79[dependencies.sp-block-builder]
80default-features = false80default-features = false
81git = 'https://github.com/paritytech/substrate.git'81git = 'https://github.com/usetech-llc/substrate.git'
82tag = 'v2.0.0-rc3'82branch = 'nft_rc3'
83version = '2.0.0-rc3'83version = '2.0.0-rc3'
8484
85[dependencies.sp-consensus-aura]85[dependencies.sp-consensus-aura]
86default-features = false86default-features = false
87git = 'https://github.com/paritytech/substrate.git'87git = 'https://github.com/usetech-llc/substrate.git'
88tag = 'v2.0.0-rc3'88branch = 'nft_rc3'
89version = '0.8.0-rc3'89version = '0.8.0-rc3'
9090
91[dependencies.sp-core]91[dependencies.sp-core]
92default-features = false92default-features = false
93git = 'https://github.com/paritytech/substrate.git'93git = 'https://github.com/usetech-llc/substrate.git'
94tag = 'v2.0.0-rc3'94branch = 'nft_rc3'
95version = '2.0.0-rc3'95version = '2.0.0-rc3'
9696
97[dependencies.sp-inherents]97[dependencies.sp-inherents]
98default-features = false98default-features = false
99git = 'https://github.com/paritytech/substrate.git'99git = 'https://github.com/usetech-llc/substrate.git'
100tag = 'v2.0.0-rc3'100branch = 'nft_rc3'
101version = '2.0.0-rc3'101version = '2.0.0-rc3'
102102
103[dependencies.sp-io]103[dependencies.sp-io]
104default-features = false104default-features = false
105git = 'https://github.com/paritytech/substrate.git'105git = 'https://github.com/usetech-llc/substrate.git'
106tag = 'v2.0.0-rc3'106branch = 'nft_rc3'
107version = '2.0.0-rc3'107version = '2.0.0-rc3'
108108
109[dependencies.sp-offchain]109[dependencies.sp-offchain]
110default-features = false110default-features = false
111git = 'https://github.com/paritytech/substrate.git'111git = 'https://github.com/usetech-llc/substrate.git'
112tag = 'v2.0.0-rc3'112branch = 'nft_rc3'
113version = '2.0.0-rc3'113version = '2.0.0-rc3'
114114
115[dependencies.sp-runtime]115[dependencies.sp-runtime]
116default-features = false116default-features = false
117git = 'https://github.com/paritytech/substrate.git'117git = 'https://github.com/usetech-llc/substrate.git'
118tag = 'v2.0.0-rc3'118branch = 'nft_rc3'
119version = '2.0.0-rc3'119version = '2.0.0-rc3'
120120
121[dependencies.sp-session]121[dependencies.sp-session]
122default-features = false122default-features = false
123git = 'https://github.com/paritytech/substrate.git'123git = 'https://github.com/usetech-llc/substrate.git'
124tag = 'v2.0.0-rc3'124branch = 'nft_rc3'
125version = '2.0.0-rc3'125version = '2.0.0-rc3'
126126
127[dependencies.sp-std]127[dependencies.sp-std]
128default-features = false128default-features = false
129git = 'https://github.com/paritytech/substrate.git'129git = 'https://github.com/usetech-llc/substrate.git'
130tag = 'v2.0.0-rc3'130branch = 'nft_rc3'
131version = '2.0.0-rc3'131version = '2.0.0-rc3'
132132
133[dependencies.sp-transaction-pool]133[dependencies.sp-transaction-pool]
134default-features = false134default-features = false
135git = 'https://github.com/paritytech/substrate.git'135git = 'https://github.com/usetech-llc/substrate.git'
136tag = 'v2.0.0-rc3'136branch = 'nft_rc3'
137version = '2.0.0-rc3'137version = '2.0.0-rc3'
138138
139[dependencies.sp-version]139[dependencies.sp-version]
140default-features = false140default-features = false
141git = 'https://github.com/paritytech/substrate.git'141git = 'https://github.com/usetech-llc/substrate.git'
142tag = 'v2.0.0-rc3'142branch = 'nft_rc3'
143version = '2.0.0-rc3'143version = '2.0.0-rc3'
144144
145[dependencies.sudo]145[dependencies.sudo]
146default-features = false146default-features = false
147git = 'https://github.com/paritytech/substrate.git'147git = 'https://github.com/usetech-llc/substrate.git'
148package = 'pallet-sudo'148package = 'pallet-sudo'
149tag = 'v2.0.0-rc3'149branch = 'nft_rc3'
150version = '2.0.0-rc3'150version = '2.0.0-rc3'
151151
152[dependencies.system]152[dependencies.system]
153default-features = false153default-features = false
154git = 'https://github.com/paritytech/substrate.git'154git = 'https://github.com/usetech-llc/substrate.git'
155package = 'frame-system'155package = 'frame-system'
156tag = 'v2.0.0-rc3'156branch = 'nft_rc3'
157version = '2.0.0-rc3'157version = '2.0.0-rc3'
158158
159[dependencies.nft]159[dependencies.nft]
164164
165[dependencies.timestamp]165[dependencies.timestamp]
166default-features = false166default-features = false
167git = 'https://github.com/paritytech/substrate.git'167git = 'https://github.com/usetech-llc/substrate.git'
168package = 'pallet-timestamp'168package = 'pallet-timestamp'
169tag = 'v2.0.0-rc3'169branch = 'nft_rc3'
170version = '2.0.0-rc3'170version = '2.0.0-rc3'
171171
172[dependencies.transaction-payment]172[dependencies.transaction-payment]
173default-features = false173default-features = false
174git = 'https://github.com/paritytech/substrate.git'174git = 'https://github.com/usetech-llc/substrate.git'
175package = 'pallet-transaction-payment'175package = 'pallet-transaction-payment'
176tag = 'v2.0.0-rc3'176branch = 'nft_rc3'
177version = '2.0.0-rc3'177version = '2.0.0-rc3'
178[build-dependencies.wasm-builder-runner]178[build-dependencies.wasm-builder-runner]
179git = 'https://github.com/paritytech/substrate.git'179git = 'https://github.com/usetech-llc/substrate.git'
180package = 'substrate-wasm-builder-runner'180package = 'substrate-wasm-builder-runner'
181tag = 'v2.0.0-rc3'181branch = 'nft_rc3'
182version = '1.0.5'182version = '1.0.5'
183183
184[package]184[package]