Commit Graph

1132 Commits (7b68975a00ee914d91f9c6a56c55a357012ab844)

Author SHA1 Message Date
Péter Szilágyi 2924fdfcf7 ethereum, ethclient: add SyncProgress API endpoint 8 years ago
Péter Szilágyi 0ef327bbee core, eth, internal, miner: optimize txpool for quick ops 8 years ago
Péter Szilágyi 795b70423e core, eth, miner: only retain 1 tx/nonce, remove bad ones 8 years ago
Stein Dekker 4ce83bf57b eth/fetcher: small typo fix (#2932) 8 years ago
Nick Johnson 2f99720901 core/vm, eth: Add support for javascript trace functions 8 years ago
Felix Lange d62d5fe59a accounts/abi/bind: use ethereum interfaces 8 years ago
Nick Johnson 781915f183 core/vm: Refactor tracing to make Tracer the main interface 8 years ago
Péter Szilágyi 454dc9b7c2 eth/fetcher: fix a log message formatting issue 8 years ago
Felix Lange 1a9e66915b common/compiler: simplify solc wrapper 8 years ago
Felix Lange 84d11c19fd eth: remove dapp database remains 8 years ago
Felix Lange 312263c7d9 cmd/utils, node: create account manager in package node 8 years ago
Bas van Kervel 47ff813012 rpc: refactor subscriptions and filters 8 years ago
Bas van Kervel bb8059f6aa core: ensure the canonical block is written before the canonical hash is set 8 years ago
Felix Lange 0c9a858f2d eth: don't call ValidateFields 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
zsfelfoldi 56efed71b5 eth: fixed chaindb upgrade 8 years ago
Péter Szilágyi 91f18ffd47 eth: cancel DAO challenge on peer drop (annoying log) 8 years ago
Péter Szilágyi 993b412160 cmd/utils, eth: display the user's current fork, minor text tweak 8 years ago
Péter Szilágyi 2c2e389b77 cmd, core, eth, miner, params, tests: finalize the DAO fork 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 7f00e8c033 core, eth: enforce network split post DAO hard-fork 8 years ago
Péter Szilágyi 6060e098c9 cmd, core, eth, params: implement flags to control dao fork blocks 8 years ago
Péter Szilágyi a691aa2a13 eth/downloader: return invalid chain (peer drop) on import fails 8 years ago
zsfelfoldi 00787fe781 core: added CheckNonce() to Message interface 8 years ago
Henning Diedrich 51f8ce26cf eth: fix #2710 filter races 8 years ago
Péter Szilágyi ddfef21125 eth: disable eth/61 to prepare for more elaborate fork sync algos 8 years ago
Péter Szilágyi 96dc42d99c cmd, common, console, eth, release: drop redundant "full"s 8 years ago
zsfelfoldi 3a97280ae8 eth: separate common and full node-specific API and backend service 8 years ago
Péter Szilágyi 783289068a eth/downloader: fix occasional fast sync critical section test fails 8 years ago
Jeffrey Wilcke bb3651abc8 core/state, eth: Updated suicides objects when tracing transactions 8 years ago
zsfelfoldi f9917c8c7b core: improved chainDb using sequential keys 8 years ago
Péter Szilágyi 32559ccad1 eth: don't accept transactions until we sync up with the network 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
Felix Lange ca18202eb9 eth: enable bad block reports 8 years ago
Rémy Roy f86ea9aad5 eth/api: fixed GetCompilers when there is no error creating Solc 8 years ago
Bas van Kervel 64a6c2c1b6 eth: add new RPC method (personal.) SignAndSendTransaction 8 years ago
Péter Szilágyi 1580ec1804 accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and call 8 years ago
Péter Szilágyi 8906b2fe09 eth/downloader: fix reviewer comments 8 years ago
Jeffrey Wilcke 4b1a7d3868 eth: fixed regression in eth_signTransaction fixes #2578 8 years ago
Bas van Kervel 67cd4ee8d2 eth/filter: bugfix which can cause a nil pointer crash when parsing filter arguments 8 years ago
Péter Szilágyi d87f7a1e81 eth: skip transaction handling during fast sync 8 years ago
Péter Szilágyi e86619e75d eth/downloader: stream partial skeleton filling to processor 8 years ago