aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/utils.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: new RPC implementation with pub/sub supportBas van Kervel2015-12-141-0/+2
|
* cmd, eth, node, rpc, xeth: use single-instance servicesPéter Szilágyi2015-11-271-1/+1
|
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-3/+9
|
* rpc/api: fix #1986, newIdentity autocompletePéter Szilágyi2015-11-181-1/+1
|
* rpc/api: fix #1972 api regression (nil eth panic) in attachPéter Szilágyi2015-11-061-1/+1
|
* eth, p2p, rpc/api: polish protocol info gatheringPéter Szilágyi2015-10-281-1/+1
|
* rpc api: eth_getNatSpeczelig2015-10-271-2/+3
| | | | | | | | * xeth, rpc: implement eth_getNatSpec for tx confirmations * rename silly docserver -> httpclient * eth/backend: httpclient now accessible via eth.Ethereum init-d via config.DocRoot * cmd: introduce separate CLI flag for DocRoot (defaults to homedir) * common/path: delete unused assetpath func, separate HomeDir func
* console:zelig2015-10-221-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lines with leading space are ommitted from history * exit processed even with whitespace around * all whitespace lines (not only empty ones) are ignored add 7 missing commands to admin api autocomplete registrar: methods now return proper error if reg addresses are not set. fixes #1457 rpc/console: fix personal.newAccount() regression. Now all comms accept interactive password registrar: add registrar tests for errors crypto: catch AES decryption error on presale wallet import + fix error msg format. fixes #1580 CLI: improve error message when starting a second instance of geth. fixes #1564 cli/accounts: unlock multiple accounts. fixes #1785 * make unlocking multiple accounts work with inline <() fd * passwdfile now correctly read only once * improve logs * fix CLI help text for unlocking fix regression with docRoot / admin API * docRoot/jspath passed to rpc/api ParseApis, which passes onto adminApi * docRoot field for JS console in order to pass when RPC is (re)started * improve flag desc for jspath common/docserver: catch http errors from response fix rpc/api tests common/natspec: fix end to end test (skipped because takes 8s) registrar: fix major regression: * deploy registrars on frontier * register HashsReg and UrlHint in GlobalRegistrar. * set all 3 contract addresses in code * zero out addresses first in tests
* eth, rpc: standardize the chain sync progress countersPéter Szilágyi2015-09-151-1/+1
|
* rpc/api - remove personal.deleteAccount from RPC interfaceBas van Kervel2015-08-261-1/+0
|
* rpc/api: add missing autocomplete commandsPéter Szilágyi2015-07-311-5/+12
|
* 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
|
* corrected input formatters as suggested during reviewBas van Kervel2015-07-071-2/+0
|
* fixed web3 formatters mismatchBas van Kervel2015-07-071-41/+32
|
* Add autocomplete support for consoleTaylor Gerring2015-07-061-0/+1
|
* added eth.resendBas van Kervel2015-06-301-0/+1
|
* added eth.pendingTransactionsBas van Kervel2015-06-301-1/+2
|
* fixed eth sign unittestBas van Kervel2015-06-221-0/+2
|
* added RPC start/stop supportBas van Kervel2015-06-221-20/+23
|
* added DB apiBas van Kervel2015-06-221-0/+10
|
* thanks subtly :)Nick Dodson2015-06-161-1/+1
|
* Update utils.goNick Dodson2015-06-151-1/+1
|
* eth_pushTx send raw signed encoded TX data to the chain through RPCSilentCicero2015-06-151-0/+1
|
* restructured eth rpc APIBas van Kervel2015-06-111-0/+111
|
* added shh APIBas van Kervel2015-06-111-2/+6
|
* added txpool APIBas van Kervel2015-06-111-0/+4
|
* added admin APIBas van Kervel2015-06-111-2/+6
|
* added personal APIBas van Kervel2015-06-111-0/+4
|
* added debug APIBas van Kervel2015-06-111-0/+4
|
* added net APIBas van Kervel2015-06-111-0/+4
|
* added miner APIBas van Kervel2015-06-111-0/+11
|
* added console commandBas van Kervel2015-06-111-45/+2
|
* added RPC/IPC supportBas van Kervel2015-06-111-0/+41
|
* restructured eth rpc APIBas van Kervel2015-06-111-0/+36