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

difftreelog

Fix calls contract example (builds)

Greg Zaitsev2020-07-13parent: #8f6e068.patch.diff
in: master

6 files changed

modifiedsmart_contract/ink-types-node-runtime/Cargo.lockdiffbeforeafterboth
--- a/smart_contract/ink-types-node-runtime/Cargo.lock
+++ b/smart_contract/ink-types-node-runtime/Cargo.lock
@@ -577,7 +577,7 @@
 [[package]]
 name = "frame-benchmarking"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -594,7 +594,7 @@
 [[package]]
 name = "frame-executive"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -609,7 +609,7 @@
 [[package]]
 name = "frame-metadata"
 version = "11.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "serde",
@@ -620,7 +620,7 @@
 [[package]]
 name = "frame-support"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "bitmask",
  "frame-metadata",
@@ -645,7 +645,7 @@
 [[package]]
 name = "frame-support-procedural"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support-procedural-tools",
  "proc-macro2",
@@ -656,7 +656,7 @@
 [[package]]
 name = "frame-support-procedural-tools"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support-procedural-tools-derive",
  "proc-macro-crate",
@@ -668,7 +668,7 @@
 [[package]]
 name = "frame-support-procedural-tools-derive"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -678,7 +678,7 @@
 [[package]]
 name = "frame-system"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "impl-trait-for-tuples",
@@ -694,7 +694,7 @@
 [[package]]
 name = "frame-system-rpc-runtime-api"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -1591,7 +1591,7 @@
 [[package]]
 name = "node-primitives"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-system",
  "parity-scale-codec",
@@ -1603,7 +1603,7 @@
 [[package]]
 name = "node-runtime"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-benchmarking",
  "frame-executive",
@@ -1758,7 +1758,7 @@
 [[package]]
 name = "pallet-authority-discovery"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1774,7 +1774,7 @@
 [[package]]
 name = "pallet-authorship"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1789,7 +1789,7 @@
 [[package]]
 name = "pallet-babe"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1811,7 +1811,7 @@
 [[package]]
 name = "pallet-balances"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -1825,7 +1825,7 @@
 [[package]]
 name = "pallet-collective"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1840,7 +1840,7 @@
 [[package]]
 name = "pallet-contracts"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1860,7 +1860,7 @@
 [[package]]
 name = "pallet-contracts-primitives"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "sp-runtime",
@@ -1870,7 +1870,7 @@
 [[package]]
 name = "pallet-contracts-rpc-runtime-api"
 version = "0.8.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "pallet-contracts-primitives",
  "parity-scale-codec",
@@ -1882,7 +1882,7 @@
 [[package]]
 name = "pallet-democracy"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -1897,7 +1897,7 @@
 [[package]]
 name = "pallet-elections-phragmen"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1911,7 +1911,7 @@
 [[package]]
 name = "pallet-finality-tracker"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1927,7 +1927,7 @@
 [[package]]
 name = "pallet-grandpa"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1947,7 +1947,7 @@
 [[package]]
 name = "pallet-identity"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "enumflags2",
  "frame-benchmarking",
@@ -1963,7 +1963,7 @@
 [[package]]
 name = "pallet-im-online"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1982,7 +1982,7 @@
 [[package]]
 name = "pallet-indices"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1998,7 +1998,7 @@
 [[package]]
 name = "pallet-membership"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2012,7 +2012,7 @@
 [[package]]
 name = "pallet-multisig"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2027,7 +2027,7 @@
 [[package]]
 name = "pallet-offences"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2042,7 +2042,7 @@
 [[package]]
 name = "pallet-proxy"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2057,7 +2057,7 @@
 [[package]]
 name = "pallet-randomness-collective-flip"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2070,7 +2070,7 @@
 [[package]]
 name = "pallet-recovery"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "enumflags2",
  "frame-support",
@@ -2085,7 +2085,7 @@
 [[package]]
 name = "pallet-scheduler"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -2100,7 +2100,7 @@
 [[package]]
 name = "pallet-session"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2120,7 +2120,7 @@
 [[package]]
 name = "pallet-society"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2134,7 +2134,7 @@
 [[package]]
 name = "pallet-staking"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2154,7 +2154,7 @@
 [[package]]
 name = "pallet-staking-reward-curve"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -2165,7 +2165,7 @@
 [[package]]
 name = "pallet-sudo"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2179,7 +2179,7 @@
 [[package]]
 name = "pallet-timestamp"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -2196,7 +2196,7 @@
 [[package]]
 name = "pallet-transaction-payment"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2211,7 +2211,7 @@
 [[package]]
 name = "pallet-transaction-payment-rpc-runtime-api"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "parity-scale-codec",
@@ -2224,7 +2224,7 @@
 [[package]]
 name = "pallet-treasury"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2238,7 +2238,7 @@
 [[package]]
 name = "pallet-utility"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -2253,7 +2253,7 @@
 [[package]]
 name = "pallet-vesting"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "enumflags2",
  "frame-support",
@@ -3062,7 +3062,7 @@
 [[package]]
 name = "sp-api"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "hash-db",
  "parity-scale-codec",
@@ -3077,7 +3077,7 @@
 [[package]]
 name = "sp-api-proc-macro"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "blake2-rfc",
  "proc-macro-crate",
@@ -3089,7 +3089,7 @@
 [[package]]
 name = "sp-application-crypto"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "serde",
@@ -3101,7 +3101,7 @@
 [[package]]
 name = "sp-arithmetic"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "integer-sqrt",
  "num-traits",
@@ -3114,7 +3114,7 @@
 [[package]]
 name = "sp-authority-discovery"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -3126,7 +3126,7 @@
 [[package]]
 name = "sp-authorship"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "sp-inherents",
@@ -3137,7 +3137,7 @@
 [[package]]
 name = "sp-block-builder"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -3149,7 +3149,7 @@
 [[package]]
 name = "sp-blockchain"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "derive_more",
  "log",
@@ -3165,7 +3165,7 @@
 [[package]]
 name = "sp-consensus"
 version = "0.8.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "derive_more",
  "futures",
@@ -3189,7 +3189,7 @@
 [[package]]
 name = "sp-consensus-babe"
 version = "0.8.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "merlin",
  "parity-scale-codec",
@@ -3207,7 +3207,7 @@
 [[package]]
 name = "sp-consensus-vrf"
 version = "0.8.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "schnorrkel",
@@ -3219,7 +3219,7 @@
 [[package]]
 name = "sp-core"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "base58",
  "blake2-rfc",
@@ -3261,7 +3261,7 @@
 [[package]]
 name = "sp-debug-derive"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -3271,7 +3271,7 @@
 [[package]]
 name = "sp-externalities"
 version = "0.8.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "environmental",
  "parity-scale-codec",
@@ -3282,7 +3282,7 @@
 [[package]]
 name = "sp-finality-grandpa"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "finality-grandpa",
  "log",
@@ -3298,7 +3298,7 @@
 [[package]]
 name = "sp-finality-tracker"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "sp-inherents",
@@ -3308,7 +3308,7 @@
 [[package]]
 name = "sp-inherents"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "derive_more",
  "parity-scale-codec",
@@ -3320,7 +3320,7 @@
 [[package]]
 name = "sp-io"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "futures",
  "hash-db",
@@ -3341,7 +3341,7 @@
 [[package]]
 name = "sp-keyring"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "lazy_static",
  "sp-core",
@@ -3352,7 +3352,7 @@
 [[package]]
 name = "sp-npos-elections"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "serde",
@@ -3364,7 +3364,7 @@
 [[package]]
 name = "sp-npos-elections-compact"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -3375,7 +3375,7 @@
 [[package]]
 name = "sp-offchain"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "sp-api",
  "sp-core",
@@ -3385,7 +3385,7 @@
 [[package]]
 name = "sp-panic-handler"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "backtrace",
  "log",
@@ -3394,7 +3394,7 @@
 [[package]]
 name = "sp-runtime"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "either",
  "hash256-std-hasher",
@@ -3416,7 +3416,7 @@
 [[package]]
 name = "sp-runtime-interface"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "primitive-types",
@@ -3431,7 +3431,7 @@
 [[package]]
 name = "sp-runtime-interface-proc-macro"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "Inflector",
  "proc-macro-crate",
@@ -3443,7 +3443,7 @@
 [[package]]
 name = "sp-sandbox"
 version = "0.8.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "sp-core",
@@ -3456,7 +3456,7 @@
 [[package]]
 name = "sp-session"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -3469,7 +3469,7 @@
 [[package]]
 name = "sp-staking"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "sp-runtime",
@@ -3479,7 +3479,7 @@
 [[package]]
 name = "sp-state-machine"
 version = "0.8.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "hash-db",
  "itertools 0.9.0",
@@ -3500,12 +3500,12 @@
 [[package]]
 name = "sp-std"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 
 [[package]]
 name = "sp-storage"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "impl-serde 0.2.3",
  "ref-cast",
@@ -3517,7 +3517,7 @@
 [[package]]
 name = "sp-timestamp"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "impl-trait-for-tuples",
  "parity-scale-codec",
@@ -3531,7 +3531,7 @@
 [[package]]
 name = "sp-tracing"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "log",
  "rental",
@@ -3541,7 +3541,7 @@
 [[package]]
 name = "sp-transaction-pool"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "derive_more",
  "futures",
@@ -3557,7 +3557,7 @@
 [[package]]
 name = "sp-trie"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "hash-db",
  "memory-db",
@@ -3571,7 +3571,7 @@
 [[package]]
 name = "sp-utils"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "futures",
  "futures-core",
@@ -3583,7 +3583,7 @@
 [[package]]
 name = "sp-version"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "impl-serde 0.2.3",
  "parity-scale-codec",
@@ -3595,7 +3595,7 @@
 [[package]]
 name = "sp-wasm-interface"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "impl-trait-for-tuples",
  "parity-scale-codec",
@@ -3666,7 +3666,7 @@
 [[package]]
 name = "substrate-prometheus-endpoint"
 version = "0.8.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "async-std",
  "derive_more",
@@ -3680,7 +3680,7 @@
 [[package]]
 name = "substrate-wasm-builder-runner"
 version = "1.0.6"
-source = "git+https://github.com/paritytech/substrate/#00768a1f21a579c478fe5d4f51e1fa71f7db9fd4"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 
 [[package]]
 name = "subtle"
modifiedsmart_contract/ink-types-node-runtime/Cargo.tomldiffbeforeafterboth
--- a/smart_contract/ink-types-node-runtime/Cargo.toml
+++ b/smart_contract/ink-types-node-runtime/Cargo.toml
@@ -19,11 +19,11 @@
 
 [dependencies]
 ink_core = { version = "2", git = "https://github.com/paritytech/ink", tag = "latest-v2", package = "ink_core", default-features = false }
-frame-system = { git = "https://github.com/paritytech/substrate/", version = "2.0.0-alpha.6", package = "frame-system", default-features = false }
-pallet-indices = { git = "https://github.com/paritytech/substrate/", package = "pallet-indices", default-features = false }
-sp-core = { git = "https://github.com/paritytech/substrate/", version = "2.0.0-alpha.6", package = "sp-core", default-features = false }
-sp-io = { git = "https://github.com/paritytech/substrate/", version = "2.0.0-alpha.6", package = "sp-io", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
-sp-runtime = { git = "https://github.com/paritytech/substrate/", version = "2.0.0-alpha.6", package = "sp-runtime", default-features = false }
+frame-system = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-alpha.6", package = "frame-system", default-features = false }
+pallet-indices = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-alpha.6", package = "pallet-indices", default-features = false }
+sp-core = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-alpha.6", package = "sp-core", default-features = false }
+sp-io = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-alpha.6", package = "sp-io", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
+sp-runtime = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-alpha.6", package = "sp-runtime", default-features = false }
 scale = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive"] }
 
 [dependencies.type-metadata]
modifiedsmart_contract/ink-types-node-runtime/examples/calls/Cargo.lockdiffbeforeafterboth
--- a/smart_contract/ink-types-node-runtime/examples/calls/Cargo.lock
+++ b/smart_contract/ink-types-node-runtime/examples/calls/Cargo.lock
@@ -364,7 +364,7 @@
 [[package]]
 name = "frame-metadata"
 version = "11.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "serde",
@@ -375,7 +375,7 @@
 [[package]]
 name = "frame-support"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "bitmask",
  "frame-metadata",
@@ -386,7 +386,6 @@
  "parity-scale-codec",
  "paste",
  "serde",
- "smallvec",
  "sp-arithmetic",
  "sp-core",
  "sp-inherents",
@@ -394,13 +393,13 @@
  "sp-runtime",
  "sp-state-machine",
  "sp-std",
- "sp-tracing",
+ "tracing",
 ]
 
 [[package]]
 name = "frame-support-procedural"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support-procedural-tools",
  "proc-macro2",
@@ -411,7 +410,7 @@
 [[package]]
 name = "frame-support-procedural-tools"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support-procedural-tools-derive",
  "proc-macro-crate",
@@ -423,7 +422,7 @@
 [[package]]
 name = "frame-support-procedural-tools-derive"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -433,7 +432,7 @@
 [[package]]
 name = "frame-system"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "impl-trait-for-tuples",
@@ -891,9 +890,9 @@
 
 [[package]]
 name = "memory-db"
-version = "0.21.0"
+version = "0.20.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fb2999ff7a65d5a1d72172f6d51fa2ea03024b51aee709ba5ff81c3c629a2410"
+checksum = "be512cb2ccb4ecbdca937fdd4a62ea5f09f8e7195466a85e4632b3d5bcce82e6"
 dependencies = [
  "ahash",
  "hash-db",
@@ -1016,7 +1015,7 @@
 [[package]]
 name = "pallet-indices"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1238,7 +1237,6 @@
  "rand_chacha",
  "rand_core",
  "rand_hc",
- "rand_pcg",
 ]
 
 [[package]]
@@ -1270,39 +1268,10 @@
 ]
 
 [[package]]
-name = "rand_pcg"
-version = "0.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
-dependencies = [
- "rand_core",
-]
-
-[[package]]
 name = "redox_syscall"
 version = "0.1.56"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
-
-[[package]]
-name = "ref-cast"
-version = "1.0.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623"
-dependencies = [
- "ref-cast-impl",
-]
-
-[[package]]
-name = "ref-cast-impl"
-version = "1.0.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn",
-]
 
 [[package]]
 name = "regex"
@@ -1321,27 +1290,6 @@
 version = "0.6.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
-
-[[package]]
-name = "rental"
-version = "0.5.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8545debe98b2b139fb04cad8618b530e9b07c152d99a5de83c860b877d67847f"
-dependencies = [
- "rental-impl",
- "stable_deref_trait",
-]
-
-[[package]]
-name = "rental-impl"
-version = "0.5.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "475e68978dc5b743f2f40d8e0a8fdc83f1c5e78cbf4b8fa5e74e73beebc340de"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn",
-]
 
 [[package]]
 name = "rustc-demangle"
@@ -1449,7 +1397,7 @@
 [[package]]
 name = "sp-application-crypto"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "serde",
@@ -1461,11 +1409,12 @@
 [[package]]
 name = "sp-arithmetic"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "integer-sqrt",
  "num-traits",
  "parity-scale-codec",
+ "primitive-types",
  "serde",
  "sp-debug-derive",
  "sp-std",
@@ -1474,12 +1423,11 @@
 [[package]]
 name = "sp-core"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "base58",
  "blake2-rfc",
  "byteorder",
- "derive_more",
  "ed25519-dalek",
  "futures",
  "hash-db",
@@ -1489,7 +1437,6 @@
  "lazy_static",
  "libsecp256k1",
  "log",
- "merlin",
  "num-traits",
  "parity-scale-codec",
  "parity-util-mem",
@@ -1516,7 +1463,7 @@
 [[package]]
 name = "sp-debug-derive"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -1526,10 +1473,9 @@
 [[package]]
 name = "sp-externalities"
 version = "0.8.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "environmental",
- "parity-scale-codec",
  "sp-std",
  "sp-storage",
 ]
@@ -1537,7 +1483,7 @@
 [[package]]
 name = "sp-inherents"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "derive_more",
  "parity-scale-codec",
@@ -1549,20 +1495,17 @@
 [[package]]
 name = "sp-io"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
- "futures",
  "hash-db",
  "libsecp256k1",
  "log",
  "parity-scale-codec",
- "parking_lot",
  "sp-core",
  "sp-externalities",
  "sp-runtime-interface",
  "sp-state-machine",
  "sp-std",
- "sp-tracing",
  "sp-trie",
  "sp-wasm-interface",
 ]
@@ -1570,7 +1513,7 @@
 [[package]]
 name = "sp-keyring"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "lazy_static",
  "sp-core",
@@ -1581,7 +1524,7 @@
 [[package]]
 name = "sp-panic-handler"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "backtrace",
  "log",
@@ -1590,9 +1533,8 @@
 [[package]]
 name = "sp-runtime"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
- "either",
  "hash256-std-hasher",
  "impl-trait-for-tuples",
  "log",
@@ -1612,14 +1554,13 @@
 [[package]]
 name = "sp-runtime-interface"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "parity-scale-codec",
  "primitive-types",
  "sp-externalities",
  "sp-runtime-interface-proc-macro",
  "sp-std",
- "sp-tracing",
  "sp-wasm-interface",
  "static_assertions",
 ]
@@ -1627,7 +1568,7 @@
 [[package]]
 name = "sp-runtime-interface-proc-macro"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "Inflector",
  "proc-macro-crate",
@@ -1639,16 +1580,14 @@
 [[package]]
 name = "sp-state-machine"
 version = "0.8.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "hash-db",
- "itertools",
  "log",
  "num-traits",
  "parity-scale-codec",
  "parking_lot",
  "rand",
- "smallvec",
  "sp-core",
  "sp-externalities",
  "sp-panic-handler",
@@ -1660,34 +1599,23 @@
 [[package]]
 name = "sp-std"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 
 [[package]]
 name = "sp-storage"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "impl-serde 0.2.3",
- "ref-cast",
  "serde",
  "sp-debug-derive",
  "sp-std",
 ]
 
 [[package]]
-name = "sp-tracing"
-version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
-dependencies = [
- "log",
- "rental",
- "tracing",
-]
-
-[[package]]
 name = "sp-trie"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "hash-db",
  "memory-db",
@@ -1701,7 +1629,7 @@
 [[package]]
 name = "sp-version"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "impl-serde 0.2.3",
  "parity-scale-codec",
@@ -1713,7 +1641,7 @@
 [[package]]
 name = "sp-wasm-interface"
 version = "2.0.0-alpha.6"
-source = "git+https://github.com/paritytech/substrate/#329d538781390cb896692f03e966e159b7602e9f"
+source = "git+https://github.com/paritytech/substrate.git?tag=v2.0.0-alpha.6#67f354f57e738fa575775f7fa0fb903e8972182b"
 dependencies = [
  "impl-trait-for-tuples",
  "parity-scale-codec",
@@ -1722,12 +1650,6 @@
 ]
 
 [[package]]
-name = "stable_deref_trait"
-version = "1.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
-
-[[package]]
 name = "static_assertions"
 version = "1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1883,9 +1805,9 @@
 
 [[package]]
 name = "trie-db"
-version = "0.21.0"
+version = "0.20.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cb230c24c741993b04cfccbabb45acff6f6480c5f00d3ed8794ea43db3a9d727"
+checksum = "bcc309f34008563989045a4c4dbcc5770467f3a3785ee80a9b5cc0d83362475f"
 dependencies = [
  "hash-db",
  "hashbrown",
modifiedsmart_contract/ink-types-node-runtime/examples/calls/Cargo.tomldiffbeforeafterboth
12ink_prelude = { version = "2", git = "https://github.com/paritytech/ink", tag = "latest-v2", package = "ink_prelude", default-features = false }12ink_prelude = { version = "2", git = "https://github.com/paritytech/ink", tag = "latest-v2", package = "ink_prelude", default-features = false }
1313
14scale = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive"] }14scale = { package = "parity-scale-codec", version = "1.3", default-features = false, features = ["derive"] }
15sp-keyring = { git = "https://github.com/paritytech/substrate/", package = "sp-keyring", optional = true }15sp-keyring = { git = "https://github.com/paritytech/substrate/", tag = "v2.0.0-alpha.6", package = "sp-keyring", optional = true }
16ink_types_node_runtime = { path = "../../", default-features = false }16ink_types_node_runtime = { path = "../../", default-features = false }
1717
18[dependencies.type-metadata]18[dependencies.type-metadata]
modifiedsmart_contract/ink-types-node-runtime/examples/calls/lib.rsdiffbeforeafterboth
--- a/smart_contract/ink-types-node-runtime/examples/calls/lib.rs
+++ b/smart_contract/ink-types-node-runtime/examples/calls/lib.rs
@@ -4,8 +4,8 @@
 
 #[ink::contract(version = "0.1.0", env = NodeRuntimeTypes)]
 mod calls {
-    use ink_core::env;
-    use ink_prelude::*;
+    // use ink_core::env;
+    // use ink_prelude::*;
     use ink_types_node_runtime::{calls as runtime_calls, NodeRuntimeTypes};
 
     /// This simple dummy contract dispatches substrate runtime calls
@@ -22,14 +22,15 @@
             // create the Balances::transfer Call
             let transfer_call = runtime_calls::transfer_balance(dest, value);
             // dispatch the call to the runtime
-            let result = self.env().invoke_runtime(&transfer_call);
+            // let result = self.env().invoke_runtime(&transfer_call);
+            let _ = self.env().invoke_runtime(&transfer_call);
 
             // report result to console
             // NOTE: println should only be used on a development chain)
-            env::println(&format!(
-                "Balance transfer invoke_runtime result {:?}",
-                result
-            ));
+            // env::println(&format!(
+            //     "Balance transfer invoke_runtime result {:?}",
+            //     result
+            // ));
         }
     }
 
addedsmart_contract/nft/Cargo.lockdiffbeforeafterboth
--- /dev/null
+++ b/smart_contract/nft/Cargo.lock
@@ -0,0 +1,1133 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+[[package]]
+name = "Inflector"
+version = "0.11.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
+dependencies = [
+ "lazy_static",
+ "regex",
+]
+
+[[package]]
+name = "abi-gen"
+version = "0.1.0"
+dependencies = [
+ "ink_lang",
+ "nft",
+ "serde",
+ "serde_json",
+]
+
+[[package]]
+name = "aho-corasick"
+version = "0.7.13"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
+dependencies = [
+ "memchr",
+]
+
+[[package]]
+name = "arrayvec"
+version = "0.4.12"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
+dependencies = [
+ "nodrop",
+]
+
+[[package]]
+name = "arrayvec"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
+
+[[package]]
+name = "autocfg"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
+
+[[package]]
+name = "bitmask"
+version = "0.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5da9b3d9f6f585199287a473f4f8dfab6566cf827d15c00c219f53c645687ead"
+
+[[package]]
+name = "bitvec"
+version = "0.17.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c"
+dependencies = [
+ "either",
+ "radium",
+]
+
+[[package]]
+name = "blake2-rfc"
+version = "0.2.18"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
+dependencies = [
+ "arrayvec 0.4.12",
+ "constant_time_eq",
+]
+
+[[package]]
+name = "block-buffer"
+version = "0.7.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
+dependencies = [
+ "block-padding",
+ "byte-tools",
+ "byteorder",
+ "generic-array",
+]
+
+[[package]]
+name = "block-padding"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
+dependencies = [
+ "byte-tools",
+]
+
+[[package]]
+name = "byte-slice-cast"
+version = "0.3.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3"
+
+[[package]]
+name = "byte-tools"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
+
+[[package]]
+name = "byteorder"
+version = "1.3.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
+
+[[package]]
+name = "cfg-if"
+version = "0.1.10"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
+
+[[package]]
+name = "constant_time_eq"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
+
+[[package]]
+name = "crunchy"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
+
+[[package]]
+name = "derive_more"
+version = "0.99.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "digest"
+version = "0.8.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
+dependencies = [
+ "generic-array",
+]
+
+[[package]]
+name = "either"
+version = "1.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
+
+[[package]]
+name = "fake-simd"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
+
+[[package]]
+name = "fixed-hash"
+version = "0.6.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "11498d382790b7a8f2fd211780bec78619bba81cdad3a283997c0c41f836759c"
+dependencies = [
+ "static_assertions",
+]
+
+[[package]]
+name = "frame-metadata"
+version = "11.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "parity-scale-codec",
+ "sp-core",
+ "sp-std",
+]
+
+[[package]]
+name = "frame-support"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "bitmask",
+ "frame-metadata",
+ "frame-support-procedural",
+ "impl-trait-for-tuples",
+ "log",
+ "parity-scale-codec",
+ "paste",
+ "smallvec",
+ "sp-arithmetic",
+ "sp-core",
+ "sp-inherents",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+ "sp-tracing",
+]
+
+[[package]]
+name = "frame-support-procedural"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "frame-support-procedural-tools",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "frame-support-procedural-tools"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "frame-support-procedural-tools-derive",
+ "proc-macro-crate",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "frame-support-procedural-tools-derive"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "frame-system"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "frame-support",
+ "impl-trait-for-tuples",
+ "parity-scale-codec",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+ "sp-version",
+]
+
+[[package]]
+name = "generic-array"
+version = "0.12.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
+dependencies = [
+ "typenum",
+]
+
+[[package]]
+name = "getrandom"
+version = "0.1.14"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
+dependencies = [
+ "cfg-if",
+ "libc",
+ "wasi",
+]
+
+[[package]]
+name = "hash-db"
+version = "0.15.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"
+
+[[package]]
+name = "hash256-std-hasher"
+version = "0.15.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"
+dependencies = [
+ "crunchy",
+]
+
+[[package]]
+name = "heck"
+version = "0.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
+dependencies = [
+ "unicode-segmentation",
+]
+
+[[package]]
+name = "impl-codec"
+version = "0.4.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53"
+dependencies = [
+ "parity-scale-codec",
+]
+
+[[package]]
+name = "impl-trait-for-tuples"
+version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "ink_abi"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "derive_more",
+ "ink_abi_derive",
+ "ink_prelude",
+ "ink_primitives",
+ "serde",
+ "type-metadata",
+]
+
+[[package]]
+name = "ink_abi_derive"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "ink_alloc"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "wee_alloc",
+]
+
+[[package]]
+name = "ink_core"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "blake2-rfc",
+ "byteorder",
+ "cfg-if",
+ "derive_more",
+ "ink_abi",
+ "ink_alloc",
+ "ink_core_derive",
+ "ink_prelude",
+ "ink_primitives",
+ "num-traits",
+ "parity-scale-codec",
+ "paste",
+ "rand",
+ "sha2",
+ "smallvec",
+ "tiny-keccak",
+ "type-metadata",
+]
+
+[[package]]
+name = "ink_core_derive"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "ink_primitives",
+ "proc-macro2",
+ "quote",
+ "syn",
+ "synstructure",
+]
+
+[[package]]
+name = "ink_lang"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "derive_more",
+ "ink_abi",
+ "ink_core",
+ "ink_lang_macro",
+ "ink_prelude",
+ "ink_primitives",
+ "parity-scale-codec",
+]
+
+[[package]]
+name = "ink_lang_macro"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "derive_more",
+ "either",
+ "heck",
+ "ink_primitives",
+ "itertools",
+ "parity-scale-codec",
+ "proc-macro2",
+ "quote",
+ "regex",
+ "serde",
+ "serde_json",
+ "syn",
+ "type-metadata",
+]
+
+[[package]]
+name = "ink_prelude"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "cfg-if",
+]
+
+[[package]]
+name = "ink_primitives"
+version = "2.1.0"
+source = "git+https://github.com/paritytech/ink?tag=latest-v2#cca31543d338dcd69c7ac922988b91ebf170edb2"
+dependencies = [
+ "ink_prelude",
+ "parity-scale-codec",
+ "tiny-keccak",
+ "type-metadata",
+]
+
+[[package]]
+name = "integer-sqrt"
+version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b"
+
+[[package]]
+name = "itertools"
+version = "0.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
+dependencies = [
+ "either",
+]
+
+[[package]]
+name = "itoa"
+version = "0.4.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
+
+[[package]]
+name = "lazy_static"
+version = "1.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
+
+[[package]]
+name = "libc"
+version = "0.2.71"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
+
+[[package]]
+name = "log"
+version = "0.4.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
+dependencies = [
+ "cfg-if",
+]
+
+[[package]]
+name = "memchr"
+version = "2.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
+
+[[package]]
+name = "memory_units"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"
+
+[[package]]
+name = "nft"
+version = "0.1.0"
+dependencies = [
+ "ink_abi",
+ "ink_core",
+ "ink_lang",
+ "ink_primitives",
+ "pallet-indices",
+ "parity-scale-codec",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+ "type-metadata",
+]
+
+[[package]]
+name = "nodrop"
+version = "0.1.14"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
+
+[[package]]
+name = "num-traits"
+version = "0.2.12"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
+dependencies = [
+ "autocfg",
+]
+
+[[package]]
+name = "opaque-debug"
+version = "0.2.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
+
+[[package]]
+name = "pallet-indices"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "frame-support",
+ "frame-system",
+ "parity-scale-codec",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+]
+
+[[package]]
+name = "parity-scale-codec"
+version = "1.3.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a74f02beb35d47e0706155c9eac554b50c671e0d868fe8296bcdf44a9a4847bf"
+dependencies = [
+ "arrayvec 0.5.1",
+ "bitvec",
+ "byte-slice-cast",
+ "parity-scale-codec-derive",
+ "serde",
+]
+
+[[package]]
+name = "parity-scale-codec-derive"
+version = "1.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5a0ec292e92e8ec7c58e576adacc1e3f399c597c8f263c42f18420abe58e7245"
+dependencies = [
+ "proc-macro-crate",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "parity-util-mem"
+version = "0.6.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2c6e2583649a3ca84894d1d71da249abcfda54d5aca24733d72ca10d0f02361c"
+dependencies = [
+ "cfg-if",
+ "impl-trait-for-tuples",
+ "parity-util-mem-derive",
+ "primitive-types",
+ "winapi",
+]
+
+[[package]]
+name = "parity-util-mem-derive"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"
+dependencies = [
+ "proc-macro2",
+ "syn",
+ "synstructure",
+]
+
+[[package]]
+name = "paste"
+version = "0.1.18"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
+dependencies = [
+ "paste-impl",
+ "proc-macro-hack",
+]
+
+[[package]]
+name = "paste-impl"
+version = "0.1.18"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
+dependencies = [
+ "proc-macro-hack",
+]
+
+[[package]]
+name = "ppv-lite86"
+version = "0.2.8"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
+
+[[package]]
+name = "primitive-types"
+version = "0.7.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c55c21c64d0eaa4d7ed885d959ef2d62d9e488c27c0e02d9aa5ce6c877b7d5f8"
+dependencies = [
+ "fixed-hash",
+ "impl-codec",
+ "uint",
+]
+
+[[package]]
+name = "proc-macro-crate"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e"
+dependencies = [
+ "toml",
+]
+
+[[package]]
+name = "proc-macro-hack"
+version = "0.5.16"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
+
+[[package]]
+name = "proc-macro2"
+version = "1.0.18"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
+dependencies = [
+ "unicode-xid",
+]
+
+[[package]]
+name = "quote"
+version = "1.0.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
+dependencies = [
+ "proc-macro2",
+]
+
+[[package]]
+name = "radium"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac"
+
+[[package]]
+name = "rand"
+version = "0.7.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
+dependencies = [
+ "getrandom",
+ "libc",
+ "rand_chacha",
+ "rand_core",
+ "rand_hc",
+]
+
+[[package]]
+name = "rand_chacha"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
+dependencies = [
+ "ppv-lite86",
+ "rand_core",
+]
+
+[[package]]
+name = "rand_core"
+version = "0.5.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
+dependencies = [
+ "getrandom",
+]
+
+[[package]]
+name = "rand_hc"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
+dependencies = [
+ "rand_core",
+]
+
+[[package]]
+name = "ref-cast"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623"
+dependencies = [
+ "ref-cast-impl",
+]
+
+[[package]]
+name = "ref-cast-impl"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "regex"
+version = "1.3.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
+dependencies = [
+ "aho-corasick",
+ "memchr",
+ "regex-syntax",
+ "thread_local",
+]
+
+[[package]]
+name = "regex-syntax"
+version = "0.6.18"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
+
+[[package]]
+name = "rustc-hex"
+version = "2.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
+
+[[package]]
+name = "ryu"
+version = "1.0.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
+
+[[package]]
+name = "secrecy"
+version = "0.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9182278ed645df3477a9c27bfee0621c621aa16f6972635f7f795dae3d81070f"
+dependencies = [
+ "zeroize",
+]
+
+[[package]]
+name = "serde"
+version = "1.0.114"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
+dependencies = [
+ "serde_derive",
+]
+
+[[package]]
+name = "serde_derive"
+version = "1.0.114"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "serde_json"
+version = "1.0.56"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3433e879a558dde8b5e8feb2a04899cf34fdde1fafb894687e52105fc1162ac3"
+dependencies = [
+ "itoa",
+ "ryu",
+ "serde",
+]
+
+[[package]]
+name = "sha2"
+version = "0.8.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
+dependencies = [
+ "block-buffer",
+ "digest",
+ "fake-simd",
+ "opaque-debug",
+]
+
+[[package]]
+name = "smallvec"
+version = "1.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
+
+[[package]]
+name = "sp-application-crypto"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "parity-scale-codec",
+ "sp-core",
+ "sp-io",
+ "sp-std",
+]
+
+[[package]]
+name = "sp-arithmetic"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "integer-sqrt",
+ "num-traits",
+ "parity-scale-codec",
+ "sp-debug-derive",
+ "sp-std",
+]
+
+[[package]]
+name = "sp-core"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "byteorder",
+ "derive_more",
+ "hash-db",
+ "hash256-std-hasher",
+ "log",
+ "num-traits",
+ "parity-scale-codec",
+ "parity-util-mem",
+ "primitive-types",
+ "secrecy",
+ "sp-debug-derive",
+ "sp-runtime-interface",
+ "sp-std",
+ "sp-storage",
+ "zeroize",
+]
+
+[[package]]
+name = "sp-debug-derive"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "sp-inherents"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "parity-scale-codec",
+ "sp-core",
+ "sp-std",
+]
+
+[[package]]
+name = "sp-io"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "hash-db",
+ "parity-scale-codec",
+ "sp-core",
+ "sp-runtime-interface",
+ "sp-std",
+ "sp-tracing",
+ "sp-wasm-interface",
+]
+
+[[package]]
+name = "sp-runtime"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "either",
+ "hash256-std-hasher",
+ "impl-trait-for-tuples",
+ "parity-scale-codec",
+ "parity-util-mem",
+ "paste",
+ "sp-application-crypto",
+ "sp-arithmetic",
+ "sp-core",
+ "sp-inherents",
+ "sp-io",
+ "sp-std",
+]
+
+[[package]]
+name = "sp-runtime-interface"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "parity-scale-codec",
+ "primitive-types",
+ "sp-runtime-interface-proc-macro",
+ "sp-std",
+ "sp-tracing",
+ "sp-wasm-interface",
+ "static_assertions",
+]
+
+[[package]]
+name = "sp-runtime-interface-proc-macro"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "Inflector",
+ "proc-macro-crate",
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "sp-std"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+
+[[package]]
+name = "sp-storage"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "ref-cast",
+ "sp-debug-derive",
+ "sp-std",
+]
+
+[[package]]
+name = "sp-tracing"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+
+[[package]]
+name = "sp-version"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "parity-scale-codec",
+ "sp-runtime",
+ "sp-std",
+]
+
+[[package]]
+name = "sp-wasm-interface"
+version = "2.0.0-rc4"
+source = "git+https://github.com/paritytech/substrate/#b851b755dbf338c69d3bae8c1215d8e7d8010b77"
+dependencies = [
+ "impl-trait-for-tuples",
+ "parity-scale-codec",
+ "sp-std",
+]
+
+[[package]]
+name = "static_assertions"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
+
+[[package]]
+name = "syn"
+version = "1.0.33"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "unicode-xid",
+]
+
+[[package]]
+name = "synstructure"
+version = "0.12.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+ "unicode-xid",
+]
+
+[[package]]
+name = "thread_local"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
+dependencies = [
+ "lazy_static",
+]
+
+[[package]]
+name = "tiny-keccak"
+version = "2.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
+dependencies = [
+ "crunchy",
+]
+
+[[package]]
+name = "toml"
+version = "0.5.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
+dependencies = [
+ "serde",
+]
+
+[[package]]
+name = "type-metadata"
+version = "0.1.0"
+source = "git+https://github.com/type-metadata/type-metadata.git?rev=02eae9f35c40c943b56af5b60616219f2b72b47d#02eae9f35c40c943b56af5b60616219f2b72b47d"
+dependencies = [
+ "derive_more",
+ "serde",
+ "type-metadata-derive",
+]
+
+[[package]]
+name = "type-metadata-derive"
+version = "0.1.0"
+source = "git+https://github.com/type-metadata/type-metadata.git?rev=02eae9f35c40c943b56af5b60616219f2b72b47d#02eae9f35c40c943b56af5b60616219f2b72b47d"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
+name = "typenum"
+version = "1.12.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
+
+[[package]]
+name = "uint"
+version = "0.8.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "173cd16430c206dc1a430af8a89a0e9c076cf15cb42b4aedb10e8cc8fee73681"
+dependencies = [
+ "byteorder",
+ "crunchy",
+ "rustc-hex",
+ "static_assertions",
+]
+
+[[package]]
+name = "unicode-segmentation"
+version = "1.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
+
+[[package]]
+name = "unicode-xid"
+version = "0.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
+
+[[package]]
+name = "wasi"
+version = "0.9.0+wasi-snapshot-preview1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
+
+[[package]]
+name = "wee_alloc"
+version = "0.4.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e"
+dependencies = [
+ "cfg-if",
+ "libc",
+ "memory_units",
+ "winapi",
+]
+
+[[package]]
+name = "winapi"
+version = "0.3.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
+dependencies = [
+ "winapi-i686-pc-windows-gnu",
+ "winapi-x86_64-pc-windows-gnu",
+]
+
+[[package]]
+name = "winapi-i686-pc-windows-gnu"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
+
+[[package]]
+name = "winapi-x86_64-pc-windows-gnu"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
+
+[[package]]
+name = "zeroize"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3cbac2ed2ba24cc90f5e06485ac8c7c1e5449fe8911aef4d8877218af021a5b8"