difftreelog
build(dep) upgrade polkadot to v0.9.25
in: master
26 files changed
README.mddiffbeforeafterboth92```92```93git clone https://github.com/paritytech/polkadot.git93git clone https://github.com/paritytech/polkadot.git94cd polkadot94cd polkadot95git checkout release-v0.9.2495git checkout release-v0.9.2596cargo build --release96cargo build --release97```97```9898client/rpc/Cargo.tomldiffbeforeafterboth10up-rpc = { path = "../../primitives/rpc" }10up-rpc = { path = "../../primitives/rpc" }11rmrk-rpc = { path = "../../primitives/rmrk-rpc" }11rmrk-rpc = { path = "../../primitives/rmrk-rpc" }12codec = { package = "parity-scale-codec", version = "3.1.2" }12codec = { package = "parity-scale-codec", version = "3.1.2" }13jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }13jsonrpsee = { version = "0.14.0", features = ["server", "macros"] }14anyhow = "1.0.57"14anyhow = "1.0.57"151516sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }17sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-blockchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }19sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }19sp-rpc = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }20sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }20sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }2222crates/evm-coder/Cargo.tomldiffbeforeafterboth9primitive-types = { version = "0.11.1", default-features = false }9primitive-types = { version = "0.11.1", default-features = false }10hex-literal = "0.3.3"10hex-literal = "0.3.3"11ethereum = { version = "0.12.0", default-features = false }11ethereum = { version = "0.12.0", default-features = false }12evm-core = { default-features = false , git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.24" }12evm-core = { default-features = false , git = "https://github.com/uniquenetwork/evm", branch = "unique-polkadot-v0.9.25" }13impl-trait-for-tuples = "0.2.1"13impl-trait-for-tuples = "0.2.1"141415[dev-dependencies]15[dev-dependencies]node/cli/Cargo.tomldiffbeforeafterboth334[build-dependencies.substrate-build-script-utils]4[build-dependencies.substrate-build-script-utils]5git = "https://github.com/paritytech/substrate"5git = "https://github.com/paritytech/substrate"6branch = "polkadot-v0.9.24"6branch = "polkadot-v0.9.25"778################################################################################8################################################################################9# Substrate Dependecies9# Substrate Dependecies161617[dependencies.frame-benchmarking]17[dependencies.frame-benchmarking]18git = "https://github.com/paritytech/substrate"18git = "https://github.com/paritytech/substrate"19branch = "polkadot-v0.9.24"19branch = "polkadot-v0.9.25"202021[dependencies.frame-benchmarking-cli]21[dependencies.frame-benchmarking-cli]22git = "https://github.com/paritytech/substrate"22git = "https://github.com/paritytech/substrate"23branch = "polkadot-v0.9.24"23branch = "polkadot-v0.9.25"242425[dependencies.try-runtime-cli]25[dependencies.try-runtime-cli]26git = 'https://github.com/paritytech/substrate'26git = 'https://github.com/paritytech/substrate'27branch = 'polkadot-v0.9.24'27branch = 'polkadot-v0.9.25'282829[dependencies.pallet-transaction-payment-rpc]29[dependencies.pallet-transaction-payment-rpc]30git = "https://github.com/paritytech/substrate"30git = "https://github.com/paritytech/substrate"31branch = "polkadot-v0.9.24"31branch = "polkadot-v0.9.25"323233[dependencies.substrate-prometheus-endpoint]33[dependencies.substrate-prometheus-endpoint]34git = "https://github.com/paritytech/substrate"34git = "https://github.com/paritytech/substrate"35branch = "polkadot-v0.9.24"35branch = "polkadot-v0.9.25"363637[dependencies.sc-basic-authorship]37[dependencies.sc-basic-authorship]38git = "https://github.com/paritytech/substrate"38git = "https://github.com/paritytech/substrate"39branch = "polkadot-v0.9.24"39branch = "polkadot-v0.9.25"404041[dependencies.sc-chain-spec]41[dependencies.sc-chain-spec]42git = "https://github.com/paritytech/substrate"42git = "https://github.com/paritytech/substrate"43branch = "polkadot-v0.9.24"43branch = "polkadot-v0.9.25"444445[dependencies.sc-cli]45[dependencies.sc-cli]46features = ['wasmtime']46features = ['wasmtime']47git = "https://github.com/paritytech/substrate"47git = "https://github.com/paritytech/substrate"48branch = "polkadot-v0.9.24"48branch = "polkadot-v0.9.25"494950[dependencies.sc-client-api]50[dependencies.sc-client-api]51git = "https://github.com/paritytech/substrate"51git = "https://github.com/paritytech/substrate"52branch = "polkadot-v0.9.24"52branch = "polkadot-v0.9.25"535354[dependencies.sc-consensus]54[dependencies.sc-consensus]55git = "https://github.com/paritytech/substrate"55git = "https://github.com/paritytech/substrate"56branch = "polkadot-v0.9.24"56branch = "polkadot-v0.9.25"575758[dependencies.sc-consensus-aura]58[dependencies.sc-consensus-aura]59git = "https://github.com/paritytech/substrate"59git = "https://github.com/paritytech/substrate"60branch = "polkadot-v0.9.24"60branch = "polkadot-v0.9.25"616162[dependencies.sc-executor]62[dependencies.sc-executor]63features = ['wasmtime']63features = ['wasmtime']64git = "https://github.com/paritytech/substrate"64git = "https://github.com/paritytech/substrate"65branch = "polkadot-v0.9.24"65branch = "polkadot-v0.9.25"666667[dependencies.sc-finality-grandpa]67[dependencies.sc-finality-grandpa]68git = "https://github.com/paritytech/substrate"68git = "https://github.com/paritytech/substrate"69branch = "polkadot-v0.9.24"69branch = "polkadot-v0.9.25"707071[dependencies.sc-keystore]71[dependencies.sc-keystore]72git = "https://github.com/paritytech/substrate"72git = "https://github.com/paritytech/substrate"73branch = "polkadot-v0.9.24"73branch = "polkadot-v0.9.25"747475[dependencies.sc-rpc]75[dependencies.sc-rpc]76git = "https://github.com/paritytech/substrate"76git = "https://github.com/paritytech/substrate"77branch = "polkadot-v0.9.24"77branch = "polkadot-v0.9.25"787879[dependencies.sc-rpc-api]79[dependencies.sc-rpc-api]80git = "https://github.com/paritytech/substrate"80git = "https://github.com/paritytech/substrate"81branch = "polkadot-v0.9.24"81branch = "polkadot-v0.9.25"828283[dependencies.sc-service]83[dependencies.sc-service]84features = ['wasmtime']84features = ['wasmtime']85git = "https://github.com/paritytech/substrate"85git = "https://github.com/paritytech/substrate"86branch = "polkadot-v0.9.24"86branch = "polkadot-v0.9.25"878788[dependencies.sc-telemetry]88[dependencies.sc-telemetry]89git = "https://github.com/paritytech/substrate"89git = "https://github.com/paritytech/substrate"90branch = "polkadot-v0.9.24"90branch = "polkadot-v0.9.25"919192[dependencies.sc-transaction-pool]92[dependencies.sc-transaction-pool]93git = "https://github.com/paritytech/substrate"93git = "https://github.com/paritytech/substrate"94branch = "polkadot-v0.9.24"94branch = "polkadot-v0.9.25"959596[dependencies.sc-tracing]96[dependencies.sc-tracing]97git = "https://github.com/paritytech/substrate"97git = "https://github.com/paritytech/substrate"98branch = "polkadot-v0.9.24"98branch = "polkadot-v0.9.25"9999100[dependencies.sc-sysinfo]100[dependencies.sc-sysinfo]101git = "https://github.com/paritytech/substrate"101git = "https://github.com/paritytech/substrate"102branch = "polkadot-v0.9.24"102branch = "polkadot-v0.9.25"103103104[dependencies.sp-block-builder]104[dependencies.sp-block-builder]105git = "https://github.com/paritytech/substrate"105git = "https://github.com/paritytech/substrate"106branch = "polkadot-v0.9.24"106branch = "polkadot-v0.9.25"107107108[dependencies.sp-api]108[dependencies.sp-api]109git = "https://github.com/paritytech/substrate"109git = "https://github.com/paritytech/substrate"110branch = "polkadot-v0.9.24"110branch = "polkadot-v0.9.25"111111112[dependencies.sp-blockchain]112[dependencies.sp-blockchain]113git = "https://github.com/paritytech/substrate"113git = "https://github.com/paritytech/substrate"114branch = "polkadot-v0.9.24"114branch = "polkadot-v0.9.25"115115116[dependencies.sp-consensus]116[dependencies.sp-consensus]117git = "https://github.com/paritytech/substrate"117git = "https://github.com/paritytech/substrate"118branch = "polkadot-v0.9.24"118branch = "polkadot-v0.9.25"119119120[dependencies.sp-consensus-aura]120[dependencies.sp-consensus-aura]121git = "https://github.com/paritytech/substrate"121git = "https://github.com/paritytech/substrate"122branch = "polkadot-v0.9.24"122branch = "polkadot-v0.9.25"123123124[dependencies.sp-core]124[dependencies.sp-core]125git = "https://github.com/paritytech/substrate"125git = "https://github.com/paritytech/substrate"126branch = "polkadot-v0.9.24"126branch = "polkadot-v0.9.25"127127128[dependencies.sp-finality-grandpa]128[dependencies.sp-finality-grandpa]129git = "https://github.com/paritytech/substrate"129git = "https://github.com/paritytech/substrate"130branch = "polkadot-v0.9.24"130branch = "polkadot-v0.9.25"131131132[dependencies.sp-inherents]132[dependencies.sp-inherents]133git = "https://github.com/paritytech/substrate"133git = "https://github.com/paritytech/substrate"134branch = "polkadot-v0.9.24"134branch = "polkadot-v0.9.25"135135136[dependencies.sp-keystore]136[dependencies.sp-keystore]137git = "https://github.com/paritytech/substrate"137git = "https://github.com/paritytech/substrate"138branch = "polkadot-v0.9.24"138branch = "polkadot-v0.9.25"139139140[dependencies.sp-offchain]140[dependencies.sp-offchain]141git = "https://github.com/paritytech/substrate"141git = "https://github.com/paritytech/substrate"142branch = "polkadot-v0.9.24"142branch = "polkadot-v0.9.25"143143144[dependencies.sp-runtime]144[dependencies.sp-runtime]145git = "https://github.com/paritytech/substrate"145git = "https://github.com/paritytech/substrate"146branch = "polkadot-v0.9.24"146branch = "polkadot-v0.9.25"147147148[dependencies.sp-session]148[dependencies.sp-session]149git = "https://github.com/paritytech/substrate"149git = "https://github.com/paritytech/substrate"150branch = "polkadot-v0.9.24"150branch = "polkadot-v0.9.25"151151152[dependencies.sp-timestamp]152[dependencies.sp-timestamp]153git = "https://github.com/paritytech/substrate"153git = "https://github.com/paritytech/substrate"154branch = "polkadot-v0.9.24"154branch = "polkadot-v0.9.25"155155156[dependencies.sp-transaction-pool]156[dependencies.sp-transaction-pool]157git = "https://github.com/paritytech/substrate"157git = "https://github.com/paritytech/substrate"158branch = "polkadot-v0.9.24"158branch = "polkadot-v0.9.25"159159160[dependencies.sp-trie]160[dependencies.sp-trie]161git = "https://github.com/paritytech/substrate"161git = "https://github.com/paritytech/substrate"162branch = "polkadot-v0.9.24"162branch = "polkadot-v0.9.25"163163164[dependencies.substrate-frame-rpc-system]164[dependencies.substrate-frame-rpc-system]165git = "https://github.com/paritytech/substrate"165git = "https://github.com/paritytech/substrate"166branch = "polkadot-v0.9.24"166branch = "polkadot-v0.9.25"167167168[dependencies.sc-network]168[dependencies.sc-network]169git = "https://github.com/paritytech/substrate"169git = "https://github.com/paritytech/substrate"170branch = "polkadot-v0.9.24"170branch = "polkadot-v0.9.25"171171172[dependencies.serde]172[dependencies.serde]173features = ['derive']173features = ['derive']178178179[dependencies.sc-consensus-manual-seal]179[dependencies.sc-consensus-manual-seal]180git = "https://github.com/paritytech/substrate"180git = "https://github.com/paritytech/substrate"181branch = "polkadot-v0.9.24"181branch = "polkadot-v0.9.25"182182183################################################################################183################################################################################184# Cumulus dependencies184# Cumulus dependencies185185186[dependencies.cumulus-client-consensus-aura]186[dependencies.cumulus-client-consensus-aura]187git = "https://github.com/paritytech/cumulus"187git = "https://github.com/paritytech/cumulus"188branch = "polkadot-v0.9.24"188branch = "polkadot-v0.9.25"189189190[dependencies.cumulus-client-consensus-common]190[dependencies.cumulus-client-consensus-common]191git = "https://github.com/paritytech/cumulus"191git = "https://github.com/paritytech/cumulus"192branch = "polkadot-v0.9.24"192branch = "polkadot-v0.9.25"193193194[dependencies.cumulus-client-collator]194[dependencies.cumulus-client-collator]195git = "https://github.com/paritytech/cumulus"195git = "https://github.com/paritytech/cumulus"196branch = "polkadot-v0.9.24"196branch = "polkadot-v0.9.25"197197198[dependencies.cumulus-client-cli]198[dependencies.cumulus-client-cli]199git = "https://github.com/paritytech/cumulus"199git = "https://github.com/paritytech/cumulus"200branch = "polkadot-v0.9.24"200branch = "polkadot-v0.9.25"201201202[dependencies.cumulus-client-network]202[dependencies.cumulus-client-network]203git = "https://github.com/paritytech/cumulus"203git = "https://github.com/paritytech/cumulus"204branch = "polkadot-v0.9.24"204branch = "polkadot-v0.9.25"205205206[dependencies.cumulus-primitives-core]206[dependencies.cumulus-primitives-core]207git = "https://github.com/paritytech/cumulus"207git = "https://github.com/paritytech/cumulus"208branch = "polkadot-v0.9.24"208branch = "polkadot-v0.9.25"209209210[dependencies.cumulus-primitives-parachain-inherent]210[dependencies.cumulus-primitives-parachain-inherent]211git = "https://github.com/paritytech/cumulus"211git = "https://github.com/paritytech/cumulus"212branch = "polkadot-v0.9.24"212branch = "polkadot-v0.9.25"213213214[dependencies.cumulus-client-service]214[dependencies.cumulus-client-service]215git = "https://github.com/paritytech/cumulus"215git = "https://github.com/paritytech/cumulus"216branch = "polkadot-v0.9.24"216branch = "polkadot-v0.9.25"217217218[dependencies.cumulus-relay-chain-interface]218[dependencies.cumulus-relay-chain-interface]219git = "https://github.com/paritytech/cumulus"219git = "https://github.com/paritytech/cumulus"220branch = "polkadot-v0.9.24"220branch = "polkadot-v0.9.25"221221222[dependencies.cumulus-relay-chain-inprocess-interface]222[dependencies.cumulus-relay-chain-inprocess-interface]223git = "https://github.com/paritytech/cumulus"223git = "https://github.com/paritytech/cumulus"224branch = "polkadot-v0.9.24"224branch = "polkadot-v0.9.25"225225226[dependencies.cumulus-relay-chain-rpc-interface]226[dependencies.cumulus-relay-chain-rpc-interface]227git = "https://github.com/paritytech/cumulus"227git = "https://github.com/paritytech/cumulus"228branch = "polkadot-v0.9.24"228branch = "polkadot-v0.9.25"229229230################################################################################230################################################################################231# Polkadot dependencies231# Polkadot dependencies232[dependencies.polkadot-primitives]232[dependencies.polkadot-primitives]233git = "https://github.com/paritytech/polkadot"233git = "https://github.com/paritytech/polkadot"234branch = "release-v0.9.24"234branch = "release-v0.9.25"235235236[dependencies.polkadot-service]236[dependencies.polkadot-service]237git = "https://github.com/paritytech/polkadot"237git = "https://github.com/paritytech/polkadot"238branch = "release-v0.9.24"238branch = "release-v0.9.25"239239240[dependencies.polkadot-cli]240[dependencies.polkadot-cli]241git = "https://github.com/paritytech/polkadot"241git = "https://github.com/paritytech/polkadot"242branch = "release-v0.9.24"242branch = "release-v0.9.25"243243244[dependencies.polkadot-test-service]244[dependencies.polkadot-test-service]245git = "https://github.com/paritytech/polkadot"245git = "https://github.com/paritytech/polkadot"246branch = "release-v0.9.24"246branch = "release-v0.9.25"247247248[dependencies.polkadot-parachain]248[dependencies.polkadot-parachain]249git = "https://github.com/paritytech/polkadot"249git = "https://github.com/paritytech/polkadot"250branch = "release-v0.9.24"250branch = "release-v0.9.25"251251252252253################################################################################253################################################################################276276277[dependencies.pallet-transaction-payment-rpc-runtime-api]277[dependencies.pallet-transaction-payment-rpc-runtime-api]278git = "https://github.com/paritytech/substrate"278git = "https://github.com/paritytech/substrate"279branch = "polkadot-v0.9.24"279branch = "polkadot-v0.9.25"280280281################################################################################281################################################################################282# Package282# Package302[dependencies]302[dependencies]303futures = '0.3.17'303futures = '0.3.17'304log = '0.4.14'304log = '0.4.14'305flexi_logger = "0.15.7"305flexi_logger = "0.22.5"306parking_lot = '0.11.2'306parking_lot = '0.12.1'307clap = "3.1.2"307clap = "3.1.2"308jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }308jsonrpsee = { version = "0.14.0", features = ["server", "macros"] }309tokio = { version = "1.17.0", features = ["time"] }309tokio = { version = "1.19.2", features = ["time"] }310310311fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }311fc-rpc-core = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }312fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }312fc-consensus = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }313fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }313fc-mapping-sync = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }314fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }314fc-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }315fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }315fc-db = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }316fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }316fp-rpc = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }317pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }317pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }318318319unique-rpc = { default-features = false, path = "../rpc" }319unique-rpc = { default-features = false, path = "../rpc" }320rmrk-rpc = { path = "../../primitives/rmrk-rpc" }320rmrk-rpc = { path = "../../primitives/rmrk-rpc" }node/rpc/Cargo.tomldiffbeforeafterboth111112[dependencies]12[dependencies]13futures = { version = "0.3.17", features = ["compat"] }13futures = { version = "0.3.17", features = ["compat"] }14jsonrpsee = { version = "0.13.0", features = ["server", "macros"] }14jsonrpsee = { version = "0.14.0", features = ["server", "macros"] }15# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }15# pallet-contracts-rpc = { git = 'https://github.com/paritytech/substrate', branch = 'master' }16pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }17pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }18sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }19sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }19sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }20sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }20sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }21sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }21sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }22sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }22sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }23sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }23sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }24sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }24sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }25sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }25sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }26sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }26sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }27sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }27sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }28sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }28sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }29sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }29sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }30sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }30sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }31sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }31sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }32sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }32sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }33sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }34sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }34sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }35sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }35sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }36sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }36sp-storage = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }37sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }37sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }38sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }38sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }39sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }39sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }40substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }40substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }41tokio = { version = "0.2.25", features = ["macros", "sync"] }41tokio = { version = "1.19.2", features = ["macros", "sync"] }424243pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }43pallet-ethereum = { git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }44fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }44fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }45fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }45fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }46fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }46fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }47fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }48fc-db = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }49fc-mapping-sync = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }505051pallet-common = { default-features = false, path = "../../pallets/common" }51pallet-common = { default-features = false, path = "../../pallets/common" }52up-common = { path = "../../primitives/common" }52up-common = { path = "../../primitives/common" }pallets/common/Cargo.tomldiffbeforeafterboth11version = '3.1.2'11version = '3.1.2'121213[dependencies]13[dependencies]14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }20fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }20fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }22pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }24ethereum = { version = "0.12.0", default-features = false }24ethereum = { version = "0.12.0", default-features = false }25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }25pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }262627serde = { version = "1.0.130", default-features = false }27serde = { version = "1.0.130", default-features = false }28scale-info = { version = "2.0.1", default-features = false, features = [28scale-info = { version = "2.0.1", default-features = false, features = [pallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [9 "derive",9 "derive",10] }10] }11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }11sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }12sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }13ethereum = { version = "0.12.0", default-features = false }13ethereum = { version = "0.12.0", default-features = false }14evm-coder = { default-features = false, path = "../../crates/evm-coder" }14evm-coder = { default-features = false, path = "../../crates/evm-coder" }15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }15pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }16pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }19frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }20up-data-structs = { default-features = false, path = "../../primitives/data-structs" }212122[dependencies.codec]22[dependencies.codec]pallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth11log = { default-features = false, version = "0.4.14" }11log = { default-features = false, version = "0.4.14" }121213# Substrate13# Substrate14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }14frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }15frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }16sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }17sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }18sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }191920# Unique20# Unique21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }21pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }22fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }22fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }23up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24" }23up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.25" }242425# Locals25# Locals26evm-coder = { default-features = false, path = '../../crates/evm-coder' }26evm-coder = { default-features = false, path = '../../crates/evm-coder' }pallets/evm-migration/Cargo.tomldiffbeforeafterboth8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [9 "derive",9 "derive",10] }10] }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }13frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }13frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }16sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }17sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }18pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }19fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }202021[dependencies.codec]21[dependencies.codec]22default-features = false22default-features = falsepallets/evm-transaction-payment/Cargo.tomldiffbeforeafterboth8scale-info = { version = "2.0.1", default-features = false, features = [8scale-info = { version = "2.0.1", default-features = false, features = [9 "derive",9 "derive",10] }10] }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }11frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }12frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }13sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }18fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }19pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24" }20up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.25" }21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }21fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }222223[dependencies.codec]23[dependencies.codec]24default-features = false24default-features = falsepallets/fungible/Cargo.tomldiffbeforeafterboth11version = '3.1.2'11version = '3.1.2'121213[dependencies]13[dependencies]14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }20pallet-structure = { default-features = false, path = '../structure' }20pallet-structure = { default-features = false, path = '../structure' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22evm-coder = { default-features = false, path = '../../crates/evm-coder' }22evm-coder = { default-features = false, path = '../../crates/evm-coder' }23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }23pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }24ethereum = { version = "0.12.0", default-features = false }24ethereum = { version = "0.12.0", default-features = false }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }26pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }26pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }27scale-info = { version = "2.0.1", default-features = false, features = [27scale-info = { version = "2.0.1", default-features = false, features = [28 "derive",28 "derive",29] }29] }pallets/inflation/Cargo.tomldiffbeforeafterboth43default-features = false43default-features = false44optional = true44optional = true45git = "https://github.com/paritytech/substrate"45git = "https://github.com/paritytech/substrate"46branch = "polkadot-v0.9.24"46branch = "polkadot-v0.9.25"474748[dependencies.frame-support]48[dependencies.frame-support]49default-features = false49default-features = false50git = "https://github.com/paritytech/substrate"50git = "https://github.com/paritytech/substrate"51branch = "polkadot-v0.9.24"51branch = "polkadot-v0.9.25"525253[dependencies.frame-system]53[dependencies.frame-system]54default-features = false54default-features = false55git = "https://github.com/paritytech/substrate"55git = "https://github.com/paritytech/substrate"56branch = "polkadot-v0.9.24"56branch = "polkadot-v0.9.25"575758[dependencies.pallet-balances]58[dependencies.pallet-balances]59default-features = false59default-features = false60git = "https://github.com/paritytech/substrate"60git = "https://github.com/paritytech/substrate"61branch = "polkadot-v0.9.24"61branch = "polkadot-v0.9.25"626263[dependencies.pallet-timestamp]63[dependencies.pallet-timestamp]64default-features = false64default-features = false65git = "https://github.com/paritytech/substrate"65git = "https://github.com/paritytech/substrate"66branch = "polkadot-v0.9.24"66branch = "polkadot-v0.9.25"676768[dependencies.pallet-randomness-collective-flip]68[dependencies.pallet-randomness-collective-flip]69default-features = false69default-features = false70git = "https://github.com/paritytech/substrate"70git = "https://github.com/paritytech/substrate"71branch = "polkadot-v0.9.24"71branch = "polkadot-v0.9.25"727273[dependencies.sp-std]73[dependencies.sp-std]74default-features = false74default-features = false75git = "https://github.com/paritytech/substrate"75git = "https://github.com/paritytech/substrate"76branch = "polkadot-v0.9.24"76branch = "polkadot-v0.9.25"777778[dependencies.serde]78[dependencies.serde]79default-features = false79default-features = false83[dependencies.sp-runtime]83[dependencies.sp-runtime]84default-features = false84default-features = false85git = "https://github.com/paritytech/substrate"85git = "https://github.com/paritytech/substrate"86branch = "polkadot-v0.9.24"86branch = "polkadot-v0.9.25"878788[dependencies.sp-core]88[dependencies.sp-core]89default-features = false89default-features = false90git = "https://github.com/paritytech/substrate"90git = "https://github.com/paritytech/substrate"91branch = "polkadot-v0.9.24"91branch = "polkadot-v0.9.25"929293[dependencies.sp-io]93[dependencies.sp-io]94default-features = false94default-features = false95git = "https://github.com/paritytech/substrate"95git = "https://github.com/paritytech/substrate"96branch = "polkadot-v0.9.24"96branch = "polkadot-v0.9.25"979798[dependencies]98[dependencies]99scale-info = { version = "2.0.1", default-features = false, features = [99scale-info = { version = "2.0.1", default-features = false, features = [pallets/nonfungible/Cargo.tomldiffbeforeafterboth11version = '3.1.2'11version = '3.1.2'121213[dependencies]13[dependencies]14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }20pallet-common = { default-features = false, path = '../common' }20pallet-common = { default-features = false, path = '../common' }21pallet-structure = { default-features = false, path = '../structure' }21pallet-structure = { default-features = false, path = '../structure' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }23evm-coder = { default-features = false, path = '../../crates/evm-coder' }24pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }24pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }25ethereum = { version = "0.12.0", default-features = false }25ethereum = { version = "0.12.0", default-features = false }26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }26frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }27scale-info = { version = "2.0.1", default-features = false, features = [27scale-info = { version = "2.0.1", default-features = false, features = [28 "derive",28 "derive",29] }29] }pallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth11version = '3.1.2'11version = '3.1.2'121213[dependencies]13[dependencies]14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }21pallet-structure = { default-features = false, path = "../../pallets/structure" }21pallet-structure = { default-features = false, path = "../../pallets/structure" }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22up-data-structs = { default-features = false, path = '../../primitives/data-structs' }23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }23pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }24frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }25rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }25rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }26scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }26scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }27derivative = { version = "2.2.0", features = ["use_core"] }27derivative = { version = "2.2.0", features = ["use_core"] }pallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth11version = '3.1.2'11version = '3.1.2'121213[dependencies]13[dependencies]14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }19pallet-common = { default-features = false, path = '../common' }19pallet-common = { default-features = false, path = '../common' }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }20pallet-nonfungible = { default-features = false, path = "../../pallets/nonfungible" }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }21up-data-structs = { default-features = false, path = '../../primitives/data-structs' }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }22pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }23frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }24rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }24rmrk-traits = { default-features = false, path = "../../primitives/rmrk-traits" }25scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }25scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }26pallet-rmrk-core = { default-features = false, path = "../proxy-rmrk-core" }26pallet-rmrk-core = { default-features = false, path = "../proxy-rmrk-core" }pallets/refungible/Cargo.tomldiffbeforeafterboth11version = '3.1.2'11version = '3.1.2'121213[dependencies]13[dependencies]14frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }15frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }17sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }18sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }14evm-coder = { default-features = false, path = '../../crates/evm-coder' }20evm-coder = { default-features = false, path = '../../crates/evm-coder' }15pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }21pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }16pallet-common = { default-features = false, path = '../common' }22pallet-common = { default-features = false, path = '../common' }21ethereum = { version = "0.12.0", default-features = false }26ethereum = { version = "0.12.0", default-features = false }22scale-info = { version = "2.0.1", default-features = false, features = ["derive",] }27scale-info = { version = "2.0.1", default-features = false, features = ["derive",] }2324frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }25frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }26frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }27pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }28sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }29sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }30sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }31derivative = { version = "2.2.0", features = ["use_core"] }28derivative = { version = "2.2.0", features = ["use_core"] }322933[features]30[features]pallets/scheduler/Cargo.tomldiffbeforeafterboth16 "derive",16 "derive",17] }17] }181819frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }19frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }20frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }20frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }21sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }22sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }22sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }23sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }23sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }24sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.24' }24sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.25' }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }25frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }262627up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24" }27up-sponsorship = { version = "0.1.0", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.25" }28log = { version = "0.4.14", default-features = false }28log = { version = "0.4.14", default-features = false }292930[dev-dependencies]30[dev-dependencies]31sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }31sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }32substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }32substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }333334[features]34[features]35default = ["std"]35default = ["std"]pallets/structure/Cargo.tomldiffbeforeafterboth4edition = "2021"4edition = "2021"556[dependencies]6[dependencies]7frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }7frame-support = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }8frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }8frame-system = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }9frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }9frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }11pallet-common = { path = "../common", default-features = false }11pallet-common = { path = "../common", default-features = false }12parity-scale-codec = { version = "3.1.2", default-features = false, features = [12parity-scale-codec = { version = "3.1.2", default-features = false, features = [13 "derive",13 "derive",16 "derive",16 "derive",17] }17] }18up-data-structs = { path = "../../primitives/data-structs", default-features = false }18up-data-structs = { path = "../../primitives/data-structs", default-features = false }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }19pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }202021[features]21[features]22default = ["std"]22default = ["std"]pallets/unique/Cargo.tomldiffbeforeafterboth59default-features = false59default-features = false60optional = true60optional = true61git = "https://github.com/paritytech/substrate"61git = "https://github.com/paritytech/substrate"62branch = "polkadot-v0.9.24"62branch = "polkadot-v0.9.25"636364[dependencies.frame-support]64[dependencies.frame-support]65default-features = false65default-features = false66git = "https://github.com/paritytech/substrate"66git = "https://github.com/paritytech/substrate"67branch = "polkadot-v0.9.24"67branch = "polkadot-v0.9.25"686869[dependencies.frame-system]69[dependencies.frame-system]70default-features = false70default-features = false71git = "https://github.com/paritytech/substrate"71git = "https://github.com/paritytech/substrate"72branch = "polkadot-v0.9.24"72branch = "polkadot-v0.9.25"737374[dependencies.sp-std]74[dependencies.sp-std]75default-features = false75default-features = false76git = "https://github.com/paritytech/substrate"76git = "https://github.com/paritytech/substrate"77branch = "polkadot-v0.9.24"77branch = "polkadot-v0.9.25"787879[dependencies.sp-runtime]79[dependencies.sp-runtime]80default-features = false80default-features = false81git = "https://github.com/paritytech/substrate"81git = "https://github.com/paritytech/substrate"82branch = "polkadot-v0.9.24"82branch = "polkadot-v0.9.25"838384[dependencies.sp-core]84[dependencies.sp-core]85default-features = false85default-features = false86git = "https://github.com/paritytech/substrate"86git = "https://github.com/paritytech/substrate"87branch = "polkadot-v0.9.24"87branch = "polkadot-v0.9.25"888889[dependencies.sp-io]89[dependencies.sp-io]90default-features = false90default-features = false91git = "https://github.com/paritytech/substrate"91git = "https://github.com/paritytech/substrate"92branch = "polkadot-v0.9.24"92branch = "polkadot-v0.9.25"939394################################################################################94################################################################################95# Local Dependencies95# Local Dependencies98scale-info = { version = "2.0.1", default-features = false, features = [98scale-info = { version = "2.0.1", default-features = false, features = [99 "derive",99 "derive",100] }100] }101pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }101pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }102pallet-common = { default-features = false, path = "../common" }102pallet-common = { default-features = false, path = "../common" }103evm-coder = { default-features = false, path = '../../crates/evm-coder' }103evm-coder = { default-features = false, path = '../../crates/evm-coder' }104pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }104pallet-evm-coder-substrate = { default-features = false, path = '../../pallets/evm-coder-substrate' }primitives/data-structs/Cargo.tomldiffbeforeafterboth18serde = { version = "1.0.130", features = [18serde = { version = "1.0.130", features = [19 'derive',19 'derive',20], default-features = false, optional = true }20], default-features = false, optional = true }21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }21frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }22frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }23sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }24sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }25sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }26derivative = { version = "2.2.0", features = ["use_core"] }26derivative = { version = "2.2.0", features = ["use_core"] }27struct-versioning = { path = "../../crates/struct-versioning" }27struct-versioning = { path = "../../crates/struct-versioning" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }29rmrk-traits = { default-features = false, path = "../rmrk-traits" }29rmrk-traits = { default-features = false, path = "../rmrk-traits" }303031[features]31[features]primitives/rmrk-rpc/Cargo.tomldiffbeforeafterboth667[dependencies]7[dependencies]8codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }8codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }9sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }9sp-core = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }10sp-std = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }11sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }11sp-api = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }12sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }12sp-runtime = { default-features = false, git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }13serde = { version = "1.0.130", default-features = false, features = ["derive"] }13serde = { version = "1.0.130", default-features = false, features = ["derive"] }14rmrk-traits = { default-features = false, path = "../rmrk-traits" }14rmrk-traits = { default-features = false, path = "../rmrk-traits" }1515primitives/rpc/Cargo.tomldiffbeforeafterboth10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [10codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = [11 "derive",11 "derive",12] }12] }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }13sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }14sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }15sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }16sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.25" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }17pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }181819[features]19[features]20default = ["std"]20default = ["std"]runtime/opal/Cargo.tomldiffbeforeafterboth141default-features = false141default-features = false142git = "https://github.com/paritytech/substrate"142git = "https://github.com/paritytech/substrate"143optional = true143optional = true144branch = "polkadot-v0.9.24"144branch = "polkadot-v0.9.25"145145146[dependencies.frame-try-runtime]146[dependencies.frame-try-runtime]147default-features = false147default-features = false148git = 'https://github.com/paritytech/substrate'148git = 'https://github.com/paritytech/substrate'149optional = true149optional = true150branch = 'polkadot-v0.9.24'150branch = 'polkadot-v0.9.25'151151152[dependencies.frame-executive]152[dependencies.frame-executive]153default-features = false153default-features = false154git = "https://github.com/paritytech/substrate"154git = "https://github.com/paritytech/substrate"155branch = "polkadot-v0.9.24"155branch = "polkadot-v0.9.25"156156157[dependencies.frame-support]157[dependencies.frame-support]158default-features = false158default-features = false159git = "https://github.com/paritytech/substrate"159git = "https://github.com/paritytech/substrate"160branch = "polkadot-v0.9.24"160branch = "polkadot-v0.9.25"161161162[dependencies.frame-system]162[dependencies.frame-system]163default-features = false163default-features = false164git = "https://github.com/paritytech/substrate"164git = "https://github.com/paritytech/substrate"165branch = "polkadot-v0.9.24"165branch = "polkadot-v0.9.25"166166167[dependencies.frame-system-benchmarking]167[dependencies.frame-system-benchmarking]168default-features = false168default-features = false169git = "https://github.com/paritytech/substrate"169git = "https://github.com/paritytech/substrate"170optional = true170optional = true171branch = "polkadot-v0.9.24"171branch = "polkadot-v0.9.25"172172173[dependencies.frame-system-rpc-runtime-api]173[dependencies.frame-system-rpc-runtime-api]174default-features = false174default-features = false175git = "https://github.com/paritytech/substrate"175git = "https://github.com/paritytech/substrate"176branch = "polkadot-v0.9.24"176branch = "polkadot-v0.9.25"177177178[dependencies.hex-literal]178[dependencies.hex-literal]179optional = true179optional = true188[dependencies.pallet-aura]188[dependencies.pallet-aura]189default-features = false189default-features = false190git = "https://github.com/paritytech/substrate"190git = "https://github.com/paritytech/substrate"191branch = "polkadot-v0.9.24"191branch = "polkadot-v0.9.25"192192193[dependencies.pallet-balances]193[dependencies.pallet-balances]194default-features = false194default-features = false195git = "https://github.com/paritytech/substrate"195git = "https://github.com/paritytech/substrate"196branch = "polkadot-v0.9.24"196branch = "polkadot-v0.9.25"197197198# Contracts specific packages198# Contracts specific packages199# [dependencies.pallet-contracts]199# [dependencies.pallet-contracts]217[dependencies.pallet-randomness-collective-flip]217[dependencies.pallet-randomness-collective-flip]218default-features = false218default-features = false219git = "https://github.com/paritytech/substrate"219git = "https://github.com/paritytech/substrate"220branch = "polkadot-v0.9.24"220branch = "polkadot-v0.9.25"221221222[dependencies.pallet-sudo]222[dependencies.pallet-sudo]223default-features = false223default-features = false224git = "https://github.com/paritytech/substrate"224git = "https://github.com/paritytech/substrate"225branch = "polkadot-v0.9.24"225branch = "polkadot-v0.9.25"226226227[dependencies.pallet-timestamp]227[dependencies.pallet-timestamp]228default-features = false228default-features = false229git = "https://github.com/paritytech/substrate"229git = "https://github.com/paritytech/substrate"230branch = "polkadot-v0.9.24"230branch = "polkadot-v0.9.25"231231232[dependencies.pallet-transaction-payment]232[dependencies.pallet-transaction-payment]233default-features = false233default-features = false234git = "https://github.com/paritytech/substrate"234git = "https://github.com/paritytech/substrate"235branch = "polkadot-v0.9.24"235branch = "polkadot-v0.9.25"236236237[dependencies.pallet-transaction-payment-rpc-runtime-api]237[dependencies.pallet-transaction-payment-rpc-runtime-api]238default-features = false238default-features = false239git = "https://github.com/paritytech/substrate"239git = "https://github.com/paritytech/substrate"240branch = "polkadot-v0.9.24"240branch = "polkadot-v0.9.25"241241242[dependencies.pallet-treasury]242[dependencies.pallet-treasury]243default-features = false243default-features = false244git = "https://github.com/paritytech/substrate"244git = "https://github.com/paritytech/substrate"245branch = "polkadot-v0.9.24"245branch = "polkadot-v0.9.25"246246247# [dependencies.pallet-vesting]247# [dependencies.pallet-vesting]248# default-features = false248# default-features = false252[dependencies.sp-arithmetic]252[dependencies.sp-arithmetic]253default-features = false253default-features = false254git = "https://github.com/paritytech/substrate"254git = "https://github.com/paritytech/substrate"255branch = "polkadot-v0.9.24"255branch = "polkadot-v0.9.25"256256257[dependencies.sp-api]257[dependencies.sp-api]258default-features = false258default-features = false259git = "https://github.com/paritytech/substrate"259git = "https://github.com/paritytech/substrate"260branch = "polkadot-v0.9.24"260branch = "polkadot-v0.9.25"261261262[dependencies.sp-block-builder]262[dependencies.sp-block-builder]263default-features = false263default-features = false264git = "https://github.com/paritytech/substrate"264git = "https://github.com/paritytech/substrate"265branch = "polkadot-v0.9.24"265branch = "polkadot-v0.9.25"266266267[dependencies.sp-core]267[dependencies.sp-core]268default-features = false268default-features = false269git = "https://github.com/paritytech/substrate"269git = "https://github.com/paritytech/substrate"270branch = "polkadot-v0.9.24"270branch = "polkadot-v0.9.25"271271272[dependencies.sp-consensus-aura]272[dependencies.sp-consensus-aura]273default-features = false273default-features = false274git = "https://github.com/paritytech/substrate"274git = "https://github.com/paritytech/substrate"275branch = "polkadot-v0.9.24"275branch = "polkadot-v0.9.25"276276277[dependencies.sp-inherents]277[dependencies.sp-inherents]278default-features = false278default-features = false279git = "https://github.com/paritytech/substrate"279git = "https://github.com/paritytech/substrate"280branch = "polkadot-v0.9.24"280branch = "polkadot-v0.9.25"281281282[dependencies.sp-io]282[dependencies.sp-io]283default-features = false283default-features = false284git = "https://github.com/paritytech/substrate"284git = "https://github.com/paritytech/substrate"285branch = "polkadot-v0.9.24"285branch = "polkadot-v0.9.25"286286287[dependencies.sp-offchain]287[dependencies.sp-offchain]288default-features = false288default-features = false289git = "https://github.com/paritytech/substrate"289git = "https://github.com/paritytech/substrate"290branch = "polkadot-v0.9.24"290branch = "polkadot-v0.9.25"291291292[dependencies.sp-runtime]292[dependencies.sp-runtime]293default-features = false293default-features = false294git = "https://github.com/paritytech/substrate"294git = "https://github.com/paritytech/substrate"295branch = "polkadot-v0.9.24"295branch = "polkadot-v0.9.25"296296297[dependencies.sp-session]297[dependencies.sp-session]298default-features = false298default-features = false299git = "https://github.com/paritytech/substrate"299git = "https://github.com/paritytech/substrate"300branch = "polkadot-v0.9.24"300branch = "polkadot-v0.9.25"301301302[dependencies.sp-std]302[dependencies.sp-std]303default-features = false303default-features = false304git = "https://github.com/paritytech/substrate"304git = "https://github.com/paritytech/substrate"305branch = "polkadot-v0.9.24"305branch = "polkadot-v0.9.25"306306307[dependencies.sp-transaction-pool]307[dependencies.sp-transaction-pool]308default-features = false308default-features = false309git = "https://github.com/paritytech/substrate"309git = "https://github.com/paritytech/substrate"310branch = "polkadot-v0.9.24"310branch = "polkadot-v0.9.25"311311312[dependencies.sp-version]312[dependencies.sp-version]313default-features = false313default-features = false314git = "https://github.com/paritytech/substrate"314git = "https://github.com/paritytech/substrate"315branch = "polkadot-v0.9.24"315branch = "polkadot-v0.9.25"316316317[dependencies.smallvec]317[dependencies.smallvec]318version = '1.6.1'318version = '1.6.1'323[dependencies.parachain-info]323[dependencies.parachain-info]324default-features = false324default-features = false325git = "https://github.com/paritytech/cumulus"325git = "https://github.com/paritytech/cumulus"326branch = "polkadot-v0.9.24"326branch = "polkadot-v0.9.25"327327328[dependencies.cumulus-pallet-aura-ext]328[dependencies.cumulus-pallet-aura-ext]329git = "https://github.com/paritytech/cumulus"329git = "https://github.com/paritytech/cumulus"330branch = "polkadot-v0.9.24"330branch = "polkadot-v0.9.25"331default-features = false331default-features = false332332333[dependencies.cumulus-pallet-parachain-system]333[dependencies.cumulus-pallet-parachain-system]334git = "https://github.com/paritytech/cumulus"334git = "https://github.com/paritytech/cumulus"335branch = "polkadot-v0.9.24"335branch = "polkadot-v0.9.25"336default-features = false336default-features = false337337338[dependencies.cumulus-primitives-core]338[dependencies.cumulus-primitives-core]339git = "https://github.com/paritytech/cumulus"339git = "https://github.com/paritytech/cumulus"340branch = "polkadot-v0.9.24"340branch = "polkadot-v0.9.25"341default-features = false341default-features = false342342343[dependencies.cumulus-pallet-xcm]343[dependencies.cumulus-pallet-xcm]344git = "https://github.com/paritytech/cumulus"344git = "https://github.com/paritytech/cumulus"345branch = "polkadot-v0.9.24"345branch = "polkadot-v0.9.25"346default-features = false346default-features = false347347348[dependencies.cumulus-pallet-dmp-queue]348[dependencies.cumulus-pallet-dmp-queue]349git = "https://github.com/paritytech/cumulus"349git = "https://github.com/paritytech/cumulus"350branch = "polkadot-v0.9.24"350branch = "polkadot-v0.9.25"351default-features = false351default-features = false352352353[dependencies.cumulus-pallet-xcmp-queue]353[dependencies.cumulus-pallet-xcmp-queue]354git = "https://github.com/paritytech/cumulus"354git = "https://github.com/paritytech/cumulus"355branch = "polkadot-v0.9.24"355branch = "polkadot-v0.9.25"356default-features = false356default-features = false357357358[dependencies.cumulus-primitives-utility]358[dependencies.cumulus-primitives-utility]359git = "https://github.com/paritytech/cumulus"359git = "https://github.com/paritytech/cumulus"360branch = "polkadot-v0.9.24"360branch = "polkadot-v0.9.25"361default-features = false361default-features = false362362363[dependencies.cumulus-primitives-timestamp]363[dependencies.cumulus-primitives-timestamp]364git = "https://github.com/paritytech/cumulus"364git = "https://github.com/paritytech/cumulus"365branch = "polkadot-v0.9.24"365branch = "polkadot-v0.9.25"366default-features = false366default-features = false367367368################################################################################368################################################################################369# Polkadot dependencies369# Polkadot dependencies370370371[dependencies.polkadot-parachain]371[dependencies.polkadot-parachain]372git = "https://github.com/paritytech/polkadot"372git = "https://github.com/paritytech/polkadot"373branch = "release-v0.9.24"373branch = "release-v0.9.25"374default-features = false374default-features = false375375376[dependencies.xcm]376[dependencies.xcm]377git = "https://github.com/paritytech/polkadot"377git = "https://github.com/paritytech/polkadot"378branch = "release-v0.9.24"378branch = "release-v0.9.25"379default-features = false379default-features = false380380381[dependencies.xcm-builder]381[dependencies.xcm-builder]382git = "https://github.com/paritytech/polkadot"382git = "https://github.com/paritytech/polkadot"383branch = "release-v0.9.24"383branch = "release-v0.9.25"384default-features = false384default-features = false385385386[dependencies.xcm-executor]386[dependencies.xcm-executor]387git = "https://github.com/paritytech/polkadot"387git = "https://github.com/paritytech/polkadot"388branch = "release-v0.9.24"388branch = "release-v0.9.25"389default-features = false389default-features = false390390391[dependencies.pallet-xcm]391[dependencies.pallet-xcm]392git = "https://github.com/paritytech/polkadot"392git = "https://github.com/paritytech/polkadot"393branch = "release-v0.9.24"393branch = "release-v0.9.25"394default-features = false394default-features = false395395396[dependencies.orml-vesting]396[dependencies.orml-vesting]397git = "https://github.com/uniquenetwork/open-runtime-module-library"397git = "https://github.com/open-web3-stack/open-runtime-module-library"398branch = "unique-polkadot-v0.9.24"398branch = "polkadot-v0.9.25"399version = "0.4.1-dev"399version = "0.4.1-dev"400default-features = false400default-features = false401401412pallet-unique = { path = '../../pallets/unique', default-features = false }412pallet-unique = { path = '../../pallets/unique', default-features = false }413up-rpc = { path = "../../primitives/rpc", default-features = false }413up-rpc = { path = "../../primitives/rpc", default-features = false }414rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }414rmrk-rpc = { path = "../../primitives/rmrk-rpc", default-features = false }415fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }415fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }416pallet-inflation = { path = '../../pallets/inflation', default-features = false }416pallet-inflation = { path = '../../pallets/inflation', default-features = false }417up-data-structs = { path = '../../primitives/data-structs', default-features = false }417up-data-structs = { path = '../../primitives/data-structs', default-features = false }418pallet-configuration = { default-features = false, path = "../../pallets/configuration" }418pallet-configuration = { default-features = false, path = "../../pallets/configuration" }425pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }425pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }426pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }426pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }427# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }427# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }428pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }428pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.25", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }429pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }429pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }430pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }430pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }431pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }431pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }432pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }432pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }433pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }433pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }434pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }434pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }435pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }435pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }436fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }436fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }437fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }437fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }438evm-coder = { default-features = false, path = '../../crates/evm-coder' }438evm-coder = { default-features = false, path = '../../crates/evm-coder' }439up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.24' }439up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.25' }440440441################################################################################441################################################################################442# Build Dependencies442# Build Dependencies443443444[build-dependencies.substrate-wasm-builder]444[build-dependencies.substrate-wasm-builder]445git = "https://github.com/paritytech/substrate"445git = "https://github.com/paritytech/substrate"446branch = "polkadot-v0.9.24"446branch = "polkadot-v0.9.25"447447runtime/quartz/Cargo.tomldiffbeforeafterboth138default-features = false138default-features = false139git = "https://github.com/paritytech/substrate"139git = "https://github.com/paritytech/substrate"140optional = true140optional = true141branch = "polkadot-v0.9.24"141branch = "polkadot-v0.9.25"142142143[dependencies.frame-try-runtime]143[dependencies.frame-try-runtime]144default-features = false144default-features = false145git = 'https://github.com/paritytech/substrate'145git = 'https://github.com/paritytech/substrate'146optional = true146optional = true147branch = 'polkadot-v0.9.24'147branch = 'polkadot-v0.9.25'148148149[dependencies.frame-executive]149[dependencies.frame-executive]150default-features = false150default-features = false151git = "https://github.com/paritytech/substrate"151git = "https://github.com/paritytech/substrate"152branch = "polkadot-v0.9.24"152branch = "polkadot-v0.9.25"153153154[dependencies.frame-support]154[dependencies.frame-support]155default-features = false155default-features = false156git = "https://github.com/paritytech/substrate"156git = "https://github.com/paritytech/substrate"157branch = "polkadot-v0.9.24"157branch = "polkadot-v0.9.25"158158159[dependencies.frame-system]159[dependencies.frame-system]160default-features = false160default-features = false161git = "https://github.com/paritytech/substrate"161git = "https://github.com/paritytech/substrate"162branch = "polkadot-v0.9.24"162branch = "polkadot-v0.9.25"163163164[dependencies.frame-system-benchmarking]164[dependencies.frame-system-benchmarking]165default-features = false165default-features = false166git = "https://github.com/paritytech/substrate"166git = "https://github.com/paritytech/substrate"167optional = true167optional = true168branch = "polkadot-v0.9.24"168branch = "polkadot-v0.9.25"169169170[dependencies.frame-system-rpc-runtime-api]170[dependencies.frame-system-rpc-runtime-api]171default-features = false171default-features = false172git = "https://github.com/paritytech/substrate"172git = "https://github.com/paritytech/substrate"173branch = "polkadot-v0.9.24"173branch = "polkadot-v0.9.25"174174175[dependencies.hex-literal]175[dependencies.hex-literal]176optional = true176optional = true185[dependencies.pallet-aura]185[dependencies.pallet-aura]186default-features = false186default-features = false187git = "https://github.com/paritytech/substrate"187git = "https://github.com/paritytech/substrate"188branch = "polkadot-v0.9.24"188branch = "polkadot-v0.9.25"189189190[dependencies.pallet-balances]190[dependencies.pallet-balances]191default-features = false191default-features = false192git = "https://github.com/paritytech/substrate"192git = "https://github.com/paritytech/substrate"193branch = "polkadot-v0.9.24"193branch = "polkadot-v0.9.25"194194195# Contracts specific packages195# Contracts specific packages196# [dependencies.pallet-contracts]196# [dependencies.pallet-contracts]214[dependencies.pallet-randomness-collective-flip]214[dependencies.pallet-randomness-collective-flip]215default-features = false215default-features = false216git = "https://github.com/paritytech/substrate"216git = "https://github.com/paritytech/substrate"217branch = "polkadot-v0.9.24"217branch = "polkadot-v0.9.25"218218219[dependencies.pallet-sudo]219[dependencies.pallet-sudo]220default-features = false220default-features = false221git = "https://github.com/paritytech/substrate"221git = "https://github.com/paritytech/substrate"222branch = "polkadot-v0.9.24"222branch = "polkadot-v0.9.25"223223224[dependencies.pallet-timestamp]224[dependencies.pallet-timestamp]225default-features = false225default-features = false226git = "https://github.com/paritytech/substrate"226git = "https://github.com/paritytech/substrate"227branch = "polkadot-v0.9.24"227branch = "polkadot-v0.9.25"228228229[dependencies.pallet-transaction-payment]229[dependencies.pallet-transaction-payment]230default-features = false230default-features = false231git = "https://github.com/paritytech/substrate"231git = "https://github.com/paritytech/substrate"232branch = "polkadot-v0.9.24"232branch = "polkadot-v0.9.25"233233234[dependencies.pallet-transaction-payment-rpc-runtime-api]234[dependencies.pallet-transaction-payment-rpc-runtime-api]235default-features = false235default-features = false236git = "https://github.com/paritytech/substrate"236git = "https://github.com/paritytech/substrate"237branch = "polkadot-v0.9.24"237branch = "polkadot-v0.9.25"238238239[dependencies.pallet-treasury]239[dependencies.pallet-treasury]240default-features = false240default-features = false241git = "https://github.com/paritytech/substrate"241git = "https://github.com/paritytech/substrate"242branch = "polkadot-v0.9.24"242branch = "polkadot-v0.9.25"243243244# [dependencies.pallet-vesting]244# [dependencies.pallet-vesting]245# default-features = false245# default-features = false249[dependencies.sp-arithmetic]249[dependencies.sp-arithmetic]250default-features = false250default-features = false251git = "https://github.com/paritytech/substrate"251git = "https://github.com/paritytech/substrate"252branch = "polkadot-v0.9.24"252branch = "polkadot-v0.9.25"253253254[dependencies.sp-api]254[dependencies.sp-api]255default-features = false255default-features = false256git = "https://github.com/paritytech/substrate"256git = "https://github.com/paritytech/substrate"257branch = "polkadot-v0.9.24"257branch = "polkadot-v0.9.25"258258259[dependencies.sp-block-builder]259[dependencies.sp-block-builder]260default-features = false260default-features = false261git = "https://github.com/paritytech/substrate"261git = "https://github.com/paritytech/substrate"262branch = "polkadot-v0.9.24"262branch = "polkadot-v0.9.25"263263264[dependencies.sp-core]264[dependencies.sp-core]265default-features = false265default-features = false266git = "https://github.com/paritytech/substrate"266git = "https://github.com/paritytech/substrate"267branch = "polkadot-v0.9.24"267branch = "polkadot-v0.9.25"268268269[dependencies.sp-consensus-aura]269[dependencies.sp-consensus-aura]270default-features = false270default-features = false271git = "https://github.com/paritytech/substrate"271git = "https://github.com/paritytech/substrate"272branch = "polkadot-v0.9.24"272branch = "polkadot-v0.9.25"273273274[dependencies.sp-inherents]274[dependencies.sp-inherents]275default-features = false275default-features = false276git = "https://github.com/paritytech/substrate"276git = "https://github.com/paritytech/substrate"277branch = "polkadot-v0.9.24"277branch = "polkadot-v0.9.25"278278279[dependencies.sp-io]279[dependencies.sp-io]280default-features = false280default-features = false281git = "https://github.com/paritytech/substrate"281git = "https://github.com/paritytech/substrate"282branch = "polkadot-v0.9.24"282branch = "polkadot-v0.9.25"283283284[dependencies.sp-offchain]284[dependencies.sp-offchain]285default-features = false285default-features = false286git = "https://github.com/paritytech/substrate"286git = "https://github.com/paritytech/substrate"287branch = "polkadot-v0.9.24"287branch = "polkadot-v0.9.25"288288289[dependencies.sp-runtime]289[dependencies.sp-runtime]290default-features = false290default-features = false291git = "https://github.com/paritytech/substrate"291git = "https://github.com/paritytech/substrate"292branch = "polkadot-v0.9.24"292branch = "polkadot-v0.9.25"293293294[dependencies.sp-session]294[dependencies.sp-session]295default-features = false295default-features = false296git = "https://github.com/paritytech/substrate"296git = "https://github.com/paritytech/substrate"297branch = "polkadot-v0.9.24"297branch = "polkadot-v0.9.25"298298299[dependencies.sp-std]299[dependencies.sp-std]300default-features = false300default-features = false301git = "https://github.com/paritytech/substrate"301git = "https://github.com/paritytech/substrate"302branch = "polkadot-v0.9.24"302branch = "polkadot-v0.9.25"303303304[dependencies.sp-transaction-pool]304[dependencies.sp-transaction-pool]305default-features = false305default-features = false306git = "https://github.com/paritytech/substrate"306git = "https://github.com/paritytech/substrate"307branch = "polkadot-v0.9.24"307branch = "polkadot-v0.9.25"308308309[dependencies.sp-version]309[dependencies.sp-version]310default-features = false310default-features = false311git = "https://github.com/paritytech/substrate"311git = "https://github.com/paritytech/substrate"312branch = "polkadot-v0.9.24"312branch = "polkadot-v0.9.25"313313314[dependencies.smallvec]314[dependencies.smallvec]315version = '1.6.1'315version = '1.6.1'320[dependencies.parachain-info]320[dependencies.parachain-info]321default-features = false321default-features = false322git = "https://github.com/paritytech/cumulus"322git = "https://github.com/paritytech/cumulus"323branch = "polkadot-v0.9.24"323branch = "polkadot-v0.9.25"324324325[dependencies.cumulus-pallet-aura-ext]325[dependencies.cumulus-pallet-aura-ext]326git = "https://github.com/paritytech/cumulus"326git = "https://github.com/paritytech/cumulus"327branch = "polkadot-v0.9.24"327branch = "polkadot-v0.9.25"328default-features = false328default-features = false329329330[dependencies.cumulus-pallet-parachain-system]330[dependencies.cumulus-pallet-parachain-system]331git = "https://github.com/paritytech/cumulus"331git = "https://github.com/paritytech/cumulus"332branch = "polkadot-v0.9.24"332branch = "polkadot-v0.9.25"333default-features = false333default-features = false334334335[dependencies.cumulus-primitives-core]335[dependencies.cumulus-primitives-core]336git = "https://github.com/paritytech/cumulus"336git = "https://github.com/paritytech/cumulus"337branch = "polkadot-v0.9.24"337branch = "polkadot-v0.9.25"338default-features = false338default-features = false339339340[dependencies.cumulus-pallet-xcm]340[dependencies.cumulus-pallet-xcm]341git = "https://github.com/paritytech/cumulus"341git = "https://github.com/paritytech/cumulus"342branch = "polkadot-v0.9.24"342branch = "polkadot-v0.9.25"343default-features = false343default-features = false344344345[dependencies.cumulus-pallet-dmp-queue]345[dependencies.cumulus-pallet-dmp-queue]346git = "https://github.com/paritytech/cumulus"346git = "https://github.com/paritytech/cumulus"347branch = "polkadot-v0.9.24"347branch = "polkadot-v0.9.25"348default-features = false348default-features = false349349350[dependencies.cumulus-pallet-xcmp-queue]350[dependencies.cumulus-pallet-xcmp-queue]351git = "https://github.com/paritytech/cumulus"351git = "https://github.com/paritytech/cumulus"352branch = "polkadot-v0.9.24"352branch = "polkadot-v0.9.25"353default-features = false353default-features = false354354355[dependencies.cumulus-primitives-utility]355[dependencies.cumulus-primitives-utility]356git = "https://github.com/paritytech/cumulus"356git = "https://github.com/paritytech/cumulus"357branch = "polkadot-v0.9.24"357branch = "polkadot-v0.9.25"358default-features = false358default-features = false359359360[dependencies.cumulus-primitives-timestamp]360[dependencies.cumulus-primitives-timestamp]361git = "https://github.com/paritytech/cumulus"361git = "https://github.com/paritytech/cumulus"362branch = "polkadot-v0.9.24"362branch = "polkadot-v0.9.25"363default-features = false363default-features = false364364365################################################################################365################################################################################366# Polkadot dependencies366# Polkadot dependencies367367368[dependencies.polkadot-parachain]368[dependencies.polkadot-parachain]369git = "https://github.com/paritytech/polkadot"369git = "https://github.com/paritytech/polkadot"370branch = "release-v0.9.24"370branch = "release-v0.9.25"371default-features = false371default-features = false372372373[dependencies.xcm]373[dependencies.xcm]374git = "https://github.com/paritytech/polkadot"374git = "https://github.com/paritytech/polkadot"375branch = "release-v0.9.24"375branch = "release-v0.9.25"376default-features = false376default-features = false377377378[dependencies.xcm-builder]378[dependencies.xcm-builder]379git = "https://github.com/paritytech/polkadot"379git = "https://github.com/paritytech/polkadot"380branch = "release-v0.9.24"380branch = "release-v0.9.25"381default-features = false381default-features = false382382383[dependencies.xcm-executor]383[dependencies.xcm-executor]384git = "https://github.com/paritytech/polkadot"384git = "https://github.com/paritytech/polkadot"385branch = "release-v0.9.24"385branch = "release-v0.9.25"386default-features = false386default-features = false387387388[dependencies.pallet-xcm]388[dependencies.pallet-xcm]389git = "https://github.com/paritytech/polkadot"389git = "https://github.com/paritytech/polkadot"390branch = "release-v0.9.24"390branch = "release-v0.9.25"391default-features = false391default-features = false392392393[dependencies.orml-vesting]393[dependencies.orml-vesting]394git = "https://github.com/uniquenetwork/open-runtime-module-library"394git = "https://github.com/open-web3-stack/open-runtime-module-library"395branch = "unique-polkadot-v0.9.24"395branch = "polkadot-v0.9.25"396version = "0.4.1-dev"396version = "0.4.1-dev"397default-features = false397default-features = false398398416derivative = "2.2.0"416derivative = "2.2.0"417pallet-unique = { path = '../../pallets/unique', default-features = false }417pallet-unique = { path = '../../pallets/unique', default-features = false }418up-rpc = { path = "../../primitives/rpc", default-features = false }418up-rpc = { path = "../../primitives/rpc", default-features = false }419fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }419fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }420pallet-inflation = { path = '../../pallets/inflation', default-features = false }420pallet-inflation = { path = '../../pallets/inflation', default-features = false }421up-data-structs = { path = '../../primitives/data-structs', default-features = false }421up-data-structs = { path = '../../primitives/data-structs', default-features = false }422pallet-configuration = { default-features = false, path = "../../pallets/configuration" }422pallet-configuration = { default-features = false, path = "../../pallets/configuration" }429pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }429pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }430pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }430pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }431# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }431# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }432pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }432pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.25", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }433pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }433pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }434pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }434pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }435pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }435pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }436pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }436pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }437pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }437pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }438pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }438pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }439pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }439pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }440fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }440fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }441fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }441fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }442evm-coder = { default-features = false, path = '../../crates/evm-coder' }442evm-coder = { default-features = false, path = '../../crates/evm-coder' }443up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.24' }443up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.25' }444444445################################################################################445################################################################################446# Build Dependencies446# Build Dependencies447447448[build-dependencies.substrate-wasm-builder]448[build-dependencies.substrate-wasm-builder]449git = "https://github.com/paritytech/substrate"449git = "https://github.com/paritytech/substrate"450branch = "polkadot-v0.9.24"450branch = "polkadot-v0.9.25"451451runtime/tests/Cargo.tomldiffbeforeafterboth11[dependencies]11[dependencies]12up-data-structs = { default-features = false, path = '../../primitives/data-structs' }12up-data-structs = { default-features = false, path = '../../primitives/data-structs' }131314sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }14sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }15sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }15sp-std = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }16sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }16sp-io = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }17sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }17sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }181819fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }19fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }202021frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }21frame-support = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }22frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }22frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }232324pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }24pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }25pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }25pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }26pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.24' }26pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = 'polkadot-v0.9.25' }272728pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }28pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }29pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }29pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }303031pallet-common = { path = '../../pallets/common' }31pallet-common = { path = '../../pallets/common' }32pallet-structure = { path = '../../pallets/structure' }32pallet-structure = { path = '../../pallets/structure' }runtime/unique/Cargo.tomldiffbeforeafterboth139default-features = false139default-features = false140git = "https://github.com/paritytech/substrate"140git = "https://github.com/paritytech/substrate"141optional = true141optional = true142branch = "polkadot-v0.9.24"142branch = "polkadot-v0.9.25"143143144[dependencies.frame-try-runtime]144[dependencies.frame-try-runtime]145default-features = false145default-features = false146git = 'https://github.com/paritytech/substrate'146git = 'https://github.com/paritytech/substrate'147optional = true147optional = true148branch = 'polkadot-v0.9.24'148branch = 'polkadot-v0.9.25'149149150[dependencies.frame-executive]150[dependencies.frame-executive]151default-features = false151default-features = false152git = "https://github.com/paritytech/substrate"152git = "https://github.com/paritytech/substrate"153branch = "polkadot-v0.9.24"153branch = "polkadot-v0.9.25"154154155[dependencies.frame-support]155[dependencies.frame-support]156default-features = false156default-features = false157git = "https://github.com/paritytech/substrate"157git = "https://github.com/paritytech/substrate"158branch = "polkadot-v0.9.24"158branch = "polkadot-v0.9.25"159159160[dependencies.frame-system]160[dependencies.frame-system]161default-features = false161default-features = false162git = "https://github.com/paritytech/substrate"162git = "https://github.com/paritytech/substrate"163branch = "polkadot-v0.9.24"163branch = "polkadot-v0.9.25"164164165[dependencies.frame-system-benchmarking]165[dependencies.frame-system-benchmarking]166default-features = false166default-features = false167git = "https://github.com/paritytech/substrate"167git = "https://github.com/paritytech/substrate"168optional = true168optional = true169branch = "polkadot-v0.9.24"169branch = "polkadot-v0.9.25"170170171[dependencies.frame-system-rpc-runtime-api]171[dependencies.frame-system-rpc-runtime-api]172default-features = false172default-features = false173git = "https://github.com/paritytech/substrate"173git = "https://github.com/paritytech/substrate"174branch = "polkadot-v0.9.24"174branch = "polkadot-v0.9.25"175175176[dependencies.hex-literal]176[dependencies.hex-literal]177optional = true177optional = true186[dependencies.pallet-aura]186[dependencies.pallet-aura]187default-features = false187default-features = false188git = "https://github.com/paritytech/substrate"188git = "https://github.com/paritytech/substrate"189branch = "polkadot-v0.9.24"189branch = "polkadot-v0.9.25"190190191[dependencies.pallet-balances]191[dependencies.pallet-balances]192default-features = false192default-features = false193git = "https://github.com/paritytech/substrate"193git = "https://github.com/paritytech/substrate"194branch = "polkadot-v0.9.24"194branch = "polkadot-v0.9.25"195195196# Contracts specific packages196# Contracts specific packages197# [dependencies.pallet-contracts]197# [dependencies.pallet-contracts]215[dependencies.pallet-randomness-collective-flip]215[dependencies.pallet-randomness-collective-flip]216default-features = false216default-features = false217git = "https://github.com/paritytech/substrate"217git = "https://github.com/paritytech/substrate"218branch = "polkadot-v0.9.24"218branch = "polkadot-v0.9.25"219219220[dependencies.pallet-sudo]220[dependencies.pallet-sudo]221default-features = false221default-features = false222git = "https://github.com/paritytech/substrate"222git = "https://github.com/paritytech/substrate"223branch = "polkadot-v0.9.24"223branch = "polkadot-v0.9.25"224224225[dependencies.pallet-timestamp]225[dependencies.pallet-timestamp]226default-features = false226default-features = false227git = "https://github.com/paritytech/substrate"227git = "https://github.com/paritytech/substrate"228branch = "polkadot-v0.9.24"228branch = "polkadot-v0.9.25"229229230[dependencies.pallet-transaction-payment]230[dependencies.pallet-transaction-payment]231default-features = false231default-features = false232git = "https://github.com/paritytech/substrate"232git = "https://github.com/paritytech/substrate"233branch = "polkadot-v0.9.24"233branch = "polkadot-v0.9.25"234234235[dependencies.pallet-transaction-payment-rpc-runtime-api]235[dependencies.pallet-transaction-payment-rpc-runtime-api]236default-features = false236default-features = false237git = "https://github.com/paritytech/substrate"237git = "https://github.com/paritytech/substrate"238branch = "polkadot-v0.9.24"238branch = "polkadot-v0.9.25"239239240[dependencies.pallet-treasury]240[dependencies.pallet-treasury]241default-features = false241default-features = false242git = "https://github.com/paritytech/substrate"242git = "https://github.com/paritytech/substrate"243branch = "polkadot-v0.9.24"243branch = "polkadot-v0.9.25"244244245# [dependencies.pallet-vesting]245# [dependencies.pallet-vesting]246# default-features = false246# default-features = false250[dependencies.sp-arithmetic]250[dependencies.sp-arithmetic]251default-features = false251default-features = false252git = "https://github.com/paritytech/substrate"252git = "https://github.com/paritytech/substrate"253branch = "polkadot-v0.9.24"253branch = "polkadot-v0.9.25"254254255[dependencies.sp-api]255[dependencies.sp-api]256default-features = false256default-features = false257git = "https://github.com/paritytech/substrate"257git = "https://github.com/paritytech/substrate"258branch = "polkadot-v0.9.24"258branch = "polkadot-v0.9.25"259259260[dependencies.sp-block-builder]260[dependencies.sp-block-builder]261default-features = false261default-features = false262git = "https://github.com/paritytech/substrate"262git = "https://github.com/paritytech/substrate"263branch = "polkadot-v0.9.24"263branch = "polkadot-v0.9.25"264264265[dependencies.sp-core]265[dependencies.sp-core]266default-features = false266default-features = false267git = "https://github.com/paritytech/substrate"267git = "https://github.com/paritytech/substrate"268branch = "polkadot-v0.9.24"268branch = "polkadot-v0.9.25"269269270[dependencies.sp-consensus-aura]270[dependencies.sp-consensus-aura]271default-features = false271default-features = false272git = "https://github.com/paritytech/substrate"272git = "https://github.com/paritytech/substrate"273branch = "polkadot-v0.9.24"273branch = "polkadot-v0.9.25"274274275[dependencies.sp-inherents]275[dependencies.sp-inherents]276default-features = false276default-features = false277git = "https://github.com/paritytech/substrate"277git = "https://github.com/paritytech/substrate"278branch = "polkadot-v0.9.24"278branch = "polkadot-v0.9.25"279279280[dependencies.sp-io]280[dependencies.sp-io]281default-features = false281default-features = false282git = "https://github.com/paritytech/substrate"282git = "https://github.com/paritytech/substrate"283branch = "polkadot-v0.9.24"283branch = "polkadot-v0.9.25"284284285[dependencies.sp-offchain]285[dependencies.sp-offchain]286default-features = false286default-features = false287git = "https://github.com/paritytech/substrate"287git = "https://github.com/paritytech/substrate"288branch = "polkadot-v0.9.24"288branch = "polkadot-v0.9.25"289289290[dependencies.sp-runtime]290[dependencies.sp-runtime]291default-features = false291default-features = false292git = "https://github.com/paritytech/substrate"292git = "https://github.com/paritytech/substrate"293branch = "polkadot-v0.9.24"293branch = "polkadot-v0.9.25"294294295[dependencies.sp-session]295[dependencies.sp-session]296default-features = false296default-features = false297git = "https://github.com/paritytech/substrate"297git = "https://github.com/paritytech/substrate"298branch = "polkadot-v0.9.24"298branch = "polkadot-v0.9.25"299299300[dependencies.sp-std]300[dependencies.sp-std]301default-features = false301default-features = false302git = "https://github.com/paritytech/substrate"302git = "https://github.com/paritytech/substrate"303branch = "polkadot-v0.9.24"303branch = "polkadot-v0.9.25"304304305[dependencies.sp-transaction-pool]305[dependencies.sp-transaction-pool]306default-features = false306default-features = false307git = "https://github.com/paritytech/substrate"307git = "https://github.com/paritytech/substrate"308branch = "polkadot-v0.9.24"308branch = "polkadot-v0.9.25"309309310[dependencies.sp-version]310[dependencies.sp-version]311default-features = false311default-features = false312git = "https://github.com/paritytech/substrate"312git = "https://github.com/paritytech/substrate"313branch = "polkadot-v0.9.24"313branch = "polkadot-v0.9.25"314314315[dependencies.smallvec]315[dependencies.smallvec]316version = '1.6.1'316version = '1.6.1'321[dependencies.parachain-info]321[dependencies.parachain-info]322default-features = false322default-features = false323git = "https://github.com/paritytech/cumulus"323git = "https://github.com/paritytech/cumulus"324branch = "polkadot-v0.9.24"324branch = "polkadot-v0.9.25"325325326[dependencies.cumulus-pallet-aura-ext]326[dependencies.cumulus-pallet-aura-ext]327git = "https://github.com/paritytech/cumulus"327git = "https://github.com/paritytech/cumulus"328branch = "polkadot-v0.9.24"328branch = "polkadot-v0.9.25"329default-features = false329default-features = false330330331[dependencies.cumulus-pallet-parachain-system]331[dependencies.cumulus-pallet-parachain-system]332git = "https://github.com/paritytech/cumulus"332git = "https://github.com/paritytech/cumulus"333branch = "polkadot-v0.9.24"333branch = "polkadot-v0.9.25"334default-features = false334default-features = false335335336[dependencies.cumulus-primitives-core]336[dependencies.cumulus-primitives-core]337git = "https://github.com/paritytech/cumulus"337git = "https://github.com/paritytech/cumulus"338branch = "polkadot-v0.9.24"338branch = "polkadot-v0.9.25"339default-features = false339default-features = false340340341[dependencies.cumulus-pallet-xcm]341[dependencies.cumulus-pallet-xcm]342git = "https://github.com/paritytech/cumulus"342git = "https://github.com/paritytech/cumulus"343branch = "polkadot-v0.9.24"343branch = "polkadot-v0.9.25"344default-features = false344default-features = false345345346[dependencies.cumulus-pallet-dmp-queue]346[dependencies.cumulus-pallet-dmp-queue]347git = "https://github.com/paritytech/cumulus"347git = "https://github.com/paritytech/cumulus"348branch = "polkadot-v0.9.24"348branch = "polkadot-v0.9.25"349default-features = false349default-features = false350350351[dependencies.cumulus-pallet-xcmp-queue]351[dependencies.cumulus-pallet-xcmp-queue]352git = "https://github.com/paritytech/cumulus"352git = "https://github.com/paritytech/cumulus"353branch = "polkadot-v0.9.24"353branch = "polkadot-v0.9.25"354default-features = false354default-features = false355355356[dependencies.cumulus-primitives-utility]356[dependencies.cumulus-primitives-utility]357git = "https://github.com/paritytech/cumulus"357git = "https://github.com/paritytech/cumulus"358branch = "polkadot-v0.9.24"358branch = "polkadot-v0.9.25"359default-features = false359default-features = false360360361[dependencies.cumulus-primitives-timestamp]361[dependencies.cumulus-primitives-timestamp]362git = "https://github.com/paritytech/cumulus"362git = "https://github.com/paritytech/cumulus"363branch = "polkadot-v0.9.24"363branch = "polkadot-v0.9.25"364default-features = false364default-features = false365365366################################################################################366################################################################################367# Polkadot dependencies367# Polkadot dependencies368368369[dependencies.polkadot-parachain]369[dependencies.polkadot-parachain]370git = "https://github.com/paritytech/polkadot"370git = "https://github.com/paritytech/polkadot"371branch = "release-v0.9.24"371branch = "release-v0.9.25"372default-features = false372default-features = false373373374[dependencies.xcm]374[dependencies.xcm]375git = "https://github.com/paritytech/polkadot"375git = "https://github.com/paritytech/polkadot"376branch = "release-v0.9.24"376branch = "release-v0.9.25"377default-features = false377default-features = false378378379[dependencies.xcm-builder]379[dependencies.xcm-builder]380git = "https://github.com/paritytech/polkadot"380git = "https://github.com/paritytech/polkadot"381branch = "release-v0.9.24"381branch = "release-v0.9.25"382default-features = false382default-features = false383383384[dependencies.xcm-executor]384[dependencies.xcm-executor]385git = "https://github.com/paritytech/polkadot"385git = "https://github.com/paritytech/polkadot"386branch = "release-v0.9.24"386branch = "release-v0.9.25"387default-features = false387default-features = false388388389[dependencies.pallet-xcm]389[dependencies.pallet-xcm]390git = "https://github.com/paritytech/polkadot"390git = "https://github.com/paritytech/polkadot"391branch = "release-v0.9.24"391branch = "release-v0.9.25"392default-features = false392default-features = false393393394[dependencies.orml-vesting]394[dependencies.orml-vesting]395git = "https://github.com/uniquenetwork/open-runtime-module-library"395git = "https://github.com/open-web3-stack/open-runtime-module-library"396branch = "unique-polkadot-v0.9.24"396branch = "polkadot-v0.9.25"397version = "0.4.1-dev"397version = "0.4.1-dev"398default-features = false398default-features = false399399422pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }422pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }423pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }423pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false }424# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }424# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }425pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.24", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }425pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.25", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }426pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }426pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }427pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }427pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }428pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }428pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }429pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }429pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }430pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }430pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }431pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }431pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }432pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }432pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }433fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }433fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }434fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }434fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }435fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.24" }435fp-evm-mapping = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.25" }436evm-coder = { default-features = false, path = '../../crates/evm-coder' }436evm-coder = { default-features = false, path = '../../crates/evm-coder' }437up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.24' }437up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = 'polkadot-v0.9.25' }438438439################################################################################439################################################################################440# Build Dependencies440# Build Dependencies441441442[build-dependencies.substrate-wasm-builder]442[build-dependencies.substrate-wasm-builder]443git = "https://github.com/paritytech/substrate"443git = "https://github.com/paritytech/substrate"444branch = "polkadot-v0.9.24"444branch = "polkadot-v0.9.25"445445