@@ -5,15 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.7.0 ] ( https://github.com/alloy-rs/alloy/releases/tag/v0.7.0 ) - 2024-11-28
8
+ ## [ 0.7.2 ] ( https://github.com/alloy-rs/alloy/releases/tag/v0.7.2 ) - 2024-12-02
9
9
10
10
### Bug Fixes
11
11
12
+ - Adjust EIP-7742 to latest spec ([ #1713 ] ( https://github.com/alloy-rs/alloy/issues/1713 ) )
12
13
- Pass slice to RlpReceipt::rlp_decode_fields ([ #1696 ] ( https://github.com/alloy-rs/alloy/issues/1696 ) )
13
14
- [ ` consensus ` ] Serde aliases to avoid breaking changes ([ #1654 ] ( https://github.com/alloy-rs/alloy/issues/1654 ) )
14
15
15
16
### Features
16
17
18
+ - Receipt root fn ([ #1708 ] ( https://github.com/alloy-rs/alloy/issues/1708 ) )
19
+ - Impl ` Encodable2718 ` for ` ReceiptWithBloom ` ([ #1719 ] ( https://github.com/alloy-rs/alloy/issues/1719 ) )
20
+ - Add blob_gas_used ([ #1704 ] ( https://github.com/alloy-rs/alloy/issues/1704 ) )
17
21
- EIP-7742 ([ #1600 ] ( https://github.com/alloy-rs/alloy/issues/1600 ) )
18
22
- Add parent_num_hash to BlockHeader ([ #1687 ] ( https://github.com/alloy-rs/alloy/issues/1687 ) )
19
23
- Modifiy ReceiptWithBloom and associated impls to use with Reth ([ #1672 ] ( https://github.com/alloy-rs/alloy/issues/1672 ) )
@@ -27,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
31
28
32
### Miscellaneous Tasks
29
33
34
+ - Release 0.7.2
35
+ - Release 0.7.0
30
36
- Relax from impl ([ #1698 ] ( https://github.com/alloy-rs/alloy/issues/1698 ) )
31
37
- Make clippy happy ([ #1677 ] ( https://github.com/alloy-rs/alloy/issues/1677 ) )
32
38
- Export typed2718 ([ #1678 ] ( https://github.com/alloy-rs/alloy/issues/1678 ) )
@@ -262,11 +268,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
262
268
### Miscellaneous Tasks
263
269
264
270
- Release 0.3.6
265
-
266
- ## [ 0.3.5] ( https://github.com/alloy-rs/alloy/releases/tag/v0.3.5 ) - 2024-09-13
267
-
268
- ### Miscellaneous Tasks
269
-
270
271
- Release 0.3.5
271
272
272
273
## [ 0.3.4] ( https://github.com/alloy-rs/alloy/releases/tag/v0.3.4 ) - 2024-09-13
@@ -365,50 +366,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
365
366
366
367
## [ 0.1.4] ( https://github.com/alloy-rs/alloy/releases/tag/v0.1.4 ) - 2024-07-08
367
368
368
- ### Features
369
-
370
- - Impl Transaction for TxEnvelope ([ #1006 ] ( https://github.com/alloy-rs/alloy/issues/1006 ) )
371
-
372
- ### Miscellaneous Tasks
373
-
374
- - Release 0.1.4
375
-
376
- ### Other
377
-
378
- - Remove signature.v parity before calculating tx hash ([ #893 ] ( https://github.com/alloy-rs/alloy/issues/893 ) )
379
-
380
- ## [ 0.1.3] ( https://github.com/alloy-rs/alloy/releases/tag/v0.1.3 ) - 2024-06-25
381
-
382
369
### Documentation
383
370
384
371
- Copy/paste error of eip-7251 link ([ #961 ] ( https://github.com/alloy-rs/alloy/issues/961 ) )
385
372
386
373
### Features
387
374
375
+ - Impl Transaction for TxEnvelope ([ #1006 ] ( https://github.com/alloy-rs/alloy/issues/1006 ) )
388
376
- Add eip-7702 helpers ([ #950 ] ( https://github.com/alloy-rs/alloy/issues/950 ) )
389
377
390
378
### Miscellaneous Tasks
391
379
380
+ - Release 0.1.4
392
381
- Release 0.1.3
393
382
- [ eips] Make ` sha2 ` optional, add ` kzg-sidecar ` feature ([ #949 ] ( https://github.com/alloy-rs/alloy/issues/949 ) )
394
383
395
- ## [ 0.1.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.1.2 ) - 2024-06-19
396
-
397
- ### Documentation
398
-
399
- - Add per-crate changelogs ([ #914 ] ( https://github.com/alloy-rs/alloy/issues/914 ) )
400
-
401
- ### Features
402
-
403
- - Add eip-7251 consolidation request ([ #919 ] ( https://github.com/alloy-rs/alloy/issues/919 ) )
404
-
405
- ### Miscellaneous Tasks
384
+ ### Other
406
385
407
- - Release 0.1.2
408
- - Update changelogs for v0.1.1 ([ #922 ] ( https://github.com/alloy-rs/alloy/issues/922 ) )
409
- - Add docs.rs metadata to all manifests ([ #917 ] ( https://github.com/alloy-rs/alloy/issues/917 ) )
386
+ - Remove signature.v parity before calculating tx hash ([ #893 ] ( https://github.com/alloy-rs/alloy/issues/893 ) )
410
387
411
- ## [ 0.1.1 ] ( https://github.com/alloy-rs/alloy/releases/tag/v0.1.1 ) - 2024-06-17
388
+ ## [ 0.1.2 ] ( https://github.com/alloy-rs/alloy/releases/tag/v0.1.2 ) - 2024-06-19
412
389
413
390
### Bug Fixes
414
391
@@ -437,10 +414,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
437
414
438
415
### Documentation
439
416
417
+ - Add per-crate changelogs ([ #914 ] ( https://github.com/alloy-rs/alloy/issues/914 ) )
440
418
- Update descriptions and top level summary ([ #128 ] ( https://github.com/alloy-rs/alloy/issues/128 ) )
441
419
442
420
### Features
443
421
422
+ - Add eip-7251 consolidation request ([ #919 ] ( https://github.com/alloy-rs/alloy/issues/919 ) )
444
423
- Derive serde for header ([ #902 ] ( https://github.com/alloy-rs/alloy/issues/902 ) )
445
424
- Move ` {,With}OtherFields ` to serde crate ([ #892 ] ( https://github.com/alloy-rs/alloy/issues/892 ) )
446
425
- Add as_ is_ functions to envelope ([ #872 ] ( https://github.com/alloy-rs/alloy/issues/872 ) )
@@ -477,6 +456,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
477
456
478
457
### Miscellaneous Tasks
479
458
459
+ - Release 0.1.2
460
+ - Update changelogs for v0.1.1 ([ #922 ] ( https://github.com/alloy-rs/alloy/issues/922 ) )
461
+ - Add docs.rs metadata to all manifests ([ #917 ] ( https://github.com/alloy-rs/alloy/issues/917 ) )
480
462
- [ clippy] Apply lint suggestions ([ #903 ] ( https://github.com/alloy-rs/alloy/issues/903 ) )
481
463
- Rm unused txtype mod ([ #879 ] ( https://github.com/alloy-rs/alloy/issues/879 ) )
482
464
- [ other] Use type aliases where possible to improve clarity ([ #859 ] ( https://github.com/alloy-rs/alloy/issues/859 ) )
0 commit comments