v6.17.0
ethers/v6.17.0 (2026-06-18 00:49)
Added 8
- Add requestRate throttle to calls
- Provider requestRate throttle support
- transactionsRoot property to Block
- Rich inspection for Network and Plugins
- CCIP to ENS Universal Resolver reverse resolution
- Reverse lookup for ENS UniversalResolver
- Initial forward resolution using ENS UniversalResolver
- Basic ENSv2 tests and integrations
Changed 6
- Use bigint for coinType instead of number values
- Updated AlchemyProvider endpoints for BNB
- Update Blockscout default API key and links
- Preserve 301/302 method and support 307/308 redirects
- Updated ENS Universal Resolver to latest API
- Tweaking API for Universal Resolver to be completely backward compatible
Fixed 3
- Map ResolverNotFound error to null for reverse lookup
- Fix maxFeePerGas property for EtherscanProvider transactions
- Fixed issues with EVM cointypes
Removed 1
- Disable AlchemyProvider which does not provide the necessary API capacity for tests
From ethers.js
- Add requestRate throttle to calls (b48bfe3).
- Added provider requestRate throttle support (b74b6d3).
- Disable AlchemyProvider which does not provide the necessary API capacity for tests (1523ca8).
- Map ResolverNotFound error to null for reverse lookup (d07cfb6).
- Use bigint for coinType instead of number values (4f6ec03).
- Updated AlchemyProvider endpoints for BNB (9bec2f9).
- Added basic ENSv2 tests and fixed issues with EVM cointypes (0e9a73d).
- Adding ENSv2 integrations from adraffy (a2d0af4).
- Update Blockscout deffault API key and links (5647ae3).
- Added transactionsRoot to Block (#5077, #5078; 5bd2ce9).
- Preserve 301/302 method and support 307/308 (#3106, #5115; 999af5f).
- Fix maxFeePerGas property for EtherscanProvider transactions (#5080; ca45d23).
- Added rich inspection for Network and Plugins (f2ffb86).
- Tweaking API for Universal Resolver to be completely backward compatible (9a5c4b5).
- Updated ENS Universal Resolver to latest API (0b3b12b).
- Added CCIP to ENS Universal Resolver reverse resolution (982eef2).
- Added reverse lookup for ENS UniversalResolver (9a9a11d).
- Initial forward resolution using ENS UniversalResolver (51df7b9).