Skip to content

Commit

Permalink
Junaid/1xlibsfix (#4231)
Browse files Browse the repository at this point in the history
* 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 <wyatt@writerof.software>

* Update CHANGELOG.md

Co-authored-by: Wyatt Barnes <wyatt@writerof.software>

* Update CHANGELOG.md

Co-authored-by: Wyatt Barnes <wyatt@writerof.software>

* 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 <wyatt@writerof.software>

* Update CHANGELOG.md

Co-authored-by: Wyatt Barnes <wyatt@writerof.software>

* Update CHANGELOG.md

Co-authored-by: Wyatt Barnes <wyatt@writerof.software>

* changelog update

* packagelock update after rebase merge conflicts

* min node is 11

* package lock fix

Co-authored-by: jdevcs <junaid@chainsafe.io>
Co-authored-by: Wyatt Barnes <wyatt@writerof.software>
  • Loading branch information
3 people authored Aug 19, 2021
1 parent 44b72f8 commit 8e8785e
Show file tree
Hide file tree
Showing 4 changed files with 11,309 additions and 40,695 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [8, 10, 11, 12, 13]
node: [11, 12, 13, 14]
env:
TEST: "unit"
steps:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 11, 12, 13]
node: [ 11, 12, 13, 14]
env:
TEST: "eth2"
steps:
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,4 +434,9 @@ Released with 1.0.0-beta.37 code base.

## [Unreleased]

## [1.5.3]
### Changed

- ethers from 5.1.4 to 5.4.4 (#4231)
- karma from 5.2.3 to 6.3.4 (#4231)
- lerna from 3.22.1 to 4.0.0 (#4231)
- Droped build tests in CI for Node v8 and v10, and added support for Node v14
Loading

0 comments on commit 8e8785e

Please sign in to comment.