Skip to content

ethers/v5.3.0 (2021-05-31 18:41)

Compare
Choose a tag to compare
@ricmoo ricmoo released this 01 Jun 03:06
4e6d121
  • Added MinInt256 and MaxInt256 constants. (#1576; bfcd05f)
  • Version bumps for bn.js and hash.js to match elliptic and fix some build tools. (#1478; 819b1ac)
  • Removed Hangul checks in shims which crashes Android. (#1519; 4b33114)
  • Fixed ENS namehash with leading and trailing dots. (#1605; 7adcf3b)
  • Fixed broken variable in template string. (#1624, #1626; 630656e)
  • Fixed FixedNumber rounding for non-default formats. (#1629; 8681cd5)
  • Update ws dependency version to fix security. (#1633, #1634; 470551e)

Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-tuPrSb6REj9PMvhq1lvKjUnfxv1JvKkQHoCktQbZ6eowasVwySaMcQwInJF2up1n"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.3.0.umd.min.js">
</script>