v6.16.0
ethers/v6.16.0 (2025-12-02 19:47)
Added 4
- Utility method to split EIP-7594 blob proofs into its cells
- Filecoin network and Ankr endpoints
- Initial EIP-7594 PeerDAS support
- Transaction and Signature support for non-canonical S values
Changed 3
- Update Alchemy URL endpoint for mainnet
- Moved to better API for EIP-7594 PeerDAS
- Allow zero-width big-endian data for toBeHex and allow widths for toBeArray
Fixed 2
- Fail on unsupported Etherscan networks immediately to better support the default provider
- Support RegExp engines with string length limitations
From ethers.js
- Added utility method to split EIP-7594 BLOb proofs into its cells (88dfe96).
- Update Alchemy URL endpoint for mainnet (#5052; 719b01d).
- Fail on unsupported Etherscan networks immediately to better support the default provider (94b333b).
- Added Filecoin network and Ankr endpoints (#5038; 986e827).
- Moved to better API for EIP-7594 PeerDAS (#5062; 452b422).
- Added initial EIP-7594 PeerDAS support (#5054, #5062; 6d64889).
- Support RegExp engines with string length limitations (#4967; f0dfbe1).
- Added Transaction and Signature support for non-canonical S values (#4223, #5013; 855d727).
- Allow zero-width big-endian data for toBeHex and allow widths fo toBeArray (#5025; 540f30c).