Skip to content

Commit

Permalink
feat: adapting Era test node to the new VM (and updating system contr…
Browse files Browse the repository at this point in the history
…acts) (#111)

* compiles

* runs, but bootloader broken

* sync the system configs. stuff works

* fixmes and warning for versions

* Fixme changes

* cleaned up utils

* small cleanup

* changing bootloader debug to tracer and other small fixes

* adapted to the new exports

* review

* merged

* compiles with newest changes

* compiles with the new zksync-era version

* comments

* merged and working

* api tests passing

* tests passing mostly hardhat

* fixed tests

* lint fix
  • Loading branch information
mm-zk committed Sep 25, 2023
1 parent 8b2f8c4 commit 915b0c0
Show file tree
Hide file tree
Showing 65 changed files with 2,597 additions and 1,427 deletions.
9 changes: 7 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"kind": "bin"
}
},
"args": ["run"],
"args": [
"run"
],
"cwd": "${workspaceFolder}"
},
{
Expand All @@ -41,7 +43,10 @@
"RUST_LOG": "vm=trace",
"ZKSYNC_HOME": "${workspaceFolder}"
},
"args": ["--dev-use-local-contracts", "run"],
"args": [
"--dev-use-local-contracts",
"run"
],
"preLaunchTask": "rebuild-contracts",
"cwd": "${workspaceFolder}"
},
Expand Down
Loading

0 comments on commit 915b0c0

Please sign in to comment.