Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpc: new RPC implementation with pub/sub support | Bas van Kervel | 2015-12-14 | 1 | -0/+2 |
| | |||||
* | cmd, eth, node, rpc, xeth: use single-instance services | Péter Szilágyi | 2015-11-27 | 1 | -1/+1 |
| | |||||
* | cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks | Péter Szilágyi | 2015-11-27 | 1 | -3/+9 |
| | |||||
* | rpc/api: fix #1986, newIdentity autocomplete | Péter Szilágyi | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | rpc/api: fix #1972 api regression (nil eth panic) in attach | Péter Szilágyi | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | eth, p2p, rpc/api: polish protocol info gathering | Péter Szilágyi | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | rpc api: eth_getNatSpec | zelig | 2015-10-27 | 1 | -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: | zelig | 2015-10-22 | 1 | -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 counters | Péter Szilágyi | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | rpc/api - remove personal.deleteAccount from RPC interface | Bas van Kervel | 2015-08-26 | 1 | -1/+0 |
| | |||||
* | rpc/api: add missing autocomplete commands | Péter Szilágyi | 2015-07-31 | 1 | -5/+12 |
| | |||||
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -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 information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | corrected input formatters as suggested during review | Bas van Kervel | 2015-07-07 | 1 | -2/+0 |
| | |||||
* | fixed web3 formatters mismatch | Bas van Kervel | 2015-07-07 | 1 | -41/+32 |
| | |||||
* | Add autocomplete support for console | Taylor Gerring | 2015-07-06 | 1 | -0/+1 |
| | |||||
* | added eth.resend | Bas van Kervel | 2015-06-30 | 1 | -0/+1 |
| | |||||
* | added eth.pendingTransactions | Bas van Kervel | 2015-06-30 | 1 | -1/+2 |
| | |||||
* | fixed eth sign unittest | Bas van Kervel | 2015-06-22 | 1 | -0/+2 |
| | |||||
* | added RPC start/stop support | Bas van Kervel | 2015-06-22 | 1 | -20/+23 |
| | |||||
* | added DB api | Bas van Kervel | 2015-06-22 | 1 | -0/+10 |
| | |||||
* | thanks subtly :) | Nick Dodson | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | Update utils.go | Nick Dodson | 2015-06-15 | 1 | -1/+1 |
| | |||||
* | eth_pushTx send raw signed encoded TX data to the chain through RPC | SilentCicero | 2015-06-15 | 1 | -0/+1 |
| | |||||
* | restructured eth rpc API | Bas van Kervel | 2015-06-11 | 1 | -0/+111 |
| | |||||
* | added shh API | Bas van Kervel | 2015-06-11 | 1 | -2/+6 |
| | |||||
* | added txpool API | Bas van Kervel | 2015-06-11 | 1 | -0/+4 |
| | |||||
* | added admin API | Bas van Kervel | 2015-06-11 | 1 | -2/+6 |
| | |||||
* | added personal API | Bas van Kervel | 2015-06-11 | 1 | -0/+4 |
| | |||||
* | added debug API | Bas van Kervel | 2015-06-11 | 1 | -0/+4 |
| | |||||
* | added net API | Bas van Kervel | 2015-06-11 | 1 | -0/+4 |
| | |||||
* | added miner API | Bas van Kervel | 2015-06-11 | 1 | -0/+11 |
| | |||||
* | added console command | Bas van Kervel | 2015-06-11 | 1 | -45/+2 |
| | |||||
* | added RPC/IPC support | Bas van Kervel | 2015-06-11 | 1 | -0/+41 |
| | |||||
* | restructured eth rpc API | Bas van Kervel | 2015-06-11 | 1 | -0/+36 |