Skip to content

Commit 1bad4d3

Browse files
authored
Upgrade o1js version (#108)
Upgrade o1js to modern version and make necessary changes for tests to run on lightnet
1 parent 960e8f1 commit 1bad4d3

File tree

7 files changed

+10623
-4562
lines changed

7 files changed

+10623
-4562
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
env:
10-
NODE_VERSION: 16
10+
NODE_VERSION: 20
1111

1212
jobs:
1313
linting:

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
services:
1313
mina-local-network:
14-
image: o1labs/mina-local-network:o1js-main-latest-lightnet
14+
image: o1labs/mina-local-network:compatible-latest-lightnet
1515
env:
1616
NETWORK_TYPE: 'single-node'
1717
PROOF_LEVEL: 'none'

0 commit comments

Comments
 (0)