aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/packages.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename filesTaylor Gerring2015-02-251-637/+0
|
* Cleanup RPC packcageTaylor Gerring2015-02-251-3/+2
|
* Merge pull request #373 from tgerring/issue370Taylor Gerring2015-02-251-6/+6
|\ | | | | Convert gas values to integers
| * Move amounts to global varsTaylor Gerring2015-02-251-14/+14
| |
| * Fix duplicate leading 0xTaylor Gerring2015-02-241-1/+1
| |
| * Convert gas values to integersTaylor Gerring2015-02-241-14/+14
| | | | | | | | Fixes #370
* | Merge pull request #369 from tgerring/issue367Jeffrey Wilcke2015-02-251-8/+4
|\ \ | | | | | | Allow zero and negative block numbers
| * | Allow zero and negative block numbersTaylor Gerring2015-02-231-8/+4
| |/ | | | | | | 0 is genesis block. Xeth recognises -1 as current
* / Properly uninstall filters. Mining issue fixed #closes #365obscuren2015-02-231-7/+4
|/ | | | | | * Added an additional tx state which is used to get the current nonce * Refresh transient state each time a new canonical block is found * Properly uninstall filters. Fixes a possible crash in RPC
* Added eth_logs & fixed issue with manual log filteringobscuren2015-02-221-0/+15
| | | | | | * Implemented `eth_logs` * Fixed issue with `filter.Find()` where logs were appended to an incorrect, non-returned slice resulting in no logs found
* unlock mutexobscuren2015-02-211-0/+2
|
* Fixed chain event issueobscuren2015-02-201-4/+2
|
* fixed mergeobscuren2015-02-201-0/+47
|\
| * Add setMining RPC methodTaylor Gerring2015-02-201-0/+11
| |
| * Add serpent compilation to RPCTaylor Gerring2015-02-201-0/+23
| |
| * Added uninstall filter methodsTaylor Gerring2015-02-191-0/+13
| |
* | Added timeout for filter & removed clipboard. Closes #350obscuren2015-02-201-13/+59
| |
* | Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-201-0/+1
| |
* | Topics => Topic. Closes #343obscuren2015-02-191-5/+5
|/
* Forgot to add the case for logs. Closes #336obscuren2015-02-181-18/+9
|
* Changed to ChainEvent and fixed a nil pointer in transactobscuren2015-02-181-0/+6
|
* Implement register and watchTxobscuren2015-02-171-2/+58
|
* Use a mutex write-lock for a write operationobscuren2015-02-151-4/+4
|
* pending / chain eventobscuren2015-02-061-0/+26
|
* Default gas price and default gas for rpcobscuren2015-02-051-4/+13
|
* Propagate known transactions to new peers on connectobscuren2015-02-051-0/+1
|
* Added whisper messagesobscuren2015-01-301-2/+24
| | | | * have identity & get messages
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-9/+71
| | | | | * 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-301-18/+0
|\ | | | | | | | | Conflicts: rpc/message.go
| * CleanupTaylor Gerring2015-01-301-41/+0
| |
* | More dapp samplesobscuren2015-01-301-28/+77
|/ | | | | * Info DApp, coin DApp * Additional rpc methods
* Reimplemented message filters for rpc callsobscuren2015-01-291-4/+87
|
* Samples and disams cmd for evm codeobscuren2015-01-291-1/+14
|
* Added RPC "Call" for JS calls to contractsobscuren2015-01-291-2/+17
|
* removed createobscuren2015-01-291-11/+0
|
* implement transactobscuren2015-01-291-2/+9
|
* updated ethereum.js and moved to subfolderobscuren2015-01-291-1/+14
| | | | | * 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-291-5/+5
|
* moving to a better xethobscuren2015-01-291-20/+15
|
* Move HTTP transport to sub package of RPCTaylor Gerring2015-01-281-3/+12
|
* Move GetRequestReply to EthereumApiTaylor Gerring2015-01-211-0/+47
| | | | Off of jsonWrapper
* Move argument types to separate fileTaylor Gerring2015-01-211-211/+0
|
* Stub missing UnmarshalJSON methodsTaylor Gerring2015-01-131-0/+16
|
* cleanupTaylor Gerring2015-01-131-2/+3
|
* Add support for CodeAtTaylor Gerring2015-01-131-0/+37
|
* Added license headersTaylor Gerring2015-01-131-0/+16
|
* cleanupTaylor Gerring2015-01-131-25/+9
|
* begin conversion to rpc over httpTaylor Gerring2015-01-131-168/+175
| | | | | Per specification at https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-2/+2
|
* ethlog => loggerobscuren2014-10-311-1/+1
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
| | | | 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-211-0/+311