aboutsummaryrefslogtreecommitdiffstats
path: root/ethrpc
Commit message (Collapse)AuthorAgeFilesLines
* add pushtx to apiCayman Nava2014-09-101-0/+21
| | | | Previously the software assumed use of an internal private key for use in all broadcasted transactions. This addition lets nodes relay pre-signed transactions originating from sources other than the node itself.
* Removed the "Get" partobscuren2014-08-181-9/+9
|
* removed pub completely in favour of pipeobscuren2014-08-162-23/+26
|
* Old code removed and renamed amount to balanceobscuren2014-07-301-3/+4
|
* change all modified calls to ethtrie, ethutil and ethcrypto functionszelig2014-06-301-1/+1
|
* go fmtzelig2014-06-271-1/+1
|
* 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