Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Godeps, vendor: convert dependency management to trash (#3198) | Péter Szilágyi | 2016-10-29 | 763 | -407615/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | This commit converts the dependency management from Godeps to the vendor folder, also switching the tool from godep to trash. Since the upstream tool lacks a few features proposed via a few PRs, until those PRs are merged in (if), use github.com/karalabe/trash. You can update dependencies via trash --update. All dependencies have been updated to their latest version. Parts of the build system are reworked to drop old notions of Godeps and invocation of the go vet command so that it doesn't run against the vendor folder, as that will just blow up during vetting. The conversion drops OpenCL (and hence GPU mining support) from ethash and our codebase. The short reasoning is that there's noone to maintain and having opencl libs in our deps messes up builds as go install ./... tries to build them, failing with unsatisfied link errors for the C OpenCL deps. golang.org/x/net/context is not vendored in. We expect it to be fetched by the user (i.e. using go get). To keep ci.go builds reproducible the package is "vendored" in build/_vendor. | ||||
* | Godeps: update github.com/syndtr/goleveldb to 6b4daa5362 | Felix Lange | 2016-10-20 | 28 | -506/+823 |
| | |||||
* | Godeps: update golang.org/x/... | Felix Lange | 2016-08-30 | 118 | -52135/+18832 |
| | |||||
* | Godeps: update github.com/rjeczalik/notify to f627deca7a51 | Felix Lange | 2016-08-05 | 4 | -5/+3 |
| | | | | Fixes #2829 | ||||
* | Godeps: bump github.com/syndtr/goleveldb/... to ab8b5dcf104 | Felix Lange | 2016-07-20 | 5 | -28/+63 |
| | |||||
* | Godeps: update golang.org/x/net/... | Felix Lange | 2016-07-15 | 9 | -486/+381 |
| | | | | | This adds compatibility with Go 1.7, where context has moved into the standard library. | ||||
* | Godeps, rpc: switch back to package npipe | Felix Lange | 2016-07-15 | 19 | -1844/+1171 |
| | | | | | The named pipe implementation from go-winio has some issues that need to be addressed before we can use it again. | ||||
* | Godeps: pull in ethash with the big endian build fix | Péter Szilágyi | 2016-06-13 | 4 | -18/+17 |
| | |||||
* | cmd/geth: codegansta/cli package renamed to urfave/cli | Bas van Kervel | 2016-06-09 | 23 | -614/+1297 |
| | |||||
* | Godeps: add github.com/rjeczalik/notify | Felix Lange | 2016-04-12 | 37 | -0/+4702 |
| | |||||
* | Godeps: add github.com/cspeare/cp | Felix Lange | 2016-04-12 | 4 | -0/+90 |
| | |||||
* | Godeps: pull in the ethash opencl fix | Péter Szilágyi | 2016-04-11 | 6 | -34/+35 |
| | |||||
* | rpc: use go-winio instead of vendoring a named pipe implementation | Felix Lange | 2016-04-04 | 12 | -0/+1845 |
| | |||||
* | accounts/abi/bind, cmd/abigen: Go API generator around an EVM ABI | Péter Szilágyi | 2016-03-24 | 12 | -0/+11289 |
| | |||||
* | Merge pull request #2259 from bas-vk/http | Jeffrey Wilcke | 2016-03-23 | 12 | -0/+800 |
|\ | | | | | rpc/http: improve request handling | ||||
| * | rpc/http: improve request handling | Bas van Kervel | 2016-03-23 | 12 | -0/+800 |
| | | |||||
* | | Godeps: pull in the leveldb upstream write race fix | Péter Szilágyi | 2016-03-11 | 4 | -69/+15 |
|/ | |||||
* | Godeps: update goleveldb to fix a compaction data race | Péter Szilágyi | 2016-03-10 | 27 | -2184/+194 |
| | |||||
* | Godeps: pull in ethash future cache generator | Péter Szilágyi | 2016-03-08 | 2 | -9/+25 |
| | |||||
* | Godeps, eth, tests: update ethash, used shared for testing | Péter Szilágyi | 2016-02-24 | 25 | -3397/+181 |
| | |||||
* | console: seed random number generator | Bas van Kervel | 2016-02-19 | 11 | -46/+797 |
| | |||||
* | Godeps: update all dependencies to latest code | Péter Szilágyi | 2016-02-11 | 659 | -66792/+164083 |
| | |||||
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 32 | -1267/+2268 |
| | |||||
* | rpc/v2: optionally passing context argument to rpc v2 api methods | zsfelfoldi | 2015-12-16 | 4 | -0/+1052 |
| | |||||
* | Makefile: support library build modes | Péter Szilágyi | 2015-11-25 | 2 | -1/+3 |
| | |||||
* | Makefile: add support for iOS cross compilation | Péter Szilágyi | 2015-11-24 | 7 | -15/+35 |
| | |||||
* | Merge pull request #1949 from karalabe/update-command-usage | Jeffrey Wilcke | 2015-10-30 | 16 | -1753/+320 |
|\ | | | | | cmd/geth, cmd/utils, eth: group CLI flags by purpose | ||||
| * | cmd/geth, cmd/utils, eth: group CLI flags by purpose | Péter Szilágyi | 2015-10-30 | 16 | -1753/+320 |
| | | |||||
* | | Godeps: upgrade github.com/huin/goupnp to 90f71cb5 | Felix Lange | 2015-10-30 | 15 | -2234/+10216 |
|/ | |||||
* | godeps: update ethash following GPU miner merge | Gustav Simonsson | 2015-10-16 | 4 | -2/+53 |
| | |||||
* | all: Add GPU mining, disabled by default | Gustav Simonsson | 2015-10-07 | 26 | -15/+6540 |
| | |||||
* | Merge pull request #1792 from jeffallen/uuid | Felix Lange | 2015-09-14 | 18 | -13/+234 |
|\ | | | | | Change go-uuid to use the current supported repository. | ||||
| * | Change go-uuid to use the current supported repository. | Jeff R. Allen | 2015-09-12 | 18 | -13/+234 |
| | | |||||
* | | godeps: pull in ethash android fix | Péter Szilágyi | 2015-09-11 | 6 | -3/+4 |
|/ | |||||
* | Pull in ethash and go-isatty updates | Steven Dee | 2015-09-01 | 9 | -4/+20 |
| | | | | Fixes build on OpenBSD. | ||||
* | Revert "fdtrack: temporary hack for tracking file descriptor usage" | Jeffrey Wilcke | 2015-08-20 | 4 | -27/+0 |
| | | | | This reverts commit 5c949d3b3ba81ea0563575b19a7b148aeac4bf61. | ||||
* | cmd/geth, jsre: restore command line editing on windows | Felix Lange | 2015-08-12 | 21 | -659/+1695 |
| | | | | | | | | | | | | | PR #856 broke command line editing by wrapping stdout with a filter that interprets ANSI escape sequences to fix colored printing on windows. Implement the printer in Go instead so it can do its own platform-dependent coloring. As a nice side effect, the JS console is now noticeably more responsive when printing results. Fixes #1608 Fixes #1612 | ||||
* | fdtrack: temporary hack for tracking file descriptor usage | Felix Lange | 2015-08-04 | 4 | -0/+27 |
| | | | | | Package fdtrack logs statistics about open file descriptors. This should help identify the source of #1549. | ||||
* | Godeps: use BSD-licensed version of gopkg.in/karalabe/cookiejar.v2 | Felix Lange | 2015-07-24 | 5 | -53/+17 |
| | |||||
* | common: remove config.go | Felix Lange | 2015-07-24 | 14 | -1054/+0 |
| | | | | | The code in config.go is unused. The main reason for removing it is to get rid github.com/rakyll/goini in Godeps (it has no license). | ||||
* | deps: Added golang-lru | obscuren | 2015-06-30 | 6 | -1/+718 |
| | |||||
* | Merge pull request #1321 from karalabe/cut-it-open-3000 | Jeffrey Wilcke | 2015-06-25 | 366 | -330446/+12611 |
|\ | | | | | Metrics collecting and reporting support | ||||
| * | Godeps: remove mist remnants, add termui deps | Péter Szilágyi | 2015-06-24 | 318 | -330446/+7180 |
| | | |||||
| * | godeps: pull in go-metrics | Péter Szilágyi | 2015-06-24 | 49 | -0/+5431 |
| | | |||||
* | | Update Ethash Godeps | Gustav Simonsson | 2015-06-24 | 5 | -19/+54 |
|/ | |||||
* | Update ethash Godep (again) | Gustav Simonsson | 2015-06-17 | 3 | -12/+23 |
| | |||||
* | Update ethash Godep | Gustav Simonsson | 2015-06-16 | 16 | -13958/+76 |
| | |||||
* | Godeps: update github.com/huin/goupnp to 5cff77a69fb22f5 | Felix Lange | 2015-06-05 | 2 | -4/+7 |
| | | | | This includes a fix adding a timeout to router discovery requests. | ||||
* | Godeps: add github.com/davecgh/go-spew | Felix Lange | 2015-05-25 | 16 | -0/+5776 |
| | |||||
* | Merge pull request #960 from fjl/nat-fixes | Jeffrey Wilcke | 2015-05-14 | 138 | -1/+189186 |
|\ | | | | | p2p/nat: fix UPnP auto discovery | ||||
| * | Godeps: bump github.com/huin/goupnp to c57ae84 | Felix Lange | 2015-05-14 | 138 | -1/+189186 |
| | | |||||
* | | Make read of ethash hashrate atomic and update ethash godep | Gustav Simonsson | 2015-05-14 | 3 | -108/+45 |
|/ | |||||
* | Merge pull request #863 from karalabe/ordered-block-download | Jeffrey Wilcke | 2015-05-08 | 6 | -0/+471 |
|\ | | | | | eth/downloader: prioritize block fetch based on chain position, cap memo... | ||||
| * | eth/downloader: fix priority queue reset, add throttling test | Péter Szilágyi | 2015-05-07 | 5 | -21/+63 |
| | | |||||
| * | eth/downloader: prioritize block fetch based on chain position, cap memory use | Péter Szilágyi | 2015-05-07 | 6 | -0/+429 |
| | | |||||
* | | Update ethash deps (more build fixes, tests) | Gustav Simonsson | 2015-05-08 | 8 | -21/+65 |
|/ | |||||
* | Add ethash linux & windows build fixes | Gustav Simonsson | 2015-05-06 | 5 | -10/+11 |
| | |||||
* | Update ethash Godeps files | Gustav Simonsson | 2015-05-05 | 39 | -2353/+3369 |
| | |||||
* | cmd/geth: fix #853 colorize console output in windows | Péter Szilágyi | 2015-05-05 | 9 | -0/+751 |
| | |||||
* | godeps: update leveldb and snappy, dump serpent-go | Péter Szilágyi | 2015-04-28 | 155 | -10106/+7571 |
| | |||||
* | updated ethash | obscuren | 2015-04-18 | 2 | -4/+4 |
| | |||||
* | Updated ethash | obscuren | 2015-04-07 | 16 | -261/+315 |
| | |||||
* | updated ethash. closes 646 | obscuren | 2015-04-06 | 2 | -3/+2 |
| | |||||
* | Update ethash | obscuren | 2015-04-05 | 21 | -128/+745 |
| | |||||
* | Update Godeps | Taylor Gerring | 2015-03-30 | 16 | -0/+954 |
| | |||||
* | updated ethash | obscuren | 2015-03-25 | 16 | -1109/+239 |
| | |||||
* | updated deps | obscuren | 2015-03-25 | 25 | -288/+1194 |
| | |||||
* | Update ethash lib | Gustav Simonsson | 2015-03-24 | 19 | -1674/+1268 |
| | |||||
* | Merge pull request #536 from zsfelfoldi/develop | Jeffrey Wilcke | 2015-03-23 | 137 | -13101/+4953 |
|\ | | | | | using robertkrimen/otto, godeps updated | ||||
| * | using robertkrimen/otto, godeps updated | zsfelfoldi | 2015-03-20 | 137 | -13101/+4953 |
| | | |||||
* | | fixed ethash | obscuren | 2015-03-20 | 2 | -4/+4 |
| | | |||||
* | | updated ethash | obscuren | 2015-03-20 | 16 | -237/+1107 |
|/ | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -3/+3 |
| | |||||
* | updated godep ethash | obscuren | 2015-03-16 | 2 | -4/+6 |
| | |||||
* | Updated ethash | obscuren | 2015-03-14 | 30 | -597/+1254 |
| | |||||
* | Godeps: bump github.com/codegangsta/cli | Felix Lange | 2015-03-10 | 5 | -11/+42 |
| | |||||
* | 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 |