- 18 Nov, 2015 1 commit
- 
- 
Jeffrey Wilcke authoredThis removes the burden on a single object to take care of all validation and state processing. Now instead the validation is done by the `core.BlockValidator` (`types.Validator`) that takes care of both header and uncle validation through the `ValidateBlock` method and state validation through the `ValidateState` method. The state processing is done by a new object `core.StateProcessor` (`types.Processor`) and accepts a new state as input and uses that to process the given block's transactions (and uncles for rewords) to calculate the state root for the next block (P_n + 1). 
 
- 
- 11 Nov, 2015 1 commit
- 
- 
Jeffrey Wilcke authoredcmd/geth, cmd/utils: surface the light KDF flag to the CLI 
 
- 
- 10 Nov, 2015 1 commit
- 
- 
Péter Szilágyi authored
 
- 
- 06 Nov, 2015 2 commits
- 
- 
Jeffrey Wilcke authoredrpc/api: fix #1972 api regression (nil eth panic) in attach 
- 
Péter Szilágyi authored
 
- 
- 05 Nov, 2015 12 commits
- 
- 
Jeffrey Wilcke authoredevent/filter: fix data race in the test 
- 
Jeffrey Wilcke authoredeth: fix error casting regression during database open 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Felix Lange authoredcmd/geth: fix recover command crash if no param is supplied 
- 
Felix Lange authoredwhisper: fix datarace in expiration test 
- 
Felix Lange authoredjsre: fix #1876, sleep too short on a slow test server 
- 
Felix Lange authoredtests: fix data race in bad-block-report disabling during tests 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
 
- 
- 04 Nov, 2015 3 commits
- 
- 
Jeffrey Wilcke authoredeth/downloader: fix dysfunctional ignore list hidden by generic set 
- 
Péter Szilágyi authored
- 
Jeffrey Wilcke authoredeth, p2p, rpc/api: polish protocol info gathering 
 
- 
- 03 Nov, 2015 5 commits
- 
- 
Jeffrey Wilcke authoredaccounts/abi: ABI fixes & added types 
- 
Jeffrey Wilcke authoredInfinite loop in filters 
- 
Jeffrey Wilcke authored
- 
Felix Lange authoredcrypto/secp256k1: add C compiler flags for pkgsrc 
- 
Felix Lange authoredpkgsrc is a cross-platform package manager that also supports OS X. 
 
- 
- 31 Oct, 2015 2 commits
- 
- 
Jeffrey Wilcke authoredminer: synchronise start / stop 
- 
Jeffrey Wilcke authoredThis PR fixes an issue where the remote worker was stopped twice and not properly handled. This adds a synchronised running check to the start and stop methods preventing closing of a channel more than once. 
 
- 
- 30 Oct, 2015 4 commits
- 
- 
Jeffrey Wilcke authoredeth: added new testnet peers 
- 
Jeffrey Wilcke authoredcmd/geth, cmd/utils, eth: group CLI flags by purpose 
- 
Péter Szilágyi authored
- 
Jeffrey Wilcke authored
 
- 
- 29 Oct, 2015 9 commits
- 
- 
Jeffrey Wilcke authoredGodeps: upgrade github.com/huin/goupnp 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Jeffrey Wilcke authoredChanged field `input` to new `inputs`. Addad Hash and Address as input types. Added bytes[N] and N validation 
- 
Jeffrey Wilcke authoredFix for xeth OOM issue 
- 
Bas van Kervel authored
- 
Felix Lange authoredThere are a bunch of changes required to make this work: - in miner: allow unregistering agents, fix RemoteAgent.Stop - in eth/filters: make FilterSystem.Stop not crash - in rpc/comms: move listen loop to platform-independent code Fixes #1930. I ran the shell loop there for a few minutes and didn't see any changes in the memory profile. 
- 
Jeffrey Wilcke authoredArgument parsing can lead to panic in rpc channel 
- 
Jeffrey Wilcke authoredeth: don't block sync goroutines that short circuit 
 
-