Commit Graph

705 Commits (a29bdf547ceff7f8928c527964db50289d33de3a)

Author SHA1 Message Date
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
Péter Szilágyi bbc77f488e eth: fix single transaction tracing (run prev mutations) 9 years ago
Felix Lange bcd8aeefdd eth: add chaindbProperty to debug API 9 years ago
Felix Lange 46df50be18 accounts: improve API and add documentation 9 years ago
Felix Lange 549f1add29 eth: report unlock errors to RPC clients 9 years ago
Felix Lange 46e8940b19 accounts: streamline API 9 years ago
Felix Lange 85e6c40c00 accounts, crypto: move keystore to package accounts 9 years ago
Péter Szilágyi aceaaa5178 eth: gracefully fail if chain config is missing 9 years ago
Bas van Kervel aa9fff3e68 rpc: various fixes/enhancements 9 years ago
Péter Szilágyi bf1f620343 eth: fix GPU miner chain config regression 9 years ago
Felix Lange cf842b3fe5 cmd/geth, eth: move --genesis deprecation warning to cmd/geth 9 years ago
Bas van Kervel f7328c5ecb rpc: add pub/sub support 9 years ago
Jeffrey Wilcke 1f3596c25a core: transition db now also returns the required gas amount 9 years ago
Jeffrey Wilcke 9055c16efa accounts/a/b/backends, core: chain maker homestead block set to 0 9 years ago
Jeffrey Wilcke f0cbebb19f core: added basic chain configuration 9 years ago
Jeffrey Wilcke 916fe11241 eth: enforce signing hashes using eth_sign instead of arbitrary data 9 years ago
Péter Szilágyi 4326061e35 eth: fix accidental nil panic on nil errors 9 years ago
Péter Szilágyi 6c670eff01 eth: manually convert errors to strings on the trace API (json cannot) 9 years ago
Péter Szilágyi 72826bb5ad accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI 9 years ago
Jeffrey Wilcke 0cfa21fc7f core, eth, cmd: temporary work around for enabling the jit 9 years ago
Jeffrey Wilcke 5f92606be2 eth/api: added root to the receipts 9 years ago
Jeffrey Wilcke 3601320ccd eth, rpc: implemented block debugging rpc calls 9 years ago
Jeffrey Wilcke 14013372ae core: Added EVM configuration options 9 years ago
Péter Szilágyi 0228fb57cd eth, miner: fetch pending block/state in on go (data race) 9 years ago
Leif Jurvetson 434e4b31d8 core, eth: replace reorganiz with reorganis 9 years ago
Leif Jurvetson bbbe2360d0 eth: various typos 9 years ago