aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/eth.go
Commit message (Collapse)AuthorAgeFilesLines
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: update license informationFelix Lange2015-07-071-0/+16
|
* core, eth, rpc: proper gas used. Closes #1417Jeffrey Wilcke2015-07-071-1/+0
| | | | Added some additional backward compatibility code for old receipts
* Compose additional fieldsTaylor Gerring2015-07-051-1/+6
|
* Rename local variable for clarityTaylor Gerring2015-07-041-2/+2
|
* Fix hex conversionTaylor Gerring2015-07-041-1/+2
|
* Initial getTransactionReceipt supportTaylor Gerring2015-07-041-0/+20
|
* solved merge conflictsBas van Kervel2015-06-301-9/+0
|\
| * add json parsing method for resend transactionBas van Kervel2015-06-291-1/+0
| |
| * improved error handling in parsing requestBas van Kervel2015-06-291-1/+2
| |
| * added eth.resendBas van Kervel2015-06-241-0/+18
| |
| * added eth.pendingTransactionsBas van Kervel2015-06-241-5/+35
| |
* | rebase with developBas van Kervel2015-06-301-0/+9
| |
* | add json parsing method for resend transactionBas van Kervel2015-06-301-1/+0
| |
* | improved error handling in parsing requestBas van Kervel2015-06-301-1/+2
| |
* | added eth.resendBas van Kervel2015-06-301-0/+18
| |
* | added eth.pendingTransactionsBas van Kervel2015-06-301-5/+35
| |
* | rpc: unmask pending block fieldsFelix Lange2015-06-301-8/+0
|/ | | | This pleases the RPC tests.
* fixed eth sign unittestBas van Kervel2015-06-221-2/+2
|
* added RPC start/stop supportBas van Kervel2015-06-221-1/+1
|
* added batch support to console and attach actionsBas van Kervel2015-06-221-1/+0
|
* fixed rpc test failure in eth.blockNumberBas van Kervel2015-06-221-43/+45
|
* Merge pull request #1267 from SilentCicero/developJeffrey Wilcke2015-06-191-0/+15
|\ | | | | eth_sendRawTransaction JSON RPC
| * New DataArgs and eth_sendRawTransactionSilentCicero2015-06-171-1/+1
| |
| * NewSigArgs arg change.Nick Dodson2015-06-161-1/+1
| |
| * Update eth.goNick Dodson2015-06-151-1/+1
| |
| * Changed variable namesSilentCicero2015-06-151-7/+1
| |
| * eth_pushTx send raw signed encoded TX data to the chain through RPCSilentCicero2015-06-151-0/+21
| |
* | Merge pull request #1260 from obscuren/tx-drop-low-txJeffrey Wilcke2015-06-161-1/+8
|\ \ | | | | | | core: drop low gas tx
| * | rpc/api: fixed default gas-(price) issue.obscuren2015-06-151-1/+8
| |/
* / fixed rpc/api.GasPricezsfelfoldi2015-06-151-1/+1
|/
* restructured eth rpc APIBas van Kervel2015-06-111-0/+8
|
* added admin APIBas van Kervel2015-06-111-90/+90
|
* added console commandBas van Kervel2015-06-111-0/+4
|
* restructured eth rpc APIBas van Kervel2015-06-111-0/+523