aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/packages.go
Commit message (Collapse)AuthorAgeFilesLines
* Move HTTP transport to sub package of RPCTaylor Gerring2015-01-281-3/+12
|
* Move GetRequestReply to EthereumApiTaylor Gerring2015-01-211-0/+47
| | | | Off of jsonWrapper
* Move argument types to separate fileTaylor Gerring2015-01-211-211/+0
|
* Stub missing UnmarshalJSON methodsTaylor Gerring2015-01-131-0/+16
|
* cleanupTaylor Gerring2015-01-131-2/+3
|
* Add support for CodeAtTaylor Gerring2015-01-131-0/+37
|
* Added license headersTaylor Gerring2015-01-131-0/+16
|
* cleanupTaylor Gerring2015-01-131-25/+9
|
* begin conversion to rpc over httpTaylor Gerring2015-01-131-168/+175
| | | | | Per specification at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-2/+2
|
* ethlog => loggerobscuren2014-10-311-1/+1
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
| | | | mist, etheruem have been moved to cmd/
* Updated the VM & VM testsobscuren2014-10-231-1/+1
| | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env
* WIP RPC interfaceobscuren2014-10-211-0/+311