Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated ethash | obscuren | 2015-03-08 | 2 | -4/+2 |
| | |||||
* | Merge pull request #433 from fjl/newcli | Felix Lange | 2015-03-06 | 47 | -2266/+6034 |
|\ | | | | | Improved CLI | ||||
| * | Godeps: add github.com/peterh/liner | Felix Lange | 2015-03-06 | 22 | -0/+2579 |
| | | |||||
| * | cmd/ethereum: improve command line interface | Felix Lange | 2015-03-06 | 18 | -0/+3455 |
| | | | | | | | | | | | | | | | | | | | | The ethereum command line interface is now structured using subcommands. These separate the different tasks it can perform. Almost all flag names are backwards compatible. The key tasks have not been ported to subcommands since they will be replaced by the new accounts infrastructure very soon. | ||||
| * | Godeps: delete golang.org/x/net/websocket | Felix Lange | 2015-03-06 | 9 | -2266/+0 |
| | | | | | | | | It is no longer imported by any package in our tree. | ||||
* | | Godeps: bump github.com/ethereum/ethash | Felix Lange | 2015-03-06 | 63 | -2534/+3271 |
|/ | | | | This fixes the build. | ||||
* | Introducing ethash | Matthew Wampler-Doty | 2015-03-03 | 38 | -0/+17321 |
| | |||||
* | Update godeps | Taylor Gerring | 2015-02-26 | 10 | -42/+60 |
| | |||||
* | p2p/nat: switch to github.com/huin/goupnp | Felix Lange | 2015-02-17 | 22 | -30/+29 |
| | | | | My temporary fix was merged upstream. | ||||
* | crypto: switch to golang.org/x/crypto | Felix Lange | 2015-02-17 | 8 | -249/+8 |
| | | | | | code.google.com/p/go.crypto is deprecated and will cause problems in future versions of Go. | ||||
* | rpc/ws: switch to golang.org/x/net | Felix Lange | 2015-02-17 | 9 | -9/+95 |
| | | | | | code.google.com/p/go.net is deprecated and will cause problems in future versions of Go. | ||||
* | p2p: fix ecies dependency in tests | Felix Lange | 2015-02-17 | 8 | -1709/+1 |
| | | | | | We forgot to update this reference when moving ecies into the go-ethereum repo. | ||||
* | Update obscuren/qml revision | Taylor Gerring | 2015-02-17 | 2 | -1/+3 |
| | |||||
* | Add versioned dependencies from godep | Taylor Gerring | 2015-02-16 | 667 | -0/+435414 |