@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
15
15
### Miscellaneous Tasks
16
16
17
+ - Release 1.0.0
17
18
- Remove shadowed recovery fn ([ #2438 ] ( https://github.com/alloy-rs/alloy/issues/2438 ) )
18
19
19
20
## [ 0.15.11] ( https://github.com/alloy-rs/alloy/releases/tag/v0.15.11 ) - 2025-05-12
@@ -367,13 +368,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
367
368
368
369
## [ 0.9.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.1 ) - 2024-12-30
369
370
371
+ ### Features
372
+
373
+ - Add deref for block ([ #1868 ] ( https://github.com/alloy-rs/alloy/issues/1868 ) )
374
+
375
+ ### Miscellaneous Tasks
376
+
377
+ - Release 0.9.1
378
+ - Add arbitrary for blockbody ([ #1867 ] ( https://github.com/alloy-rs/alloy/issues/1867 ) )
379
+
380
+ ## [ 0.9.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.9.0 ) - 2024-12-30
381
+
370
382
### Bug Fixes
371
383
372
384
- Use u64 for all gas values ([ #1848 ] ( https://github.com/alloy-rs/alloy/issues/1848 ) )
373
385
374
386
### Features
375
387
376
- - Add deref for block ([ #1868 ] ( https://github.com/alloy-rs/alloy/issues/1868 ) )
377
388
- Add tryfrom payloadv1 for block ([ #1851 ] ( https://github.com/alloy-rs/alloy/issues/1851 ) )
378
389
- Add match functions ([ #1847 ] ( https://github.com/alloy-rs/alloy/issues/1847 ) )
379
390
- Add BlockConditional ([ #1846 ] ( https://github.com/alloy-rs/alloy/issues/1846 ) )
@@ -386,8 +397,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
386
397
387
398
### Miscellaneous Tasks
388
399
389
- - Release 0.9.1
390
- - Add arbitrary for blockbody ([ #1867 ] ( https://github.com/alloy-rs/alloy/issues/1867 ) )
391
400
- Rm unused alloy-signer dep ([ #1862 ] ( https://github.com/alloy-rs/alloy/issues/1862 ) )
392
401
- Rm non exhaustive from ReceiptEnvelope ([ #1843 ] ( https://github.com/alloy-rs/alloy/issues/1843 ) )
393
402
- Rm non exhaustive for envelope ([ #1842 ] ( https://github.com/alloy-rs/alloy/issues/1842 ) )
@@ -460,11 +469,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
460
469
461
470
## [ 0.7.3] ( https://github.com/alloy-rs/alloy/releases/tag/v0.7.3 ) - 2024-12-05
462
471
472
+ ### Miscellaneous Tasks
473
+
474
+ - Release 0.7.3
475
+
476
+ ## [ Unreleased] ( https://github.com/alloy-rs/alloy/compare/v0.7.0...HEAD )
477
+
463
478
### Bug Fixes
464
479
465
480
- Adjust EIP-7742 to latest spec ([ #1713 ] ( https://github.com/alloy-rs/alloy/issues/1713 ) )
466
- - Pass slice to RlpReceipt::rlp_decode_fields ([ #1696 ] ( https://github.com/alloy-rs/alloy/issues/1696 ) )
467
- - [ ` consensus ` ] Serde aliases to avoid breaking changes ([ #1654 ] ( https://github.com/alloy-rs/alloy/issues/1654 ) )
468
481
469
482
### Documentation
470
483
@@ -480,6 +493,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
480
493
- Receipt root fn ([ #1708 ] ( https://github.com/alloy-rs/alloy/issues/1708 ) )
481
494
- Impl ` Encodable2718 ` for ` ReceiptWithBloom ` ([ #1719 ] ( https://github.com/alloy-rs/alloy/issues/1719 ) )
482
495
- Add blob_gas_used ([ #1704 ] ( https://github.com/alloy-rs/alloy/issues/1704 ) )
496
+
497
+ ### Miscellaneous Tasks
498
+
499
+ - Export storage root fns ([ #1756 ] ( https://github.com/alloy-rs/alloy/issues/1756 ) )
500
+ - Re-export stateroot fns ([ #1753 ] ( https://github.com/alloy-rs/alloy/issues/1753 ) )
501
+ - Rm redundant generic ([ #1737 ] ( https://github.com/alloy-rs/alloy/issues/1737 ) )
502
+ - Relax ommers root fn ([ #1736 ] ( https://github.com/alloy-rs/alloy/issues/1736 ) )
503
+ - Add missing from impl ([ #1732 ] ( https://github.com/alloy-rs/alloy/issues/1732 ) )
504
+ - Release 0.7.2 ([ #1729 ] ( https://github.com/alloy-rs/alloy/issues/1729 ) )
505
+
506
+ ## [ 0.7.0] ( https://github.com/alloy-rs/alloy/releases/tag/v0.7.0 ) - 2024-11-28
507
+
508
+ ### Bug Fixes
509
+
510
+ - Pass slice to RlpReceipt::rlp_decode_fields ([ #1696 ] ( https://github.com/alloy-rs/alloy/issues/1696 ) )
511
+ - [ ` consensus ` ] Serde aliases to avoid breaking changes ([ #1654 ] ( https://github.com/alloy-rs/alloy/issues/1654 ) )
512
+
513
+ ### Features
514
+
483
515
- EIP-7742 ([ #1600 ] ( https://github.com/alloy-rs/alloy/issues/1600 ) )
484
516
- Add parent_num_hash to BlockHeader ([ #1687 ] ( https://github.com/alloy-rs/alloy/issues/1687 ) )
485
517
- Modifiy ReceiptWithBloom and associated impls to use with Reth ([ #1672 ] ( https://github.com/alloy-rs/alloy/issues/1672 ) )
@@ -493,13 +525,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
493
525
494
526
### Miscellaneous Tasks
495
527
496
- - Release 0.7.3
497
- - Export storage root fns ([ #1756 ] ( https://github.com/alloy-rs/alloy/issues/1756 ) )
498
- - Re-export stateroot fns ([ #1753 ] ( https://github.com/alloy-rs/alloy/issues/1753 ) )
499
- - Rm redundant generic ([ #1737 ] ( https://github.com/alloy-rs/alloy/issues/1737 ) )
500
- - Relax ommers root fn ([ #1736 ] ( https://github.com/alloy-rs/alloy/issues/1736 ) )
501
- - Add missing from impl ([ #1732 ] ( https://github.com/alloy-rs/alloy/issues/1732 ) )
502
- - Release 0.7.2 ([ #1729 ] ( https://github.com/alloy-rs/alloy/issues/1729 ) )
503
528
- Release 0.7.0
504
529
- Relax from impl ([ #1698 ] ( https://github.com/alloy-rs/alloy/issues/1698 ) )
505
530
- Make clippy happy ([ #1677 ] ( https://github.com/alloy-rs/alloy/issues/1677 ) )
@@ -736,6 +761,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
736
761
### Miscellaneous Tasks
737
762
738
763
- Release 0.3.6
764
+
765
+ ## [ 0.3.5] ( https://github.com/alloy-rs/alloy/releases/tag/v0.3.5 ) - 2024-09-13
766
+
767
+ ### Miscellaneous Tasks
768
+
739
769
- Release 0.3.5
740
770
741
771
## [ 0.3.4] ( https://github.com/alloy-rs/alloy/releases/tag/v0.3.4 ) - 2024-09-13
@@ -834,26 +864,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
834
864
835
865
## [ 0.1.4] ( https://github.com/alloy-rs/alloy/releases/tag/v0.1.4 ) - 2024-07-08
836
866
867
+ ### Features
868
+
869
+ - Impl Transaction for TxEnvelope ([ #1006 ] ( https://github.com/alloy-rs/alloy/issues/1006 ) )
870
+
871
+ ### Miscellaneous Tasks
872
+
873
+ - Release 0.1.4
874
+
875
+ ### Other
876
+
877
+ - Remove signature.v parity before calculating tx hash ([ #893 ] ( https://github.com/alloy-rs/alloy/issues/893 ) )
878
+
879
+ ## [ 0.1.3] ( https://github.com/alloy-rs/alloy/releases/tag/v0.1.3 ) - 2024-06-25
880
+
837
881
### Documentation
838
882
839
883
- Copy/paste error of eip-7251 link ([ #961 ] ( https://github.com/alloy-rs/alloy/issues/961 ) )
840
884
841
885
### Features
842
886
843
- - Impl Transaction for TxEnvelope ([ #1006 ] ( https://github.com/alloy-rs/alloy/issues/1006 ) )
844
887
- Add eip-7702 helpers ([ #950 ] ( https://github.com/alloy-rs/alloy/issues/950 ) )
845
888
846
889
### Miscellaneous Tasks
847
890
848
- - Release 0.1.4
849
891
- Release 0.1.3
850
892
- [ eips] Make ` sha2 ` optional, add ` kzg-sidecar ` feature ([ #949 ] ( https://github.com/alloy-rs/alloy/issues/949 ) )
851
893
852
- ### Other
894
+ ## [ 0.1.2 ] ( https://github.com/alloy-rs/alloy/releases/tag/v0.1.2 ) - 2024-06-19
853
895
854
- - Remove signature.v parity before calculating tx hash ( [ # 893 ] ( https://github.com/alloy-rs/alloy/issues/893 ) )
896
+ ### Documentation
855
897
856
- ## [ 0.1.2] ( https://github.com/alloy-rs/alloy/releases/tag/v0.1.2 ) - 2024-06-19
898
+ - Add per-crate changelogs ([ #914 ] ( https://github.com/alloy-rs/alloy/issues/914 ) )
899
+
900
+ ### Features
901
+
902
+ - Add eip-7251 consolidation request ([ #919 ] ( https://github.com/alloy-rs/alloy/issues/919 ) )
903
+
904
+ ### Miscellaneous Tasks
905
+
906
+ - Release 0.1.2
907
+ - Update changelogs for v0.1.1 ([ #922 ] ( https://github.com/alloy-rs/alloy/issues/922 ) )
908
+ - Add docs.rs metadata to all manifests ([ #917 ] ( https://github.com/alloy-rs/alloy/issues/917 ) )
909
+
910
+ ## [ 0.1.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.1.1 ) - 2024-06-17
857
911
858
912
### Bug Fixes
859
913
@@ -882,12 +936,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
882
936
883
937
### Documentation
884
938
885
- - Add per-crate changelogs ([ #914 ] ( https://github.com/alloy-rs/alloy/issues/914 ) )
886
939
- Update descriptions and top level summary ([ #128 ] ( https://github.com/alloy-rs/alloy/issues/128 ) )
887
940
888
941
### Features
889
942
890
- - Add eip-7251 consolidation request ([ #919 ] ( https://github.com/alloy-rs/alloy/issues/919 ) )
891
943
- Derive serde for header ([ #902 ] ( https://github.com/alloy-rs/alloy/issues/902 ) )
892
944
- Move ` {,With}OtherFields ` to serde crate ([ #892 ] ( https://github.com/alloy-rs/alloy/issues/892 ) )
893
945
- Add as_ is_ functions to envelope ([ #872 ] ( https://github.com/alloy-rs/alloy/issues/872 ) )
@@ -924,9 +976,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
924
976
925
977
### Miscellaneous Tasks
926
978
927
- - Release 0.1.2
928
- - Update changelogs for v0.1.1 ([ #922 ] ( https://github.com/alloy-rs/alloy/issues/922 ) )
929
- - Add docs.rs metadata to all manifests ([ #917 ] ( https://github.com/alloy-rs/alloy/issues/917 ) )
930
979
- [ clippy] Apply lint suggestions ([ #903 ] ( https://github.com/alloy-rs/alloy/issues/903 ) )
931
980
- Rm unused txtype mod ([ #879 ] ( https://github.com/alloy-rs/alloy/issues/879 ) )
932
981
- [ other] Use type aliases where possible to improve clarity ([ #859 ] ( https://github.com/alloy-rs/alloy/issues/859 ) )
0 commit comments