From 075a4e66d51bf26da14bf45b054b78149208e9bb Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Mon, 30 Dec 2024 12:14:42 +0100 Subject: [PATCH] chore: release 0.9.0 --- CHANGELOG.md | 61 +++++++++++++++++++++++ Cargo.toml | 74 ++++++++++++++-------------- crates/alloy/CHANGELOG.md | 6 +++ crates/contract/CHANGELOG.md | 6 +++ crates/eip5792/CHANGELOG.md | 6 +++ crates/eip7547/CHANGELOG.md | 6 +++ crates/genesis/CHANGELOG.md | 16 ++++++ crates/network/CHANGELOG.md | 20 ++++++++ crates/node-bindings/CHANGELOG.md | 6 +++ crates/provider/CHANGELOG.md | 12 +++++ crates/pubsub/CHANGELOG.md | 6 +++ crates/rpc-client/CHANGELOG.md | 6 +++ crates/rpc-types-admin/CHANGELOG.md | 6 +++ crates/rpc-types-anvil/CHANGELOG.md | 6 +++ crates/rpc-types-beacon/CHANGELOG.md | 12 +++++ crates/rpc-types-debug/CHANGELOG.md | 6 +++ crates/rpc-types-engine/CHANGELOG.md | 18 +++++++ crates/rpc-types-mev/CHANGELOG.md | 6 +++ crates/rpc-types-trace/CHANGELOG.md | 12 +++++ crates/rpc-types-txpool/CHANGELOG.md | 12 +++++ crates/rpc-types/CHANGELOG.md | 6 +++ crates/signer-aws/CHANGELOG.md | 6 +++ crates/signer-gcp/CHANGELOG.md | 6 +++ crates/signer-ledger/CHANGELOG.md | 6 +++ crates/signer-local/CHANGELOG.md | 6 +++ crates/signer-trezor/CHANGELOG.md | 6 +++ crates/transport-http/CHANGELOG.md | 12 +++++ crates/transport-ipc/CHANGELOG.md | 6 +++ crates/transport-ws/CHANGELOG.md | 6 +++ crates/transport/CHANGELOG.md | 6 +++ 30 files changed, 332 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9703cb0ce..5decc1b9786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,73 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30 + +### Bug Fixes + +- Use u64 for all gas values ([#1848](https://github.com/alloy-rs/alloy/issues/1848)) +- [alloy-eips] `SimpleCoder::decode_one()` should return `Ok(None)` ([#1818](https://github.com/alloy-rs/alloy/issues/1818)) +- Support hex values for conditional options ([#1824](https://github.com/alloy-rs/alloy/issues/1824)) +- Use default for creation method ([#1820](https://github.com/alloy-rs/alloy/issues/1820)) + +### Dependencies + +- Rm cyclic test deps ([#1864](https://github.com/alloy-rs/alloy/issues/1864)) +- Rm cyclic test deps ([#1863](https://github.com/alloy-rs/alloy/issues/1863)) + +### Features + +- Add ExecutionPayloadFieldV2 into ExecutionPayload ([#1858](https://github.com/alloy-rs/alloy/issues/1858)) +- Add try into block with sidecar ([#1856](https://github.com/alloy-rs/alloy/issues/1856)) +- Misc payloadenvelopeinput conversions ([#1855](https://github.com/alloy-rs/alloy/issues/1855)) +- Add tryfrom payload for block ([#1854](https://github.com/alloy-rs/alloy/issues/1854)) +- Add tryfrom payloadv2 + v3 for block ([#1853](https://github.com/alloy-rs/alloy/issues/1853)) +- Add tryfrom payloadv1 for block ([#1851](https://github.com/alloy-rs/alloy/issues/1851)) +- Add more builder style fns ([#1850](https://github.com/alloy-rs/alloy/issues/1850)) +- Add match functions ([#1847](https://github.com/alloy-rs/alloy/issues/1847)) +- Add BlockConditional ([#1846](https://github.com/alloy-rs/alloy/issues/1846)) +- Add insert helper to otherfields ([#1841](https://github.com/alloy-rs/alloy/issues/1841)) +- EIP-7840 ([#1828](https://github.com/alloy-rs/alloy/issues/1828)) +- Return tagged variant deserde error ([#1810](https://github.com/alloy-rs/alloy/issues/1810)) +- Add map transactions to rpc block type ([#1835](https://github.com/alloy-rs/alloy/issues/1835)) +- [pectra] Revert EIP-7742 ([#1807](https://github.com/alloy-rs/alloy/issues/1807)) +- Add map transactions fn ([#1827](https://github.com/alloy-rs/alloy/issues/1827)) +- Add tryfrom for anyheader to header ([#1826](https://github.com/alloy-rs/alloy/issues/1826)) +- Add cost fn for conditional opts ([#1823](https://github.com/alloy-rs/alloy/issues/1823)) +- Add helpers for block ([#1816](https://github.com/alloy-rs/alloy/issues/1816)) +- Add helpers to any tx envelope ([#1817](https://github.com/alloy-rs/alloy/issues/1817)) + +### Miscellaneous Tasks + +- Rm unused alloy-signer dep ([#1862](https://github.com/alloy-rs/alloy/issues/1862)) +- Simplify Service impls ([#1861](https://github.com/alloy-rs/alloy/issues/1861)) +- Make clippy happy ([#1849](https://github.com/alloy-rs/alloy/issues/1849)) +- Rm non exhaustive from ReceiptEnvelope ([#1843](https://github.com/alloy-rs/alloy/issues/1843)) +- Rm non exhaustive for envelope ([#1842](https://github.com/alloy-rs/alloy/issues/1842)) +- Map header fns ([#1840](https://github.com/alloy-rs/alloy/issues/1840)) +- Rename ConditionalOptions ([#1825](https://github.com/alloy-rs/alloy/issues/1825)) +- Replace derive_more with thiserror ([#1822](https://github.com/alloy-rs/alloy/issues/1822)) + +### Other + +- [Feature] update Display implementation on BlockNumberOrTag ([#1857](https://github.com/alloy-rs/alloy/issues/1857)) +- [Bug] Request predeploy codes have diverged ([#1845](https://github.com/alloy-rs/alloy/issues/1845)) +- Update code owners ([#1844](https://github.com/alloy-rs/alloy/issues/1844)) +- Change `chain_id` type to `U256` ([#1839](https://github.com/alloy-rs/alloy/issues/1839)) +- Update contract bytecode & address ([#1838](https://github.com/alloy-rs/alloy/issues/1838)) +- Update `CONSOLIDATION_REQUEST_PREDEPLOY_ADDRESS` ([#1836](https://github.com/alloy-rs/alloy/issues/1836)) +- Update `WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS` ([#1834](https://github.com/alloy-rs/alloy/issues/1834)) + ## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 ### Features - Add serde for block ([#1814](https://github.com/alloy-rs/alloy/issues/1814)) +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index ac9eda3b1b9..3facfa22491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.8.3" +version = "0.9.0" edition = "2021" rust-version = "1.81" authors = ["Alloy Contributors"] @@ -35,42 +35,42 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [workspace.dependencies] -alloy-consensus = { version = "0.8", path = "crates/consensus", default-features = false } -alloy-consensus-any = { version = "0.8", path = "crates/consensus-any", default-features = false } -alloy-contract = { version = "0.8", path = "crates/contract", default-features = false } -alloy-eips = { version = "0.8", path = "crates/eips", default-features = false } -alloy-eip7547 = { version = "0.8", path = "crates/eip7547", default-features = false } -alloy-genesis = { version = "0.8", path = "crates/genesis", default-features = false } -alloy-json-rpc = { version = "0.8", path = "crates/json-rpc", default-features = false } -alloy-network = { version = "0.8", path = "crates/network", default-features = false } -alloy-network-primitives = { version = "0.8", path = "crates/network-primitives", default-features = false } -alloy-node-bindings = { version = "0.8", path = "crates/node-bindings", default-features = false } -alloy-provider = { version = "0.8", path = "crates/provider", default-features = false } -alloy-pubsub = { version = "0.8", path = "crates/pubsub", default-features = false } -alloy-rpc-client = { version = "0.8", path = "crates/rpc-client", default-features = false } -alloy-rpc-types-admin = { version = "0.8", path = "crates/rpc-types-admin", default-features = false } -alloy-rpc-types-anvil = { version = "0.8", path = "crates/rpc-types-anvil", default-features = false } -alloy-rpc-types-any = { version = "0.8", path = "crates/rpc-types-any", default-features = false } -alloy-rpc-types-beacon = { version = "0.8", path = "crates/rpc-types-beacon", default-features = false } -alloy-rpc-types-debug = { version = "0.8", path = "crates/rpc-types-debug", default-features = false } -alloy-rpc-types-engine = { version = "0.8", path = "crates/rpc-types-engine", default-features = false } -alloy-rpc-types-eth = { version = "0.8", path = "crates/rpc-types-eth", default-features = false } -alloy-rpc-types-mev = { version = "0.8", path = "crates/rpc-types-mev", default-features = false } -alloy-rpc-types-trace = { version = "0.8", path = "crates/rpc-types-trace", default-features = false } -alloy-rpc-types-txpool = { version = "0.8", path = "crates/rpc-types-txpool", default-features = false } -alloy-rpc-types = { version = "0.8", path = "crates/rpc-types", default-features = false } -alloy-serde = { version = "0.8", path = "crates/serde", default-features = false } -alloy-signer = { version = "0.8", path = "crates/signer", default-features = false } -alloy-signer-aws = { version = "0.8", path = "crates/signer-aws", default-features = false } -alloy-signer-gcp = { version = "0.8", path = "crates/signer-gcp", default-features = false } -alloy-signer-ledger = { version = "0.8", path = "crates/signer-ledger", default-features = false } -alloy-signer-local = { version = "0.8", path = "crates/signer-local", default-features = false } -alloy-signer-trezor = { version = "0.8", path = "crates/signer-trezor", default-features = false } -alloy-transport = { version = "0.8", path = "crates/transport", default-features = false } -alloy-transport-http = { version = "0.8", path = "crates/transport-http", default-features = false } -alloy-transport-ipc = { version = "0.8", path = "crates/transport-ipc", default-features = false } -alloy-transport-ws = { version = "0.8", path = "crates/transport-ws", default-features = false } -alloy-eip5792 = { version = "0.8", path = "crates/eip5792", default-features = false } +alloy-consensus = { version = "0.9", path = "crates/consensus", default-features = false } +alloy-consensus-any = { version = "0.9", path = "crates/consensus-any", default-features = false } +alloy-contract = { version = "0.9", path = "crates/contract", default-features = false } +alloy-eips = { version = "0.9", path = "crates/eips", default-features = false } +alloy-eip7547 = { version = "0.9", path = "crates/eip7547", default-features = false } +alloy-genesis = { version = "0.9", path = "crates/genesis", default-features = false } +alloy-json-rpc = { version = "0.9", path = "crates/json-rpc", default-features = false } +alloy-network = { version = "0.9", path = "crates/network", default-features = false } +alloy-network-primitives = { version = "0.9", path = "crates/network-primitives", default-features = false } +alloy-node-bindings = { version = "0.9", path = "crates/node-bindings", default-features = false } +alloy-provider = { version = "0.9", path = "crates/provider", default-features = false } +alloy-pubsub = { version = "0.9", path = "crates/pubsub", default-features = false } +alloy-rpc-client = { version = "0.9", path = "crates/rpc-client", default-features = false } +alloy-rpc-types-admin = { version = "0.9", path = "crates/rpc-types-admin", default-features = false } +alloy-rpc-types-anvil = { version = "0.9", path = "crates/rpc-types-anvil", default-features = false } +alloy-rpc-types-any = { version = "0.9", path = "crates/rpc-types-any", default-features = false } +alloy-rpc-types-beacon = { version = "0.9", path = "crates/rpc-types-beacon", default-features = false } +alloy-rpc-types-debug = { version = "0.9", path = "crates/rpc-types-debug", default-features = false } +alloy-rpc-types-engine = { version = "0.9", path = "crates/rpc-types-engine", default-features = false } +alloy-rpc-types-eth = { version = "0.9", path = "crates/rpc-types-eth", default-features = false } +alloy-rpc-types-mev = { version = "0.9", path = "crates/rpc-types-mev", default-features = false } +alloy-rpc-types-trace = { version = "0.9", path = "crates/rpc-types-trace", default-features = false } +alloy-rpc-types-txpool = { version = "0.9", path = "crates/rpc-types-txpool", default-features = false } +alloy-rpc-types = { version = "0.9", path = "crates/rpc-types", default-features = false } +alloy-serde = { version = "0.9", path = "crates/serde", default-features = false } +alloy-signer = { version = "0.9", path = "crates/signer", default-features = false } +alloy-signer-aws = { version = "0.9", path = "crates/signer-aws", default-features = false } +alloy-signer-gcp = { version = "0.9", path = "crates/signer-gcp", default-features = false } +alloy-signer-ledger = { version = "0.9", path = "crates/signer-ledger", default-features = false } +alloy-signer-local = { version = "0.9", path = "crates/signer-local", default-features = false } +alloy-signer-trezor = { version = "0.9", path = "crates/signer-trezor", default-features = false } +alloy-transport = { version = "0.9", path = "crates/transport", default-features = false } +alloy-transport-http = { version = "0.9", path = "crates/transport-http", default-features = false } +alloy-transport-ipc = { version = "0.9", path = "crates/transport-ipc", default-features = false } +alloy-transport-ws = { version = "0.9", path = "crates/transport-ws", default-features = false } +alloy-eip5792 = { version = "0.9", path = "crates/eip5792", default-features = false } alloy-core = { version = "0.8.15", default-features = false } alloy-dyn-abi = { version = "0.8.15", default-features = false } diff --git a/crates/alloy/CHANGELOG.md b/crates/alloy/CHANGELOG.md index 7501c4a425e..b21dd1470ec 100644 --- a/crates/alloy/CHANGELOG.md +++ b/crates/alloy/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/contract/CHANGELOG.md b/crates/contract/CHANGELOG.md index 43c12a23413..b7147231797 100644 --- a/crates/contract/CHANGELOG.md +++ b/crates/contract/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/eip5792/CHANGELOG.md b/crates/eip5792/CHANGELOG.md index 6454a9f8c88..8abea3f4ad0 100644 --- a/crates/eip5792/CHANGELOG.md +++ b/crates/eip5792/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/eip7547/CHANGELOG.md b/crates/eip7547/CHANGELOG.md index 2e992566af4..759306f3064 100644 --- a/crates/eip7547/CHANGELOG.md +++ b/crates/eip7547/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/genesis/CHANGELOG.md b/crates/genesis/CHANGELOG.md index 53a6b5d8158..60d4650512a 100644 --- a/crates/genesis/CHANGELOG.md +++ b/crates/genesis/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30 + +### Bug Fixes + +- Use u64 for all gas values ([#1848](https://github.com/alloy-rs/alloy/issues/1848)) + +### Features + +- EIP-7840 ([#1828](https://github.com/alloy-rs/alloy/issues/1828)) + +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/network/CHANGELOG.md b/crates/network/CHANGELOG.md index 060d08a1bee..a5ea5a3e484 100644 --- a/crates/network/CHANGELOG.md +++ b/crates/network/CHANGELOG.md @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30 + +### Dependencies + +- Rm cyclic test deps ([#1864](https://github.com/alloy-rs/alloy/issues/1864)) + +### Features + +- Add helpers to any tx envelope ([#1817](https://github.com/alloy-rs/alloy/issues/1817)) + +### Other + +- Change `chain_id` type to `U256` ([#1839](https://github.com/alloy-rs/alloy/issues/1839)) + +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/node-bindings/CHANGELOG.md b/crates/node-bindings/CHANGELOG.md index f4c4de17e7b..d21d3b9af94 100644 --- a/crates/node-bindings/CHANGELOG.md +++ b/crates/node-bindings/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/provider/CHANGELOG.md b/crates/provider/CHANGELOG.md index 521abeccc16..691119978e8 100644 --- a/crates/provider/CHANGELOG.md +++ b/crates/provider/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30 + +### Bug Fixes + +- Use u64 for all gas values ([#1848](https://github.com/alloy-rs/alloy/issues/1848)) + +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/pubsub/CHANGELOG.md b/crates/pubsub/CHANGELOG.md index 5da7bbfbbdd..887f445c6d6 100644 --- a/crates/pubsub/CHANGELOG.md +++ b/crates/pubsub/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/rpc-client/CHANGELOG.md b/crates/rpc-client/CHANGELOG.md index 90c41bd2afe..048ac417195 100644 --- a/crates/rpc-client/CHANGELOG.md +++ b/crates/rpc-client/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/rpc-types-admin/CHANGELOG.md b/crates/rpc-types-admin/CHANGELOG.md index 9680ace8459..c92a8bb1632 100644 --- a/crates/rpc-types-admin/CHANGELOG.md +++ b/crates/rpc-types-admin/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/rpc-types-anvil/CHANGELOG.md b/crates/rpc-types-anvil/CHANGELOG.md index 837d605bc77..688e32edf29 100644 --- a/crates/rpc-types-anvil/CHANGELOG.md +++ b/crates/rpc-types-anvil/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/rpc-types-beacon/CHANGELOG.md b/crates/rpc-types-beacon/CHANGELOG.md index 46ae6325778..43872205e30 100644 --- a/crates/rpc-types-beacon/CHANGELOG.md +++ b/crates/rpc-types-beacon/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30 + +### Features + +- [pectra] Revert EIP-7742 ([#1807](https://github.com/alloy-rs/alloy/issues/1807)) + +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/rpc-types-debug/CHANGELOG.md b/crates/rpc-types-debug/CHANGELOG.md index 1c773d77b7a..a1dba8d59b3 100644 --- a/crates/rpc-types-debug/CHANGELOG.md +++ b/crates/rpc-types-debug/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/rpc-types-engine/CHANGELOG.md b/crates/rpc-types-engine/CHANGELOG.md index c4b245481a5..192e0f0f9f9 100644 --- a/crates/rpc-types-engine/CHANGELOG.md +++ b/crates/rpc-types-engine/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30 + +### Features + +- Add ExecutionPayloadFieldV2 into ExecutionPayload ([#1858](https://github.com/alloy-rs/alloy/issues/1858)) +- Add try into block with sidecar ([#1856](https://github.com/alloy-rs/alloy/issues/1856)) +- Misc payloadenvelopeinput conversions ([#1855](https://github.com/alloy-rs/alloy/issues/1855)) +- Add tryfrom payload for block ([#1854](https://github.com/alloy-rs/alloy/issues/1854)) +- Add tryfrom payloadv2 + v3 for block ([#1853](https://github.com/alloy-rs/alloy/issues/1853)) +- Add tryfrom payloadv1 for block ([#1851](https://github.com/alloy-rs/alloy/issues/1851)) +- [pectra] Revert EIP-7742 ([#1807](https://github.com/alloy-rs/alloy/issues/1807)) + +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/rpc-types-mev/CHANGELOG.md b/crates/rpc-types-mev/CHANGELOG.md index a6c3a99a819..9e9764d533d 100644 --- a/crates/rpc-types-mev/CHANGELOG.md +++ b/crates/rpc-types-mev/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/rpc-types-trace/CHANGELOG.md b/crates/rpc-types-trace/CHANGELOG.md index 493fce071d6..34d84fb0f2f 100644 --- a/crates/rpc-types-trace/CHANGELOG.md +++ b/crates/rpc-types-trace/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30 + +### Bug Fixes + +- Use default for creation method ([#1820](https://github.com/alloy-rs/alloy/issues/1820)) + +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/rpc-types-txpool/CHANGELOG.md b/crates/rpc-types-txpool/CHANGELOG.md index 4ac5a3f5b37..6b01deb937c 100644 --- a/crates/rpc-types-txpool/CHANGELOG.md +++ b/crates/rpc-types-txpool/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30 + +### Bug Fixes + +- Use u64 for all gas values ([#1848](https://github.com/alloy-rs/alloy/issues/1848)) + +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/rpc-types/CHANGELOG.md b/crates/rpc-types/CHANGELOG.md index b39f2d33868..4d172e2144a 100644 --- a/crates/rpc-types/CHANGELOG.md +++ b/crates/rpc-types/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/signer-aws/CHANGELOG.md b/crates/signer-aws/CHANGELOG.md index b3fb0cc862d..995d3889e65 100644 --- a/crates/signer-aws/CHANGELOG.md +++ b/crates/signer-aws/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/signer-gcp/CHANGELOG.md b/crates/signer-gcp/CHANGELOG.md index dd24efb720a..b81d721aebd 100644 --- a/crates/signer-gcp/CHANGELOG.md +++ b/crates/signer-gcp/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/signer-ledger/CHANGELOG.md b/crates/signer-ledger/CHANGELOG.md index a93aebb4dea..420765ea09c 100644 --- a/crates/signer-ledger/CHANGELOG.md +++ b/crates/signer-ledger/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/signer-local/CHANGELOG.md b/crates/signer-local/CHANGELOG.md index 6fd2d018c98..ea2ff5f84f0 100644 --- a/crates/signer-local/CHANGELOG.md +++ b/crates/signer-local/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/signer-trezor/CHANGELOG.md b/crates/signer-trezor/CHANGELOG.md index 4926e3c5aa4..40dfdb7071d 100644 --- a/crates/signer-trezor/CHANGELOG.md +++ b/crates/signer-trezor/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/transport-http/CHANGELOG.md b/crates/transport-http/CHANGELOG.md index 7d73cb1e83d..0c1e1d72a49 100644 --- a/crates/transport-http/CHANGELOG.md +++ b/crates/transport-http/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.0](https://github.com/alloy-rs/alloy/releases/tag/v0.9.0) - 2024-12-30 + +### Miscellaneous Tasks + +- Simplify Service impls ([#1861](https://github.com/alloy-rs/alloy/issues/1861)) + +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/transport-ipc/CHANGELOG.md b/crates/transport-ipc/CHANGELOG.md index 21895266bcc..737a439fd96 100644 --- a/crates/transport-ipc/CHANGELOG.md +++ b/crates/transport-ipc/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/transport-ws/CHANGELOG.md b/crates/transport-ws/CHANGELOG.md index 6a58b3365f5..599f8b39624 100644 --- a/crates/transport-ws/CHANGELOG.md +++ b/crates/transport-ws/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks diff --git a/crates/transport/CHANGELOG.md b/crates/transport/CHANGELOG.md index 43216dbfc92..61e0708519f 100644 --- a/crates/transport/CHANGELOG.md +++ b/crates/transport/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3](https://github.com/alloy-rs/alloy/releases/tag/v0.8.3) - 2024-12-20 + +### Miscellaneous Tasks + +- Release 0.8.3 + ## [0.8.2](https://github.com/alloy-rs/alloy/releases/tag/v0.8.2) - 2024-12-19 ### Miscellaneous Tasks