| Commit message (Expand) | Author | Age | Files | Lines |
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 1 | -226/+0 |
* | 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 |
* | console: | zelig | 2015-10-22 | 1 | -2/+9 |
* | 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 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | 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 |