Commit 760bdf77 authored by George Hotz's avatar George Hotz

now state is not outputted

parent eb492186
...@@ -36,6 +36,7 @@ func main() { ...@@ -36,6 +36,7 @@ func main() {
LoadMappedFileUnicorn(mu, fmt.Sprintf("%s/input", root), ram, 0xB0000000) LoadMappedFileUnicorn(mu, fmt.Sprintf("%s/input", root), ram, 0xB0000000)
mu.Start(0, 0x5ead0004) mu.Start(0, 0x5ead0004)
SyncRegs(mu, ram)
WriteCheckpoint(ram, root, lastStep) WriteCheckpoint(ram, root, lastStep)
// step 2 (optional), validate each 1 million chunk in EVM // step 2 (optional), validate each 1 million chunk in EVM
......
...@@ -30,7 +30,7 @@ describe("Challenge contract", function () { ...@@ -30,7 +30,7 @@ describe("Challenge contract", function () {
const assertionRoot = "0x9e0261efe4509912b8862f3d45a0cb8404b99b239247df9c55871bd3844cebbd" const assertionRoot = "0x9e0261efe4509912b8862f3d45a0cb8404b99b239247df9c55871bd3844cebbd"
const finalSystemState = "0xa9aaac45d9ccaeab0b97eff2d7ce6050948f8322c869c0a8f94a0d7013c31824" const finalSystemState = "0x17c96b2477177f61e282f651bed174524dbde70a5ba9fc38435a3386acf46998"
let startTrie = JSON.parse(fs.readFileSync("/tmp/eth/13284469/checkpoint_-1.json")) let startTrie = JSON.parse(fs.readFileSync("/tmp/eth/13284469/checkpoint_-1.json"))
let finalTrie = JSON.parse(fs.readFileSync("/tmp/eth/13284469/checkpoint_85042025.json")) let finalTrie = JSON.parse(fs.readFileSync("/tmp/eth/13284469/checkpoint_85042025.json"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment