Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
0ea7d332
Commit
0ea7d332
authored
Sep 23, 2021
by
George Hotz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update random
parent
b59839e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
3 deletions
+20
-3
README.md
README.md
+8
-3
README
minigeth/README
+12
-0
fake_blockchain.go
minigeth/core/fake_blockchain.go
+0
-0
No files found.
README.md
View file @
0ea7d332
...
...
@@ -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
...
...
minigeth/README
View file @
0ea7d332
...
...
@@ -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
minigeth/core/blockchain.go
→
minigeth/core/
fake_
blockchain.go
View file @
0ea7d332
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment