Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 8e8785e

Browse files
Junaid/1xlibsfix (#4231)
* fixed sec issue libs * karma upgrade for lib sec issue fix * upgrade lerna for sec issue fix * change log * removed node 8 web31x build tests * included node 14 and removed node 10 buildtestruns * Don't default type = 0x0 for eth_sendTransaction and eth_sendRawTransaction (#4241) * Remove type = 0x0 default * Update gasPrice short circuit check * Update tests - remove type: 0x0 * Update CHANGELOG * Apply patch fix to web3-eth-accounts * Remove tx type defaulting * update CHANGELOG * update failing test * Remove unused import * Add quick check that user can pass type, and it's retained * Release 1.5.2 (#4242) * Update CHANGELOG * npm i && npm run build * v1.5.2-rc.0 * v1.5.2 * Update CHANGELOG.md Co-authored-by: Wyatt Barnes <[email protected]> * Update CHANGELOG.md Co-authored-by: Wyatt Barnes <[email protected]> * Update CHANGELOG.md Co-authored-by: Wyatt Barnes <[email protected]> * changelog update * fixed sec issue libs * karma upgrade for lib sec issue fix * upgrade lerna for sec issue fix * change log * removed node 8 web31x build tests * included node 14 and removed node 10 buildtestruns * Update CHANGELOG.md Co-authored-by: Wyatt Barnes <[email protected]> * Update CHANGELOG.md Co-authored-by: Wyatt Barnes <[email protected]> * Update CHANGELOG.md Co-authored-by: Wyatt Barnes <[email protected]> * changelog update * packagelock update after rebase merge conflicts * min node is 11 * package lock fix Co-authored-by: jdevcs <[email protected]> Co-authored-by: Wyatt Barnes <[email protected]>
1 parent 44b72f8 commit 8e8785e

File tree

4 files changed

+11309
-40695
lines changed

4 files changed

+11309
-40695
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
strategy:
4848
matrix:
49-
node: [8, 10, 11, 12, 13]
49+
node: [11, 12, 13, 14]
5050
env:
5151
TEST: "unit"
5252
steps:
@@ -125,7 +125,7 @@ jobs:
125125
runs-on: ubuntu-latest
126126
strategy:
127127
matrix:
128-
node: [10, 11, 12, 13]
128+
node: [ 11, 12, 13, 14]
129129
env:
130130
TEST: "eth2"
131131
steps:

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -434,4 +434,9 @@ Released with 1.0.0-beta.37 code base.
434434

435435
## [Unreleased]
436436

437-
## [1.5.3]
437+
### Changed
438+
439+
- ethers from 5.1.4 to 5.4.4 (#4231)
440+
- karma from 5.2.3 to 6.3.4 (#4231)
441+
- lerna from 3.22.1 to 4.0.0 (#4231)
442+
- Droped build tests in CI for Node v8 and v10, and added support for Node v14

0 commit comments

Comments
 (0)