Skip to content
Snippets Groups Projects

Upgrade Polkadot-v1.6.0

Merged Benjamin Gallois requested to merge upgrade_polkadot_v1.6.0_2 into master
31 files
+ 1166
1166
Compare changes
  • Side-by-side
  • Inline
Files
31
+ 16
16
@@ -2,46 +2,46 @@
@@ -2,46 +2,46 @@
edition.workspace = true
edition.workspace = true
homepage.workspace = true
homepage.workspace = true
license.workspace = true
license.workspace = true
description = 'Duniter client distance'
description = "Duniter client distance"
name = 'dc-distance'
name = "dc-distance"
readme = 'README.md'
readme = "README.md"
version = '1.0.0'
version = "1.0.0"
repository.workspace = true
repository.workspace = true
[package.metadata.docs.rs]
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
targets = ["x86_64-unknown-linux-gnu"]
[features]
[features]
std = [
std = [
"pallet-distance/std",
"codec/std",
"sp-distance/std",
"frame-support/std",
"frame-support/std",
"log/std",
"log/std",
"codec/std",
"pallet-distance/std",
"scale-info/std",
"scale-info/std",
"sp-core/std",
"sp-core/std",
 
"sp-distance/std",
"sp-keystore/std",
"sp-keystore/std",
"sp-runtime/std"
"sp-runtime/std",
]
]
runtime-benchmarks = [
runtime-benchmarks = [
'pallet-distance/runtime-benchmarks',
"frame-support/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"sp-runtime/runtime-benchmarks"
"pallet-distance/runtime-benchmarks",
 
"sp-runtime/runtime-benchmarks",
]
]
try-runtime = [
try-runtime = [
'pallet-distance/try-runtime',
'sp-distance/try-runtime',
"frame-support/try-runtime",
"frame-support/try-runtime",
"sp-runtime/try-runtime"
"pallet-distance/try-runtime",
 
"sp-distance/try-runtime",
 
"sp-runtime/try-runtime",
]
]
[dependencies]
[dependencies]
codec = { workspace = true, features = ['derive'] }
codec = { workspace = true, features = ["derive"] }
frame-support = { workspace = true }
frame-support = { workspace = true }
log = { workspace = true }
log = { workspace = true }
pallet-distance = { workspace = true }
pallet-distance = { workspace = true }
sc-client-api = { workspace = true }
sc-client-api = { workspace = true }
scale-info = { workspace = true, features = ['derive'] }
scale-info = { workspace = true, features = ["derive"] }
sp-core = { workspace = true }
sp-core = { workspace = true }
sp-distance = { workspace = true }
sp-distance = { workspace = true }
sp-keystore = { workspace = true }
sp-keystore = { workspace = true }
Loading