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
71c33ceb
Commit
71c33ceb
authored
Oct 12, 2021
by
George Hotz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comments to explain trie changes
parent
ce29d157
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
files_minigeth
files_minigeth
+4
-4
stacktrie.go
minigeth/trie/stacktrie.go
+0
-2
No files found.
files_minigeth
View file @
71c33ceb
...
@@ -110,12 +110,12 @@ rpc/json.go
...
@@ -110,12 +110,12 @@ rpc/json.go
rpc/types.go
rpc/types.go
trie/committer.go
trie/committer.go
#trie/database.go
#trie/database.go
-- uses rawdb and fastcache
trie/encoding.go
trie/encoding.go
trie/errors.go
trie/errors.go
trie/hasher.go
trie/hasher.go
trie/iterator.go
trie/iterator.go
trie/node.go
trie/node.go
#trie/secure_trie.go
#trie/secure_trie.go
-- couple random comment outs, fix?
#trie/stacktrie.go
#trie/stacktrie.go
-- persist the database
#trie/trie.go
#trie/trie.go
-- hacks for deletion
minigeth/trie/stacktrie.go
View file @
71c33ceb
...
@@ -28,8 +28,6 @@ import (
...
@@ -28,8 +28,6 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/ethdb"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/log"
//"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/rlp"
)
)
...
...
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