Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ethereumjs/ethereumjs-monorepo in…
Browse files Browse the repository at this point in the history
…to snap-sync-moving-root
  • Loading branch information
scorbajio committed Sep 11, 2024
2 parents d41aa3d + 22766f2 commit 5fcd1dc
Show file tree
Hide file tree
Showing 274 changed files with 33,803 additions and 30,327 deletions.
1 change: 1 addition & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ jobs:
run: npm ci
working-directory: ${{ github.workspace }}

- run: npm run examples
11 changes: 10 additions & 1 deletion config/cspell-ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,15 @@
"patarapolw",
"nickdodson",
"Kintsugi",
"deauthorization"
"deauthorization",
"mixhash",
"blockperiodseconds",
"filledwith",
"lllcversion",
"Netsplit",
"Statetest",
"testeth",
"PUSHDATA",
"chunkified"
]
}
3 changes: 2 additions & 1 deletion config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"downlevelIteration": true,
"strict": true,
"target": "es2020",
"lib": ["ES2020", "DOM"]
"lib": ["ES2020", "DOM"],
"skipLibCheck": true
}
}
Loading

0 comments on commit 5fcd1dc

Please sign in to comment.