aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/admin.go
Commit message (Collapse)AuthorAgeFilesLines
* fix sleepBlocks, implement sleepzelig2015-07-071-9/+11
|
* add missing method to api/adminzelig2015-07-071-0/+1
|
* Registrar and contractInfo handlingzelig2015-07-071-11/+174
| | | | | | | | | | | | | | | | * 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
* Registrar and contractInfo handlingzelig2015-07-071-0/+48
| | | | | | | | | | | | | | | | * 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
* bugfix in startRPC error handlingBas van Kervel2015-06-231-4/+4
|
* added RPC start/stop supportBas van Kervel2015-06-221-14/+46
|
* fixed unittestsBas van Kervel2015-06-221-29/+0
|
* added DB apiBas van Kervel2015-06-221-3/+3
|
* upgrade web3.js with _extend supportBas van Kervel2015-06-111-3/+13
|
* cleanup of javascript APIBas van Kervel2015-06-111-10/+15
|
* added admin APIBas van Kervel2015-06-111-0/+228