Features
- Add signTypedData address recovery test #2260
- Add support for EIP-7594 blob transaction wrapper #2263
- Add http code to the ClientConnectionException #2295
- Full EIP-7594 tx and Kzg cell proof generation #2296
- Added Agent and skills files #2298
- Add EIP-7702 authorization signing and recovery #2299
- Add
eth_blobBaseFeeRPC (EIP-7918 / Fusaka-correct blob base fee) #2300 - Adds context7 json file #2301
- Bump snapshot version to 6.0.0 #2302
Bug Fixes
- pass accessList to parent in Transaction7702 constructor (#2292) #2292 (Sai Asish Y)
- handle null values in Transaction getters to prevent serialization failure (#2293) #2293 (Dev dev)
- crypto: prevent NPE when deriving child keys from public-only Bip32ECKeyPair (#2284) #2284 (Dev dev)
- correct Utf8String encoding and dynamic array handling for non-ASCII strings (#1841) (#2289) #2289 (Dev dev)
What's Changed
- feat: add support for EIP-7594 blob transaction wrapper by @Dev10-sys in #2263
- Full EIP-7594 tx and Kzg cell proof generation by @NickSneo in #2296
- Bump 5.0.4 snapshot by @NickSneo in #2297
- fix: pass accessList to parent in Transaction7702 constructor by @SAY-5 in #2292
- Add signTypedData address recovery test (#2019) by @Sukuna0007Abhi in #2260
- fix: prevent Transaction serialization failures when fee fields are null by @Dev10-sys in #2293
- fix: handle public-only Bip32ECKeyPair to avoid NullPointerException in deriveChildKey by @Dev10-sys in #2284
- Add http code to the ClientConnectionException #2294 by @dc-andy in #2295
- fix: correct Utf8String encoding and dynamic array handling for non-ASCII strings (#1841) by @Dev10-sys in #2289
- Context7 file aded by @NickSneo in #2301
- Bump snapshot 6.0.0 by @NickSneo in #2302
- EIP-7702 signing authorization methods by @NickSneo in #2299
- Blob fee changes - EIP-7691 and EIP-7918 by @NickSneo in #2300
- add skills, agent files by @abhijeetbhagat in #2298
New Contributors
- @SAY-5 made their first contribution in #2292
- @Sukuna0007Abhi made their first contribution in #2260
- @dc-andy made their first contribution in #2295
- @abhijeetbhagat made their first contribution in #2298
Full Changelog: v5.0.3...v6.0.0