This change log is maintained by src.ts/_admin/update-changelog.ts
but may also be manually updated.
- Added extra details in the error info field for RPC errors (30ffa78).
- Remove Ankr as a deafult for now as the provided API key is failing (6e01e54).
- Fixed deferred filters after unsafe-eval changes (#3749, #3763; 2e3802a).
- Remove use of Function sub-class to address unsafe-eval issues (#3749, #3763; 7d3af51).
- Added verifyTypedData utility (reported on Farcaster) (f06a445).
- Removed stray logging in IpcProvider (#3908, #3909; e11d4c1).
- Fixed legacy serialization for implicit chainId transactions (#3898, #3899; fcf6c8f).
- Fix Webpack issue (reported on discord) (3ad4273).
- Fix some bundlers which cannot handle recursive pkg.exports (#3848; 6315e78).
- Fixed typo in signature.s error (#3891; 47ef3eb).
- Fixed stray unreachable code (#3890; c220fe2).
- Move all wrapping to proper _wrap functions (#3818; 02a0aad).
- Fixed ethers imported in web workers (#3856; 5f2678f).
- Added Sepolia support (#3863; abeaa74).
- Added missing exports (#3734; 06aa303).
- Allow null values for TypedData domain (#3623; a32af3a).
- Added listAccounts to JsonRpcProvider (#3778; 287d94f).
- Allow BigInt for blockTag (#3780; fe1f04c).
- Fixed typo in error messages (#3822, #3824; f1a810d).
- Re-adding definition files to require exports (#3703; 76fab92).
- Fix matic-mumbai network and include aliases to legacy names (#3811; 20bbd12).
- Fixed getSigner bug (#3821; 388edf6).
- Added chain parameters for Arbitrum and Optimism (#3811; 77a7323).
- Fix NonceManager race condition (#3812, #3813; 5a3c10a).
- Add UMD output to dist builds (#3814; f9eed4c).
- Fixed Result to behave correctly like an array using slice and toArray (#3787; 399356b).
- Replaced substring from 0 index with startsWith (#3691; 4512e97).
- Fixed inverted assert in duplicate name detection for ABI encoding (#3792; 762c2f3).
- Fixed missing property during transaction copy (#3793; 48bbef7).
- Add support for Wallet private keys without 0x prefix (#3768; 4665fb4).
- Fixed quicknode property for defaultProvider (#3741; a8afb72).
- Fixed exports field order (#3703, #3755; 085a905).
- Fixed custom error decoding (#3785; 4d9b29d).
- Removed stray debug logging (e1e0929).
- Fixed lookupAddress when bad resolver is present (#3782; 92def9c).
- Fixed FallbackProvider median calculation (#3746; 83957dc).
- Move the xnf normalize variant to pkg.browser instead of import (#3724; 179e6ca).
- Allow null type in transaction receipt for legacy type 0 networks (#3459; 6372a46).
- Fixed events when slicing immutable Result (#3765; 2ba4a17).
- More robust support on networks which throw when filters are not supported (#3767; 37bf4fb).
- Fixed ignored polling override for JsonRpcApiProvider (400d576).
- Fix Subscriber model when removed within emit callback (d0ed918).
- Fixed human-readable parser when identifier begins with valid type prefix (#3728; 522fd16).
- Update to latest secp256k1 library (#3719; 803e8f9).
- Initial release (90afd9b).