Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cli/js console: if corsDomain is not given to startRpc, we fall back to ↵ | zelig | 2015-04-24 | 1 | -1/+2 |
| | | | | value set on command line with `-corsDomain` | ||||
* | cli: clean up flag descriptions, usage docs, account list uses primary and ↵ | zelig | 2015-04-24 | 1 | -4/+0 |
| | | | | indexes, add help line to account subcnd usage | ||||
* | js console: add cors domain optional argument to startRpc | zelig | 2015-04-24 | 1 | -1/+10 |
| | |||||
* | cmd/admin: rename debug.block to debug.processBlock; move backtrace under debug | zelig | 2015-04-24 | 1 | -2/+2 |
| | |||||
* | cmd/geth: improve the JS tests | Felix Lange | 2015-04-22 | 1 | -22/+3 |
| | | | | | These changes ensure that the JS tests run without networking and fixes the block chain export and its associated test. | ||||
* | Merge pull request #734 from bas-vk/issue-729 | Jeffrey Wilcke | 2015-04-21 | 1 | -0/+8 |
|\ | | | | | admin.StopRPC added to console | ||||
| * | admin.stopRPC support added which stops the RPC HTTP listener | Bas van Kervel | 2015-04-16 | 1 | -0/+8 |
| | | |||||
* | | geth: added a `admin.debug.block` command which reprocess the block | obscuren | 2015-04-20 | 1 | -0/+25 |
| | | |||||
* | | core: added chain head reset to known block | obscuren | 2015-04-20 | 1 | -10/+37 |
| | | |||||
* | | geth: admin download status | obscuren | 2015-04-20 | 1 | -0/+7 |
| | | |||||
* | | geth: added getBlockRlp for dumping block in rlp format | obscuren | 2015-04-19 | 1 | -0/+26 |
|/ | |||||
* | geth: added print block to admin | obscuren | 2015-04-14 | 1 | -1/+32 |
| | |||||
* | Block header changed & console miner control | obscuren | 2015-04-06 | 1 | -3/+24 |
| | | | | | | * miner control moved to `admin.miner` * miner option to set extra data * block extra now bytes | ||||
* | removed hash rate from info log. Added hashrate js func | obscuren | 2015-04-05 | 1 | -0/+5 |
| | |||||
* | set backtrace during runtime | obscuren | 2015-04-05 | 1 | -0/+12 |
| | |||||
* | added verbosity to js admin | obscuren | 2015-04-04 | 1 | -0/+13 |
| | |||||
* | Abstract http into rpc package | Taylor Gerring | 2015-03-30 | 1 | -5/+11 |
| | | | | New RpcConfig object to pass growing config | ||||
* | Use ExtraDB for storage. Fixes #577 | Taylor Gerring | 2015-03-27 | 1 | -3/+2 |
| | |||||
* | renamed ethereum => geth | obscuren | 2015-03-27 | 1 | -0/+256 |