Skip to content

Commit

Permalink
Upgrade o1js version (#108)
Browse files Browse the repository at this point in the history
Upgrade o1js to modern version and make necessary changes for tests to
run on lightnet
  • Loading branch information
45930 authored Oct 23, 2024
1 parent 960e8f1 commit 1bad4d3
Show file tree
Hide file tree
Showing 7 changed files with 10,623 additions and 4,562 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

env:
NODE_VERSION: 16
NODE_VERSION: 20

jobs:
linting:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
services:
mina-local-network:
image: o1labs/mina-local-network:o1js-main-latest-lightnet
image: o1labs/mina-local-network:compatible-latest-lightnet
env:
NETWORK_TYPE: 'single-node'
PROOF_LEVEL: 'none'
Expand Down
Loading

0 comments on commit 1bad4d3

Please sign in to comment.