alloy-rpc-types-eth 0.5.4

Types for the `eth` Ethereum JSON-RPC namespace
Documentation
# Changelog

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.5.3]https://github.com/alloy-rs/alloy/releases/tag/v0.5.3 - 2024-10-22

### Bug Fixes

- [filter] Treat null fields as null ([#1529]https://github.com/alloy-rs/alloy/issues/1529)

### Dependencies

- Bump alloy-eip7702 ([#1547]https://github.com/alloy-rs/alloy/issues/1547)

### Miscellaneous Tasks

- Release 0.5.3

## [0.5.2]https://github.com/alloy-rs/alloy/releases/tag/v0.5.2 - 2024-10-18

### Miscellaneous Tasks

- Release 0.5.2

## [0.5.1]https://github.com/alloy-rs/alloy/releases/tag/v0.5.1 - 2024-10-18

### Miscellaneous Tasks

- Release 0.5.1

## [0.5.0]https://github.com/alloy-rs/alloy/releases/tag/v0.5.0 - 2024-10-18

### Bug Fixes

- [`rpc-types-eth`] Receipt deser ([#1506]https://github.com/alloy-rs/alloy/issues/1506)
- Remove signature assoc type from tx response trait ([#1451]https://github.com/alloy-rs/alloy/issues/1451)

### Features

- BuildTransactionErr abstract over builder type ([#1452]https://github.com/alloy-rs/alloy/issues/1452)

### Miscellaneous Tasks

- Release 0.5.0
- Flatten eip-7685 requests into a single opaque list ([#1383]https://github.com/alloy-rs/alloy/issues/1383)
- Rename requests root to requests hash ([#1379]https://github.com/alloy-rs/alloy/issues/1379)
- Refactor some match with same arms ([#1463]https://github.com/alloy-rs/alloy/issues/1463)
- More simplifications ([#1469]https://github.com/alloy-rs/alloy/issues/1469)
- Some lifetime simplifications ([#1467]https://github.com/alloy-rs/alloy/issues/1467)
- Some small improvements ([#1461]https://github.com/alloy-rs/alloy/issues/1461)
- [rpc] Make TransactionRequest conversions exhaustive ([#1427]https://github.com/alloy-rs/alloy/issues/1427)
- Apply same member order ([#1408]https://github.com/alloy-rs/alloy/issues/1408)

### Other

- Replace `to` by `kind` in Transaction trait ([#1484]https://github.com/alloy-rs/alloy/issues/1484)
- Revert test: update test cases with addresses ([#1358]https://github.com/alloy-rs/alloy/issues/1358) ([#1444]https://github.com/alloy-rs/alloy/issues/1444)
- Replace assert_eq! with similar_asserts::assert_eq! ([#1429]https://github.com/alloy-rs/alloy/issues/1429)

### Refactor

- Change input output to Bytes ([#1487]https://github.com/alloy-rs/alloy/issues/1487)

## [0.4.2]https://github.com/alloy-rs/alloy/releases/tag/v0.4.2 - 2024-10-01

### Miscellaneous Tasks

- Release 0.4.2

## [0.4.1]https://github.com/alloy-rs/alloy/releases/tag/v0.4.1 - 2024-10-01

### Miscellaneous Tasks

- Release 0.4.1

## [0.4.0]https://github.com/alloy-rs/alloy/releases/tag/v0.4.0 - 2024-09-30

### Bug Fixes

- `eth_simulateV1` serde ([#1345]https://github.com/alloy-rs/alloy/issues/1345)

### Features

- Replace std/hashbrown with alloy_primitives::map ([#1384]https://github.com/alloy-rs/alloy/issues/1384)
- [serde] Remove deprecated `num` module ([#1350]https://github.com/alloy-rs/alloy/issues/1350)
- [provider] Subscribe to new blocks if possible in heartbeat ([#1321]https://github.com/alloy-rs/alloy/issues/1321)
- Add getters into TransactionResponse and update implementations  ([#1328]https://github.com/alloy-rs/alloy/issues/1328)
- Add builder style function to simulate payload args ([#1324]https://github.com/alloy-rs/alloy/issues/1324)

### Miscellaneous Tasks

- Release 0.4.0
- Fix warnings on no_std ([#1355]https://github.com/alloy-rs/alloy/issues/1355)

### Other

- Add supertrait alloy_consensus::Transaction to RPC TransactionResponse ([#1387]https://github.com/alloy-rs/alloy/issues/1387)
- Make `gas_limit` u64 for transactions ([#1382]https://github.com/alloy-rs/alloy/issues/1382)
- Make `Header` blob fees u64 ([#1377]https://github.com/alloy-rs/alloy/issues/1377)
- Make `Header` `base_fee_per_gas` u64 ([#1375]https://github.com/alloy-rs/alloy/issues/1375)
- Make `Header` gas limit u64 ([#1333]https://github.com/alloy-rs/alloy/issues/1333)
- Make factory and paymaster fields optional in `PackedUserOperation` ([#1330]https://github.com/alloy-rs/alloy/issues/1330)
- Remove repetitive as_ref ([#1329]https://github.com/alloy-rs/alloy/issues/1329)

### Testing

- Update test cases with addresses ([#1358]https://github.com/alloy-rs/alloy/issues/1358)

## [0.3.6]https://github.com/alloy-rs/alloy/releases/tag/v0.3.6 - 2024-09-18

### Bug Fixes

- [types-eth] Optional Alloy Serde ([#1284]https://github.com/alloy-rs/alloy/issues/1284)
- `eth_simulateV1` ([#1289]https://github.com/alloy-rs/alloy/issues/1289)

### Miscellaneous Tasks

- Release 0.3.6

## [0.3.5]https://github.com/alloy-rs/alloy/releases/tag/v0.3.5 - 2024-09-13

### Miscellaneous Tasks

- Release 0.3.5

## [0.3.4]https://github.com/alloy-rs/alloy/releases/tag/v0.3.4 - 2024-09-13

### Bug Fixes

- `debug_traceCallMany` and `trace_callMany` ([#1278]https://github.com/alloy-rs/alloy/issues/1278)
- Serde for `eth_simulateV1` ([#1273]https://github.com/alloy-rs/alloy/issues/1273)

### Features

- [alloy-rpc-types-eth] Optional serde ([#1276]https://github.com/alloy-rs/alloy/issues/1276)
- No_std eth rpc types ([#1252]https://github.com/alloy-rs/alloy/issues/1252)

### Miscellaneous Tasks

- Release 0.3.4

### Other

- Add trait methods `cumulative_gas_used` and `state_root` to `ReceiptResponse` ([#1275]https://github.com/alloy-rs/alloy/issues/1275)

## [0.3.3]https://github.com/alloy-rs/alloy/releases/tag/v0.3.3 - 2024-09-10

### Miscellaneous Tasks

- Release 0.3.3
- Require destination for 7702 ([#1262]https://github.com/alloy-rs/alloy/issues/1262)

## [0.3.2]https://github.com/alloy-rs/alloy/releases/tag/v0.3.2 - 2024-09-09

### Bug Fixes

- [consensus] Remove Unused Alloc Vecs ([#1250]https://github.com/alloy-rs/alloy/issues/1250)

### Features

- No_std network primitives ([#1248]https://github.com/alloy-rs/alloy/issues/1248)
- [rpc-types-eth] AnyBlock ([#1243]https://github.com/alloy-rs/alloy/issues/1243)
- [network-primitives] Expose more fields via block response traits ([#1229]https://github.com/alloy-rs/alloy/issues/1229)

### Miscellaneous Tasks

- Release 0.3.2

### Other

- Add getter trait methods to `ReceiptResponse` ([#1251]https://github.com/alloy-rs/alloy/issues/1251)

## [0.3.1]https://github.com/alloy-rs/alloy/releases/tag/v0.3.1 - 2024-09-02

### Miscellaneous Tasks

- Release 0.3.1

## [0.3.0]https://github.com/alloy-rs/alloy/releases/tag/v0.3.0 - 2024-08-28

### Bug Fixes

- Make `Block::hash` required ([#1205]https://github.com/alloy-rs/alloy/issues/1205)
- Remove optimism-related types ([#1203]https://github.com/alloy-rs/alloy/issues/1203)
- Use `impl From<RangeInclusive> for FilterBlockOption` instead of `Range`  ([#1199]https://github.com/alloy-rs/alloy/issues/1199)
- Serde for `depositReceiptVersion` ([#1196]https://github.com/alloy-rs/alloy/issues/1196)
- Change generics order for `Block` ([#1192]https://github.com/alloy-rs/alloy/issues/1192)
- Add missing op fields ([#1187]https://github.com/alloy-rs/alloy/issues/1187)
- Remove `OtherFields` from Transaction and Block ([#1154]https://github.com/alloy-rs/alloy/issues/1154)
- [rpc-types-eth] Match 7702 in TxReceipt.status() ([#1149]https://github.com/alloy-rs/alloy/issues/1149)
- Trim conflicting key `max_fee_per_blob_gas` from Eip1559 tx type ([#1064]https://github.com/alloy-rs/alloy/issues/1064)

### Dependencies

- Rm 2930 and 7702 - use alloy-rs/eips ([#1181]https://github.com/alloy-rs/alloy/issues/1181)
- Bump core and rm ssz feat ([#1167]https://github.com/alloy-rs/alloy/issues/1167)
- Bump jsonrpsee 0.24 ([#1067]https://github.com/alloy-rs/alloy/issues/1067)

### Features

- Add erc4337 endpoint methods to provider ([#1176]https://github.com/alloy-rs/alloy/issues/1176)
- Make block struct generic over header type ([#1179]https://github.com/alloy-rs/alloy/issues/1179)
- Network-parameterized block responses ([#1106]https://github.com/alloy-rs/alloy/issues/1106)
- Add 7702 tx enum ([#1059]https://github.com/alloy-rs/alloy/issues/1059)
- Add authorization list to TransactionRequest ([#1125]https://github.com/alloy-rs/alloy/issues/1125)
- Eth_simulateV1 Request / Response types ([#1042]https://github.com/alloy-rs/alloy/issues/1042)
- Feat(rpc-type-eth) convert vec TxReq to bundle ([#1091]https://github.com/alloy-rs/alloy/issues/1091)
- Feat(provider) : introduction to eth_sendRawTransactionConditional  RPC endpoint type ([#1009]https://github.com/alloy-rs/alloy/issues/1009)
- [rpc-types-eth] Serde flatten `BlobTransactionSidecar` in tx req ([#1054]https://github.com/alloy-rs/alloy/issues/1054)
- Add authorization list to rpc transaction and tx receipt types ([#1051]https://github.com/alloy-rs/alloy/issues/1051)

### Miscellaneous Tasks

- Release 0.3.0
- Rm Rich type ([#1195]https://github.com/alloy-rs/alloy/issues/1195)
- Clippy für docs ([#1194]https://github.com/alloy-rs/alloy/issues/1194)
- Remove RichBlock and RichHeader types ([#1185]https://github.com/alloy-rs/alloy/issues/1185)
- Add deposit receipt version ([#1188]https://github.com/alloy-rs/alloy/issues/1188)
- [eip7702] Devnet3 changes ([#1056]https://github.com/alloy-rs/alloy/issues/1056)
- Release 0.2.1
- [rpc] Make `Deserialize` impl for `FilterChanges` generic over transaction ([#1118]https://github.com/alloy-rs/alloy/issues/1118)
- Export rpc account type ([#1075]https://github.com/alloy-rs/alloy/issues/1075)
- Release 0.2.0
- Fix unnameable types ([#1029]https://github.com/alloy-rs/alloy/issues/1029)

### Other

- Implement conversion between signature types ([#1198]https://github.com/alloy-rs/alloy/issues/1198)
- Rm `PeerCount` ([#1140]https://github.com/alloy-rs/alloy/issues/1140)
- TxRequest into EIP-4844 without sidecar ([#1093]https://github.com/alloy-rs/alloy/issues/1093)
- Make `alloy_rpc_types_eth::SubscriptionResult` generic over tx ([#1123]https://github.com/alloy-rs/alloy/issues/1123)
- Add `AccessListResult` type (EIP-2930) ([#1110]https://github.com/alloy-rs/alloy/issues/1110)
- Derive arbitrary for `TransactionRequest` ([#1113]https://github.com/alloy-rs/alloy/issues/1113)
- Added stages to the sync info rpc type ([#1079]https://github.com/alloy-rs/alloy/issues/1079)

### Refactor

- Add network-primitives ([#1101]https://github.com/alloy-rs/alloy/issues/1101)
- Replace `U64` with `u64`  ([#1057]https://github.com/alloy-rs/alloy/issues/1057)

### Styling

- Remove proptest in all crates and Arbitrary derives ([#966]https://github.com/alloy-rs/alloy/issues/966)

## [0.1.4]https://github.com/alloy-rs/alloy/releases/tag/v0.1.4 - 2024-07-08

### Features

- Add helper to set both input and data fields ([#1019]https://github.com/alloy-rs/alloy/issues/1019)
- [rpc-types-eth] Add more utils to `TransactionIndex` ([#1007]https://github.com/alloy-rs/alloy/issues/1007)
- Add into transactions iterator ([#984]https://github.com/alloy-rs/alloy/issues/984)

### Miscellaneous Tasks

- Release 0.1.4
- Convert rcp-types-eth block Header to consensus Header ([#1014]https://github.com/alloy-rs/alloy/issues/1014)
- Make wrapped index value pub ([#988]https://github.com/alloy-rs/alloy/issues/988)

### Other

- Add range test in `FilterBlockOption` ([#939]https://github.com/alloy-rs/alloy/issues/939)

## [0.1.3]https://github.com/alloy-rs/alloy/releases/tag/v0.1.3 - 2024-06-25

### Features

- Add eip-7702 helpers ([#950]https://github.com/alloy-rs/alloy/issues/950)
- [contract] Implement Filter's builder methods on Event ([#960]https://github.com/alloy-rs/alloy/issues/960)

### Miscellaneous Tasks

- Release 0.1.3
- Nightly clippy ([#947]https://github.com/alloy-rs/alloy/issues/947)

## [0.1.2]https://github.com/alloy-rs/alloy/releases/tag/v0.1.2 - 2024-06-19

### Documentation

- Touch up docs, TODOs ([#918]https://github.com/alloy-rs/alloy/issues/918)
- Add per-crate changelogs ([#914]https://github.com/alloy-rs/alloy/issues/914)

### Features

- Add `is_` and `as_` utils for `FilterBlockOption` ([#927]https://github.com/alloy-rs/alloy/issues/927)
- Add utils to `ValueOrArray` ([#924]https://github.com/alloy-rs/alloy/issues/924)
- Add `is_` utils to `FilterChanges` ([#923]https://github.com/alloy-rs/alloy/issues/923)

### Miscellaneous Tasks

- Release 0.1.2
- [rpc-types] Remove duplicate `Index` definition in `rpc-types-anvil` in favor of the one in `rpc-types-eth` ([#943]https://github.com/alloy-rs/alloy/issues/943)
- Update changelogs for v0.1.1 ([#922]https://github.com/alloy-rs/alloy/issues/922)
- Add docs.rs metadata to all manifests ([#917]https://github.com/alloy-rs/alloy/issues/917)

## [0.1.1]https://github.com/alloy-rs/alloy/releases/tag/v0.1.1 - 2024-06-17

### Dependencies

- [deps] Bump all ([#864]https://github.com/alloy-rs/alloy/issues/864)

### Features

- Integrate `EvmOverrides` to rpc types ([#906]https://github.com/alloy-rs/alloy/issues/906)
- Add getter methods for `FilterChanges` ([#899]https://github.com/alloy-rs/alloy/issues/899)
- Move `{,With}OtherFields` to serde crate ([#892]https://github.com/alloy-rs/alloy/issues/892)
- [rpc] Split off `eth` namespace in `alloy-rpc-types` to `alloy-rpc-types-eth` ([#847]https://github.com/alloy-rs/alloy/issues/847)

### Miscellaneous Tasks

- Rm unused txtype mod ([#879]https://github.com/alloy-rs/alloy/issues/879)
- [other] Use type aliases where possible to improve clarity  ([#859]https://github.com/alloy-rs/alloy/issues/859)
- [docs] Crate completeness and fix typos ([#861]https://github.com/alloy-rs/alloy/issues/861)

### Other

- Add custom conversion error to handle additional situations (such as optimism deposit tx) ([#875]https://github.com/alloy-rs/alloy/issues/875)
- Add receipt deserialize tests for `AnyTransactionReceipt` ([#868]https://github.com/alloy-rs/alloy/issues/868)

### Refactor

- [rpc] Extract `admin` and `txpool` into their respective crate ([#898]https://github.com/alloy-rs/alloy/issues/898)

[`alloy`]: https://crates.io/crates/alloy
[alloy]: https://crates.io/crates/alloy
[`alloy-core`]: https://crates.io/crates/alloy-core
[alloy-core]: https://crates.io/crates/alloy-core
[`alloy-consensus`]: https://crates.io/crates/alloy-consensus
[alloy-consensus]: https://crates.io/crates/alloy-consensus
[`alloy-contract`]: https://crates.io/crates/alloy-contract
[alloy-contract]: https://crates.io/crates/alloy-contract
[`alloy-eips`]: https://crates.io/crates/alloy-eips
[alloy-eips]: https://crates.io/crates/alloy-eips
[`alloy-genesis`]: https://crates.io/crates/alloy-genesis
[alloy-genesis]: https://crates.io/crates/alloy-genesis
[`alloy-json-rpc`]: https://crates.io/crates/alloy-json-rpc
[alloy-json-rpc]: https://crates.io/crates/alloy-json-rpc
[`alloy-network`]: https://crates.io/crates/alloy-network
[alloy-network]: https://crates.io/crates/alloy-network
[`alloy-node-bindings`]: https://crates.io/crates/alloy-node-bindings
[alloy-node-bindings]: https://crates.io/crates/alloy-node-bindings
[`alloy-provider`]: https://crates.io/crates/alloy-provider
[alloy-provider]: https://crates.io/crates/alloy-provider
[`alloy-pubsub`]: https://crates.io/crates/alloy-pubsub
[alloy-pubsub]: https://crates.io/crates/alloy-pubsub
[`alloy-rpc-client`]: https://crates.io/crates/alloy-rpc-client
[alloy-rpc-client]: https://crates.io/crates/alloy-rpc-client
[`alloy-rpc-types`]: https://crates.io/crates/alloy-rpc-types
[alloy-rpc-types]: https://crates.io/crates/alloy-rpc-types
[`alloy-rpc-types-anvil`]: https://crates.io/crates/alloy-rpc-types-anvil
[alloy-rpc-types-anvil]: https://crates.io/crates/alloy-rpc-types-anvil
[`alloy-rpc-types-beacon`]: https://crates.io/crates/alloy-rpc-types-beacon
[alloy-rpc-types-beacon]: https://crates.io/crates/alloy-rpc-types-beacon
[`alloy-rpc-types-engine`]: https://crates.io/crates/alloy-rpc-types-engine
[alloy-rpc-types-engine]: https://crates.io/crates/alloy-rpc-types-engine
[`alloy-rpc-types-eth`]: https://crates.io/crates/alloy-rpc-types-eth
[alloy-rpc-types-eth]: https://crates.io/crates/alloy-rpc-types-eth
[`alloy-rpc-types-trace`]: https://crates.io/crates/alloy-rpc-types-trace
[alloy-rpc-types-trace]: https://crates.io/crates/alloy-rpc-types-trace
[`alloy-serde`]: https://crates.io/crates/alloy-serde
[alloy-serde]: https://crates.io/crates/alloy-serde
[`alloy-signer`]: https://crates.io/crates/alloy-signer
[alloy-signer]: https://crates.io/crates/alloy-signer
[`alloy-signer-aws`]: https://crates.io/crates/alloy-signer-aws
[alloy-signer-aws]: https://crates.io/crates/alloy-signer-aws
[`alloy-signer-gcp`]: https://crates.io/crates/alloy-signer-gcp
[alloy-signer-gcp]: https://crates.io/crates/alloy-signer-gcp
[`alloy-signer-ledger`]: https://crates.io/crates/alloy-signer-ledger
[alloy-signer-ledger]: https://crates.io/crates/alloy-signer-ledger
[`alloy-signer-local`]: https://crates.io/crates/alloy-signer-local
[alloy-signer-local]: https://crates.io/crates/alloy-signer-local
[`alloy-signer-trezor`]: https://crates.io/crates/alloy-signer-trezor
[alloy-signer-trezor]: https://crates.io/crates/alloy-signer-trezor
[`alloy-signer-wallet`]: https://crates.io/crates/alloy-signer-wallet
[alloy-signer-wallet]: https://crates.io/crates/alloy-signer-wallet
[`alloy-transport`]: https://crates.io/crates/alloy-transport
[alloy-transport]: https://crates.io/crates/alloy-transport
[`alloy-transport-http`]: https://crates.io/crates/alloy-transport-http
[alloy-transport-http]: https://crates.io/crates/alloy-transport-http
[`alloy-transport-ipc`]: https://crates.io/crates/alloy-transport-ipc
[alloy-transport-ipc]: https://crates.io/crates/alloy-transport-ipc
[`alloy-transport-ws`]: https://crates.io/crates/alloy-transport-ws
[alloy-transport-ws]: https://crates.io/crates/alloy-transport-ws

<!-- generated by git-cliff -->