Skip to content

Commit fb6b221

Browse files
acolytec3holgerd77
andauthored
Make ethersStateManager more awesome (ethereumjs#2720)
* Update ethers to latest version * Update mockprovider to match v6 API * Add more logging * fix test * various cleanup * Tell Karma to parse more modern syntax * Fix test helper * update lockfile-lint * fix node version * fix lockfile path * more fixes * Remove error condition * Add error messaging * StateManager: switch to ORDERED_MAP caches for EthersStateManager, remove console.log() from tests --------- Co-authored-by: Holger Drewes <[email protected]>
1 parent 453b60e commit fb6b221

File tree

21 files changed

+468
-645
lines changed

21 files changed

+468
-645
lines changed

.github/workflows/lockfile.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,12 @@ jobs:
1919
filters: |
2020
src:
2121
- 'package-lock.json'
22+
23+
- name: Use Node.js 18
24+
uses: actions/setup-node@v2
25+
with:
26+
node-version: 18
27+
cache: 'npm'
28+
2229
- if: steps.changes.outputs.src == 'true'
23-
run: npx lockfile-lint --path="package-lock.json" --allowed-hosts=npm --allowed-schemes "file:" "https:" "npm:"
30+
run: npm install lockfile-lint-api && node scripts/lockfile-lint.js

0 commit comments

Comments
 (0)