Commit 0ea7d332 authored by George Hotz's avatar George Hotz

update random

parent b59839e7
......@@ -12,14 +12,19 @@ It's half geth, half of what I think truebit was supposed to be. When it's done,
## Usage
```
# running block 13247502
ts-node helpers/get_block.ts # not needed, the data is committed for now
# verify the transition from 13284469 -> 13284470
./run.sh
```
## State Oracle API
hash -> value such that hash(value) == hash
This works for the three types of state in ethereum, Accounts, Storage, and Code.
## License
All my code is MIT license, minigeth is LGPL3
All my code is MIT license, minigeth is LGPL3. Being developed under contract for @optimismPBC
# Very important TODO
......
......@@ -32,6 +32,18 @@ GetUnproved...need to be written also
# diving in more
Custom:
consensus/ethash/fake_ethash.go
core/fake_blockchain.go
core/state/database.go
trie/database.go
oracle
main.go
Minor mods (add prefetches):
core/state/statedb.go
core/state/state_object.go
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