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

difftreelog

build move frontier to uniquenetwork org

Yaroslav Bolyukin2021-07-22parent: #25f9515.patch.diff
in: master

5 files changed

modifiedcrates/evm-coder/Cargo.tomldiffbeforeafterboth
--- a/crates/evm-coder/Cargo.toml
+++ b/crates/evm-coder/Cargo.toml
@@ -8,7 +8,7 @@
 primitive-types = { version = "0.9", default-features = false }
 hex-literal = "0.3"
 ethereum = { version = "0.7.1", default-features = false }
-evm-core = { default-features = false, git = "https://github.com/usetech-llc/evm.git", branch="precompile-output-parachain" }
+evm-core = { default-features = false, git = "https://github.com/uniquenetwork/evm.git", branch="precompile-output-parachain" }
 impl-trait-for-tuples = "0.2.1"
 
 [dev-dependencies]
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -305,13 +305,13 @@
 jsonrpc-core = '15.0.0'
 jsonrpc-pubsub = "15.0.0"
 
-fc-rpc-core = { version = "1.1.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
-fc-consensus = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
-fc-mapping-sync = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
-fc-rpc = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
-fc-db = { version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
-fp-rpc = { version = "2.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
-pallet-ethereum = { version = "3.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
+fc-rpc-core = { version = "1.1.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
+fc-consensus = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
+fc-mapping-sync = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
+fc-rpc = { version = "2.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
+fc-db = { version = "1.0.0", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
+fp-rpc = { version = "2.0.0", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
+pallet-ethereum = { version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
 
 nft-rpc = { path = "../rpc" }
 
modifiednode/rpc/Cargo.tomldiffbeforeafterboth
--- a/node/rpc/Cargo.toml
+++ b/node/rpc/Cargo.toml
@@ -42,12 +42,12 @@
 substrate-frame-rpc-system = { version = "3.0", git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.8' }
 tokio = { version = "0.2.13", features = ["macros", "sync"] }
 
-pallet-ethereum = { git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
-fc-rpc = { default-features = false, git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
-fp-rpc = { default-features = false, git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
-fc-rpc-core = { default-features = false, git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
-fc-db = { default-features = false, git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
-fc-mapping-sync = { default-features = false, git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
+pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
+fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
 
 pallet-nft = { path = "../../pallets/nft" }
 nft-runtime = { path = "../../runtime" }
modifiedpallets/nft/Cargo.tomldiffbeforeafterboth
--- a/pallets/nft/Cargo.toml
+++ b/pallets/nft/Cargo.toml
@@ -37,9 +37,9 @@
     'ethereum/std',
     'rlp/std',
 
-    'ethereum-tx-sign',
     'primitive-types/std',
     'evm-coder/std',
+    'evm-coder-substrate/std',
 ]
 
 ################################################################################
@@ -144,9 +144,10 @@
 sp-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.8" }
 
 evm-coder = { default-features = false, path = "../../crates/evm-coder" }
+evm-coder-substrate = { default-features = false, path = "../../crates/evm-coder-substrate" }
 primitive-types = { version = "0.9.0", default-features = false, features = ["serde_no_std"] }
 
-pallet-evm = { default-features = false, version = "5.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
-pallet-ethereum = { default-features = false, version = "3.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
-fp-evm = { default-features = false, version = '2.0.0', git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }
+pallet-evm = { default-features = false, version = "5.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
+pallet-ethereum = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
+fp-evm = { default-features = false, version = '2.0.0', git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }
 hex-literal = "0.3.1"
\ No newline at end of file
modifiedruntime/Cargo.tomldiffbeforeafterboth
before · runtime/Cargo.toml
1################################################################################2# Package 34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Substrate node nft'8edition = '2018'9homepage = 'https://unique.network'10license = 'All Rights Reserved'11name = 'nft-runtime'12repository = 'https://github.com/usetech-llc/nft_private/'13version = '3.0.0'1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[features]19default = ['std']20runtime-benchmarks = [21    'hex-literal',22    'frame-benchmarking',23    'frame-support/runtime-benchmarks',24    'frame-system-benchmarking',25    'frame-system/runtime-benchmarks',26    'pallet-balances/runtime-benchmarks',27    'pallet-timestamp/runtime-benchmarks',28    'pallet-nft/runtime-benchmarks',29    'pallet-inflation/runtime-benchmarks',30    'sp-runtime/runtime-benchmarks',31]32std = [33    'codec/std',34	'cumulus-pallet-aura-ext/std',35	'cumulus-pallet-parachain-system/std',36	'cumulus-pallet-xcm/std',37	'cumulus-pallet-xcmp-queue/std',38	'cumulus-primitives-core/std',39	'cumulus-primitives-utility/std',40    'frame-executive/std',41    'frame-support/std',42    'frame-system/std',43    'frame-system-rpc-runtime-api/std',44	'pallet-aura/std',45    'pallet-balances/std',46    # 'pallet-contracts/std',47    # 'pallet-contracts-primitives/std',48    # 'pallet-contracts-rpc-runtime-api/std',49    # 'pallet-contract-helpers/std',50    'pallet-randomness-collective-flip/std',51    'pallet-sudo/std',52    'pallet-timestamp/std',53    'pallet-transaction-payment/std',54    'pallet-transaction-payment-rpc-runtime-api/std',55    'pallet-treasury/std',56    'pallet-vesting/std',57    'pallet-evm/std',58    'pallet-ethereum/std',59    'fp-rpc/std',60	'parachain-info/std',61    'serde',62    'pallet-inflation/std',63    'pallet-nft/std',64    'pallet-scheduler/std',65    'pallet-nft-charge-transaction/std',66    'pallet-nft-transaction-payment/std', 67    'nft-data-structs/std',68    'sp-api/std',69    'sp-block-builder/std',70	"sp-consensus-aura/std",71    'sp-core/std',72    'sp-inherents/std',73	'sp-io/std',74    'sp-offchain/std',75    'sp-runtime/std',76    'sp-session/std',77    'sp-std/std',78    'sp-transaction-pool/std',79    'sp-version/std',80	'xcm/std',81	'xcm-builder/std',82	'xcm-executor/std',83]8485################################################################################86# Substrate Dependencies8788[dependencies.codec]89default-features = false90features = ['derive']91package = 'parity-scale-codec'92version = '2.0.0'9394[dependencies.frame-benchmarking]95default-features = false96git = 'https://github.com/paritytech/substrate.git'97optional = true98branch = 'polkadot-v0.9.8'99version = '3.0.0'100101[dependencies.frame-executive]102default-features = false103git = 'https://github.com/paritytech/substrate.git'104branch = 'polkadot-v0.9.8'105version = '3.0.0'106107[dependencies.frame-support]108default-features = false109git = 'https://github.com/paritytech/substrate.git'110branch = 'polkadot-v0.9.8'111version = '3.0.0'112113[dependencies.frame-system]114default-features = false115git = 'https://github.com/paritytech/substrate.git'116branch = 'polkadot-v0.9.8'117version = '3.0.0'118119[dependencies.frame-system-benchmarking]120default-features = false121git = 'https://github.com/paritytech/substrate.git'122optional = true123branch = 'polkadot-v0.9.8'124version = '3.0.0'125126[dependencies.frame-system-rpc-runtime-api]127default-features = false128git = 'https://github.com/paritytech/substrate.git'129branch = 'polkadot-v0.9.8'130version = '3.0.0'131132[dependencies.hex-literal]133optional = true134version = '0.3.1'135136[dependencies.serde]137default-features = false138features = ['derive']139optional = true140version = '1.0.119'141142[dependencies.pallet-aura]143default-features = false144git = 'https://github.com/paritytech/substrate.git'145branch = 'polkadot-v0.9.8'146version = '3.0.0'147148[dependencies.pallet-balances]149default-features = false150git = 'https://github.com/paritytech/substrate.git'151branch = 'polkadot-v0.9.8'152version = '3.0.0'153154# Contracts specific packages155# [dependencies.pallet-contracts]156# git = 'https://github.com/paritytech/substrate.git'157# default-features = false158# branch = 'polkadot-v0.9.8'159# version = '3.0.0'160161# [dependencies.pallet-contracts-primitives]162# git = 'https://github.com/paritytech/substrate.git'163# default-features = false164# branch = 'polkadot-v0.9.8'165# version = '3.0.0'166167# [dependencies.pallet-contracts-rpc-runtime-api]168# git = 'https://github.com/paritytech/substrate.git'169# default-features = false170# branch = 'polkadot-v0.9.8'171# version = '3.0.0'172173[dependencies.pallet-randomness-collective-flip]174default-features = false175git = 'https://github.com/paritytech/substrate.git'176branch = 'polkadot-v0.9.8'177version = '3.0.0'178179[dependencies.pallet-sudo]180default-features = false181git = 'https://github.com/paritytech/substrate.git'182branch = 'polkadot-v0.9.8'183version = '3.0.0'184185[dependencies.pallet-timestamp]186default-features = false187git = 'https://github.com/paritytech/substrate.git'188branch = 'polkadot-v0.9.8'189version = '3.0.0'190191[dependencies.pallet-transaction-payment]192default-features = false193git = 'https://github.com/paritytech/substrate.git'194branch = 'polkadot-v0.9.8'195version = '3.0.0'196197[dependencies.pallet-transaction-payment-rpc-runtime-api]198default-features = false199git = 'https://github.com/paritytech/substrate.git'200branch = 'polkadot-v0.9.8'201version = '3.0.0'202203[dependencies.pallet-treasury]204default-features = false205git = 'https://github.com/paritytech/substrate.git'206branch = 'polkadot-v0.9.8'207version = '3.0.0'208209[dependencies.pallet-vesting]210default-features = false211git = 'https://github.com/paritytech/substrate.git'212branch = 'polkadot-v0.9.8'213version = '3.0.0'214215[dependencies.sp-arithmetic]216default-features = false217git = 'https://github.com/paritytech/substrate.git'218branch = 'polkadot-v0.9.8'219version = '3.0.0'220221[dependencies.sp-api]222default-features = false223git = 'https://github.com/paritytech/substrate.git'224branch = 'polkadot-v0.9.8'225version = '3.0.0'226227[dependencies.sp-block-builder]228default-features = false229git = 'https://github.com/paritytech/substrate.git'230branch = 'polkadot-v0.9.8'231version = '3.0.0'232233[dependencies.sp-core]234default-features = false235git = 'https://github.com/paritytech/substrate.git'236branch = 'polkadot-v0.9.8'237version = '3.0.0'238239[dependencies.sp-consensus-aura]240default-features = false241git = 'https://github.com/paritytech/substrate.git'242branch = 'polkadot-v0.9.8'243version = '0.9.0'244245[dependencies.sp-inherents]246default-features = false247git = 'https://github.com/paritytech/substrate.git'248branch = 'polkadot-v0.9.8'249version = '3.0.0'250251[dependencies.sp-io]252default-features = false253git = 'https://github.com/paritytech/substrate.git'254branch = 'polkadot-v0.9.8'255version = '3.0.0'256257[dependencies.sp-offchain]258default-features = false259git = 'https://github.com/paritytech/substrate.git'260branch = 'polkadot-v0.9.8'261version = '3.0.0'262263[dependencies.sp-runtime]264default-features = false265git = 'https://github.com/paritytech/substrate.git'266branch = 'polkadot-v0.9.8'267version = '3.0.0'268269[dependencies.sp-session]270default-features = false271git = 'https://github.com/paritytech/substrate.git'272branch = 'polkadot-v0.9.8'273version = '3.0.0'274275[dependencies.sp-std]276default-features = false277git = 'https://github.com/paritytech/substrate.git'278branch = 'polkadot-v0.9.8'279version = '3.0.0'280281[dependencies.sp-transaction-pool]282default-features = false283git = 'https://github.com/paritytech/substrate.git'284branch = 'polkadot-v0.9.8'285version = '3.0.0'286287[dependencies.sp-version]288default-features = false289git = 'https://github.com/paritytech/substrate.git'290branch = 'polkadot-v0.9.8'291version = '3.0.0'292293[dependencies.smallvec]294version = '1.4.1'295296################################################################################297# Cumulus dependencies298299[dependencies.parachain-info]300default-features = false301git = 'https://github.com/paritytech/cumulus.git'302branch = 'polkadot-v0.9.8'303version = '0.1.0'304305[dependencies.cumulus-pallet-aura-ext]306git = 'https://github.com/paritytech/cumulus.git'307branch = 'polkadot-v0.9.8'308default-features = false309310[dependencies.cumulus-pallet-parachain-system]311git = 'https://github.com/paritytech/cumulus.git'312branch = 'polkadot-v0.9.8'313default-features = false314315[dependencies.cumulus-primitives-core]316git = 'https://github.com/paritytech/cumulus.git'317branch = 'polkadot-v0.9.8'318default-features = false319320[dependencies.cumulus-pallet-xcm]321git = 'https://github.com/paritytech/cumulus.git'322branch = 'polkadot-v0.9.8'323default-features = false324325[dependencies.cumulus-pallet-dmp-queue]326git = 'https://github.com/paritytech/cumulus.git'327branch = 'polkadot-v0.9.8'328default-features = false329330[dependencies.cumulus-pallet-xcmp-queue]331git = 'https://github.com/paritytech/cumulus.git'332branch = 'polkadot-v0.9.8'333default-features = false334335[dependencies.cumulus-primitives-utility]336git = 'https://github.com/paritytech/cumulus.git'337branch = 'polkadot-v0.9.8'338default-features = false339340[dependencies.cumulus-primitives-timestamp]341git = 'https://github.com/paritytech/cumulus.git'342branch = 'polkadot-v0.9.8'343default-features = false344345################################################################################346# Polkadot dependencies347348[dependencies.polkadot-parachain]349git = 'https://github.com/paritytech/polkadot'350branch = 'release-v0.9.8'351default-features = false352353[dependencies.xcm]354git = 'https://github.com/paritytech/polkadot'355branch = 'release-v0.9.8'356default-features = false357358[dependencies.xcm-builder]359git = 'https://github.com/paritytech/polkadot'360branch = 'release-v0.9.8'361default-features = false362363[dependencies.xcm-executor]364git = 'https://github.com/paritytech/polkadot'365branch = 'release-v0.9.8'366default-features = false367368[dependencies.pallet-xcm]369git = 'https://github.com/paritytech/polkadot'370branch = 'release-v0.9.8'371default-features = false372373374375################################################################################376# local dependencies377378[dependencies]379pallet-nft = { path = '../pallets/nft', default-features = false, version = '3.0.0' }380pallet-inflation = { path = '../pallets/inflation', default-features = false, version = '3.0.0' }381nft-data-structs = { path = '../primitives/nft', default-features = false,  version = '0.9.0' }382pallet-scheduler = { path = '../pallets/scheduler', default-features = false, version = '3.0.0' }383# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }384pallet-nft-transaction-payment = { path = '../pallets/nft-transaction-payment', default-features = false, version = '3.0.0' }385pallet-nft-charge-transaction = { path = '../pallets/nft-charge-transaction', default-features = false, version = '3.0.0' }386387pallet-evm = { default-features = false, version = "5.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }388pallet-ethereum = { default-features = false, version = "3.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }389fp-rpc = { default-features = false, version = "2.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions-parachain" }390391################################################################################392# Build Dependencies393394[build-dependencies]395substrate-wasm-builder = '4.0.0'
after · runtime/Cargo.toml
1################################################################################2# Package 34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'7description = 'Substrate node nft'8edition = '2018'9homepage = 'https://unique.network'10license = 'All Rights Reserved'11name = 'nft-runtime'12repository = 'https://github.com/usetech-llc/nft_private/'13version = '3.0.0'1415[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']1718[features]19default = ['std']20runtime-benchmarks = [21    'hex-literal',22    'frame-benchmarking',23    'frame-support/runtime-benchmarks',24    'frame-system-benchmarking',25    'frame-system/runtime-benchmarks',26    'pallet-balances/runtime-benchmarks',27    'pallet-timestamp/runtime-benchmarks',28    'pallet-nft/runtime-benchmarks',29    'pallet-inflation/runtime-benchmarks',30    'sp-runtime/runtime-benchmarks',31]32std = [33    'codec/std',34	'cumulus-pallet-aura-ext/std',35	'cumulus-pallet-parachain-system/std',36	'cumulus-pallet-xcm/std',37	'cumulus-pallet-xcmp-queue/std',38	'cumulus-primitives-core/std',39	'cumulus-primitives-utility/std',40    'evm-coder-substrate/std',41    'frame-executive/std',42    'frame-support/std',43    'frame-system/std',44    'frame-system-rpc-runtime-api/std',45	'pallet-aura/std',46    'pallet-balances/std',47    # 'pallet-contracts/std',48    # 'pallet-contracts-primitives/std',49    # 'pallet-contracts-rpc-runtime-api/std',50    # 'pallet-contract-helpers/std',51    'pallet-randomness-collective-flip/std',52    'pallet-sudo/std',53    'pallet-timestamp/std',54    'pallet-transaction-payment/std',55    'pallet-transaction-payment-rpc-runtime-api/std',56    'pallet-treasury/std',57    'pallet-vesting/std',58    'pallet-evm/std',59    'pallet-ethereum/std',60    'fp-rpc/std',61	'parachain-info/std',62    'serde',63    'pallet-inflation/std',64    'pallet-nft/std',65    'pallet-scheduler/std',66    'pallet-nft-charge-transaction/std',67    'pallet-nft-transaction-payment/std', 68    'nft-data-structs/std',69    'sp-api/std',70    'sp-block-builder/std',71	"sp-consensus-aura/std",72    'sp-core/std',73    'sp-inherents/std',74	'sp-io/std',75    'sp-offchain/std',76    'sp-runtime/std',77    'sp-session/std',78    'sp-std/std',79    'sp-transaction-pool/std',80    'sp-version/std',81	'xcm/std',82	'xcm-builder/std',83	'xcm-executor/std',84]8586################################################################################87# Substrate Dependencies8889[dependencies.codec]90default-features = false91features = ['derive']92package = 'parity-scale-codec'93version = '2.0.0'9495[dependencies.frame-benchmarking]96default-features = false97git = 'https://github.com/paritytech/substrate.git'98optional = true99branch = 'polkadot-v0.9.8'100version = '3.0.0'101102[dependencies.frame-executive]103default-features = false104git = 'https://github.com/paritytech/substrate.git'105branch = 'polkadot-v0.9.8'106version = '3.0.0'107108[dependencies.frame-support]109default-features = false110git = 'https://github.com/paritytech/substrate.git'111branch = 'polkadot-v0.9.8'112version = '3.0.0'113114[dependencies.frame-system]115default-features = false116git = 'https://github.com/paritytech/substrate.git'117branch = 'polkadot-v0.9.8'118version = '3.0.0'119120[dependencies.frame-system-benchmarking]121default-features = false122git = 'https://github.com/paritytech/substrate.git'123optional = true124branch = 'polkadot-v0.9.8'125version = '3.0.0'126127[dependencies.frame-system-rpc-runtime-api]128default-features = false129git = 'https://github.com/paritytech/substrate.git'130branch = 'polkadot-v0.9.8'131version = '3.0.0'132133[dependencies.hex-literal]134optional = true135version = '0.3.1'136137[dependencies.serde]138default-features = false139features = ['derive']140optional = true141version = '1.0.119'142143[dependencies.pallet-aura]144default-features = false145git = 'https://github.com/paritytech/substrate.git'146branch = 'polkadot-v0.9.8'147version = '3.0.0'148149[dependencies.pallet-balances]150default-features = false151git = 'https://github.com/paritytech/substrate.git'152branch = 'polkadot-v0.9.8'153version = '3.0.0'154155# Contracts specific packages156# [dependencies.pallet-contracts]157# git = 'https://github.com/paritytech/substrate.git'158# default-features = false159# branch = 'polkadot-v0.9.8'160# version = '3.0.0'161162# [dependencies.pallet-contracts-primitives]163# git = 'https://github.com/paritytech/substrate.git'164# default-features = false165# branch = 'polkadot-v0.9.8'166# version = '3.0.0'167168# [dependencies.pallet-contracts-rpc-runtime-api]169# git = 'https://github.com/paritytech/substrate.git'170# default-features = false171# branch = 'polkadot-v0.9.8'172# version = '3.0.0'173174[dependencies.pallet-randomness-collective-flip]175default-features = false176git = 'https://github.com/paritytech/substrate.git'177branch = 'polkadot-v0.9.8'178version = '3.0.0'179180[dependencies.pallet-sudo]181default-features = false182git = 'https://github.com/paritytech/substrate.git'183branch = 'polkadot-v0.9.8'184version = '3.0.0'185186[dependencies.pallet-timestamp]187default-features = false188git = 'https://github.com/paritytech/substrate.git'189branch = 'polkadot-v0.9.8'190version = '3.0.0'191192[dependencies.pallet-transaction-payment]193default-features = false194git = 'https://github.com/paritytech/substrate.git'195branch = 'polkadot-v0.9.8'196version = '3.0.0'197198[dependencies.pallet-transaction-payment-rpc-runtime-api]199default-features = false200git = 'https://github.com/paritytech/substrate.git'201branch = 'polkadot-v0.9.8'202version = '3.0.0'203204[dependencies.pallet-treasury]205default-features = false206git = 'https://github.com/paritytech/substrate.git'207branch = 'polkadot-v0.9.8'208version = '3.0.0'209210[dependencies.pallet-vesting]211default-features = false212git = 'https://github.com/paritytech/substrate.git'213branch = 'polkadot-v0.9.8'214version = '3.0.0'215216[dependencies.sp-arithmetic]217default-features = false218git = 'https://github.com/paritytech/substrate.git'219branch = 'polkadot-v0.9.8'220version = '3.0.0'221222[dependencies.sp-api]223default-features = false224git = 'https://github.com/paritytech/substrate.git'225branch = 'polkadot-v0.9.8'226version = '3.0.0'227228[dependencies.sp-block-builder]229default-features = false230git = 'https://github.com/paritytech/substrate.git'231branch = 'polkadot-v0.9.8'232version = '3.0.0'233234[dependencies.sp-core]235default-features = false236git = 'https://github.com/paritytech/substrate.git'237branch = 'polkadot-v0.9.8'238version = '3.0.0'239240[dependencies.sp-consensus-aura]241default-features = false242git = 'https://github.com/paritytech/substrate.git'243branch = 'polkadot-v0.9.8'244version = '0.9.0'245246[dependencies.sp-inherents]247default-features = false248git = 'https://github.com/paritytech/substrate.git'249branch = 'polkadot-v0.9.8'250version = '3.0.0'251252[dependencies.sp-io]253default-features = false254git = 'https://github.com/paritytech/substrate.git'255branch = 'polkadot-v0.9.8'256version = '3.0.0'257258[dependencies.sp-offchain]259default-features = false260git = 'https://github.com/paritytech/substrate.git'261branch = 'polkadot-v0.9.8'262version = '3.0.0'263264[dependencies.sp-runtime]265default-features = false266git = 'https://github.com/paritytech/substrate.git'267branch = 'polkadot-v0.9.8'268version = '3.0.0'269270[dependencies.sp-session]271default-features = false272git = 'https://github.com/paritytech/substrate.git'273branch = 'polkadot-v0.9.8'274version = '3.0.0'275276[dependencies.sp-std]277default-features = false278git = 'https://github.com/paritytech/substrate.git'279branch = 'polkadot-v0.9.8'280version = '3.0.0'281282[dependencies.sp-transaction-pool]283default-features = false284git = 'https://github.com/paritytech/substrate.git'285branch = 'polkadot-v0.9.8'286version = '3.0.0'287288[dependencies.sp-version]289default-features = false290git = 'https://github.com/paritytech/substrate.git'291branch = 'polkadot-v0.9.8'292version = '3.0.0'293294[dependencies.smallvec]295version = '1.4.1'296297################################################################################298# Cumulus dependencies299300[dependencies.parachain-info]301default-features = false302git = 'https://github.com/paritytech/cumulus.git'303branch = 'polkadot-v0.9.8'304version = '0.1.0'305306[dependencies.cumulus-pallet-aura-ext]307git = 'https://github.com/paritytech/cumulus.git'308branch = 'polkadot-v0.9.8'309default-features = false310311[dependencies.cumulus-pallet-parachain-system]312git = 'https://github.com/paritytech/cumulus.git'313branch = 'polkadot-v0.9.8'314default-features = false315316[dependencies.cumulus-primitives-core]317git = 'https://github.com/paritytech/cumulus.git'318branch = 'polkadot-v0.9.8'319default-features = false320321[dependencies.cumulus-pallet-xcm]322git = 'https://github.com/paritytech/cumulus.git'323branch = 'polkadot-v0.9.8'324default-features = false325326[dependencies.cumulus-pallet-dmp-queue]327git = 'https://github.com/paritytech/cumulus.git'328branch = 'polkadot-v0.9.8'329default-features = false330331[dependencies.cumulus-pallet-xcmp-queue]332git = 'https://github.com/paritytech/cumulus.git'333branch = 'polkadot-v0.9.8'334default-features = false335336[dependencies.cumulus-primitives-utility]337git = 'https://github.com/paritytech/cumulus.git'338branch = 'polkadot-v0.9.8'339default-features = false340341[dependencies.cumulus-primitives-timestamp]342git = 'https://github.com/paritytech/cumulus.git'343branch = 'polkadot-v0.9.8'344default-features = false345346################################################################################347# Polkadot dependencies348349[dependencies.polkadot-parachain]350git = 'https://github.com/paritytech/polkadot'351branch = 'release-v0.9.8'352default-features = false353354[dependencies.xcm]355git = 'https://github.com/paritytech/polkadot'356branch = 'release-v0.9.8'357default-features = false358359[dependencies.xcm-builder]360git = 'https://github.com/paritytech/polkadot'361branch = 'release-v0.9.8'362default-features = false363364[dependencies.xcm-executor]365git = 'https://github.com/paritytech/polkadot'366branch = 'release-v0.9.8'367default-features = false368369[dependencies.pallet-xcm]370git = 'https://github.com/paritytech/polkadot'371branch = 'release-v0.9.8'372default-features = false373374375376################################################################################377# local dependencies378379[dependencies]380pallet-nft = { path = '../pallets/nft', default-features = false, version = '3.0.0' }381pallet-inflation = { path = '../pallets/inflation', default-features = false, version = '3.0.0' }382nft-data-structs = { path = '../primitives/nft', default-features = false,  version = '0.9.0' }383pallet-scheduler = { path = '../pallets/scheduler', default-features = false, version = '3.0.0' }384# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }385pallet-nft-transaction-payment = { path = '../pallets/nft-transaction-payment', default-features = false, version = '3.0.0' }386pallet-nft-charge-transaction = { path = '../pallets/nft-charge-transaction', default-features = false, version = '3.0.0' }387evm-coder-substrate = { default-features = false, path = "../crates/evm-coder-substrate" }388389pallet-evm = { default-features = false, version = "5.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }390pallet-ethereum = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }391fp-rpc = { default-features = false, version = "2.0.0", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }392393################################################################################394# Build Dependencies395396[build-dependencies]397substrate-wasm-builder = '4.0.0'