Skip to content

Commit 42b5500

Browse files
committed
move patch to frontier and update deps
1 parent fffba8c commit 42b5500

File tree

3 files changed

+57
-147
lines changed

3 files changed

+57
-147
lines changed

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -234,35 +234,35 @@ polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "
234234
runtime-common = { package = "polkadot-runtime-common", git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2503-6", default-features = false }
235235

236236
# Frontier
237-
fp-evm = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
238-
fp-rpc = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
239-
fp-self-contained = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
240-
fp-account = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
241-
fc-storage = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
242-
fc-db = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
243-
fc-consensus = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
244-
fp-consensus = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
245-
fp-dynamic-fee = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
246-
fc-api = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
247-
fc-rpc = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
248-
fc-rpc-core = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
249-
fc-aura = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
250-
fc-babe = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
251-
fc-mapping-sync = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
252-
precompile-utils = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
237+
fp-evm = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
238+
fp-rpc = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
239+
fp-self-contained = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
240+
fp-account = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
241+
fc-storage = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
242+
fc-db = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
243+
fc-consensus = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
244+
fp-consensus = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
245+
fp-dynamic-fee = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
246+
fc-api = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
247+
fc-rpc = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
248+
fc-rpc-core = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
249+
fc-aura = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
250+
fc-babe = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
251+
fc-mapping-sync = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
252+
precompile-utils = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
253253

254254
# Frontier FRAME
255-
pallet-base-fee = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
256-
pallet-dynamic-fee = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
257-
pallet-ethereum = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
258-
pallet-evm = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
259-
pallet-evm-precompile-dispatch = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
260-
pallet-evm-chain-id = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
261-
pallet-evm-precompile-modexp = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
262-
pallet-evm-precompile-sha3fips = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
263-
pallet-evm-precompile-simple = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
264-
pallet-evm-precompile-bn128 = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
265-
pallet-hotfix-sufficients = { git = "https://github.com/opentensor/frontier", rev = "7c93fd974ad70faec1c1c4b87ab23874f365f27a", default-features = false }
255+
pallet-base-fee = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
256+
pallet-dynamic-fee = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
257+
pallet-ethereum = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
258+
pallet-evm = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
259+
pallet-evm-precompile-dispatch = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
260+
pallet-evm-chain-id = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
261+
pallet-evm-precompile-modexp = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
262+
pallet-evm-precompile-sha3fips = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
263+
pallet-evm-precompile-simple = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
264+
pallet-evm-precompile-bn128 = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
265+
pallet-hotfix-sufficients = { git = "https://github.com/opentensor/frontier", rev = "0d36994545faa24e689e48811bbe781de9e400e0", default-features = false }
266266

267267
#DRAND
268268
pallet-drand = { path = "pallets/drand", default-features = false }

0 commit comments

Comments
 (0)