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

Commit 2c5a8ec

Browse files
Replace hardcoded infura endpoints (#3943)
* Replace hardcoded infura endpoints * infura link changelog * WARNING Exposing secrets, rotate infura keys after debugging is finished * Merging geth-dev-assistant updates (#3950) * Bump geth-dev-assistant to 0.1.9 * npm i * bump geth-dev-assistant * Remove logs
1 parent f196996 commit 2c5a8ec

File tree

6 files changed

+51149
-22890
lines changed

6 files changed

+51149
-22890
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:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,3 +361,5 @@ Released with 1.0.0-beta.37 code base.
361361
### Changed
362362

363363
- Unified babel compiler for `web3-eth2-core` and `web3-eth2-beaconchain` (#3892)
364+
- Upgrade `@chainsafe/geth-dev-assistant` from `0.1.5` to `0.1.9` (#3950)
365+
- Replaced hardcoded infura link with Github Secret for some tests (#3943)

0 commit comments

Comments
 (0)