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
before · Cargo.lock
589 packageslockfile v1
modifiednode/Cargo.tomldiffbeforeafterboth
--- a/node/Cargo.toml
+++ b/node/Cargo.toml
@@ -1,17 +1,17 @@
 [build-dependencies.substrate-build-script-utils]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [[bin]]
 name = 'nft'
 
 [package]
-authors = ['Substrate DevHub <https://github.com/substrate-developer-hub>']
+authors = ['UseTech Professional <https://usetech.com/blockchain>']
 build = 'build.rs'
 description = 'Substrate node nft'
 edition = '2018'
-homepage = 'https://substrate.io'
+homepage = 'https://usetech.com/blockchain'
 license = 'Unlicense'
 name = 'nft'
 repository = 'https://github.com/substrate-developer-hub/nft/'
@@ -32,95 +32,95 @@
 version = '2.0.0-rc3'
 
 [dependencies.sc-basic-authorship]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '0.8.0-rc3'
 
 [dependencies.sc-cli]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '0.8.0-rc3'
 
 [dependencies.sc-client-api]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sc-consensus]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '0.8.0-rc3'
 
 [dependencies.pallet-contracts-rpc]
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/usetech-llc/substrate.git'
 version = '0.8.0-rc3'
-tag = 'v2.0.0-rc3'
+branch = 'nft_rc3'
 
 [dependencies.sc-rpc]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 
 [dependencies.sc-consensus-aura]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '0.8.0-rc3'
 
 [dependencies.sc-executor]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '0.8.0-rc3'
 
 [dependencies.sc-finality-grandpa]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '0.8.0-rc3'
 
 [dependencies.sc-network]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '0.8.0-rc3'
 
 [dependencies.sc-service]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '0.8.0-rc3'
 
 [dependencies.sc-transaction-pool]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-consensus]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '0.8.0-rc3'
 
 [dependencies.sp-consensus-aura]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '0.8.0-rc3'
 
 [dependencies.sp-core]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-finality-grandpa]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-inherents]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-runtime]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-transaction-pool]
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
modifiedpallets/nft/Cargo.tomldiffbeforeafterboth
--- a/pallets/nft/Cargo.toml
+++ b/pallets/nft/Cargo.toml
@@ -6,31 +6,31 @@
 
 [dependencies.frame-support]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.frame-system]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 [dev-dependencies.sp-core]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dev-dependencies.sp-io]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-runtime]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [package]
modifiedruntime/Cargo.tomldiffbeforeafterboth
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -1,15 +1,15 @@
 [dependencies.aura]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/usetech-llc/substrate.git'
 package = 'pallet-aura'
-tag = 'v2.0.0-rc3'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.balances]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/usetech-llc/substrate.git'
 package = 'pallet-balances'
-tag = 'v2.0.0-rc3'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.codec]
@@ -19,50 +19,50 @@
 version = '1.3.0'
 
 [dependencies.contracts]
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/usetech-llc/substrate.git'
 default-features = false
 package = 'pallet-contracts'
-tag = 'v2.0.0-rc3'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.contracts-primitives]
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/usetech-llc/substrate.git'
 default-features = false
 package = 'pallet-contracts-primitives'
-tag = 'v2.0.0-rc3'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.contracts-rpc-runtime-api]
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/usetech-llc/substrate.git'
 default-features = false
 package = 'pallet-contracts-rpc-runtime-api'
 version = '0.8.0-rc3'
-tag = 'v2.0.0-rc3'
+branch = 'nft_rc3'
 
 [dependencies.frame-executive]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.frame-support]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.grandpa]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/usetech-llc/substrate.git'
 package = 'pallet-grandpa'
-tag = 'v2.0.0-rc3'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.randomness-collective-flip]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/usetech-llc/substrate.git'
 package = 'pallet-randomness-collective-flip'
-tag = 'v2.0.0-rc3'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.serde]
@@ -72,88 +72,88 @@
 
 [dependencies.sp-api]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-block-builder]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-consensus-aura]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '0.8.0-rc3'
 
 [dependencies.sp-core]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-inherents]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-io]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-offchain]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-runtime]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-session]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-std]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-transaction-pool]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sp-version]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
-tag = 'v2.0.0-rc3'
+git = 'https://github.com/usetech-llc/substrate.git'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.sudo]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/usetech-llc/substrate.git'
 package = 'pallet-sudo'
-tag = 'v2.0.0-rc3'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.system]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/usetech-llc/substrate.git'
 package = 'frame-system'
-tag = 'v2.0.0-rc3'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.nft]
@@ -164,21 +164,21 @@
 
 [dependencies.timestamp]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/usetech-llc/substrate.git'
 package = 'pallet-timestamp'
-tag = 'v2.0.0-rc3'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 
 [dependencies.transaction-payment]
 default-features = false
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/usetech-llc/substrate.git'
 package = 'pallet-transaction-payment'
-tag = 'v2.0.0-rc3'
+branch = 'nft_rc3'
 version = '2.0.0-rc3'
 [build-dependencies.wasm-builder-runner]
-git = 'https://github.com/paritytech/substrate.git'
+git = 'https://github.com/usetech-llc/substrate.git'
 package = 'substrate-wasm-builder-runner'
-tag = 'v2.0.0-rc3'
+branch = 'nft_rc3'
 version = '1.0.5'
 
 [package]