- Nov 11, 2015
-
-
Jeffrey Wilcke authored
cmd/geth, cmd/utils: surface the light KDF flag to the CLI
-
- Nov 10, 2015
-
-
Péter Szilágyi authored
-
- Nov 06, 2015
-
-
Jeffrey Wilcke authored
rpc/api: fix #1972 api regression (nil eth panic) in attach
-
Péter Szilágyi authored
-
- Nov 05, 2015
-
-
Jeffrey Wilcke authored
event/filter: fix data race in the test
-
Jeffrey Wilcke authored
eth: fix error casting regression during database open
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Felix Lange authored
cmd/geth: fix recover command crash if no param is supplied
-
Felix Lange authored
whisper: fix datarace in expiration test
-
Felix Lange authored
jsre: fix #1876, sleep too short on a slow test server
-
Felix Lange authored
tests: 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
-
- Nov 04, 2015
-
-
Jeffrey Wilcke authored
eth/downloader: fix dysfunctional ignore list hidden by generic set
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
eth, p2p, rpc/api: polish protocol info gathering
-
- Nov 03, 2015
-
-
Jeffrey Wilcke authored
accounts/abi: ABI fixes & added types
-
Jeffrey Wilcke authored
Infinite loop in filters
-
Jeffrey Wilcke authored
-
Felix Lange authored
crypto/secp256k1: add C compiler flags for pkgsrc
-
Felix Lange authored
pkgsrc is a cross-platform package manager that also supports OS X.
-
- Oct 31, 2015
-
-
Jeffrey Wilcke authored
miner: synchronise start / stop
-
Jeffrey Wilcke authored
This 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.
-
- Oct 30, 2015
-
-
Jeffrey Wilcke authored
eth: added new testnet peers
-
Jeffrey Wilcke authored
cmd/geth, cmd/utils, eth: group CLI flags by purpose
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
-
- Oct 29, 2015
-
-
Jeffrey Wilcke authored
Godeps: upgrade github.com/huin/goupnp
-
Felix Lange authored
-
Felix Lange authored
-
Jeffrey Wilcke authored
Changed field `input` to new `inputs`. Addad Hash and Address as input types. Added bytes[N] and N validation
-
Jeffrey Wilcke authored
Fix for xeth OOM issue
-
Bas van Kervel authored
-
Felix Lange authored
There 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 authored
Argument parsing can lead to panic in rpc channel
-
Jeffrey Wilcke authored
eth: don't block sync goroutines that short circuit
-
Bas van Kervel authored
check argument type before parsing params recover from panic in ipc channel
-