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

Commit 5bcec16

Browse files
Merge branch '1.x' into 1.x
2 parents a0a2fd4 + bb259d9 commit 5bcec16

File tree

15 files changed

+52111
-30099
lines changed

15 files changed

+52111
-30099
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
]
7676
env:
7777
TEST: ${{ matrix.testCmd }}
78+
INFURA_HTTP: ${{ secrets.INFURA_HTTP }}
7879
steps:
7980
- uses: actions/setup-node@v1
8081
with:
@@ -104,6 +105,8 @@ jobs:
104105
runs-on: windows-latest
105106
env:
106107
TEST: "e2e_windows"
108+
INFURA_HTTP: ${{ secrets.INFURA_HTTP }}
109+
INFURA_WSS: ${{ secrets.INFURA_WSS }}
107110
steps:
108111
- uses: actions/setup-node@v1
109112
with:

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v14.15.1

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,14 @@ Released with 1.0.0-beta.37 code base.
358358
- Github action for running tests for `web3-eth2-core` and `web3-eth2-beaconchain` packages (#3892)
359359
- Added description to documentation on how to connect using a remote node provider (#3884)
360360
- Added Security risk warning to docs for `web3.utils.soliditySha3` (#3908)
361+
- `.nvmrc` file using Node.js version `v.14.15.1` (#3817)
361362

362363
### Changed
363364

364365
- Unified babel compiler for `web3-eth2-core` and `web3-eth2-beaconchain` (#3892)
365-
366-
366+
- moved deprecation warnings to postinstall scripts (#3917)
367+
- Upgrade `@chainsafe/geth-dev-assistant` from `0.1.5` to `0.1.9` (#3950)
368+
- Replaced hardcoded infura link with Github Secret for some tests (#3943)
369+
- Bump `elliptic` from `6.5.3` to `6.5.4` for `web3-eth-accounts` (#3941)
370+
- Bump `elliptic` from `6.5.3` to `6.5.4` for `web3-bzz` (#3940)
371+
- Bump `elliptic` from `6.5.3` to `6.5.4` for `web3-core-requestmanager` (#3945)

package-lock.json

Lines changed: 51139 additions & 22884 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@babel/preset-env": "^7.12.1",
9696
"@babel/preset-typescript": "^7.12.1",
9797
"@babel/runtime": "^7.12.1",
98-
"@chainsafe/geth-dev-assistant": "^0.1.5",
98+
"@chainsafe/geth-dev-assistant": "^0.1.9",
9999
"@ensdomains/ens": "^0.4.5",
100100
"@ensdomains/resolver": "^0.2.4",
101101
"@types/bignumber.js": "^4.0.2",
@@ -136,6 +136,5 @@
136136
"wait-port": "^0.2.9",
137137
"webpack": "^4.44.2",
138138
"webpack-cli": "^3.3.12"
139-
},
140-
"dependencies": {}
139+
}
141140
}

0 commit comments

Comments
 (0)