git.delta.rocks / unique-network / refs/commits / 6d3c89f77503

difftreelog

feat add structure pallet

Yaroslav Bolyukin2022-04-07parent: #98013fc.patch.diff
in: master

6 files changed

addedpallets/structure/Cargo.tomldiffbeforeafterboth

no changes

addedpallets/structure/src/lib.rsdiffbeforeafterboth

no changes

modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
399pallet-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" }
modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
886impl 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}
891890
892impl 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,
10121012
1013 // Frontier1013 // Frontier
1014 EVM: pallet_evm::{Pallet, Config, Call, Storage, Event<T>} = 100,1014 EVM: pallet_evm::{Pallet, Config, Call, Storage, Event<T>} = 100,
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
84 '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" }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
84 '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" }