Commit 798e3d60 authored by George Hotz's avatar George Hotz

todos in readme

parent c25f0bc6
......@@ -21,6 +21,14 @@ The system is checking an embedded block in CI now
* TODO: Get initial block info / txs with oracle
* TODO: Stub all syscalls after it's "booted"
## TODO
* Make minigeth use the 0xD0000000 input oracle / add input oracle to risc/run.py. See [contracts/Challenge.sol](https://github.com/geohot/cannon/blob/master/contracts/Challenge.sol)
* Add blocks / tx trie to the preimage oracle [see issue](https://github.com/geohot/cannon/issues/2)
* Finish and test the MIPS state transition function in contracts/MIPS.sol
* Get minigeth running in Solidity MIPS emulator with reasonable performance (Go code using EVM with native memory)
* Add merkleization for MIPS ReadMemory and WriteMemory
## Usage
```
# verify the transition from 13284469 -> 13284470
......
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