| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed issue in peer window | obscuren | 2015-02-14 | 1 | -1/+1 |
* | wip | obscuren | 2015-02-13 | 2 | -26/+53 |
|\ |
|
| * | cmd/ethereum, cmd/mist, eth, p2p: use package p2p/nat | Felix Lange | 2015-02-13 | 2 | -18/+20 |
| * | cmd/mist, cmd/ethereum: add CLI arguments for node key | Felix Lange | 2015-02-10 | 2 | -7/+33 |
| * | cmd/ethereum, cmd/mist: add flag for discovery bootstrap nodes | Felix Lange | 2015-02-07 | 2 | -3/+4 |
| * | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 1 | -3/+2 |
* | | merge | obscuren | 2015-02-13 | 2 | -6/+8 |
|\| |
|
| * | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-02-06 | 2 | -3/+3 |
| |\ |
|
| | * | Move hardcoded seed node address to app flag | Taylor Gerring | 2015-02-03 | 2 | -3/+3 |
| * | | Use different default RPC port per #186 | Taylor Gerring | 2015-02-05 | 1 | -1/+1 |
| |/ |
|
| * | Bumped version number | obscuren | 2015-01-30 | 1 | -1/+1 |
| * | Update CLI to use new Websocket RPC | Taylor Gerring | 2015-01-28 | 2 | -1/+3 |
* | | Add LogFormat flag | Taylor Gerring | 2015-01-22 | 2 | -0/+3 |
|/ |
|
* | Add defer rescued back in | obscuren | 2015-01-16 | 1 | -0/+5 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -1/+3 |
* | Added version flag | obscuren | 2015-01-07 | 2 | -0/+17 |
* | Added license headers | obscuren | 2015-01-06 | 3 | -49/+58 |
* | Fixed peer window. Minor tweaks and fixes | obscuren | 2015-01-06 | 1 | -1/+1 |
* | Merge | obscuren | 2015-01-06 | 2 | -8/+14 |
* | Version bump | obscuren | 2015-01-04 | 1 | -1/+1 |
* | Cleaned up some of that util | obscuren | 2015-01-04 | 1 | -30/+18 |
* | Fixed bug where logging could crash client during tx adding | obscuren | 2015-01-03 | 1 | -0/+1 |
* | export => import | obscuren | 2014-12-24 | 1 | -1/+1 |
* | merge | obscuren | 2014-12-24 | 1 | -1/+1 |
|\ |
|
| * | Bump | obscuren | 2014-12-24 | 1 | -1/+1 |
* | | Switched to new trie | obscuren | 2014-12-24 | 1 | -3/+3 |
* | | Moved import to utils | obscuren | 2014-12-23 | 1 | -18/+2 |
* | | Close the file | obscuren | 2014-12-23 | 1 | -0/+2 |
* | | Decode from stream directly | obscuren | 2014-12-23 | 1 | -3/+2 |
* | | Chain importer | obscuren | 2014-12-23 | 2 | -1/+29 |
* | | Refactored block & Transaction | obscuren | 2014-12-23 | 1 | -6/+0 |
* | | Merge branch 'develop' into poc8 | obscuren | 2014-12-20 | 2 | -2/+2 |
|\| |
|
| * | Increased peer from 10 to 30 | obscuren | 2014-12-20 | 1 | -1/+1 |
| * | version bump | obscuren | 2014-12-19 | 1 | -1/+1 |
* | | Merged develop | obscuren | 2014-12-18 | 1 | -1/+1 |
|\| |
|
| * | Updated to new methods | obscuren | 2014-12-18 | 1 | -1/+1 |
* | | resolve merge conflict hell | zelig | 2014-12-15 | 1 | -5/+0 |
* | | adapt cmd/cli to new backend | zelig | 2014-12-15 | 1 | -0/+5 |
* | | new cli options | zelig | 2014-12-15 | 2 | -4/+6 |
* | | import eth pkg | zelig | 2014-12-15 | 2 | -2/+2 |
|/ |
|
* | upped proto version and modified block pool | obscuren | 2014-12-05 | 1 | -1/+1 |
* | Upped protocol version | obscuren | 2014-12-04 | 1 | -1/+1 |
* | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 1 | -1/+1 |
* | merge | obscuren | 2014-12-03 | 1 | -1/+1 |
|\ |
|
| * | Fixed mem error in vm. Fixed logs tests | obscuren | 2014-12-03 | 1 | -1/+1 |
* | | Fixed merge | obscuren | 2014-11-29 | 1 | -1/+2 |
|\| |
|
| * | updated PV | obscuren | 2014-11-29 | 1 | -1/+1 |
| * | Updated main.go - fix for broken develop build | Eric Robitaille | 2014-11-21 | 1 | -1/+1 |
* | | Fixed tests for 'types' | obscuren | 2014-11-19 | 1 | -3/+2 |
* | | formatting update per gofmt | Taylor Gerring | 2014-11-16 | 1 | -7/+7 |
* | | Remove failing Printf | Taylor Gerring | 2014-11-15 | 1 | -1/+2 |
|/ |
|
* | Version bump | obscuren | 2014-11-14 | 1 | -1/+1 |
* | Transaction execution fixes | obscuren | 2014-11-12 | 1 | -1/+1 |
* | Version bump | obscuren | 2014-11-04 | 1 | -1/+1 |
* | all: fix rename breakage | Felix Lange | 2014-11-01 | 1 | -2/+1 |
* | Moved utils to cmd | obscuren | 2014-10-31 | 2 | -2/+2 |
* | ethlog => logger | obscuren | 2014-10-31 | 4 | -10/+11 |
* | ethcrypto => crypto | obscuren | 2014-10-31 | 1 | -2/+2 |
* | Removed events from the state manager | obscuren | 2014-10-29 | 1 | -0/+2 |
* | cmd/*: add license headers | Felix Lange | 2014-10-23 | 7 | -0/+119 |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 8 | -0/+621 |