-
Notifications
You must be signed in to change notification settings - Fork 10
Stripped-down oracle-augmented version of geth for use in fault proofs.
License
ethereum-optimism/minigeth
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The pieces of geth needed to verify a block See `../sync_minigeth.sh`, most of this is just geth and we can copy many of the files The database has been abstracted in the `oracle/`, this does not use leveldb Running on PC, it fetches all the required pieces of state from RPC. Running on MIPS, it uses the oracle MMIO interface to get state based on hash.
About
Stripped-down oracle-augmented version of geth for use in fault proofs.