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

difftreelog

rename: rmrk-proxy to rmrk-core

Daniel Shiposha2022-05-19parent: #c22a614.patch.diff
in: master

9 files changed

addedpallets/rmrk-core-proxy/Cargo.tomldiffbeforeafterboth

no changes

addedpallets/rmrk-core-proxy/src/lib.rsdiffbeforeafterboth

no changes

addedpallets/rmrk-core-proxy/src/misc.rsdiffbeforeafterboth

no changes

addedpallets/rmrk-core-proxy/src/property.rsdiffbeforeafterboth

no changes

deletedpallets/rmrk-proxy/Cargo.tomldiffbeforeafterboth

no changes

deletedpallets/rmrk-proxy/src/lib.rsdiffbeforeafterboth

no changes

deletedpallets/rmrk-proxy/src/misc.rsdiffbeforeafterboth

no changes

deletedpallets/rmrk-proxy/src/property.rsdiffbeforeafterboth

no changes

modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
417pallet-fungible = { default-features = false, path = "../../pallets/fungible" }417pallet-fungible = { default-features = false, path = "../../pallets/fungible" }
418pallet-refungible = { default-features = false, path = "../../pallets/refungible" }418pallet-refungible = { default-features = false, path = "../../pallets/refungible" }
419pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }419pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }
420pallet-rmrk-proxy = { default-features = false, path = "../../pallets/rmrk-proxy" }420pallet-rmrk-proxy = { default-features = false, path = "../../pallets/rmrk-core-proxy", package = "pallet-rmrk-core" }
421pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }421pallet-unq-scheduler = { path = '../../pallets/scheduler', default-features = false }
422# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }422# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
423pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.21", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }423pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.21", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }