Commit Graph

730 Commits (2425a748ff6aad4e71b696db193eb8a8c0f6bb5b)

Author SHA1 Message Date
Péter Szilágyi ff697e82dc [release/1.4.17] core, eth, internal, miner: optimize txpool for quick ops 8 years ago
Péter Szilágyi df64a9f5ef [release/1.4.17] core, eth, miner: only retain 1 tx/nonce, remove bad ones 8 years ago
Péter Szilágyi f7e6fb7d1c [release/1.4.16] eth: monitor malicious header retrieval requests 8 years ago
Péter Szilágyi f50c2a5c70 [release/1.4.14] core, eth, trie: reuse trie journals in all our code 8 years ago
Felix Lange dc2b23c869 [release/1.4.13] core/state: track all accounts in canon state 8 years ago
Bas van Kervel c4ed34f008 [release/1.4.11] core: ensure the canonical block is written before the canonical hash is set 8 years ago
Péter Szilágyi c4e4baf668 [release/1.4.11] eth/downloader: fewer headers and futures too un ancestor lookup 8 years ago
Péter Szilágyi 86493f9103 [release/1.4.11] eth/downloader: abort sync if master drops (timeout prev) 8 years ago
Péter Szilágyi 6c672a55c0 [release/1.4.11] eth, eth/downloader: don't forward the DAO challenge header 8 years ago
Péter Szilágyi 48709d5340 [release/1.4.11] eth, eth/downloader: better remote head tracking 8 years ago
Felix Lange 65da8f601f [release/1.4.11] eth, eth/downloader, eth/fetcher: delete eth/61 code 8 years ago
Péter Szilágyi 9eb2873a9c [release/1.4.11] eth/downloader: fix the stall checks/drops during sync 8 years ago
Péter Szilágyi 08a7cd74da [release/1.4.11] eth: cancel DAO challenge on peer drop (annoying log) 8 years ago
Henning Diedrich 35d479b6d3 [release/1.4.11] eth: fix #2710 filter races 8 years ago
Péter Szilágyi 1d6b65cd84 [release/1.4.10] cmd/utils, eth: display the user's current fork, minor text tweak 8 years ago
Péter Szilágyi 1b2941cd56 [release/1.4.10] cmd, core, eth, miner, params, tests: finalize the DAO fork 8 years ago
Péter Szilágyi b8c0883770 [release/1.4.10] accounts, core, eth: pass chain config for chain maker to test DAO 8 years ago
Péter Szilágyi 8c20fe17bd [release/1.4.10] core, eth: enforce network split post DAO hard-fork 8 years ago
Péter Szilágyi 3dd46bc884 [release/1.4.10] cmd, core, eth, params: implement flags to control dao fork blocks 8 years ago
Péter Szilágyi d0668838b9 [release/1.4.10] eth/downloader: return invalid chain (peer drop) on import fails 8 years ago
Péter Szilágyi 98095efe88 [release/1.4.10] eth: disable eth/61 to prepare for more elaborate fork sync algos 8 years ago
Jeffrey Wilcke f7fdfa4eac [release/1.4.7] core/state, eth: Updated suicides objects when tracing transactions 9 years ago
Péter Szilágyi 0405f728c6 [release/1.4.7] eth/downloader: fix occasional fast sync critical section test fails 9 years ago
Péter Szilágyi ecb8e23e88 [release/1.4.6] eth: don't accept transactions until we sync up with the network 9 years ago
Péter Szilágyi 058c5fe960 [release/1.4.6] eth/downloader: adaptive quality of service tuning 9 years ago
Péter Szilágyi a29bdf547c [release/1.4.6] eth/downloader: make fast sync resilient to critical section fails 9 years ago
Péter Szilágyi cd134178f7 [release/1.4.6] eth/downloader: ensure cancel channel is closed post sync 9 years ago
Péter Szilágyi 4918c820c6 [release/1.4.6] eth/downloader, trie: pull head state concurrently with chain 9 years ago
Felix Lange 9ccb70da7b [release/1.4.6] eth: enable bad block reports 9 years ago
Rémy Roy 7a4073a758 [release/1.4.6] eth/api: fixed GetCompilers when there is no error creating Solc 9 years ago
Péter Szilágyi 170036289b [release/1.4.6] eth/downloader: fix reviewer comments 9 years ago
Péter Szilágyi 8ebbd9b7c7 [release/1.4.6] eth/downloader: stream partial skeleton filling to processor 9 years ago
Péter Szilágyi 7df36e5ec1 [release/1.4.6] eth/downloader: implement concurrent header downloads 9 years ago
Péter Szilágyi 1776c717bf [release 1.4.5] accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and call 9 years ago
Jeffrey Wilcke 0f6e3e873a [release 1.4.5] eth: fixed regression in eth_signTransaction fixes #2578 9 years ago
Bas van Kervel 7a7a5acc9f [release 1.4.5] eth/filter: bugfix which can cause a nil pointer crash when parsing filter arguments 9 years ago
Bas van Kervel b950a2977c [release/1.4.5] eth: add new RPC method (personal.) SignAndSendTransaction 9 years ago
Péter Szilágyi 4c6953606e [release/1.4.4] eth: skip transaction handling during fast sync 9 years ago
Péter Szilágyi efcfa2209b [release/1.4.4] eth/downloader: bound fork ancestry and allow heavy short forks 9 years ago
Felix Lange 56ed6152a1 core, eth, miner: improve shutdown synchronisation 9 years ago
Jeffrey Wilcke 7d59c5c58d eth: fixed tracing functions using the current header instead of parent 9 years ago
Péter Szilágyi 586eddfd09 release, all: integrate the release service into geth 9 years ago
Ales Katona 572da73d4d eth: add personal_importRawKey for runtime private key import 9 years ago
Bas van Kervel 48cc36ce83 eth/filters: ignore logs that don't match filter criteria on chain reorg 9 years ago
Péter Szilágyi cdcbb2f160 accounts/abi/bind, eth: add contract non-existent error 9 years ago
Felix Lange a40e61b4ac rpc: remove NotifierContextKey 9 years ago
Felix Lange 6fdd0893c3 all: fix go vet warnings 9 years ago
Felix Lange 24cdac41f3 core, core/types, eth: add and use Block.Body 9 years ago
Felix Lange d04a2e7557 all: update license information 9 years ago
Péter Szilágyi 53016c1225 eth, rpc: make trace configs optional 9 years ago