difftreelog
Merge pull request #220 from UniqueNetwork/feature/core-195
in: master
CORE-195. Sponsoring
13 files changed
Cargo.lockdiffbeforeafterboth5090 "pallet-evm-transaction-payment",5090 "pallet-evm-transaction-payment",5091 "pallet-inflation",5091 "pallet-inflation",5092 "pallet-nft",5092 "pallet-nft",5093 "pallet-nft-charge-transaction",5094 "pallet-nft-transaction-payment",5093 "pallet-nft-transaction-payment",5095 "pallet-randomness-collective-flip",5094 "pallet-randomness-collective-flip",5096 "pallet-sudo",5095 "pallet-sudo",5096 "pallet-template-charge-transaction",5097 "pallet-timestamp",5097 "pallet-timestamp",5098 "pallet-transaction-payment",5098 "pallet-transaction-payment",5099 "pallet-transaction-payment-rpc-runtime-api",5099 "pallet-transaction-payment-rpc-runtime-api",6012 "up-sponsorship",6012 "up-sponsorship",6013]6013]60146015[[package]]6016name = "pallet-nft-charge-transaction"6017version = "3.0.0"6018dependencies = [6019 "frame-benchmarking",6020 "frame-support",6021 "frame-system",6022 "pallet-balances",6023 "pallet-nft-transaction-payment",6024 "pallet-transaction-payment",6025 "parity-scale-codec",6026 "scale-info",6027 "serde",6028 "sp-core",6029 "sp-io",6030 "sp-runtime",6031 "sp-std",6032]603360146034[[package]]6015[[package]]6035name = "pallet-nft-transaction-payment"6016name = "pallet-nft-transaction-payment"6270 "sp-std",6251 "sp-std",6271]6252]62536254[[package]]6255name = "pallet-template-charge-transaction"6256version = "3.0.0"6257source = "git+https://github.com/UniqueNetwork/pallet-sponsoring#e5d3354ab68face1b2ef709dc7f629803f56598d"6258dependencies = [6259 "frame-benchmarking",6260 "frame-support",6261 "frame-system",6262 "pallet-balances",6263 "pallet-transaction-payment",6264 "parity-scale-codec",6265 "scale-info",6266 "serde",6267 "sp-core",6268 "sp-io",6269 "sp-runtime",6270 "sp-std",6271 "up-sponsorship",6272]627262736273[[package]]6274[[package]]6274name = "pallet-timestamp"6275name = "pallet-timestamp"11597source = "registry+https://github.com/rust-lang/crates.io-index"11598source = "registry+https://github.com/rust-lang/crates.io-index"11598checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e"11599checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e"11599dependencies = [11600dependencies = [11600 "cfg-if 1.0.0",11601 "cfg-if 0.1.10",11601 "rand 0.8.4",11602 "rand 0.8.4",11602 "static_assertions",11603 "static_assertions",11603]11604]11717[[package]]11718[[package]]11718name = "up-sponsorship"11719name = "up-sponsorship"11719version = "0.1.0"11720version = "0.1.0"11721source = "git+https://github.com/UniqueNetwork/pallet-sponsoring#e5d3354ab68face1b2ef709dc7f629803f56598d"11720dependencies = [11722dependencies = [11721 "impl-trait-for-tuples 0.2.1",11723 "impl-trait-for-tuples 0.2.1",11722]11724]pallets/contract-helpers/Cargo.tomldiffbeforeafterboth9package = 'parity-scale-codec'9package = 'parity-scale-codec'10version = '2.3.0'10version = '2.3.0'1112[dependencies.up-sponsorship]13default-features = false14path = '../../primitives/sponsorship'15version = '0.1.0'161117[dependencies]12[dependencies]18scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }13scale-info = { version = "1.0.0", default-features = false, features = ["derive"] }21pallet-contracts = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }16pallet-contracts = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }22sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }17sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }23sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }18sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }19up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring" } 242025[features]21[features]26default = ["std"]22default = ["std"]pallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth13evm-coder = { default-features = false, path = '../../crates/evm-coder' }13evm-coder = { default-features = false, path = '../../crates/evm-coder' }14pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }14pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }15pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }15pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }16up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }16up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring" } 17log = "0.4.14"17log = "0.4.14"181819[dependencies.codec]19[dependencies.codec]pallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth14pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }14pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }15fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }15fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }16pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }16pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "unique-polkadot-v0.9.12" }17up-sponsorship = { default-features = false, path = '../../primitives/sponsorship' }17up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring" } 181819[dependencies.codec]19[dependencies.codec]20default-features = false20default-features = falsepallets/nft-charge-transaction/Cargo.tomldiffbeforeafterbothno changes
pallets/nft-charge-transaction/src/lib.rsdiffbeforeafterbothno changes
pallets/nft-transaction-payment/Cargo.tomldiffbeforeafterboth30sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }30sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }31sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }31sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }323233up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }33up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring" } 343435[features]35[features]36default = ['std']36default = ['std']pallets/nft/Cargo.tomldiffbeforeafterboth126path = '../../primitives/nft'126path = '../../primitives/nft'127version = '0.9.0'127version = '0.9.0'128129[dependencies.up-sponsorship]130default-features = false131path = '../../primitives/sponsorship'132version = '0.1.0'133134128135[dependencies]129[dependencies]140rlp = { default-features = false, version = "0.5.0" }134rlp = { default-features = false, version = "0.5.0" }141sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.12" }135sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.12" }136137up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring" } 142138143evm-coder = { default-features = false, path = "../../crates/evm-coder" }139evm-coder = { default-features = false, path = "../../crates/evm-coder" }144pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }140pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }pallets/scheduler/Cargo.tomldiffbeforeafterboth20sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }20sp-io = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }21frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }21frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }222223up-sponsorship = { default-features = false, path = "../../primitives/sponsorship", version = "0.1.0" }23up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/UniqueNetwork/pallet-sponsoring" } 24log = { version = "0.4.14", default-features = false }24log = { version = "0.4.14", default-features = false }252526[dev-dependencies]26[dev-dependencies]primitives/sponsorship/Cargo.tomldiffbeforeafterbothno changes
primitives/sponsorship/src/lib.rsdiffbeforeafterbothno changes
runtime/Cargo.tomldiffbeforeafterboth379pallet-unq-scheduler = { path = '../pallets/scheduler', default-features = false, version = '3.0.0' }379pallet-unq-scheduler = { path = '../pallets/scheduler', default-features = false, version = '3.0.0' }380# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }380# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }381pallet-nft-transaction-payment = { path = '../pallets/nft-transaction-payment', default-features = false, version = '3.0.0' }381pallet-nft-transaction-payment = { path = '../pallets/nft-transaction-payment', default-features = false, version = '3.0.0' }382pallet-nft-charge-transaction = { path = '../pallets/nft-charge-transaction', default-features = false, version = '3.0.0' }382pallet-nft-charge-transaction = {git = "https://github.com/UniqueNetwork/pallet-sponsoring", package = "pallet-template-transaction-payment", default-features = false, version = '3.0.0' }383pallet-evm-migration = { path = '../pallets/evm-migration', default-features = false }383pallet-evm-migration = { path = '../pallets/evm-migration', default-features = false }384pallet-evm-contract-helpers = { path = '../pallets/evm-contract-helpers', default-features = false }384pallet-evm-contract-helpers = { path = '../pallets/evm-contract-helpers', default-features = false }385pallet-evm-transaction-payment = { path = '../pallets/evm-transaction-payment', default-features = false }385pallet-evm-transaction-payment = { path = '../pallets/evm-transaction-payment', default-features = false }runtime/src/lib.rsdiffbeforeafterboth803}803}804804805impl pallet_nft_charge_transaction::Config for Runtime {}805impl pallet_nft_charge_transaction::Config for Runtime {806 type SponsorshipHandler = pallet_nft::NftSponsorshipHandler<Runtime>;807}806808807// impl pallet_contract_helpers::Config for Runtime {809// impl pallet_contract_helpers::Config for Runtime {