git.delta.rocks / unique-network / refs/commits / 8a2ef94dc142

difftreelog

fix quartz/unique runtime Cargo.toml

Daniel Shiposha2022-08-08parent: #e04c397.patch.diff
in: master

3 files changed

modifiedCargo.lockdiffbeforeafterboth
1127 "unicode-width",1127 "unicode-width",
1128]1128]
1129
1130[[package]]
1131name = "common-types"
1132version = "0.9.24"
1133dependencies = [
1134 "fp-rpc",
1135 "pallet-evm",
1136 "sp-consensus-aura",
1137 "sp-core",
1138 "sp-runtime",
1139 "sp-std",
1140]
11291141
1130[[package]]1142[[package]]
1131name = "concurrent-queue"1143name = "concurrent-queue"
5282name = "opal-runtime"5294name = "opal-runtime"
5283version = "0.9.24"5295version = "0.9.24"
5284dependencies = [5296dependencies = [
5297 "common-types",
5285 "cumulus-pallet-aura-ext",5298 "cumulus-pallet-aura-ext",
5286 "cumulus-pallet-dmp-queue",5299 "cumulus-pallet-dmp-queue",
5287 "cumulus-pallet-parachain-system",5300 "cumulus-pallet-parachain-system",
5291 "cumulus-primitives-timestamp",5304 "cumulus-primitives-timestamp",
5292 "cumulus-primitives-utility",5305 "cumulus-primitives-utility",
5293 "derivative",5306 "derivative",
5307 "evm-coder",
5294 "fp-evm-mapping",5308 "fp-evm-mapping",
5295 "fp-rpc",5309 "fp-rpc",
5296 "fp-self-contained",5310 "fp-self-contained",
5352 "sp-transaction-pool",5366 "sp-transaction-pool",
5353 "sp-version",5367 "sp-version",
5354 "substrate-wasm-builder",5368 "substrate-wasm-builder",
5355 "unique-runtime-common",
5356 "up-data-structs",5369 "up-data-structs",
5357 "up-rpc",5370 "up-rpc",
5371 "up-sponsorship",
5358 "xcm",5372 "xcm",
5359 "xcm-builder",5373 "xcm-builder",
5360 "xcm-executor",5374 "xcm-executor",
8596name = "quartz-runtime"8610name = "quartz-runtime"
8597version = "0.9.24"8611version = "0.9.24"
8598dependencies = [8612dependencies = [
8613 "common-types",
8599 "cumulus-pallet-aura-ext",8614 "cumulus-pallet-aura-ext",
8600 "cumulus-pallet-dmp-queue",8615 "cumulus-pallet-dmp-queue",
8601 "cumulus-pallet-parachain-system",8616 "cumulus-pallet-parachain-system",
8605 "cumulus-primitives-timestamp",8620 "cumulus-primitives-timestamp",
8606 "cumulus-primitives-utility",8621 "cumulus-primitives-utility",
8607 "derivative",8622 "derivative",
8623 "evm-coder",
8608 "fp-evm-mapping",8624 "fp-evm-mapping",
8609 "fp-rpc",8625 "fp-rpc",
8610 "fp-self-contained",8626 "fp-self-contained",
8666 "sp-transaction-pool",8682 "sp-transaction-pool",
8667 "sp-version",8683 "sp-version",
8668 "substrate-wasm-builder",8684 "substrate-wasm-builder",
8669 "unique-runtime-common",
8670 "up-data-structs",8685 "up-data-structs",
8671 "up-rpc",8686 "up-rpc",
8687 "up-sponsorship",
8672 "xcm",8688 "xcm",
8673 "xcm-builder",8689 "xcm-builder",
8674 "xcm-executor",8690 "xcm-executor",
11881name = "tests"11897name = "tests"
11882version = "0.1.0"11898version = "0.1.0"
11883dependencies = [11899dependencies = [
11900 "common-types",
11901 "evm-coder",
11884 "fp-evm-mapping",11902 "fp-evm-mapping",
11885 "frame-support",11903 "frame-support",
11886 "frame-system",11904 "frame-system",
11902 "sp-io",11920 "sp-io",
11903 "sp-runtime",11921 "sp-runtime",
11904 "sp-std",11922 "sp-std",
11905 "unique-runtime-common",
11906 "up-data-structs",11923 "up-data-structs",
11924 "up-sponsorship",
11907]11925]
1190811926
11909[[package]]11927[[package]]
12387 "sp-core",12405 "sp-core",
12388 "sp-rpc",12406 "sp-rpc",
12389 "sp-runtime",12407 "sp-runtime",
12390 "unique-runtime-common",
12391 "up-data-structs",12408 "up-data-structs",
12392 "up-rpc",12409 "up-rpc",
12393]12410]
12463version = "0.9.24"12480version = "0.9.24"
12464dependencies = [12481dependencies = [
12465 "clap",12482 "clap",
12483 "common-types",
12466 "cumulus-client-cli",12484 "cumulus-client-cli",
12467 "cumulus-client-collator",12485 "cumulus-client-collator",
12468 "cumulus-client-consensus-aura",12486 "cumulus-client-consensus-aura",
12541 "try-runtime-cli",12559 "try-runtime-cli",
12542 "unique-rpc",12560 "unique-rpc",
12543 "unique-runtime",12561 "unique-runtime",
12544 "unique-runtime-common",
12545 "up-data-structs",12562 "up-data-structs",
12546 "up-rpc",12563 "up-rpc",
12547]12564]
12550name = "unique-rpc"12567name = "unique-rpc"
12551version = "0.1.0"12568version = "0.1.0"
12552dependencies = [12569dependencies = [
12570 "common-types",
12553 "fc-db",12571 "fc-db",
12554 "fc-mapping-sync",12572 "fc-mapping-sync",
12555 "fc-rpc",12573 "fc-rpc",
12590 "substrate-frame-rpc-system",12608 "substrate-frame-rpc-system",
12591 "tokio 0.2.25",12609 "tokio 0.2.25",
12592 "uc-rpc",12610 "uc-rpc",
12593 "unique-runtime-common",
12594 "up-data-structs",12611 "up-data-structs",
12595 "up-rpc",12612 "up-rpc",
12596]12613]
12599name = "unique-runtime"12616name = "unique-runtime"
12600version = "0.9.24"12617version = "0.9.24"
12601dependencies = [12618dependencies = [
12619 "common-types",
12602 "cumulus-pallet-aura-ext",12620 "cumulus-pallet-aura-ext",
12603 "cumulus-pallet-dmp-queue",12621 "cumulus-pallet-dmp-queue",
12604 "cumulus-pallet-parachain-system",12622 "cumulus-pallet-parachain-system",
12608 "cumulus-primitives-timestamp",12626 "cumulus-primitives-timestamp",
12609 "cumulus-primitives-utility",12627 "cumulus-primitives-utility",
12610 "derivative",12628 "derivative",
12629 "evm-coder",
12611 "fp-evm-mapping",12630 "fp-evm-mapping",
12612 "fp-rpc",12631 "fp-rpc",
12613 "fp-self-contained",12632 "fp-self-contained",
12669 "sp-transaction-pool",12688 "sp-transaction-pool",
12670 "sp-version",12689 "sp-version",
12671 "substrate-wasm-builder",12690 "substrate-wasm-builder",
12672 "unique-runtime-common",
12673 "up-data-structs",12691 "up-data-structs",
12674 "up-rpc",12692 "up-rpc",
12693 "up-sponsorship",
12675 "xcm",12694 "xcm",
12676 "xcm-builder",12695 "xcm-builder",
12677 "xcm-executor",12696 "xcm-executor",
12678]12697]
12679
12680[[package]]
12681name = "unique-runtime-common"
12682version = "0.9.24"
12683dependencies = [
12684 "evm-coder",
12685 "fp-rpc",
12686 "frame-support",
12687 "frame-system",
12688 "pallet-common",
12689 "pallet-evm",
12690 "pallet-fungible",
12691 "pallet-nonfungible",
12692 "pallet-refungible",
12693 "pallet-unique",
12694 "pallet-unique-scheduler",
12695 "parity-scale-codec 3.1.5",
12696 "rmrk-rpc",
12697 "scale-info",
12698 "sp-consensus-aura",
12699 "sp-core",
12700 "sp-runtime",
12701 "sp-std",
12702 "up-data-structs",
12703 "up-sponsorship",
12704]
1270512698
12706[[package]]12699[[package]]
12707name = "universal-hash"12700name = "universal-hash"
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
113 'xcm/std',113 'xcm/std',
114 'xcm-builder/std',114 'xcm-builder/std',
115 'xcm-executor/std',115 'xcm-executor/std',
116 'unique-runtime-common/std',116 'common-types/std',
117117
118 "orml-vesting/std",118 "orml-vesting/std",
119]119]
407407
408[dependencies]408[dependencies]
409log = { version = "0.4.16", default-features = false }409log = { version = "0.4.16", default-features = false }
410unique-runtime-common = { path = "../common", default-features = false }410common-types = { path = "../../common-types", default-features = false }
411scale-info = { version = "2.0.1", default-features = false, features = [411scale-info = { version = "2.0.1", default-features = false, features = [
412 "derive",412 "derive",
413] }413] }
436pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }436pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
437fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }437fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
438fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }438fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
439evm-coder = { default-features = false, path = '../../crates/evm-coder' }
440up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.24' }
439441
440################################################################################442################################################################################
441# Build Dependencies443# Build Dependencies
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
114 'xcm/std',114 'xcm/std',
115 'xcm-builder/std',115 'xcm-builder/std',
116 'xcm-executor/std',116 'xcm-executor/std',
117 'unique-runtime-common/std',117 'common-types/std',
118118
119 "orml-vesting/std",119 "orml-vesting/std",
120]120]
400400
401[dependencies]401[dependencies]
402log = { version = "0.4.16", default-features = false }402log = { version = "0.4.16", default-features = false }
403unique-runtime-common = { path = "../common", default-features = false }403common-types = { path = "../../common-types", default-features = false }
404scale-info = { version = "2.0.1", default-features = false, features = [404scale-info = { version = "2.0.1", default-features = false, features = [
405 "derive",405 "derive",
406] }406] }
430fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }430fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
431fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }431fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
432fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }432fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }
433evm-coder = { default-features = false, path = '../../crates/evm-coder' }
434up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.24' }
433435
434################################################################################436################################################################################
435# Build Dependencies437# Build Dependencies