alloy-rpc-types-eth 0.6.1

Types for the `eth` Ethereum JSON-RPC namespace
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
# 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.6.1]https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 - 2024-11-06

### Bug Fixes

- Re-introduce HeaderResponse trait ([#1627]https://github.com/alloy-rs/alloy/issues/1627)

## [0.6.0]https://github.com/alloy-rs/alloy/releases/tag/v0.6.0 - 2024-11-06

### Bug Fixes

- Hash handling ([#1604]https://github.com/alloy-rs/alloy/issues/1604)
- Update AnyNetwork type aliases ([#1591]https://github.com/alloy-rs/alloy/issues/1591)

### Features

- Implement Arbitrary for transaction types ([#1603]https://github.com/alloy-rs/alloy/issues/1603)
- Embed consensus header into RPC ([#1573]https://github.com/alloy-rs/alloy/issues/1573)

### Miscellaneous Tasks

- Release 0.6.0

### Other

- Embed TxEnvelope into `rpc-types-eth::Transaction` ([#1460]https://github.com/alloy-rs/alloy/issues/1460)
- Add `BadBlock` type to `debug_getbadblocks` return type ([#1566]https://github.com/alloy-rs/alloy/issues/1566)
- Add `uncle_block_from_header` impl and test ([#1554]https://github.com/alloy-rs/alloy/issues/1554)
- Impl `From<Sealed<alloy_consensus::Header>>` for `Header` ([#1532]https://github.com/alloy-rs/alloy/issues/1532)

### Styling

- Move txtype-specific builders to network-primitives ([#1602]https://github.com/alloy-rs/alloy/issues/1602)

## [0.5.4]https://github.com/alloy-rs/alloy/releases/tag/v0.5.4 - 2024-10-23

### Miscellaneous Tasks

- Release 0.5.4

## [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 -->