Releases: ethers-io/ethers.js
Releases · ethers-io/ethers.js
ethers/v6.0.7 (2023-02-23 02:05)
ethers/v6.0.6 (2023-02-22 22:15)
ethers/v6.0.5 (2023-02-18 22:36)
- 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).
ethers/v6.0.4 (2023-02-16 08:55)
ethers/v6.0.3 (2023-02-12 22:45)
- 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).
ethers/v6.0.2 (2023-02-04 08:50)
ethers/v6.0.1 (2023-02-04 04:06)
ethers/v6.0.0 (2023-02-02 22:48)
- Initial release (90afd9b).
ethers/v5.7.2 (2022-10-19 04:19)
- Updated tests to use goerli instead of ropsten. (1392803, 706d3ca)
- Added new error strings Pocket returns. (9f990c5)
- Fixed Alchemy goerli URL. (#3320, #3323, #3340, #3358, #3423; 74e3d98)
- Update testnets for third-party providers. (#3320, #3323, #3340, #3358, #3423; 2a3a2e1)
Embedding UMD with SRI:
<script type="text/javascript"
integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J"
crossorigin="anonymous"
src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js">
</script>
ethers/v5.7.1 (2022-09-13 21:28)
- Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
- Add support for all data URL formats. (#3341; 4c86dc9)
- Added Sepolia network. (#3325; d083522)
Embedding UMD with SRI:
<script type="text/javascript"
integrity="sha384-RG8QV/8Pwe52alIcSWxFpA7GbD1/mIxUAQA5PeEDh5EnTyJiWhIvYfw5RYBIz8DQ"
crossorigin="anonymous"
src="https://cdn-cors.ethers.io/lib/ethers-5.7.1.umd.min.js">
</script>