aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #589 from tgerring/corssettingJeffrey Wilcke2015-04-012-5/+12
|\ | | | | Configurable CORS domain
| * Abstract http into rpc packageTaylor Gerring2015-03-301-5/+11
| | | | | | | | New RpcConfig object to pass growing config
| * Add flag to control CORS header #394Taylor Gerring2015-03-301-0/+1
| | | | | | | | | | * Disabled on CLI * http://localhost on Mist
* | Blocktest fixed, Execution fixedobscuren2015-04-011-1/+1
|/ | | | | | * Added new CreateAccount method which properly overwrites previous accounts (excluding balance) * Fixed block tests (100% success)
* Merge pull request #580 from ethersphere/frontier/cli-keyJeffrey Wilcke2015-03-271-4/+4
|\ | | | | settable etherbase
| * settable etherbasezelig2015-03-271-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
* | Use ExtraDB for storage. Fixes #577Taylor Gerring2015-03-272-5/+3
|/
* renamed ethereum => gethobscuren2015-03-275-0/+1360