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

difftreelog

build fix remote frontier version

Yaroslav Bolyukin2021-06-11parent: #a853447.patch.diff
in: master

4 files changed

modifiedCargo.lockdiffbeforeafterboth
15471547
1548[[package]]1548[[package]]
1549name = "evm"1549name = "evm"
1550version = "0.26.0"1550version = "0.27.0"
1551source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"1551source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#081b56a17b8e587655bf45cacc1c823265530b50"
1552dependencies = [1552dependencies = [
1553 "environmental",
1553 "ethereum",1554 "ethereum",
1554 "evm-core",1555 "evm-core",
1555 "evm-gasometer",1556 "evm-gasometer",
15881589
1589[[package]]1590[[package]]
1590name = "evm-core"1591name = "evm-core"
1591version = "0.26.0"1592version = "0.27.1"
1592source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"1593source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#081b56a17b8e587655bf45cacc1c823265530b50"
1593dependencies = [1594dependencies = [
1594 "funty",1595 "funty",
1595 "parity-scale-codec 2.1.1",1596 "parity-scale-codec 2.1.1",
15991600
1600[[package]]1601[[package]]
1601name = "evm-gasometer"1602name = "evm-gasometer"
1602version = "0.26.0"1603version = "0.27.0"
1603source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"1604source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#081b56a17b8e587655bf45cacc1c823265530b50"
1604dependencies = [1605dependencies = [
1606 "environmental",
1605 "evm-core",1607 "evm-core",
1606 "evm-runtime",1608 "evm-runtime",
1607 "primitive-types 0.9.0",1609 "primitive-types 0.9.0",
1608]1610]
16091611
1610[[package]]1612[[package]]
1611name = "evm-runtime"1613name = "evm-runtime"
1612version = "0.26.0"1614version = "0.27.0"
1613source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"1615source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#081b56a17b8e587655bf45cacc1c823265530b50"
1614dependencies = [1616dependencies = [
1617 "environmental",
1615 "evm-core",1618 "evm-core",
1616 "primitive-types 0.9.0",1619 "primitive-types 0.9.0",
1617 "sha3 0.8.2",1620 "sha3 0.8.2",
16711674
1672[[package]]1675[[package]]
1673name = "fc-consensus"1676name = "fc-consensus"
1674version = "1.0.1-dev"1677version = "2.0.0-dev"
1675source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"1678source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7b3b742c4e95eb7ae6c5435137670365f17ae1fa"
1676dependencies = [1679dependencies = [
1677 "derive_more",1680 "derive_more",
1678 "fc-db",1681 "fc-db",
1696[[package]]1699[[package]]
1697name = "fc-db"1700name = "fc-db"
1698version = "1.0.0"1701version = "1.0.0"
1699source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"1702source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7b3b742c4e95eb7ae6c5435137670365f17ae1fa"
1700dependencies = [1703dependencies = [
1701 "kvdb",1704 "kvdb",
1702 "kvdb-rocksdb",1705 "kvdb-rocksdb",
17091712
1710[[package]]1713[[package]]
1711name = "fc-mapping-sync"1714name = "fc-mapping-sync"
1712version = "1.1.0-dev"1715version = "2.0.0-dev"
1713source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"1716source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7b3b742c4e95eb7ae6c5435137670365f17ae1fa"
1714dependencies = [1717dependencies = [
1715 "fc-consensus",1718 "fc-consensus",
1716 "fc-db",1719 "fc-db",
1728[[package]]1731[[package]]
1729name = "fc-rpc"1732name = "fc-rpc"
1730version = "2.0.0-dev"1733version = "2.0.0-dev"
1731source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"1734source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7b3b742c4e95eb7ae6c5435137670365f17ae1fa"
1732dependencies = [1735dependencies = [
1733 "ethereum",1736 "ethereum",
1734 "ethereum-types 0.11.0",1737 "ethereum-types 0.11.0",
1769[[package]]1772[[package]]
1770name = "fc-rpc-core"1773name = "fc-rpc-core"
1771version = "1.1.0-dev"1774version = "1.1.0-dev"
1772source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"1775source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7b3b742c4e95eb7ae6c5435137670365f17ae1fa"
1773dependencies = [1776dependencies = [
1774 "ethereum-types 0.11.0",1777 "ethereum-types 0.11.0",
1775 "jsonrpc-core 15.1.0",1778 "jsonrpc-core 15.1.0",
1901[[package]]1904[[package]]
1902name = "fp-consensus"1905name = "fp-consensus"
1903version = "1.0.0"1906version = "1.0.0"
1904source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"1907source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7b3b742c4e95eb7ae6c5435137670365f17ae1fa"
1905dependencies = [1908dependencies = [
1906 "ethereum",1909 "ethereum",
1907 "parity-scale-codec 2.1.1",1910 "parity-scale-codec 2.1.1",
19141917
1915[[package]]1918[[package]]
1916name = "fp-evm"1919name = "fp-evm"
1917version = "1.0.1-dev"1920version = "2.0.0"
1918source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"1921source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7b3b742c4e95eb7ae6c5435137670365f17ae1fa"
1919dependencies = [1922dependencies = [
1920 "evm",1923 "evm",
1921 "impl-trait-for-tuples 0.1.3",1924 "impl-trait-for-tuples 0.1.3",
19271930
1928[[package]]1931[[package]]
1929name = "fp-rpc"1932name = "fp-rpc"
1930version = "1.0.1-dev"1933version = "2.0.0"
1931source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"1934source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7b3b742c4e95eb7ae6c5435137670365f17ae1fa"
1932dependencies = [1935dependencies = [
1933 "ethereum",1936 "ethereum",
1934 "ethereum-types 0.11.0",1937 "ethereum-types 0.11.0",
19431946
1944[[package]]1947[[package]]
1945name = "fp-storage"1948name = "fp-storage"
1946version = "1.0.1-dev"1949version = "1.0.1"
1947source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"1950source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7b3b742c4e95eb7ae6c5435137670365f17ae1fa"
1948dependencies = [
1949 "ethereum",
1950 "ethereum-types 0.11.0",
1951 "fp-evm",
1952 "parity-scale-codec 2.1.1",
1953 "sp-api",
1954 "sp-core",
1955 "sp-runtime",
1956 "sp-std",
1957]
19581951
1959[[package]]1952[[package]]
1960name = "frame-benchmarking"1953name = "frame-benchmarking"
44944487
4495[[package]]4488[[package]]
4496name = "pallet-ethereum"4489name = "pallet-ethereum"
4497version = "1.0.1-dev"4490version = "2.0.0-dev"
4498source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"4491source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7b3b742c4e95eb7ae6c5435137670365f17ae1fa"
4499dependencies = [4492dependencies = [
4500 "ethereum",4493 "ethereum",
4501 "ethereum-types 0.11.0",4494 "ethereum-types 0.11.0",
45224515
4523[[package]]4516[[package]]
4524name = "pallet-evm"4517name = "pallet-evm"
4525version = "3.0.1-dev"4518version = "4.0.0-dev"
4526source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"4519source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7b3b742c4e95eb7ae6c5435137670365f17ae1fa"
4527dependencies = [4520dependencies = [
4528 "evm",4521 "evm",
4529 "evm-gasometer",4522 "evm-gasometer",
8559checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"8552checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
8560dependencies = [8553dependencies = [
8561 "cfg-if 0.1.10",8554 "cfg-if 0.1.10",
8562 "rand 0.7.3",8555 "rand 0.3.23",
8563 "static_assertions",8556 "static_assertions",
8564]8557]
85658558
modifiednode/Cargo.tomldiffbeforeafterboth
--- a/node/Cargo.toml
+++ b/node/Cargo.toml
@@ -34,11 +34,11 @@
 frame-benchmarking-cli = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 pallet-transaction-payment-rpc = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 fc-rpc-core = { version = "1.1.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
-fc-consensus = { version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
-fc-mapping-sync = { version = "1.1.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+fc-consensus = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+fc-mapping-sync = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
 fc-rpc = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
 fc-db = { version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
-fp-rpc = { version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+fp-rpc = { version = "2.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
 sc-basic-authorship = { version = '0.9.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 sc-cli = { version = '0.9.0', features = ['wasmtime'], git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 sc-client-api = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
@@ -66,7 +66,7 @@
 substrate-frame-rpc-system = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 sc-network = { version = '0.9.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 pallet-contracts-rpc = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
-pallet-ethereum = { version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+pallet-ethereum = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
 sc-telemetry = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 
 serde = { version = "1.0.102", features = ["derive"] }
modifiedpallets/nft/Cargo.tomldiffbeforeafterboth
--- a/pallets/nft/Cargo.toml
+++ b/pallets/nft/Cargo.toml
@@ -23,13 +23,13 @@
 frame-support = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 frame-system = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 pallet-balances = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
-pallet-evm = { default-features = false, version = "3.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
-pallet-ethereum = { default-features = false, version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+pallet-evm = { default-features = false, version = "4.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+pallet-ethereum = { default-features = false, version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
 pallet-timestamp = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 pallet-randomness-collective-flip = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 sp-std = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 frame-benchmarking = { default-features = false, version = '3.0.0', optional = true, git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
-fp-evm = { default-features = false, version = '1.0.1-dev', git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+fp-evm = { default-features = false, version = '2.0.0', git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
 sp-core = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 sp-io = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 sp-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
modifiedruntime/Cargo.tomldiffbeforeafterboth
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -40,8 +40,8 @@
 pallet-contracts = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 pallet-contracts-primitives = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 pallet-contracts-rpc-runtime-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
-pallet-evm = { default-features = false, version = "3.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
-pallet-ethereum = { default-features = false, version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+pallet-evm = { default-features = false, version = "4.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+pallet-ethereum = { default-features = false, version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
 pallet-grandpa = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 pallet-randomness-collective-flip = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 pallet-sudo = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
@@ -50,7 +50,7 @@
 pallet-transaction-payment-rpc-runtime-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 pallet-treasury = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 pallet-vesting = {  default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
-fp-rpc = { default-features = false, version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
+fp-rpc = { default-features = false, version = "2.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
 sp-arithmetic = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 sp-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
 sp-block-builder = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }