git.delta.rocks / unique-network / refs/commits / 1f97da52aa2c

difftreelog

Divide unique runtime: unique,quartz,opal

Daniel Shiposha2022-03-05parent: #d6336d8.patch.diff
in: master

18 files changed

modifiedCargo.lockdiffbeforeafterboth
5193source = "registry+https://github.com/rust-lang/crates.io-index"5193source = "registry+https://github.com/rust-lang/crates.io-index"
5194checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"5194checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
5195
5196[[package]]
5197name = "opal-runtime"
5198version = "0.1.0"
5199dependencies = [
5200 "cumulus-pallet-aura-ext",
5201 "cumulus-pallet-dmp-queue",
5202 "cumulus-pallet-parachain-system",
5203 "cumulus-pallet-xcm",
5204 "cumulus-pallet-xcmp-queue",
5205 "cumulus-primitives-core",
5206 "cumulus-primitives-timestamp",
5207 "cumulus-primitives-utility",
5208 "derivative",
5209 "fp-rpc",
5210 "fp-self-contained",
5211 "frame-benchmarking",
5212 "frame-executive",
5213 "frame-support",
5214 "frame-system",
5215 "frame-system-benchmarking",
5216 "frame-system-rpc-runtime-api",
5217 "hex-literal",
5218 "orml-vesting",
5219 "pallet-aura",
5220 "pallet-balances",
5221 "pallet-base-fee",
5222 "pallet-common",
5223 "pallet-ethereum",
5224 "pallet-evm",
5225 "pallet-evm-coder-substrate",
5226 "pallet-evm-contract-helpers",
5227 "pallet-evm-migration",
5228 "pallet-evm-transaction-payment",
5229 "pallet-fungible",
5230 "pallet-inflation",
5231 "pallet-nonfungible",
5232 "pallet-randomness-collective-flip",
5233 "pallet-refungible",
5234 "pallet-sudo",
5235 "pallet-template-transaction-payment",
5236 "pallet-timestamp",
5237 "pallet-transaction-payment",
5238 "pallet-transaction-payment-rpc-runtime-api",
5239 "pallet-treasury",
5240 "pallet-unique",
5241 "pallet-unq-scheduler",
5242 "pallet-xcm",
5243 "parachain-info",
5244 "parity-scale-codec",
5245 "polkadot-parachain",
5246 "scale-info",
5247 "serde",
5248 "smallvec",
5249 "sp-api",
5250 "sp-arithmetic",
5251 "sp-block-builder",
5252 "sp-consensus-aura",
5253 "sp-core",
5254 "sp-inherents",
5255 "sp-io",
5256 "sp-offchain",
5257 "sp-runtime",
5258 "sp-session",
5259 "sp-std",
5260 "sp-transaction-pool",
5261 "sp-version",
5262 "substrate-wasm-builder",
5263 "unique-runtime-common",
5264 "up-data-structs",
5265 "up-evm-mapping",
5266 "up-rpc",
5267 "xcm",
5268 "xcm-builder",
5269 "xcm-executor",
5270]
51955271
5196[[package]]5272[[package]]
5197name = "opaque-debug"5273name = "opaque-debug"
8259 "cc",8335 "cc",
8260]8336]
8337
8338[[package]]
8339name = "quartz-runtime"
8340version = "0.1.0"
8341dependencies = [
8342 "cumulus-pallet-aura-ext",
8343 "cumulus-pallet-dmp-queue",
8344 "cumulus-pallet-parachain-system",
8345 "cumulus-pallet-xcm",
8346 "cumulus-pallet-xcmp-queue",
8347 "cumulus-primitives-core",
8348 "cumulus-primitives-timestamp",
8349 "cumulus-primitives-utility",
8350 "derivative",
8351 "fp-rpc",
8352 "fp-self-contained",
8353 "frame-benchmarking",
8354 "frame-executive",
8355 "frame-support",
8356 "frame-system",
8357 "frame-system-benchmarking",
8358 "frame-system-rpc-runtime-api",
8359 "hex-literal",
8360 "orml-vesting",
8361 "pallet-aura",
8362 "pallet-balances",
8363 "pallet-base-fee",
8364 "pallet-common",
8365 "pallet-ethereum",
8366 "pallet-evm",
8367 "pallet-evm-coder-substrate",
8368 "pallet-evm-contract-helpers",
8369 "pallet-evm-migration",
8370 "pallet-evm-transaction-payment",
8371 "pallet-fungible",
8372 "pallet-inflation",
8373 "pallet-nonfungible",
8374 "pallet-randomness-collective-flip",
8375 "pallet-refungible",
8376 "pallet-sudo",
8377 "pallet-template-transaction-payment",
8378 "pallet-timestamp",
8379 "pallet-transaction-payment",
8380 "pallet-transaction-payment-rpc-runtime-api",
8381 "pallet-treasury",
8382 "pallet-unique",
8383 "pallet-unq-scheduler",
8384 "pallet-xcm",
8385 "parachain-info",
8386 "parity-scale-codec",
8387 "polkadot-parachain",
8388 "scale-info",
8389 "serde",
8390 "smallvec",
8391 "sp-api",
8392 "sp-arithmetic",
8393 "sp-block-builder",
8394 "sp-consensus-aura",
8395 "sp-core",
8396 "sp-inherents",
8397 "sp-io",
8398 "sp-offchain",
8399 "sp-runtime",
8400 "sp-session",
8401 "sp-std",
8402 "sp-transaction-pool",
8403 "sp-version",
8404 "substrate-wasm-builder",
8405 "unique-runtime-common",
8406 "up-data-structs",
8407 "up-evm-mapping",
8408 "up-rpc",
8409 "xcm",
8410 "xcm-builder",
8411 "xcm-executor",
8412]
82618413
8262[[package]]8414[[package]]
8263name = "quick-error"8415name = "quick-error"
11787 "jsonrpc-core",11939 "jsonrpc-core",
11788 "jsonrpc-pubsub",11940 "jsonrpc-pubsub",
11789 "log",11941 "log",
11942 "opal-runtime",
11790 "pallet-ethereum",11943 "pallet-ethereum",
11791 "pallet-transaction-payment-rpc",11944 "pallet-transaction-payment-rpc",
11792 "parity-scale-codec",11945 "parity-scale-codec",
11796 "polkadot-primitives",11949 "polkadot-primitives",
11797 "polkadot-service",11950 "polkadot-service",
11798 "polkadot-test-service",11951 "polkadot-test-service",
11952 "quartz-runtime",
11799 "sc-basic-authorship",11953 "sc-basic-authorship",
11800 "sc-chain-spec",11954 "sc-chain-spec",
11801 "sc-cli",11955 "sc-cli",
11849 "futures 0.3.21",12003 "futures 0.3.21",
11850 "jsonrpc-core",12004 "jsonrpc-core",
11851 "jsonrpc-pubsub",12005 "jsonrpc-pubsub",
12006 "opal-runtime",
11852 "pallet-ethereum",12007 "pallet-ethereum",
11853 "pallet-transaction-payment-rpc",12008 "pallet-transaction-payment-rpc",
11854 "pallet-transaction-payment-rpc-runtime-api",12009 "pallet-transaction-payment-rpc-runtime-api",
11855 "pallet-unique",12010 "pallet-unique",
12011 "quartz-runtime",
11856 "sc-client-api",12012 "sc-client-api",
11857 "sc-consensus-aura",12013 "sc-consensus-aura",
11858 "sc-consensus-epochs",12014 "sc-consensus-epochs",
11949 "sp-transaction-pool",12105 "sp-transaction-pool",
11950 "sp-version",12106 "sp-version",
11951 "substrate-wasm-builder",12107 "substrate-wasm-builder",
12108 "unique-runtime-common",
11952 "up-data-structs",12109 "up-data-structs",
11953 "up-evm-mapping",12110 "up-evm-mapping",
11954 "up-rpc",12111 "up-rpc",
11957 "xcm-executor",12114 "xcm-executor",
11958]12115]
12116
12117[[package]]
12118name = "unique-runtime-common"
12119version = "0.1.0"
12120dependencies = [
12121 "frame-support",
12122 "frame-system",
12123 "parity-scale-codec",
12124 "scale-info",
12125 "sp-core",
12126 "sp-runtime",
12127]
1195912128
11960[[package]]12129[[package]]
11961name = "universal-hash"12130name = "universal-hash"
modifiedCargo.tomldiffbeforeafterboth
5 'pallets/*',5 'pallets/*',
6 'client/*',6 'client/*',
7 'primitives/*',7 'primitives/*',
8 'runtime',8 'runtime/*',
9 'crates/*',9 'crates/*',
10]10]
11[profile.release]11[profile.release]
deletedruntime/Cargo.tomldiffbeforeafterboth

no changes

deletedruntime/build.rsdiffbeforeafterboth

no changes

addedruntime/common/Cargo.tomldiffbeforeafterboth

no changes

addedruntime/common/src/constants.rsdiffbeforeafterboth

no changes

addedruntime/common/src/lib.rsdiffbeforeafterboth

no changes

addedruntime/common/src/types.rsdiffbeforeafterboth

no changes

addedruntime/opal/Cargo.tomldiffbeforeafterboth

no changes

addedruntime/opal/build.rsdiffbeforeafterboth

no changes

addedruntime/opal/src/lib.rsdiffbeforeafterboth

no changes

addedruntime/quartz/Cargo.tomldiffbeforeafterboth

no changes

addedruntime/quartz/build.rsdiffbeforeafterboth

no changes

addedruntime/quartz/src/lib.rsdiffbeforeafterboth

no changes

deletedruntime/src/lib.rsdiffbeforeafterboth

no changes

addedruntime/unique/Cargo.tomldiffbeforeafterboth

no changes

addedruntime/unique/build.rsdiffbeforeafterboth

no changes

addedruntime/unique/src/lib.rsdiffbeforeafterboth

no changes