difftreelog
refactor simplify construct_runtime
in: master
10 files changed
Cargo.lockdiffbeforeafterboth8942 "pallet-structure",8942 "pallet-structure",8943 "pallet-sudo",8943 "pallet-sudo",8944 "pallet-template-transaction-payment",8944 "pallet-template-transaction-payment",8945 "pallet-test-utils",8945 "pallet-timestamp",8946 "pallet-timestamp",8946 "pallet-transaction-payment",8947 "pallet-transaction-payment",8947 "pallet-transaction-payment-rpc-runtime-api",8948 "pallet-transaction-payment-rpc-runtime-api",13174 "pallet-structure",13175 "pallet-structure",13175 "pallet-sudo",13176 "pallet-sudo",13176 "pallet-template-transaction-payment",13177 "pallet-template-transaction-payment",13178 "pallet-test-utils",13177 "pallet-timestamp",13179 "pallet-timestamp",13178 "pallet-transaction-payment",13180 "pallet-transaction-payment",13179 "pallet-transaction-payment-rpc-runtime-api",13181 "pallet-transaction-payment-rpc-runtime-api",runtime/common/construct_runtime.rsdiffbeforeafterbothno changes
runtime/common/construct_runtime/mod.rsdiffbeforeafterbothno changes
runtime/common/construct_runtime/util.rsdiffbeforeafterbothno changes
runtime/opal/Cargo.tomldiffbeforeafterboth98 'pallet-base-fee/try-runtime',98 'pallet-base-fee/try-runtime',99 'pallet-unique-scheduler-v2/try-runtime',99 'pallet-unique-scheduler-v2/try-runtime',100 'pallet-maintenance/try-runtime',100 'pallet-maintenance/try-runtime',101 'pallet-test-utils?/try-runtime',101 'pallet-test-utils/try-runtime',102 'fp-self-contained/try-runtime',102 'fp-self-contained/try-runtime',103]103]104std = [104std = [186 "pallet-foreign-assets/std",186 "pallet-foreign-assets/std",187187188 'pallet-maintenance/std',188 'pallet-maintenance/std',189 'pallet-test-utils?/std',189 'pallet-test-utils/std',190]190]191limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']191limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']192opal-runtime = [192opal-runtime = [204foreign-assets = []204foreign-assets = []205app-promotion = []205app-promotion = []206collator-selection = []206collator-selection = []207pallet-test-utils = []207208208################################################################################209################################################################################209# Substrate Dependencies210# Substrate Dependencies532################################################################################533################################################################################533# Test dependencies534# Test dependencies534535535pallet-test-utils = { optional = true, default-features = false, path = "../../test-pallets/utils" }536pallet-test-utils = { default-features = false, path = "../../test-pallets/utils" }536537537################################################################################538################################################################################538# Other Dependencies539# Other Dependenciesruntime/opal/src/lib.rsdiffbeforeafterboth65 pub const ChainId: u64 = 8882;65 pub const ChainId: u64 = 8882;66}66}676768construct_runtime!(opal);68construct_runtime!();696970impl_common_runtime_apis!();70impl_common_runtime_apis!();7171runtime/quartz/Cargo.tomldiffbeforeafterboth523precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }523precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }524num_enum = { version = "0.5.3", default-features = false }524num_enum = { version = "0.5.3", default-features = false }525526################################################################################527# Test dependencies528529pallet-test-utils = { default-features = false, path = "../../test-pallets/utils" }525530526################################################################################531################################################################################527# Other Dependencies532# Other Dependenciesruntime/quartz/src/lib.rsdiffbeforeafterboth77 pub const ChainId: u64 = 8881;77 pub const ChainId: u64 = 8881;78}78}797980construct_runtime!(quartz);80construct_runtime!();818182impl_common_runtime_apis!();82impl_common_runtime_apis!();8383runtime/unique/Cargo.tomldiffbeforeafterboth515precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }515precompile-utils-macro = { path = "../common/ethereum/precompiles/utils/macro" }516num_enum = { version = "0.5.3", default-features = false }516num_enum = { version = "0.5.3", default-features = false }517518################################################################################519# Test dependencies520521pallet-test-utils = { default-features = false, path = "../../test-pallets/utils" }517522518################################################################################523################################################################################519# Other Dependencies524# Other Dependenciesruntime/unique/src/lib.rsdiffbeforeafterboth65 pub const ChainId: u64 = 8880;65 pub const ChainId: u64 = 8880;66}66}676768construct_runtime!(unique);68construct_runtime!();696970impl_common_runtime_apis!();70impl_common_runtime_apis!();7171