aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/admin.go
Commit message (Expand)AuthorAgeFilesLines
* removed old rpc structure and added new inproc api clientBas van Kervel2015-06-221-937/+0
* Merge pull request #1228 from obscuren/vm-optimisationsJeffrey Wilcke2015-06-111-2/+5
|\
| * cmd/geth: Added optional debug flag for reprocess blockobscuren2015-06-111-2/+5
* | cmd/geth: round the import ETA before converting to stringPéter Szilágyi2015-06-101-1/+1
* | cmd/geth, eth/downloader: rough guess at the import etaPéter Szilágyi2015-06-101-2/+7
* | cmd/geth, eth/downloader: collect and report import progress tooPéter Szilágyi2015-06-101-4/+4
|/
* wipobscuren2015-06-041-2/+66
* Add missing err checks on From() (skip RPC for now)Gustav Simonsson2015-06-021-1/+0
* cmd/geth: expand admin.progress() to something meaningfulPéter Szilágyi2015-05-271-2/+2
* cmd/geth, core: Updated DB version & seedhash debug methodobscuren2015-05-271-1/+24
* cmd/geth, jsre, rpc: run all JS code on the event loopFelix Lange2015-05-251-17/+28
* automatic DAG pregeneration for smooth epoch transitionszelig2015-05-211-0/+32
* fix eth.sign. now implemented in admin jsre until web3.js has it .zelig2015-05-201-0/+25
* Refactor user prompts into utilsTaylor Gerring2015-05-191-3/+3
* eth, cmd/geth: start mining from console respects CLI flagobscuren2015-05-161-1/+1
* Introduced default unlock duration when an account is unlocked from the consoleBas van Kervel2015-05-141-0/+5
* Update key store to new spec but keep address field for nowGustav Simonsson2015-05-121-1/+1
* Use common.Address type for accounts.AddressGustav Simonsson2015-05-121-2/+2
* miner, cmd/geth: miner will not ignored owned account transactionsobscuren2015-05-121-4/+13
* cmd/geth, miner, backend, xeth: Fixed miner threads to be settableobscuren2015-05-111-3/+2
* miner, cmd/geth: settable gas price from flags and consoleobscuren2015-05-091-0/+12
* solidity compiler and contract metadocs integrationzelig2015-05-071-61/+285
* fixed merge issueobscuren2015-05-071-3/+3
|\
| * cmd, eth, p2p: fix review issues enumerated by FelixPéter Szilágyi2015-04-301-3/+3
| * cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peersPéter Szilágyi2015-04-301-3/+3
* | cmd/geth: limit `pendingTransactions` to owned accounts.obscuren2015-05-071-33/+53
* | cmd/geth: admin, switched price with limit in argumentsobscuren2015-05-071-2/+2
* | cmd/geth: implemented resending transaction with different gas settingsobscuren2015-05-071-0/+83
|/
* cli/js console: if corsDomain is not given to startRpc, we fall back to value...zelig2015-04-241-1/+2
* cli: clean up flag descriptions, usage docs, account list uses primary and in...zelig2015-04-241-4/+0
* js console: add cors domain optional argument to startRpczelig2015-04-241-1/+10
* cmd/admin: rename debug.block to debug.processBlock; move backtrace under debugzelig2015-04-241-2/+2
* cmd/geth: improve the JS testsFelix Lange2015-04-221-22/+3
* Merge pull request #734 from bas-vk/issue-729Jeffrey Wilcke2015-04-211-0/+8
|\
| * 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
* 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
* Use ExtraDB for storage. Fixes #577Taylor Gerring2015-03-271-3/+2
* renamed ethereum => gethobscuren2015-03-271-0/+256