aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/message.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename filesTaylor Gerring2015-02-251-407/+0
|
* Cleanup RPC packcageTaylor Gerring2015-02-251-80/+70
|
* fixed mergeobscuren2015-02-201-0/+60
|\
| * Add setMining RPC methodTaylor Gerring2015-02-201-0/+15
| |
| * Add serpent compilation to RPCTaylor Gerring2015-02-201-0/+15
| |
| * Added uninstall filter methodsTaylor Gerring2015-02-191-0/+15
| |
* | Topics => Topic. Closes #343obscuren2015-02-191-16/+1
|/
* Implement register and watchTxobscuren2015-02-171-0/+28
|
* #295 Allow RPC ID to be stringTaylor Gerring2015-02-111-3/+3
|
* pending / chain eventobscuren2015-02-061-1/+15
|
* Merge branch 'develop' of https://github.com/tgerring/go-ethereum into ↵obscuren2015-02-061-13/+12
|\ | | | | | | | | | | | | tgerring-develop Conflicts: rpc/http/server.go
| * Update RPC message formatTaylor Gerring2015-02-041-13/+12
| |
* | Propagate known transactions to new peers on connectobscuren2015-02-051-1/+1
| |
* | Filteringobscuren2015-02-051-0/+1
|/
* Added whisper messagesobscuren2015-01-301-1/+15
| | | | * have identity & get messages
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-0/+44
| | | | | * Added RPC methods for whisper * Added whisper example
* Merge branch 'qt5.4' of github.com-obscure:ethereum/go-ethereum into qt5.4obscuren2015-01-301-25/+0
|\ | | | | | | | | Conflicts: rpc/message.go
| * CleanupTaylor Gerring2015-01-301-25/+0
| |
* | More dapp samplesobscuren2015-01-301-3/+59
|/ | | | | * Info DApp, coin DApp * Additional rpc methods
* Reimplemented message filters for rpc callsobscuren2015-01-291-0/+55
|
* implement transactobscuren2015-01-291-6/+11
|
* updated ethereum.js and moved to subfolderobscuren2015-01-291-0/+14
| | | | | * Previous subtree caused a lot of trouble * Implemented sha3 in our shiny new http JSON RPC
* Move HTTP transport to sub package of RPCTaylor Gerring2015-01-281-7/+7
|
* cleanupTaylor Gerring2015-01-131-12/+0
|
* Add support for CodeAtTaylor Gerring2015-01-131-0/+15
|
* Added license headersTaylor Gerring2015-01-131-0/+16
|
* cleanupTaylor Gerring2015-01-131-21/+0
|
* begin conversion to rpc over httpTaylor Gerring2015-01-131-8/+163
| | | | | Per specification at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-1/+1
| | | | mist, etheruem have been moved to cmd/
* WIP RPC interfaceobscuren2014-10-211-0/+14