aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/admin_js.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-143/+0
|
* node, rpc/api: add debug_vmodule, move admin_verbosity to debug_verbosityFelix Lange2016-01-211-6/+0
|
* eth, rpc: standardize the chain sync progress countersPéter Szilágyi2015-09-151-4/+0
|
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* rebase with zelig/frontier/registrarBas van Kervel2015-07-071-20/+10
|
* corrected input formatters as suggested during reviewBas van Kervel2015-07-071-2/+2
|
* fixed web3 formatters mismatchBas van Kervel2015-07-071-26/+13
|
* fix js arguments and TestContract passeszelig2015-07-071-2/+2
|
* fix sleepBlocks, implement sleepzelig2015-07-071-1/+1
|
* add missing method to api/adminzelig2015-07-071-2/+16
|
* Registrar and contractInfo handlingzelig2015-07-071-0/+64
| | | | | | | | | | | | | | | | * resolver -> common/registrar * global registrar name registry interface * add Call to resolver backend interface * the hashReg and UrlHing contracts now initialised from global registry * initialization of contracts uniform * improve errors and more econsistent method names * common/registrar/ethreg: versioned registrar * integrate new naming and registrar in natspec * js console api: setGlobalRegistrar, setHashReg, setUrlHint * js test TestContract uses mining - tests fixed all pass * eth/backend: allow PoW test mode (small ethash DAG) * console jsre refers to resolver.abi/addr, * cmd/geth/contracts.go moved to common/registrar
* added RPC start/stop supportBas van Kervel2015-06-221-0/+14
|
* cleanup of javascript APIBas van Kervel2015-06-111-14/+15
|
* upgrade web3.js with _extend supportBas van Kervel2015-06-111-19/+19
|
* added admin APIBas van Kervel2015-06-111-0/+67