- 04 Jun, 2018 3 commits
-
-
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
-
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)
-
- 02 Jun, 2018 1 commit
-
-
Ryan Schneider authored
-
- 31 May, 2018 1 commit
-
-
kiel barry authored
-
- 30 May, 2018 5 commits
-
-
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
-
- 29 May, 2018 9 commits
-
-
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
-
- 28 May, 2018 2 commits
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- 24 May, 2018 3 commits
-
-
Wenbiao Zheng authored
-
Péter Szilágyi authored
trie: cleaner logic, one less func call
-
Péter Szilágyi authored
-
- 23 May, 2018 5 commits
-
-
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
-
- 22 May, 2018 3 commits
-
-
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
-
- 21 May, 2018 3 commits
-
-
kiel barry authored
-
Péter Szilágyi authored
eth: propagate blocks and transactions async
-
Péter Szilágyi authored
-
- 19 May, 2018 3 commits
-
-
Péter Szilágyi authored
Fix some typos in comment code and output log
-
Péter Szilágyi authored
all: collate new transaction events together
-
hadv authored
-
- 18 May, 2018 2 commits
-
-
Péter Szilágyi authored
travis, appveyor: bump Go release to 1.10.2
-
Péter Szilágyi authored
-