- 14 Jan, 2016 1 commit
- 
- 
Jeffrey Wilcke authoredcore/state: always commit in batches, just finish if not needed later 
 
- 
- 13 Jan, 2016 1 commit
- 
- 
Péter Szilágyi authored
 
- 
- 11 Jan, 2016 2 commits
- 
- 
Felix Lange authoredcore: fix invalid state reuse in chain maker based tests 
- 
Péter Szilágyi authored
 
- 
- 08 Jan, 2016 2 commits
- 
- 
Felix Lange authoredcommon: Fix HomeDir detection 
- 
Lefteris Karapetsas authoredI 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. 
 
- 
- 05 Jan, 2016 3 commits
- 
- 
Jeffrey Wilcke authoredcore, eth/downloader: ensure state presence in ancestor lookup 
- 
Jeffrey Wilcke authoredcore: transaction invalidation and reorganization fixes 
- 
Péter Szilágyi authored
 
- 
- 04 Jan, 2016 1 commit
- 
- 
Péter Szilágyi authored
 
- 
- 30 Dec, 2015 2 commits
- 
- 
Felix Lange authoredeth/downloader: throttling tests are time-sensitive, don't run parallel 
- 
Péter Szilágyi authored
 
- 
- 18 Dec, 2015 8 commits
- 
- 
Jeffrey Wilcke authoredcommon: remove old RLP implementation, Value and ExtPackage 
- 
Jeffrey Wilcke authoredconsole crash on nil ptr 
- 
Bas van Kervel authoredconsole: bugfix that causes the console to crash when connection to an endpoint without the personal api enabled 
- 
Jeffrey Wilcke authoredLight state 
- 
Felix Lange authoredIn order to make this happen, kill all remaining trivial uses of common/{rlp,value}.go. The non-trivial ones have been updated earlier.
- 
Felix Lange authored
- 
Felix Lange authoredThe test chain generated by makeChainFork included invalid uncle headers, crashing the generator during the state commit. The headers were invalid because they used the iteration counter as the block number, even though makeChainFork uses a block with number > 0 as the parent. Fix this by introducing BlockGen.Number, which allows accessing the actual number of the block being generated. 
- 
Jeffrey Wilcke authoredp2p: resolve incomplete dial targets 
 
- 
- 17 Dec, 2015 7 commits
- 
- 
Felix Lange authoredThe test expected the timeout to fire after a matcher for the response was added, but the timeout is random and fired sooner sometimes. 
- 
Felix Lange authoredThis change makes it possible to add peers without providing their IP address. The endpoint of the target node is resolved using the discovery protocol. 
- 
Felix Lange authoredThis change simplifies the dial scheduling logic because it no longer needs to track whether the discovery table has been bootstrapped. 
- 
Felix Lange authored
- 
zsfelfoldi authored
- 
Jeffrey Wilcke authoredcore: tx pool skip price validation for "owned" transactions 
- 
Jeffrey Wilcke authoredeth: fix #2076, where end of hash query was interpreted number query 
 
- 
- 16 Dec, 2015 4 commits
- 
- 
Felix Lange authoredrpc: optionally passing context argument to rpc v2 api methods 
- 
Péter Szilágyi authored
- 
zsfelfoldi authored
- 
zsfelfoldi authored
 
- 
- 15 Dec, 2015 1 commit
- 
- 
Felix Lange authoredcore, eth, node, rpc: port the admin and debug API 
 
- 
- 14 Dec, 2015 5 commits
- 
- 
Felix Lange authoredMakefile, cmd/geth: support building Android archives 
- 
Péter Szilágyi authored
- 
Felix Lange authoredrpc: new RPC implementation with pub/sub support 
- 
Bas van Kervel authored
- 
Péter Szilágyi authored
 
- 
- 10 Dec, 2015 1 commit
- 
- 
Jeffrey Wilcke authoredcrypto: "Crypto" -> "crypto" in web3 key format 
 
- 
- 09 Dec, 2015 1 commit
- 
- 
Felix Lange authoredMakefile, cmd/geth: assemble ios xcode frameworks 
 
- 
- 08 Dec, 2015 1 commit
- 
- 
Péter Szilágyi authored
 
-