Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move HTTP transport to sub package of RPC | Taylor Gerring | 2015-01-28 | 1 | -3/+12 |
| | |||||
* | Move GetRequestReply to EthereumApi | Taylor Gerring | 2015-01-21 | 1 | -0/+47 |
| | | | | Off of jsonWrapper | ||||
* | Move argument types to separate file | Taylor Gerring | 2015-01-21 | 1 | -211/+0 |
| | |||||
* | Stub missing UnmarshalJSON methods | Taylor Gerring | 2015-01-13 | 1 | -0/+16 |
| | |||||
* | cleanup | Taylor Gerring | 2015-01-13 | 1 | -2/+3 |
| | |||||
* | Add support for CodeAt | Taylor Gerring | 2015-01-13 | 1 | -0/+37 |
| | |||||
* | Added license headers | Taylor Gerring | 2015-01-13 | 1 | -0/+16 |
| | |||||
* | cleanup | Taylor Gerring | 2015-01-13 | 1 | -25/+9 |
| | |||||
* | begin conversion to rpc over http | Taylor Gerring | 2015-01-13 | 1 | -168/+175 |
| | | | | | Per specification at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC | ||||
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -2/+2 |
| | | | | 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 | 1 | -0/+311 |