Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename transport to ws | Taylor Gerring | 2015-01-28 | 1 | -9/+9 |
| | | | | Cleanup object naming for clarity | ||||
* | New simplified Websocket transport | Taylor Gerring | 2015-01-28 | 1 | -0/+124 |
| | | | | Uses rpc.EthereumApi abstraction | ||||
* | Indicate port in startup log message | Taylor Gerring | 2015-01-28 | 1 | -1/+3 |
| | |||||
* | Move HTTP transport to sub package of RPC | Taylor Gerring | 2015-01-28 | 4 | -50/+63 |
| | |||||
* | Move GetRequestReply to EthereumApi | Taylor Gerring | 2015-01-21 | 3 | -51/+48 |
| | | | | Off of jsonWrapper | ||||
* | Move argument types to separate file | Taylor Gerring | 2015-01-21 | 2 | -211/+218 |
| | |||||
* | Stub missing UnmarshalJSON methods | Taylor Gerring | 2015-01-13 | 1 | -0/+16 |
| | |||||
* | cleanup | Taylor Gerring | 2015-01-13 | 4 | -16/+5 |
| | |||||
* | Add support for CodeAt | Taylor Gerring | 2015-01-13 | 3 | -2/+58 |
| | |||||
* | Added license headers | Taylor Gerring | 2015-01-13 | 4 | -0/+64 |
| | |||||
* | cleanup | Taylor Gerring | 2015-01-13 | 2 | -46/+9 |
| | |||||
* | begin conversion to rpc over http | Taylor Gerring | 2015-01-13 | 5 | -263/+438 |
| | | | | | Per specification at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC | ||||
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 2 | -5/+5 |
| | |||||
* | ethlog => logger | obscuren | 2014-10-31 | 2 | -7/+7 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 3 | -5/+5 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 1 | -1/+1 |
| | | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env | ||||
* | WIP RPC interface | obscuren | 2014-10-21 | 5 | -0/+487 |