- Jun 05, 2018
-
-
Zsolt Felföldi authored
-
Péter Szilágyi authored
core: fix typo in comment code
-
hadv authored
-
- Jun 04, 2018
-
-
Péter Szilágyi authored
cmd: cap cache size if exceeds reasonable range
-
Gary Rong authored
-
Péter Szilágyi authored
rpc: set timeouts for http server, see #16859
-
Anton Evangelatov authored
* metrics: expvar support for ResettingTimer * metrics: use integers for percentiles; remove Overall * metrics: fix edge-case panic for index-out-of-range
-
Martin Holst Swende authored
-
Péter Szilágyi authored
* core, eth, trie: streaming GC for the trie cache * trie: track memcache statistics
-
Felix Lange authored
Use Read instead of Sum to avoid internal allocations and copying the state. name old time/op new time/op delta CacheGeneration-8 764ms ± 1% 579ms ± 1% -24.22% (p=0.000 n=20+17) SmallDatasetGeneration-8 75.2ms ±12% 60.6ms ±10% -19.37% (p=0.000 n=20+20) HashimotoLight-8 1.58ms ±11% 1.55ms ± 8% ~ (p=0.322 n=20+19) HashimotoFullSmall-8 4.90µs ± 1% 4.88µs ± 1% -0.31% (p=0.013 n=19+18)
-
- Jun 02, 2018
-
-
Ryan Schneider authored
-
- May 31, 2018
-
-
kiel barry authored
-
- May 30, 2018
-
-
kiel barry authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: fix transaction event asynchronicity
-
Péter Szilágyi authored
-
- May 29, 2018
-
-
Wenbiao Zheng authored
This removes a golint warning: type name will be used as trie.TrieSync by other packages, and that stutters; consider calling this Sync. In hexToKeybytes len(hex) is even and (even+1)/2 == even/2, remove the +1.
-
Péter Szilágyi authored
core/vm: fix typo in comment
-
kimmylin authored
-
Dmitry Shulyak authored
-
Abel Nieto authored
-
kiel barry authored
This commit adds many comments and removes unused code. It also removes the EmptyHash function, which had some uses but was silly.
-
Andrea Franz authored
Fixes #16756
-
Smilenator authored
-
Mohanson authored
Fix a spelling mistake in comment
-
- May 28, 2018
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- May 24, 2018
-
-
Wenbiao Zheng authored
-
Péter Szilágyi authored
trie: cleaner logic, one less func call
-
Péter Szilágyi authored
-
- May 23, 2018
-
-
Ryan Schneider authored
* core: use a wrapped `map` and `sync.RWMutex` for `TxPool.all` to remove contention in `TxPool.Get`. * core: Remove redundant `txLookup.Find` and improve comments on txLookup methods.
-
Abel Nieto authored
-
Péter Szilágyi authored
trie: support proof generation from the iterator
-
Péter Szilágyi authored
-
Gary Rong authored
-
- May 22, 2018
-
-
Gary Rong authored
* vendor: update leveldb package * ethdb: print warning log if db is performing compaction * ethdb: update annotation and log
-
kiel barry authored
* node: all golint warnings fixed * node: rm per peter * node: rm per peter
-
kiel barry authored
-
- May 21, 2018
-
-
kiel barry authored
-