From 37a6b58428a08af026862879074125700c2bdd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 08:21:39 +0000 Subject: [PATCH] Bump ethereum-types from 0.13.1 to 0.14.1 Bumps [ethereum-types](https://github.com/paritytech/parity-common) from 0.13.1 to 0.14.1. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](https://github.com/paritytech/parity-common/compare/ethereum-types-v0.13.1...ethereum-types-v0.14.1) --- updated-dependencies: - dependency-name: ethereum-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 115 ++++++++++++++++++++++++++++--------- client/rpc-core/Cargo.toml | 2 +- client/rpc/Cargo.toml | 2 +- frame/ethereum/Cargo.toml | 2 +- primitives/rpc/Cargo.toml | 2 +- 5 files changed, 92 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c249e9a25e..9bc02f3a37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1464,14 +1464,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef" dependencies = [ "crunchy", - "fixed-hash", + "fixed-hash 0.7.0", "impl-codec", "impl-rlp", - "impl-serde", + "impl-serde 0.3.2", "scale-info", "tiny-keccak", ] +[[package]] +name = "ethbloom" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" +dependencies = [ + "crunchy", + "fixed-hash 0.8.0", + "impl-rlp", + "impl-serde 0.4.0", + "tiny-keccak", +] + [[package]] name = "ethereum" version = "0.12.0" @@ -1479,7 +1492,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef" dependencies = [ "bytes", - "ethereum-types", + "ethereum-types 0.13.1", "hash-db", "hash256-std-hasher", "parity-scale-codec", @@ -1497,16 +1510,30 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6" dependencies = [ - "ethbloom", - "fixed-hash", + "ethbloom 0.12.1", + "fixed-hash 0.7.0", "impl-codec", "impl-rlp", - "impl-serde", - "primitive-types", + "impl-serde 0.3.2", + "primitive-types 0.11.1", "scale-info", "uint", ] +[[package]] +name = "ethereum-types" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" +dependencies = [ + "ethbloom 0.13.0", + "fixed-hash 0.8.0", + "impl-rlp", + "impl-serde 0.4.0", + "primitive-types 0.12.1", + "uint", +] + [[package]] name = "event-listener" version = "2.5.1" @@ -1526,7 +1553,7 @@ dependencies = [ "evm-runtime", "log", "parity-scale-codec", - "primitive-types", + "primitive-types 0.11.1", "rlp", "scale-info", "serde", @@ -1539,7 +1566,7 @@ version = "0.35.0" source = "git+https://github.com/rust-blockchain/evm?rev=51b8c2ce3104265e1fd5bb0fe5cdfd2e0938239c#51b8c2ce3104265e1fd5bb0fe5cdfd2e0938239c" dependencies = [ "parity-scale-codec", - "primitive-types", + "primitive-types 0.11.1", "scale-info", "serde", ] @@ -1552,7 +1579,7 @@ dependencies = [ "environmental", "evm-core", "evm-runtime", - "primitive-types", + "primitive-types 0.11.1", ] [[package]] @@ -1563,7 +1590,7 @@ dependencies = [ "auto_impl", "environmental", "evm-core", - "primitive-types", + "primitive-types 0.11.1", "sha3 0.10.1", ] @@ -1602,7 +1629,7 @@ name = "fc-cli" version = "1.0.0-dev" dependencies = [ "clap", - "ethereum-types", + "ethereum-types 0.13.1", "fc-db", "fp-rpc", "fp-storage", @@ -1686,7 +1713,7 @@ version = "2.0.0-dev" dependencies = [ "beefy-primitives", "ethereum", - "ethereum-types", + "ethereum-types 0.14.1", "evm", "fc-db", "fc-rpc-core", @@ -1733,7 +1760,7 @@ name = "fc-rpc-core" version = "1.1.0-dev" dependencies = [ "ethereum", - "ethereum-types", + "ethereum-types 0.14.1", "jsonrpsee", "rlp", "rustc-hex", @@ -1810,6 +1837,18 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "fixed-hash" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" +dependencies = [ + "byteorder", + "rand 0.8.5", + "rustc-hex", + "static_assertions", +] + [[package]] name = "fixedbitset" version = "0.4.1" @@ -1878,7 +1917,7 @@ name = "fp-ethereum" version = "1.0.0-dev" dependencies = [ "ethereum", - "ethereum-types", + "ethereum-types 0.13.1", "fp-evm", "frame-support", "num_enum", @@ -1904,7 +1943,7 @@ name = "fp-rpc" version = "3.0.0-dev" dependencies = [ "ethereum", - "ethereum-types", + "ethereum-types 0.14.1", "fp-evm", "parity-scale-codec", "scale-info", @@ -2809,6 +2848,15 @@ dependencies = [ "serde", ] +[[package]] +name = "impl-serde" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" +dependencies = [ + "serde", +] + [[package]] name = "impl-trait-for-tuples" version = "0.2.2" @@ -4515,7 +4563,7 @@ name = "pallet-ethereum" version = "4.0.0-dev" dependencies = [ "ethereum", - "ethereum-types", + "ethereum-types 0.14.1", "evm", "fp-consensus", "fp-ethereum", @@ -4555,7 +4603,7 @@ dependencies = [ "pallet-balances", "pallet-timestamp", "parity-scale-codec", - "primitive-types", + "primitive-types 0.11.1", "rlp", "scale-info", "serde", @@ -4877,13 +4925,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f" dependencies = [ "cfg-if", - "ethereum-types", + "ethereum-types 0.13.1", "hashbrown 0.12.0", "impl-trait-for-tuples", "lru 0.7.8", "parity-util-mem-derive", "parking_lot 0.12.1", - "primitive-types", + "primitive-types 0.11.1", "smallvec", "winapi", ] @@ -5155,14 +5203,27 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a" dependencies = [ - "fixed-hash", + "fixed-hash 0.7.0", "impl-codec", "impl-rlp", - "impl-serde", + "impl-serde 0.3.2", "scale-info", "uint", ] +[[package]] +name = "primitive-types" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66" +dependencies = [ + "fixed-hash 0.8.0", + "impl-codec", + "impl-rlp", + "impl-serde 0.4.0", + "uint", +] + [[package]] name = "proc-macro-crate" version = "1.1.3" @@ -7367,7 +7428,7 @@ dependencies = [ "hash-db", "hash256-std-hasher", "hex", - "impl-serde", + "impl-serde 0.3.2", "lazy_static", "libsecp256k1", "log", @@ -7376,7 +7437,7 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.12.1", - "primitive-types", + "primitive-types 0.11.1", "rand 0.7.3", "regex", "scale-info", @@ -7608,7 +7669,7 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "primitive-types", + "primitive-types 0.11.1", "sp-externalities", "sp-runtime-interface-proc-macro", "sp-std", @@ -7701,7 +7762,7 @@ name = "sp-storage" version = "6.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#34a0621761c4a333cb2074ff720f7acbfb92dbb8" dependencies = [ - "impl-serde", + "impl-serde 0.3.2", "parity-scale-codec", "ref-cast", "serde", @@ -7796,7 +7857,7 @@ name = "sp-version" version = "5.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#34a0621761c4a333cb2074ff720f7acbfb92dbb8" dependencies = [ - "impl-serde", + "impl-serde 0.3.2", "parity-scale-codec", "parity-wasm 0.42.2", "scale-info", diff --git a/client/rpc-core/Cargo.toml b/client/rpc-core/Cargo.toml index eafdf96802..a2f7aa8e42 100644 --- a/client/rpc-core/Cargo.toml +++ b/client/rpc-core/Cargo.toml @@ -17,6 +17,6 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" # Parity -ethereum-types = "0.13.1" +ethereum-types = "0.14.1" jsonrpsee = { version = "0.15.1", features = ["server", "macros"] } rlp = "0.5" diff --git a/client/rpc/Cargo.toml b/client/rpc/Cargo.toml index 69aa9993d0..8c0ceb2eb8 100644 --- a/client/rpc/Cargo.toml +++ b/client/rpc/Cargo.toml @@ -23,7 +23,7 @@ tokio = { version = "1.19", features = ["sync"] } # Parity codec = { package = "parity-scale-codec", version = "3.0.0" } -ethereum-types = "0.13.1" +ethereum-types = "0.14.1" jsonrpsee = { version = "0.15.1", features = ["server", "macros"] } libsecp256k1 = "0.7" rlp = "0.5" diff --git a/frame/ethereum/Cargo.toml b/frame/ethereum/Cargo.toml index 3afdc2592f..4c4f8e6f83 100644 --- a/frame/ethereum/Cargo.toml +++ b/frame/ethereum/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0.144", optional = true } # Parity codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -ethereum-types = { version = "0.13.1", default-features = false } +ethereum-types = { version = "0.14.1", default-features = false } rlp = { version = "0.5", default-features = false } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } diff --git a/primitives/rpc/Cargo.toml b/primitives/rpc/Cargo.toml index 0d0f335c2b..0c46977413 100644 --- a/primitives/rpc/Cargo.toml +++ b/primitives/rpc/Cargo.toml @@ -14,7 +14,7 @@ ethereum = { version = "0.12.0", default-features = false, features = ["with-cod # Parity codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } -ethereum-types = { version = "0.13.1", default-features = false } +ethereum-types = { version = "0.14.1", default-features = false } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } # Substrate