git.delta.rocks / unique-network / refs/commits / 1197b6726dfd

difftreelog

build update runtime dependencies

Yaroslav Bolyukin2021-07-27parent: #ee51bae.patch.diff
in: master

2 files changed

modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,8 +5,7 @@
     'pallets/*',
     'primitives/*',
     'runtime',
-    'crates/evm-coder',
-    'crates/evm-coder-macros',
+    'crates/*',
 ]
 [profile.release]
 panic = 'unwind'
modifiedruntime/Cargo.tomldiffbeforeafterboth
37 'cumulus-pallet-xcmp-queue/std',37 'cumulus-pallet-xcmp-queue/std',
38 'cumulus-primitives-core/std',38 'cumulus-primitives-core/std',
39 'cumulus-primitives-utility/std',39 'cumulus-primitives-utility/std',
40 'evm-coder-substrate/std',
41 'frame-executive/std',40 'frame-executive/std',
42 'frame-support/std',41 'frame-support/std',
43 'frame-system/std',42 'frame-system/std',
56 'pallet-treasury/std',55 'pallet-treasury/std',
57 'pallet-vesting/std',56 'pallet-vesting/std',
58 'pallet-evm/std',57 'pallet-evm/std',
58 'pallet-evm-contract-helpers/std',
59 'pallet-evm-transaction-payment/std',
60 'pallet-evm-coder-substrate/std',
59 'pallet-ethereum/std',61 'pallet-ethereum/std',
60 'fp-rpc/std',62 'fp-rpc/std',
61 'parachain-info/std',63 'parachain-info/std',
384# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }385# 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-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' }387pallet-nft-charge-transaction = { path = '../pallets/nft-charge-transaction', default-features = false, version = '3.0.0' }
388pallet-evm-contract-helpers = { path = '../pallets/evm-contract-helpers', default-features = false }
389pallet-evm-transaction-payment = { path = '../pallets/evm-transaction-payment', default-features = false }
387evm-coder-substrate = { default-features = false, path = "../crates/evm-coder-substrate" }390pallet-evm-coder-substrate = { default-features = false, path = "../pallets/evm-coder-substrate" }
388391
389pallet-evm = { default-features = false, version = "5.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }392pallet-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" }393pallet-ethereum = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }