aboutsummaryrefslogtreecommitdiffstats
path: root/ethrpc
Commit message (Collapse)AuthorAgeFilesLines
* new logger API for upstream mergezelig2014-06-261-1/+1
|
* Merge remote-tracking branch 'upstream/develop' into feature/loggingzelig2014-06-251-3/+11
|\
| * Fix key generation in ethPubMaran2014-06-251-0/+1
| |
| * Support hex and decimal keys for GetStorageAt RPC. Fixes ethereum/go-ethereum#74Maran2014-06-241-3/+10
| |
* | modified logging APIzelig2014-06-231-5/+7
|/ | | | | | - package vars for tagged loggers - weed out spurious fmt.PrintX and log.PrintX logging - tried to second guess loglevel for some :)
* The body of contracts are now returned insteadobscuren2014-05-251-1/+1
|
* Implemented missing EthPub calls in RPC serverMaran2014-05-211-0/+60
|
* Implemented support for a custom RPC portMaran2014-05-131-2/+4
|
* Added support to NewJsonRpc to return an error as well as an interfaceMaran2014-05-131-4/+4
| | | | Also changed default port to 8080. Fixes #18
* Assume arguments are supplied as strings to the rpc interfaceMaran2014-05-061-2/+6
|
* Now with filesMaran2014-05-052-0/+277