aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/eth_args.go
Commit message (Expand)AuthorAgeFilesLines
* all: update license informationFelix Lange2015-07-071-0/+16
* rebase with developBas van Kervel2015-06-301-15/+24
* initialize fields to prevent nil pointer exceptionBas van Kervel2015-06-301-3/+8
* add json parsing method for resend transactionBas van Kervel2015-06-301-1/+76
* improved error handling in parsing requestBas van Kervel2015-06-301-1/+6
* added eth.resendBas van Kervel2015-06-301-0/+50
* added eth.pendingTransactionsBas van Kervel2015-06-301-0/+34
* fixed eth sign unittestBas van Kervel2015-06-221-6/+6
* added batch support to console and attach actionsBas van Kervel2015-06-221-18/+18
* Merge pull request #1267 from SilentCicero/developJeffrey Wilcke2015-06-191-0/+29
|\
| * New DataArgs and eth_sendRawTransactionSilentCicero2015-06-171-0/+29
* | rpc/api: fixed default gas-(price) issue.obscuren2015-06-151-6/+2
|/
* added admin APIBas van Kervel2015-06-111-15/+15
* restructured eth rpc APIBas van Kervel2015-06-111-0/+835