aboutsummaryrefslogtreecommitdiffstats
path: root/rpc
Commit message (Collapse)AuthorAgeFilesLines
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-303-9/+124
| | | | | * Added RPC methods for whisper * Added whisper example
* default values removedobscuren2015-01-301-1/+1
|
* Merge branch 'qt5.4' of github.com-obscure:ethereum/go-ethereum into qt5.4obscuren2015-01-304-44/+44
|\ | | | | | | | | Conflicts: rpc/message.go
| * CleanupTaylor Gerring2015-01-304-67/+44
| |
* | More dapp samplesobscuren2015-01-303-36/+174
|/ | | | | * Info DApp, coin DApp * Additional rpc methods
* Reimplemented message filters for rpc callsobscuren2015-01-293-8/+169
|
* Samples and disams cmd for evm codeobscuren2015-01-291-1/+14
|
* Added RPC "Call" for JS calls to contractsobscuren2015-01-292-7/+23
|
* removed createobscuren2015-01-291-11/+0
|
* implement transactobscuren2015-01-293-43/+22
|
* updated ethereum.js and moved to subfolderobscuren2015-01-293-1/+39
| | | | | * Previous subtree caused a lot of trouble * Implemented sha3 in our shiny new http JSON RPC
* removed key while in the process of moving to the new key storageobscuren2015-01-291-2/+2
|
* further cleaned up xeth interfaceobscuren2015-01-293-8/+8
|
* moving to a better xethobscuren2015-01-292-20/+17
|
* Rename api var for clarityTaylor Gerring2015-01-282-7/+6
|
* Return a websocker.Handler of the functionTaylor Gerring2015-01-281-1/+1
|
* Rename transport to wsTaylor Gerring2015-01-281-9/+9
| | | | Cleanup object naming for clarity
* New simplified Websocket transportTaylor Gerring2015-01-281-0/+124
| | | | Uses rpc.EthereumApi abstraction
* Indicate port in startup log messageTaylor Gerring2015-01-281-1/+3
|
* Move HTTP transport to sub package of RPCTaylor Gerring2015-01-284-50/+63
|
* Move GetRequestReply to EthereumApiTaylor Gerring2015-01-213-51/+48
| | | | Off of jsonWrapper
* Move argument types to separate fileTaylor Gerring2015-01-212-211/+218
|
* Stub missing UnmarshalJSON methodsTaylor Gerring2015-01-131-0/+16
|
* cleanupTaylor Gerring2015-01-134-16/+5
|
* Add support for CodeAtTaylor Gerring2015-01-133-2/+58
|
* Added license headersTaylor Gerring2015-01-134-0/+64
|
* cleanupTaylor Gerring2015-01-132-46/+9
|
* begin conversion to rpc over httpTaylor Gerring2015-01-135-263/+438
| | | | | Per specification at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-312-5/+5
|
* ethlog => loggerobscuren2014-10-312-7/+7
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-233-5/+5
| | | | mist, etheruem have been moved to cmd/
* Updated the VM & VM testsobscuren2014-10-231-1/+1
| | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env
* WIP RPC interfaceobscuren2014-10-215-0/+487