aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/util.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rpcfrontier' into conversionobscuren2015-03-191-34/+0
|\
| * merge developTaylor Gerring2015-03-181-13/+4
| |\
| * | Remove JsonWrapperTaylor Gerring2015-03-181-16/+0
| | |
| * | Add JSON RPC batch supportTaylor Gerring2015-03-181-19/+1
| | | | | | | | | | | | http://www.jsonrpc.org/specification#batch
* | | mergeobscuren2015-03-191-11/+2
|\ \ \ | | |/ | |/|
| * | Merge pull request #498 from maran/feature/drytoHexJeffrey Wilcke2015-03-181-13/+4
| |\ \ | | |/ | |/| DRY up the use of toHex in the project and move it to common
| | * DRY up the use of toHex in the project and move it to commonMaran2015-03-161-13/+4
| | |
* | | conversions. -compilable-obscuren2015-03-181-2/+2
|/ /
* / 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