difftreelog
feat add structure pallet
in: master
6 files changed
pallets/structure/Cargo.tomldiffbeforeafterbothno changes
pallets/structure/src/lib.rsdiffbeforeafterbothno changes
runtime/opal/Cargo.tomldiffbeforeafterboth399pallet-inflation = { path = '../../pallets/inflation', default-features = false }399pallet-inflation = { path = '../../pallets/inflation', default-features = false }400up-data-structs = { path = '../../primitives/data-structs', default-features = false }400up-data-structs = { path = '../../primitives/data-structs', default-features = false }401pallet-common = { default-features = false, path = "../../pallets/common" }401pallet-common = { default-features = false, path = "../../pallets/common" }402pallet-structure = { default-features = false, path = "../../pallets/structure" }402pallet-fungible = { default-features = false, path = "../../pallets/fungible" }403pallet-fungible = { default-features = false, path = "../../pallets/fungible" }403pallet-refungible = { default-features = false, path = "../../pallets/refungible" }404pallet-refungible = { default-features = false, path = "../../pallets/refungible" }404pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }405pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }runtime/opal/src/lib.rsdiffbeforeafterboth886impl pallet_structure::Config for Runtime {886impl pallet_structure::Config for Runtime {887 type Event = Event;887 type Event = Event;888 type Call = Call;888 type Call = Call;889 type WeightInfo = pallet_structure::weights::SubstrateWeight<Self>;890}889}891890892impl pallet_fungible::Config for Runtime {891impl pallet_fungible::Config for Runtime {1009 Fungible: pallet_fungible::{Pallet, Storage} = 67,1008 Fungible: pallet_fungible::{Pallet, Storage} = 67,1010 Refungible: pallet_refungible::{Pallet, Storage} = 68,1009 Refungible: pallet_refungible::{Pallet, Storage} = 68,1011 Nonfungible: pallet_nonfungible::{Pallet, Storage} = 69,1010 Nonfungible: pallet_nonfungible::{Pallet, Storage} = 69,1011 Structure: pallet_structure::{Pallet, Call, Storage, Event<T>} = 70,101210121013 // Frontier1013 // Frontier1014 EVM: pallet_evm::{Pallet, Config, Call, Storage, Event<T>} = 100,1014 EVM: pallet_evm::{Pallet, Config, Call, Storage, Event<T>} = 100,runtime/quartz/Cargo.tomldiffbeforeafterboth84 'serde',84 'serde',85 'pallet-inflation/std',85 'pallet-inflation/std',86 'pallet-common/std',86 'pallet-common/std',87 'pallet-structure/std',87 'pallet-fungible/std',88 'pallet-fungible/std',88 'pallet-refungible/std',89 'pallet-refungible/std',89 'pallet-nonfungible/std',90 'pallet-nonfungible/std',399pallet-inflation = { path = '../../pallets/inflation', default-features = false }400pallet-inflation = { path = '../../pallets/inflation', default-features = false }400up-data-structs = { path = '../../primitives/data-structs', default-features = false }401up-data-structs = { path = '../../primitives/data-structs', default-features = false }401pallet-common = { default-features = false, path = "../../pallets/common" }402pallet-common = { default-features = false, path = "../../pallets/common" }403pallet-structure = { default-features = false, path = "../../pallets/structure" }402pallet-fungible = { default-features = false, path = "../../pallets/fungible" }404pallet-fungible = { default-features = false, path = "../../pallets/fungible" }403pallet-refungible = { default-features = false, path = "../../pallets/refungible" }405pallet-refungible = { default-features = false, path = "../../pallets/refungible" }404pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }406pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }runtime/unique/Cargo.tomldiffbeforeafterboth84 'serde',84 'serde',85 'pallet-inflation/std',85 'pallet-inflation/std',86 'pallet-common/std',86 'pallet-common/std',87 'pallet-structure/std',87 'pallet-fungible/std',88 'pallet-fungible/std',88 'pallet-refungible/std',89 'pallet-refungible/std',89 'pallet-nonfungible/std',90 'pallet-nonfungible/std',398pallet-inflation = { path = '../../pallets/inflation', default-features = false }399pallet-inflation = { path = '../../pallets/inflation', default-features = false }399up-data-structs = { path = '../../primitives/data-structs', default-features = false }400up-data-structs = { path = '../../primitives/data-structs', default-features = false }400pallet-common = { default-features = false, path = "../../pallets/common" }401pallet-common = { default-features = false, path = "../../pallets/common" }402pallet-structure = { default-features = false, path = "../../pallets/structure" }401pallet-fungible = { default-features = false, path = "../../pallets/fungible" }403pallet-fungible = { default-features = false, path = "../../pallets/fungible" }402pallet-refungible = { default-features = false, path = "../../pallets/refungible" }404pallet-refungible = { default-features = false, path = "../../pallets/refungible" }403pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }405pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }