aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/admin.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/geth: improve the JS testsFelix Lange2015-04-221-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-729Jeffrey Wilcke2015-04-211-0/+8
|\ | | | | admin.StopRPC added to console
| * admin.stopRPC support added which stops the RPC HTTP listenerBas van Kervel2015-04-161-0/+8
| |
* | geth: added a `admin.debug.block` command which reprocess the blockobscuren2015-04-201-0/+25
| |
* | core: added chain head reset to known blockobscuren2015-04-201-10/+37
| |
* | geth: admin download statusobscuren2015-04-201-0/+7
| |
* | geth: added getBlockRlp for dumping block in rlp formatobscuren2015-04-191-0/+26
|/
* geth: added print block to adminobscuren2015-04-141-1/+32
|
* Block header changed & console miner controlobscuren2015-04-061-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 funcobscuren2015-04-051-0/+5
|
* set backtrace during runtimeobscuren2015-04-051-0/+12
|
* added verbosity to js adminobscuren2015-04-041-0/+13
|
* Abstract http into rpc packageTaylor Gerring2015-03-301-5/+11
| | | | New RpcConfig object to pass growing config
* Use ExtraDB for storage. Fixes #577Taylor Gerring2015-03-271-3/+2
|
* renamed ethereum => gethobscuren2015-03-271-0/+256