good morning!!!!

Skip to content
Snippets Groups Projects
Commit 5ff3dc99 authored by Richard Moore's avatar Richard Moore
Browse files

admin: updated dist files with update-versions

parent 808153e4
Branches v5
Tags v5.8.0
No related merge requests found
......@@ -4,13 +4,13 @@ Changelog
This change log is managed by `admin/cmds/update-versions` but may be manually updated.
ethers/v5.8.0 (2024-08-12 21:25)
ethers/v5.8.0 (2025-02-25 19:15)
--------------------------------
- Updated to latest elliptic library to fix audit warnings. ([f8deaae](https://github.com/ethers-io/ethers.js/commit/f8deaae8d16e0ebc8ec632c76c29833c67047c7b))
- Added ENS to Sepolia. ([0065547](https://github.com/ethers-io/ethers.js/commit/006554730e4fc3ba558f808e91039711c4b6bfe1))
- Bump ws package version to address DoS security concern. ([#4791](https://github.com/ethers-io/ethers.js/issues/4791); [f345816](https://github.com/ethers-io/ethers.js/commit/f345816cf202fbaffa046bff7083c2c25d21f6cd))
- Added modern networks, updated third-party backend URLs and added QuickNode. ([#3935](https://github.com/ethers-io/ethers.js/issues/3935), [#4010](https://github.com/ethers-io/ethers.js/issues/4010); [f7c813d](https://github.com/ethers-io/ethers.js/commit/f7c813d3130f4790be4381c06ee5e56c8d513c79))
- Updated tests for goerli. ([706d3ca](https://github.com/ethers-io/ethers.js/commit/706d3ca27c233385944877eb64c099c74109b6c2))
ethers/v5.7.2 (2022-10-19 04:19)
--------------------------------
......
This diff is collapsed.
......@@ -11820,16 +11820,16 @@
var w = this.words[i];
var word = (((w << off) | carry) & 0xffffff).toString(16);
carry = (w >>> (24 - off)) & 0xffffff;
if (carry !== 0 || i !== this.length - 1) {
out = zeros[6 - word.length] + word + out;
} else {
out = word + out;
}
off += 2;
if (off >= 26) {
off -= 26;
i--;
}
if (carry !== 0 || i !== this.length - 1) {
out = zeros[6 - word.length] + word + out;
} else {
out = word + out;
}
}
if (carry !== 0) {
out = carry.toString(16) + out;
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -65,7 +65,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x1bda3f9dfc51708b90192808272885388f59362e6ac1f71063190721529addcf",
"tarballHash": "0xb1840e76759f7769fa71f489bb53a37560ddbd5973941d581c8ee4fd4d209305",
"types": "./lib/index.d.ts",
"version": "5.8.0"
}
......@@ -43,7 +43,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x61a2744af5231513b7dcef6f3f57e268cd0a14989b881d7a7dc6a68ef4aa947c",
"tarballHash": "0x7a09f564e1d852a8af8518d18359e1e9488c8978f394607cf154d5ec779f2f1a",
"types": "./lib/index.d.ts",
"version": "5.8.0"
}
......@@ -54,7 +54,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x65001d2fa476e1832de7103d86ba2f8de4f16cd3f819ade267af8a0112e7e85c",
"tarballHash": "0x94bcb41ef486da3806e280b827bf8c7e847730705a80693b53c3027d3783a3bc",
"types": "./lib/index.d.ts",
"version": "5.8.0"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment