| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/util: lowered default gas price | Jeffrey Wilcke | 2015-07-25 | 1 | -1/+1 |
* | Merge pull request #1510 from fjl/license-fixes | Jeffrey Wilcke | 2015-07-23 | 1 | -2/+2 |
|\ |
|
| * | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -2/+2 |
* | | cmd, core, eth, ethdb: cache flag to allocate memory for db internal use | Péter Szilágyi | 2015-07-22 | 1 | -4/+12 |
|/ |
|
* | cmd, core, eth, common: genesis preparation | Jeffrey Wilcke | 2015-07-10 | 1 | -2/+7 |
* | cmd/geth, cmd/utils: changed ParamsToAddress to return error | Jeffrey Wilcke | 2015-07-07 | 1 | -3/+7 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | cmd,eth,rpc,tests: default coinbase | Jeffrey Wilcke | 2015-07-07 | 1 | -4/+24 |
* | Merge pull request #1283 from ethersphere/frontier/accounts | Jeffrey Wilcke | 2015-07-04 | 1 | -1/+1 |
|\ |
|
| * | unlock multiple passes and obsolete primary | zelig | 2015-07-03 | 1 | -1/+1 |
* | | Merge pull request #1392 from bas-vk/ipcpipelining | Jeffrey Wilcke | 2015-07-03 | 1 | -5/+5 |
|\ \ |
|
| * | | ipcpath issue fix | Bas van Kervel | 2015-07-02 | 1 | -5/+5 |
| |/ |
|
* / | core, miner: miner header validation, transaction & receipt writing | Jeffrey Wilcke | 2015-07-03 | 1 | -1/+1 |
|/ |
|
* | cmd/geth, cmd/utils, eth: advertise both eth/60 and eth/61 | Péter Szilágyi | 2015-07-01 | 1 | -6/+0 |
* | cmd, core, eth, metrics, p2p: require enabling metrics | Péter Szilágyi | 2015-06-30 | 1 | -0/+6 |
* | added RPC start/stop support | Bas van Kervel | 2015-06-22 | 1 | -2/+2 |
* | added batch support to console and attach actions | Bas van Kervel | 2015-06-22 | 1 | -0/+4 |
* | removed old rpc structure and added new inproc api client | Bas van Kervel | 2015-06-22 | 1 | -2/+2 |
* | refactored old rpc structure to new | Bas van Kervel | 2015-06-22 | 1 | -4/+15 |
* | Changed miner and gpo min gas price to 1 szabo | zsfelfoldi | 2015-06-15 | 1 | -6/+6 |
* | fixed saving receipts | zsfelfoldi | 2015-06-15 | 1 | -27/+63 |
* | removed obsolete console flag | Bas van Kervel | 2015-06-12 | 1 | -1/+0 |
* | fixed windows ipc path issue | Bas van Kervel | 2015-06-12 | 1 | -1/+21 |
* | ipc socket always used default path | Bas van Kervel | 2015-06-12 | 1 | -1/+1 |
* | added API/IPC commandline flags | Bas van Kervel | 2015-06-11 | 1 | -0/+33 |
* | core: settable genesis nonce | obscuren | 2015-06-09 | 1 | -1/+12 |
* | cmd/utils, eth: core.NewBlockProcessor no longer needs TxPool | Felix Lange | 2015-06-04 | 1 | -2/+1 |
* | cmd/geth, cmd/utils: rename utils.Get* -> utils.Make* | Felix Lange | 2015-05-28 | 1 | -7/+12 |
* | cmd/geth, cmd/utils: don't use Ethereum for import, export and upgradedb | Felix Lange | 2015-05-28 | 1 | -26/+18 |
* | cmd/geth, cmd/utils, eth, p2p: pass and honor a no discovery flag | Péter Szilágyi | 2015-05-27 | 1 | -1/+5 |
* | automatic DAG pregeneration for smooth epoch transitions | zelig | 2015-05-21 | 1 | -0/+5 |
* | solc now in ethereum, fixes solc path setting; setSolc() didnt work | zelig | 2015-05-20 | 1 | -0/+1 |
* | core: parallelise nonce checking when processing blocks | obscuren | 2015-05-18 | 1 | -1/+1 |
* | cmd/utils: print messages from package log through glog | Felix Lange | 2015-05-14 | 1 | -0/+1 |
* | Change default keystore dir | Gustav Simonsson | 2015-05-13 | 1 | -1/+1 |
* | removed redundant newlines in import block | Bas van Kervel | 2015-05-12 | 1 | -2/+1 |
* | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 1 | -6/+7 |
* | cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosity | obscuren | 2015-05-09 | 1 | -4/+11 |
* | cmd/utils: bump default maxpeers to 25 | Felix Lange | 2015-05-08 | 1 | -1/+1 |
* | Merge pull request #840 from karalabe/throttled-dialing | Jeffrey Wilcke | 2015-05-08 | 1 | -0/+6 |
|\ |
|
| * | cmd, eth, p2p: introduce pending peer cli arg, add tests | Péter Szilágyi | 2015-05-07 | 1 | -0/+6 |
* | | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 1 | -0/+7 |
|/ |
|
* | Integrate new ethash API and change geth makedag cmd | Gustav Simonsson | 2015-05-05 | 1 | -1/+1 |
* | Merge pull request #805 from obscuren/download_improvements | Jeffrey Wilcke | 2015-04-25 | 1 | -1/+1 |
|\ |
|
| * | xeth, core, cmd/utils: Transaction can not be over block gas limit | obscuren | 2015-04-24 | 1 | -1/+1 |
* | | cli: correct bootnodes flag usage help line | zelig | 2015-04-24 | 1 | -1/+1 |
* | | cli: fatal error if rpc could not be started | zelig | 2015-04-24 | 1 | -2/+2 |
* | | cli: clean up flag descriptions, usage docs, account list uses primary and in... | zelig | 2015-04-24 | 1 | -16/+16 |
|/ |
|
* | Merge pull request #755 from karalabe/command-flags-cleanup | Jeffrey Wilcke | 2015-04-21 | 1 | -15/+38 |
|\ |
|
| * | cmd/geth, cmd/utils: invert --pprof once more | Péter Szilágyi | 2015-04-21 | 1 | -3/+3 |
| * | cmd/geth, cmd/utils: use pprof disable flag, start globally | Péter Szilágyi | 2015-04-20 | 1 | -3/+3 |
| * | cmd/geth, cmd/utils: add cli flags for pprof and whisper. | Péter Szilágyi | 2015-04-20 | 1 | -15/+38 |
* | | fixed incomplete merge | zsfelfoldi | 2015-04-20 | 1 | -19/+21 |
* | | NatSpec cli option, resolver tests passing | zsfelfoldi | 2015-04-20 | 1 | -20/+23 |
|/ |
|
* | geth: added identity flag which allows to set a custom node name | obscuren | 2015-04-19 | 1 | -0/+9 |
* | Added blockchain DB versioning support, closes #650 | Bas van Kervel | 2015-04-13 | 1 | -19/+41 |
* | Merge pull request #671 from bas-vk/issue_567 | Jeffrey Wilcke | 2015-04-09 | 1 | -2/+2 |
|\ |
|
| * | reformat code with goimports | Bas van Kervel | 2015-04-09 | 1 | -1/+1 |
| * | Add path expansion support for command line arguments, closes 567 | Bas van Kervel | 2015-04-08 | 1 | -3/+3 |
* | | Default log to stderr | obscuren | 2015-04-09 | 1 | -1/+2 |
|/ |
|
* | Updated logging | obscuren | 2015-04-07 | 1 | -0/+7 |
* | basic glog | obscuren | 2015-04-04 | 1 | -4/+0 |
* | glog wip | obscuren | 2015-04-03 | 1 | -0/+19 |
* | Abstract http into rpc package | Taylor Gerring | 2015-03-30 | 1 | -10/+7 |
* | Add flag to control CORS header #394 | Taylor Gerring | 2015-03-30 | 1 | -1/+5 |
* | Etherbase => etherbase | obscuren | 2015-03-27 | 1 | -1/+1 |
* | Merge pull request #580 from ethersphere/frontier/cli-key | Jeffrey Wilcke | 2015-03-27 | 1 | -1/+7 |
|\ |
|
| * | settable etherbase | zelig | 2015-03-27 | 1 | -1/+7 |
* | | Use ExtraDB for storage. Fixes #577 | Taylor Gerring | 2015-03-27 | 1 | -2/+1 |
|/ |
|
* | max paranoia mode to UNsupport unencrypted keys entirely | zelig | 2015-03-27 | 1 | -12/+2 |
* | cli: help formatting | zelig | 2015-03-27 | 1 | -1/+1 |
* | import/export accounts | zelig | 2015-03-27 | 1 | -1/+7 |
* | Godep issue? | obscuren | 2015-03-26 | 1 | -1/+1 |
* | In blocktest cmd, disable network and add RPC flag | Gustav Simonsson | 2015-03-23 | 1 | -1/+1 |
* | independent flag for json structured logging | zelig | 2015-03-22 | 1 | -5/+5 |
* | private network support | zelig | 2015-03-18 | 1 | -30/+41 |
* | Merge remote-tracking branch 'upstream/develop' into frontier/js | zelig | 2015-03-16 | 1 | -4/+4 |
|\ |
|
| * | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -4/+4 |
* | | CLI: | zelig | 2015-03-15 | 1 | -0/+5 |
|/ |
|
* | merge | obscuren | 2015-03-15 | 1 | -3/+3 |
|\ |
|
| * | cmd/utils: GetEthereum -> MakeEthConfig | Felix Lange | 2015-03-14 | 1 | -3/+3 |
* | | Move MakeName to ethutil | Taylor Gerring | 2015-03-12 | 1 | -2/+1 |
|/ |
|
* | merge | obscuren | 2015-03-12 | 1 | -3/+11 |
|\ |
|
| * | cmd/ethereum: add a flag to switch to unencrytped keystore | Felix Lange | 2015-03-11 | 1 | -1/+10 |
* | | Reverted global | obscuren | 2015-03-11 | 1 | -7/+2 |
* | | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-11 | 1 | -33/+90 |
|\| |
|
| * | cmd/utils: improve CLI help templates | Felix Lange | 2015-03-10 | 1 | -0/+27 |
| * | cmd/ethereum: show more helpful message if no accounts exist | Felix Lange | 2015-03-10 | 1 | -6/+2 |
| * | accounts: add {Timed,}Unlock, remove SignLocked | Felix Lange | 2015-03-10 | 1 | -2/+1 |
| * | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -7/+19 |
| |\
| |/
|/| |
|
| * | rpc: add dataDir parameter and JSON-RPC handler | Felix Lange | 2015-03-10 | 1 | -0/+18 |
| * | cmd/utils: add NewApp | Felix Lange | 2015-03-10 | 1 | -0/+11 |
| * | accounts: AccountManager -> Manager | Felix Lange | 2015-03-08 | 1 | -2/+2 |
| * | cmd/ethereum: add account commands | Felix Lange | 2015-03-07 | 1 | -26/+22 |
* | | Separated block db from state db. Partial fix for #416 | obscuren | 2015-03-07 | 1 | -3/+8 |
* | | Debug option for VM & command line flag | obscuren | 2015-03-06 | 1 | -3/+10 |
|/ |
|
* | cmd/ethereum: improve command line interface | Felix Lange | 2015-03-06 | 1 | -0/+178 |