aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/util.go
Commit message (Collapse)AuthorAgeFilesLines
* More empty param testsTaylor Gerring2015-03-171-0/+5
|
* Moved ethutil => commonobscuren2015-03-161-2/+2
|
* DRY up the use of fromHex and put it in ethutilMaran2015-03-141-13/+0
|
* Convert to proper errorsTaylor Gerring2015-03-131-3/+3
| | | | Allow returning different JSON RPC error codes depending on error type
* Output hex should be prepended with 0xTaylor Gerring2015-03-111-1/+2
|
* Left-pad odd length hex inputs and testsTaylor Gerring2015-03-111-0/+3
|
* Updated RPCobscuren2015-03-111-0/+61
| | | | | | * Added a generic RawMessage deserialiser * Updated ethereum.js * Updated coin test app
* Output 0x0 instead of 0xTaylor Gerring2015-03-051-1/+6
|
* topics fixFabian Vogelsteller2015-02-241-1/+1
|
* Properly uninstall filters. Mining issue fixed #closes #365obscuren2015-02-231-0/+2
| | | | | | * 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 Number to logsobscuren2015-02-221-0/+2
|
* Added timeout for filter & removed clipboard. Closes #350obscuren2015-02-201-0/+33
|
* WIP QT Clipboardobscuren2015-02-191-3/+3
|
* #295 Allow RPC ID to be stringTaylor Gerring2015-02-111-1/+1
|
* Filteringobscuren2015-02-051-2/+3
|
* CleanupTaylor Gerring2015-01-301-0/+101