- Nov 05, 2015
-
-
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
-
- Oct 28, 2015
-
-
Felix Lange authored
cmd/utils, crypto: add --lightkdf flag for lighter KDF
-
Henning Diedrich authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
makefile: fix evm ld flags, pass them to xgo too
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
rpc api: eth_getNatSpec
-
Jeffrey Wilcke authored
eth, xeth: fix GasPriceOracle goroutine leak
-
- Oct 27, 2015
-
-
Felix Lange authored
XEth.gpo was being initialized as needed. WithState copies the XEth struct including the gpo field. If gpo was nil at the time of the copy and Call or Transact were invoked on it, an additional GPO listenLoop would be spawned. Move the lazy initialization to GasPriceOracle instead so the same GPO instance is shared among all created XEths. Fixes #1317 Might help with #1930
-
- Oct 26, 2015
-
-
Vincent G authored
-
Viktor Trón authored
* xeth, rpc: implement eth_getNatSpec for tx confirmations * rename silly docserver -> httpclient * eth/backend: httpclient now accessible via eth.Ethereum init-d via config.DocRoot * cmd: introduce separate CLI flag for DocRoot (defaults to homedir) * common/path: delete unused assetpath func, separate HomeDir func
-
- Oct 25, 2015
-
-
Vincent G authored
-
Jeffrey Wilcke authored
tests: update JSON files, add new wrappers
-