Commit Graph

187 Commits (0ec5ab417559ac3399a73f76219fce043dfc0ef9)

Author SHA1 Message Date
Felix Lange 689486449d build: use golangci-lint (#20295) 5 years ago
Martin Holst Swende ead711779d
core: initialize current block/fastblock atomics to nil, fix #19286 (#19352) 5 years ago
ywzqwwt 1a6ef5ae58 core/blockchain: remove block from futureBlocks on error (#19763) 5 years ago
Ryan Schneider ad03d9801c internal/ethapi: support block number or hash on state-related methods (#19491) 5 years ago
Felföldi Zsolt 0ac9bbba6c les: multiple server bugfixes (#20079) 5 years ago
HackyMiner 7c229941ac core: log chain reorg/split metrics (#18950) 5 years ago
gary rong 2ed729d38e les: handler separation (#19639) 5 years ago
Martin Holst Swende 4aee0d1994 core: fix crash in chain reimport (#19986) 5 years ago
Péter Szilágyi 983f92368b
core/forkid: implement the forkid EIP, announce via ENR (#19738) 5 years ago
Martin Holst Swende f2eb3b1c56 core: lessen mem-spike during 1.8->1.9 conversion (#19610) 5 years ago
gary rong ca6c8c2af4 core: fix receipt insertion (#19764) 5 years ago
Péter Szilágyi b02958b9c5
core, ethdb, metrics, p2p: expose various counter metrics for grafana 5 years ago
Felföldi Zsolt 58497f46bd
les, les/flowcontrol: implement LES/3 (#19329) 5 years ago
Péter Szilágyi fc85777a21
core: concurrent database reinit from freezer dump 5 years ago
gary rong 611113e967 core: never delete genesis block (#19617) 5 years ago
Péter Szilágyi 536b3b416c
cosensus, core, eth, params, trie: fixes + clique history cap 5 years ago
gary rong 37d280da41
core, cmd, vendor: fixes and database inspection tool (#15) 5 years ago
gary rong 80469bea0c
all: integrate the freezer with fast sync 5 years ago
Péter Szilágyi 751effa35e
core: fix formatting error (trailing whitepace) 5 years ago
PilkyuJung ec2131c8d3 core: move error variable to error.go (#19560) 5 years ago
Péter Szilágyi 6ec6b29051
core: fix import errors on clique crashes + empty blocks (#19544) 5 years ago
gary rong c113723fdb core: handle importing known blocks more gracefully (#19417) 5 years ago
Martin Holst Swende c8cf360f29
core: fix canonicality confusion (#19514) 5 years ago
Matthew Halpern 937417527c core: lookup txs by block number instead of block hash (#19431) 5 years ago
Péter Szilágyi 7221cb1434
core, eth, les, light: scope receipt functionality a bit cleaner 6 years ago
Matthew Halpern 6b0ddd141e
core, eth, les, light: store transaction receipts without txHash and gasCost 6 years ago
Péter Szilágyi 43631aa1d6
core: minor code polishes + rebase fixes 6 years ago
rjl493456442 690bd8a417
core: re-omit new log event when logs rebirth 6 years ago
Martin Holst Swende 0b4fe8d192 all: simplify timestamps to uint64 (#19372) 6 years ago
Runchao Han c4109d790f core: fix typo in insertChain method doc (#19371) 6 years ago
Péter Szilágyi ed34a5e08a
cmd, core, eth: support disabling the concurrent state prefetcher 6 years ago
Péter Szilágyi bb9631c399
core: prefetch next block state concurrently 6 years ago
Brent 7fb89697fd core/types: add block location fields to receipt (#17662) 6 years ago
Péter Szilágyi a732c93309
core: 3rd try on splitting the trie metrics correctly 6 years ago
Martin Holst Swende 59e1953246 core, ethdb, trie: mode dirty data to clean cache on flush (#19307) 6 years ago
Péter Szilágyi 435020f9b3
core: split trie op metrics from the correct chain metrics 6 years ago
Péter Szilágyi 86989e3fcd
core: split out detailed trie access metrics from insertion time (#19316) 6 years ago
Péter Szilágyi 91eec1251c
cmd, core, eth, trie: get rid of trie cache generations (#19262) 6 years ago
Péter Szilágyi 4f457859a2
core: use headers only where blocks are unnecessary 6 years ago
Péter Szilágyi 054412e335
all: clean up and proerly abstract database access 6 years ago
Felföldi Zsolt c2003ed63b les, les/flowcontrol: improved request serving and flow control (#18230) 6 years ago
gary rong 7fd0ccaa68 core: remove unnecessary fields in logs, receipts and tx lookups (#17106) 6 years ago
Martin Holst Swende 8577b5b020 core: more tests for sidechain import, fixes #19105 (#19113) 6 years ago
Matthew Halpern bf42535d31 core: remove redundant parentheses (#19106) 6 years ago
Péter Szilágyi 940e317094
core: fix pruner panic when importing low-diff-large-sidechain 6 years ago
Péter Szilágyi d6225ab846
cmd/utils, eth: relinquish GC cache to read cache in archive mode 6 years ago
Martin Holst Swende ec3432bccb
core: fix error in block iterator (#18986) 6 years ago
silence 66f0c464cc core: only cache non-nil receipts from the database (#18447) 6 years ago
Péter Szilágyi f25f776c9f
core, light: get rid of the dual mutexes, hard to reason with 6 years ago
gary rong d5cad488be core, eth: fix database version (#18429) 6 years ago