Péter Szilágyi
|
88a593d559
cmd/geth, trie: report on trie cache unloads, also add debug log
|
před 9 roky |
Felix Lange
|
5d9bb0a050
trie: add metric to track cache unloading (#3175)
|
před 9 roky |
Felix Lange
|
d48e6ae66f
trie: make the cache miss counter a real metric
|
před 9 roky |
Jeffrey Wilcke
|
25ac04a444
Merge pull request #3153 from fjl/trie-unload-fix
|
před 9 roky |
Péter Szilágyi
|
2bb5ec1e41
cmd/geth, trie: track and report trie cache misses
|
před 9 roky |
Felix Lange
|
177cab5fe7
trie: ensure resolved nodes stay loaded
|
před 9 roky |
Felix Lange
|
187d6a66a5
trie: avoid loading the root node twice
|
před 9 roky |
Felix Lange
|
40cdcf1183
trie, core/state: improve memory usage and performance (#3135)
|
před 9 roky |
Felix Lange
|
c3a77d6268
trie: fix delete bug for values contained in fullNode
|
před 9 roky |
Felix Lange
|
ba8c4c6b1a
trie: remove dependency on package crypto
|
před 9 roky |
Felix Lange
|
cd791bd855
core, trie: replace state caches with trie journal
|
před 9 roky |
Péter Szilágyi
|
748d1c171d
core, core/state, trie: enterprise hand-tuned multi-level caching
|
před 9 roky |
Ricardo Catalinas Jiménez
|
436fc8d76a
all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()
|
před 9 roky |
zsfelfoldi
|
ef422ee1e1
light: implemented odr-capable trie and state structures
|
před 10 roky |
zsfelfoldi
|
52904ae32f
trie: added error handling
|
před 10 roky |
Péter Szilágyi
|
b97e34a8e4
eth/downloader: concurrent receipt and state processing
|
před 10 roky |
Felix Lange
|
565d9f2306
core, trie: new trie
|
před 10 roky |
Jeffrey Wilcke
|
b8ca0a830e
eth, trie: removed key prefixing from state entries & merge db fix
|
před 10 roky |
Jeffrey Wilcke
|
a23478c0be
core, eth, trie, xeth: merged state, chain, extra databases in one
|
před 10 roky |
Ethan Buchman
|
c1d516546d
faster hex-prefix codec and string -> []byte
|
před 10 roky |
Felix Lange
|
bfbcfbe4a9
all: fix license headers one more time
|
před 10 roky |
Felix Lange
|
3f047be5aa
all: update license headers to distiguish GPL/LGPL
|
před 10 roky |
Felix Lange
|
bdae4fd573
all: add some godoc synopsis comments
|
před 10 roky |
Felix Lange
|
ea54283b30
all: update license information
|
před 10 roky |
Jeffrey Wilcke
|
0a1ff68c11
trie: dirty tracking
|
před 10 roky |
obscuren
|
cf45b939a0
fixed tests
|
před 10 roky |
obscuren
|
d7ab716eea
Fixed mkdnode & added some tests
|
před 10 roky |
obscuren
|
b523441361
Moved ethutil => common
|
před 10 roky |
obscuren
|
3c7181d28f
Fixed a copy issue in the trie which could cause a consensus failure
|
před 10 roky |
obscuren
|
db4aaedcbd
Moved ptrie => trie. Removed old trie
|
před 10 roky |