Commit Graph

486 Commits (cbbfa3eac05b816a704ef2e50ab0a7ac8a9c4dcc)

Author SHA1 Message Date
Péter Szilágyi 18c77744ff
all: fix spelling errors 8 years ago
Felix Lange 35a7dcb162 all: gofmt -w -s 8 years ago
Felix Lange d3b751e4d9 trie: remove dependency on ethdb 8 years ago
Felix Lange e171bf74f8 core/types: remove redundant SignECDSA wrappers, rename to SignTx 8 years ago
Jeffrey Wilcke 4dca5d4db7 core/types, params: EIP#155 8 years ago
Jeffrey Wilcke 445feaeef5 core, core/state, trie: EIP158, reprice & skip empty account write 8 years ago
zsfelfoldi 7db7109a5b cmd, eth: added light client and light server modes 8 years ago
Péter Szilágyi e1b4acfb6e
eth/downloader: clear pending requests when switching trie root 8 years ago
Péter Szilágyi 8ecee175f2
eth/downloader: lower a state sync log level (users freak out) 8 years ago
Péter Szilágyi 8b10617bba
eth/downloader: reduce fast sync block requirements, fix test 8 years ago
Péter Szilágyi 90b16a3e85
core/state, eth/downloader, trie: reset fast-failure on progress 8 years ago
Péter Szilágyi 53db80da89
eth/downloader: fix a data race in a log output 8 years ago
Péter Szilágyi 1291778032
cmd/geth, code, eth/downloader: tune import logs and mem stats 8 years ago
Péter Szilágyi 64500ab0fa
common, core, eth/downloader: adjust import log formatting 8 years ago
Felix Lange 40cdcf1183 trie, core/state: improve memory usage and performance (#3135) 8 years ago
Péter Szilágyi 2924fdfcf7 ethereum, ethclient: add SyncProgress API endpoint 8 years ago
Bas van Kervel 47ff813012 rpc: refactor subscriptions and filters 8 years ago
Péter Szilágyi 8f0a4a25f8 eth/downloader: abort sync if master drops (timeout prev) 8 years ago
Péter Szilágyi 071af57bcf eth, eth/downloader: don't forward the DAO challenge header 8 years ago
Péter Szilágyi d68865f3b1 eth/downloader: fewer headers and futures too un ancestor lookup 8 years ago
Péter Szilágyi 1dd272080d eth, eth/downloader: better remote head tracking 8 years ago
Péter Szilágyi c7c82f1b44 eth/downloader: fix the stall checks/drops during sync 8 years ago
Felix Lange 016007bd25 eth, eth/downloader, eth/fetcher: delete eth/61 code 8 years ago
Péter Szilágyi 3291235711 accounts, core, eth: pass chain config for chain maker to test DAO 8 years ago
Péter Szilágyi a691aa2a13 eth/downloader: return invalid chain (peer drop) on import fails 8 years ago
Péter Szilágyi 783289068a eth/downloader: fix occasional fast sync critical section test fails 8 years ago
Péter Szilágyi 88f174a014 eth/downloader: adaptive quality of service tuning 8 years ago
Péter Szilágyi 61ee9f299d eth/downloader: make fast sync resilient to critical section fails 8 years ago
Péter Szilágyi 4496a44f68 eth/downloader: ensure cancel channel is closed post sync 8 years ago
Péter Szilágyi 4f1d92b332 eth/downloader, trie: pull head state concurrently with chain 8 years ago
Péter Szilágyi 8906b2fe09 eth/downloader: fix reviewer comments 8 years ago
Péter Szilágyi e86619e75d eth/downloader: stream partial skeleton filling to processor 8 years ago
Péter Szilágyi b40dc8a1da eth/downloader: implement concurrent header downloads 8 years ago
Péter Szilágyi 39ce85cf5d eth/downloader: bound fork ancestry and allow heavy short forks 8 years ago
Felix Lange a40e61b4ac rpc: remove NotifierContextKey 9 years ago
Felix Lange 6fdd0893c3 all: fix go vet warnings 9 years ago
Felix Lange d04a2e7557 all: update license information 9 years ago
Bas van Kervel f7328c5ecb rpc: add pub/sub support 9 years ago
Leif Jurvetson 434e4b31d8 core, eth: replace reorganiz with reorganis 9 years ago
Leif Jurvetson bbbe2360d0 eth: various typos 9 years ago
Péter Szilágyi e3f2b541f2 eth/downloader: fix a throughput estimation data race 9 years ago
Péter Szilágyi 64ee5763ee eth/downloader: fix premature exit before notifying all part fetchers 9 years ago
Felix Lange 26e72b2ccd eth/downloader: fix header download limiting 9 years ago
Péter Szilágyi 93c0012000 eth/downloader: bump the download queue size to prevent starvation 9 years ago
Ricardo Catalinas Jiménez 436fc8d76a all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 9 years ago
Péter Szilágyi 216729009b eth/downloader: fix partial rollback and ancestor lookup 9 years ago
Péter Szilágyi 59cd60b266 eth, eth/downloader, jsre: surface state sync progress through the API 9 years ago
Péter Szilágyi f1ec226d80 eth/downloader: raise pending state limit that prevented concurrency 9 years ago
Bas van Kervel 19b2640e89 rpc: migrated the RPC insterface to a new reflection based RPC layer 9 years ago
Péter Szilágyi 9e011ff1cd core, eth/downloader: ensure state presence in ancestor lookup 9 years ago