Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hex conversion in --unlock and log when successful | Gustav Simonsson | 2015-05-13 | 1 | -1/+2 |
| | |||||
* | cmd/geth: bump version to 0.9.20 | obscuren | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Use common.Address type for accounts.Address | Gustav Simonsson | 2015-05-12 | 1 | -5/+4 |
| | |||||
* | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 1 | -3/+2 |
| | |||||
* | cmd/geth, miner, backend, xeth: Fixed miner threads to be settable | obscuren | 2015-05-11 | 1 | -1/+1 |
| | | | | | Miner threads are now settable through the admin interface (closes #897) and specify 0 CPU worker threads when eth_getWork is called (closes #916) | ||||
* | cmd/geth, cmd/mist: version 0.9.19 | obscuren | 2015-05-10 | 1 | -1/+1 |
| | |||||
* | cmd/geth: bump version 0.9.18 | obscuren | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosity | obscuren | 2015-05-09 | 1 | -1/+2 |
| | |||||
* | version 0.9.17v0.9.17 | obscuren | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #840 from karalabe/throttled-dialing | Jeffrey Wilcke | 2015-05-08 | 1 | -0/+1 |
|\ | | | | | p2p: throttled handshakes | ||||
| * | cmd, eth, p2p: introduce pending peer cli arg, add tests | Péter Szilágyi | 2015-05-07 | 1 | -0/+1 |
| | | |||||
* | | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 1 | -2/+18 |
|/ | | | | | | | | | | | | | * common/compiler: solidity compiler + tests * rpc: eth_compilers, eth_compileSolidity + tests * fix natspec test using keystore API, notice exp dynamically changes addr, cleanup * resolver implements registrars and needs to create reg contract (temp) * xeth: solidity compiler. expose getter Solc() and paths setter SetSolc(solcPath) * ethereumApi: implement compiler related RPC calls using XEth - json struct tests * admin: make use of XEth.SetSolc to allow runtime setting of compiler paths * cli: command line flags solc to set custom solc bin path * js admin api with new features debug and contractInfo modules * wiki is the doc https://github.com/ethereum/go-ethereum/wiki/Contracts-and-Transactions | ||||
* | cmd/geth: gofmt screwup fix | obscuren | 2015-05-07 | 1 | -0/+2 |
| | |||||
* | cmd/geth: version bump | obscuren | 2015-05-07 | 1 | -3/+1 |
| | |||||
* | Integrate new ethash API and change geth makedag cmd | Gustav Simonsson | 2015-05-05 | 1 | -6/+28 |
| | |||||
* | cmd/geth: fix #853 colorize console output in windows | Péter Szilágyi | 2015-05-05 | 1 | -2/+12 |
| | |||||
* | cmd/geth, eth: bump version & tmp fix for incorrect TD peers | obscuren | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | cmd/geth: bump version to 0.9.14 | obscuren | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #825 from obscuren/develop | Jeffrey Wilcke | 2015-04-29 | 1 | -1/+1 |
|\ | | | | | core: chain fork fix | ||||
| * | cmd/geth: bump version number | obscuren | 2015-04-29 | 1 | -1/+1 |
| | | |||||
* | | cmd/geth, cmd/mist: use gitCommit in node name | Felix Lange | 2015-04-29 | 1 | -14/+27 |
|/ | |||||
* | geth/main: removed crazy welcome message :-( | obscuren | 2015-04-26 | 1 | -1/+2 |
| | |||||
* | Merge pull request #805 from obscuren/download_improvements | Jeffrey Wilcke | 2015-04-25 | 1 | -1/+1 |
|\ | | | | | eth, eth/downloader: improve downloader and remove asynchronousness | ||||
| * | cmd/geth: bump version number 0.9.12 | obscuren | 2015-04-25 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #773 from ethersphere/frontier/cli | Jeffrey Wilcke | 2015-04-24 | 1 | -13/+17 |
|\ \ | | | | | | | CLI and JS admin changes | ||||
| * | | cli/js console: if corsDomain is not given to startRpc, we fall back to ↵ | zelig | 2015-04-24 | 1 | -2/+2 |
| | | | | | | | | | | | | value set on command line with `-corsDomain` | ||||
| * | | cli: fatal error if no etherbase for mining | zelig | 2015-04-24 | 1 | -1/+3 |
| | | | |||||
| * | | cli: fatal error if rpc could not be started | zelig | 2015-04-24 | 1 | -1/+3 |
| | | | |||||
| * | | cli: clean up flag descriptions, usage docs, account list uses primary and ↵ | zelig | 2015-04-24 | 1 | -9/+9 |
| |/ | | | | | | | indexes, add help line to account subcnd usage | ||||
* / | Smaller frontier cover art | Alexandre Van de Sande | 2015-04-24 | 1 | -1/+1 |
|/ | |||||
* | Changed "Welcome to the Frontier" to something more geeky | Alexandre Van de Sande | 2015-04-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #755 from karalabe/command-flags-cleanup | Jeffrey Wilcke | 2015-04-21 | 1 | -7/+10 |
|\ | | | | | cmd/geth, cmd/utils: add cli flags for pprof and whisper | ||||
| * | cmd/geth, cmd/utils: invert --pprof once more | Péter Szilágyi | 2015-04-21 | 1 | -2/+2 |
| | | |||||
| * | cmd/geth, cmd/utils: use pprof disable flag, start globally | Péter Szilágyi | 2015-04-20 | 1 | -5/+7 |
| | | |||||
| * | cmd/geth, cmd/utils: add cli flags for pprof and whisper. | Péter Szilágyi | 2015-04-20 | 1 | -7/+8 |
| | | |||||
* | | Merge branch 'frontier/natspec' of ↵ | obscuren | 2015-04-21 | 1 | -0/+1 |
|\ \ | |/ |/| | | | https://github.com/ethersphere/go-ethereum into ethersphere-frontier/natspec | ||||
| * | NatSpec cli option, resolver tests passing | zsfelfoldi | 2015-04-20 | 1 | -0/+1 |
| | | |||||
* | | geth: bump version number | obscuren | 2015-04-20 | 1 | -1/+1 |
|/ | |||||
* | geth: added identity flag which allows to set a custom node name | obscuren | 2015-04-19 | 1 | -0/+1 |
| | |||||
* | geth: bump version number | obscuren | 2015-04-18 | 1 | -2/+3 |
| | |||||
* | Merge pull request #700 from bas-vk/issue_650 | Jeffrey Wilcke | 2015-04-13 | 1 | -4/+91 |
|\ | | | | | Added blockchain DB versioning support, closes #650 | ||||
| * | Added blockchain DB versioning support, closes #650 | Bas van Kervel | 2015-04-13 | 1 | -4/+91 |
| | | |||||
* | | Bump | obscuren | 2015-04-11 | 1 | -1/+1 |
| | | |||||
* | | Added pprof | obscuren | 2015-04-10 | 1 | -0/+8 |
|/ | |||||
* | bump | obscuren | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | Support for import/export hex encoded keys, closes #635 | Bas van Kervel | 2015-04-09 | 1 | -2/+1 |
| | |||||
* | updated logging | obscuren | 2015-04-07 | 1 | -8/+6 |
| | |||||
* | v bump | obscuren | 2015-04-05 | 1 | -1/+1 |
| | |||||
* | reflect ethash changes | obscuren | 2015-04-05 | 1 | -1/+1 |
| | |||||
* | bumped version number | obscuren | 2015-04-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' into glog | obscuren | 2015-04-04 | 1 | -1/+1 |
|\ | |||||
| * | version bump | obscuren | 2015-04-03 | 1 | -1/+1 |
| | | |||||
* | | glog wip | obscuren | 2015-04-03 | 1 | -0/+2 |
|/ | |||||
* | Add flag to control CORS header #394 | Taylor Gerring | 2015-03-30 | 1 | -0/+1 |
| | | | | | * Disabled on CLI * http://localhost on Mist | ||||
* | settable etherbase | zelig | 2015-03-27 | 1 | -4/+4 |
| | | | | | | | | - etherbase flag for block reward destination - coinbase => etherbase - CLI- eth Config -> eth, xeth -> RPC / Miner - use primary instead of coinbase as the unlock magic wildcard - accounts: firstAddr/Coinbase -> Primary | ||||
* | renamed ethereum => geth | obscuren | 2015-03-27 | 1 | -0/+516 |