- Feb 02, 2016
-
-
Jeffrey Wilcke authored
core, eth, rpc/api: rpc method to inspect the txpool queue
-
- Feb 01, 2016
-
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
p2p/discover: fix Windows-specific issue for larger-than-buffer packets
-
- Jan 31, 2016
-
-
Péter Szilágyi authored
containers/docker/master-alpine: add the legacy gmp lib back for now
-
Péter Szilágyi authored
-
Péter Szilágyi authored
containers: regroup and add Alpine images (31 MB)
-
- Jan 30, 2016
-
-
Péter Szilágyi authored
-
- Jan 28, 2016
-
-
Jeffrey Wilcke authored
internal/debug: APIs for profiling and tracing
-
Jeffrey Wilcke authored
core, core/types, miner: fix transaction nonce-price combo sort
-
Felix Lange authored
The debug package provides an RPC wrapper for glog settings and the debugging facilities of the Go runtime. They can be triggered through both command line flags and the IPC listener.
-
- Jan 26, 2016
-
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
The "result" field of JSON-RPC 2.0 responses was omitted if the result was nil, causing exceptions in web3.js.
-
Jeffrey Wilcke authored
Rpc2 console
-
Bas van Kervel authored
-
- Jan 25, 2016
-
-
Felix Lange authored
logger/glog: improve vmodule
-
- Jan 22, 2016
-
-
Felix Lange authored
On Windows, UDPConn.ReadFrom returns an error for packets larger than the receive buffer. The error is not marked temporary, causing our loop to exit when the first oversized packet arrived. The fix is to treat this particular error as temporary. Fixes: #1579, #2087 Updates: #2082
-
Felix Lange authored
separate and optimize Dockerfile for master and develop
-
Péter Szilágyi authored
-
Vincent G authored
-
- Jan 21, 2016
-
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
This change allows setting the verbosity for directory prefixes using the syntax: --vmodule=eth/=6
-
- Jan 20, 2016
-
-
Jeffrey Wilcke authored
core/vm: resolve circular dependency to debug vm storage
-
Jeffrey Wilcke authored
console: add admin.sleep and admin.sleepBlocks
-
- Jan 19, 2016
-
-
Felix Lange authored
Nodeinfo format Genesis and Header
-
Bas van Kervel authored
-
- Jan 18, 2016
-
-
Bas van Kervel authored
-
- Jan 14, 2016
-
-
Jeffrey Wilcke authored
core/state: always commit in batches, just finish if not needed later
-
- Jan 13, 2016
-
-
Péter Szilágyi authored
-
- Jan 11, 2016
-
-
Péter Szilágyi authored
-
Felix Lange authored
core: fix invalid state reuse in chain maker based tests
-
Péter Szilágyi authored
-
- Jan 08, 2016
-
-
Felix Lange authored
common: Fix HomeDir detection
-
Lefteris Karapetsas authored
I am working on porting geth to [Ubuntu Core](https://developer.ubuntu.com/en/snappy/https://developer.ubuntu.com/en/snappy/). I am testing geth on a Raspberry PI and for Ubuntu Core the $HOME directory is unique for each application. See [here](https://developer.ubuntu.com/en/snappy/guides/filesystem-layout) for more information of their filesystem layout. For some reason in Go `usr.HomeDir` returns a different value than `$HOME` in Ubuntu Core. Adding this at the end of `HomeDir()` ```go fmt.Printf("at HomeDir, user.HomeDir = %s and $HOME is %s\n", usr.HomeDir, os.Getenv("HOME")) ``` gives the following output ``` at HomeDir, user.HomeDir = /home/ubuntu and $HOME is /home/ubuntu/apps/geth.sideload/IJcODREBYbHO ``` With this commit, I propose giving precedence to the `$HOME` environment variable as is also suggested by the [homedir](https://github.com/mitchellh/go-homedir/blob/master/homedir.go) project.
-
- Jan 05, 2016
-
-
Jeffrey Wilcke authored
core, eth/downloader: ensure state presence in ancestor lookup
-
Jeffrey Wilcke authored
core: transaction invalidation and reorganization fixes
-
Péter Szilágyi authored
-
- Jan 04, 2016
-
-
Péter Szilágyi authored
-
- Dec 30, 2015
-
-
Felix Lange authored
eth/downloader: throttling tests are time-sensitive, don't run parallel
-