Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 1 | -26/+0 |
| | |||||
* | 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 |
| | |||||
* | added RPC start/stop support | Bas van Kervel | 2015-06-22 | 1 | -42/+1 |
| | |||||
* | removed old rpc structure and added new inproc api client | Bas van Kervel | 2015-06-22 | 1 | -6/+4 |
| | |||||
* | added DB api | Bas van Kervel | 2015-06-22 | 1 | -2/+3 |
| | |||||
* | refactored old rpc structure to new | Bas van Kervel | 2015-06-22 | 1 | -0/+4 |
| | |||||
* | added console command | Bas van Kervel | 2015-06-11 | 1 | -5/+0 |
| | |||||
* | added API/IPC commandline flags | Bas van Kervel | 2015-06-11 | 1 | -0/+5 |
| | |||||
* | restructured eth rpc API | Bas van Kervel | 2015-06-11 | 1 | -0/+3 |
| | |||||
* | added shh API | Bas van Kervel | 2015-06-11 | 1 | -2/+4 |
| | |||||
* | added txpool API | Bas van Kervel | 2015-06-11 | 1 | -1/+2 |
| | |||||
* | added admin API | Bas van Kervel | 2015-06-11 | 1 | -5/+2 |
| | |||||
* | added personal API | Bas van Kervel | 2015-06-11 | 1 | -9/+22 |
| | |||||
* | added debug API | Bas van Kervel | 2015-06-11 | 1 | -1/+2 |
| | |||||
* | added net API | Bas van Kervel | 2015-06-11 | 1 | -4/+5 |
| | |||||
* | added miner API | Bas van Kervel | 2015-06-11 | 1 | -1/+2 |
| | |||||
* | added console command | Bas van Kervel | 2015-06-11 | 1 | -1/+13 |
| | |||||
* | added API/IPC commandline flags | Bas van Kervel | 2015-06-11 | 1 | -0/+5 |
| | |||||
* | restructured eth rpc API | Bas van Kervel | 2015-06-11 | 1 | -0/+12 |