Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add pushtx to api | Cayman Nava | 2014-09-10 | 1 | -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" part | obscuren | 2014-08-18 | 1 | -9/+9 |
| | |||||
* | removed pub completely in favour of pipe | obscuren | 2014-08-16 | 2 | -23/+26 |
| | |||||
* | Old code removed and renamed amount to balance | obscuren | 2014-07-30 | 1 | -3/+4 |
| | |||||
* | change all modified calls to ethtrie, ethutil and ethcrypto functions | zelig | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | go fmt | zelig | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | new logger API for upstream merge | zelig | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/develop' into feature/logging | zelig | 2014-06-25 | 1 | -3/+11 |
|\ | |||||
| * | Fix key generation in ethPub | Maran | 2014-06-25 | 1 | -0/+1 |
| | | |||||
| * | Support hex and decimal keys for GetStorageAt RPC. Fixes ethereum/go-ethereum#74 | Maran | 2014-06-24 | 1 | -3/+10 |
| | | |||||
* | | modified logging API | zelig | 2014-06-23 | 1 | -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 instead | obscuren | 2014-05-25 | 1 | -1/+1 |
| | |||||
* | Implemented missing EthPub calls in RPC server | Maran | 2014-05-21 | 1 | -0/+60 |
| | |||||
* | Implemented support for a custom RPC port | Maran | 2014-05-13 | 1 | -2/+4 |
| | |||||
* | Added support to NewJsonRpc to return an error as well as an interface | Maran | 2014-05-13 | 1 | -4/+4 |
| | | | | Also changed default port to 8080. Fixes #18 | ||||
* | Assume arguments are supplied as strings to the rpc interface | Maran | 2014-05-06 | 1 | -2/+6 |
| | |||||
* | Now with files | Maran | 2014-05-05 | 2 | -0/+277 |