aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/parsing.go
Commit message (Collapse)AuthorAgeFilesLines
* [release/1.3.4] eth: fixed homestead tx checkJeffrey Wilcke2016-02-291-1/+1
| | | | | | | | | When a block is queried for retrieval we should add a check whether the block falls within the frontier rules. If we'd always use `From` retrieving transaction might fail. This PR temporarily changes everything to `FromFrontier` (safe!). This is a backport of c616391df2dda2c21b0a8eed03531a7d44669421
* core: differentiate receipt concensus and storage decodingPéter Szilágyi2015-10-191-2/+2
|
* core: split out TD from database and all internalsPéter Szilágyi2015-09-111-2/+2
|
* rpc: add receiptRoot to getBlock* responsesFelix Lange2015-08-291-0/+6
| | | | Fixes #1679
* 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-4/+4
| | | | Added some additional backward compatibility code for old receipts
* rpc, xeth: fixed returned tx hash & receipt logsJeffrey Wilcke2015-07-061-9/+14
|
* CleanupTaylor Gerring2015-07-051-4/+4
|
* Compose additional fieldsTaylor Gerring2015-07-051-4/+12
|
* Remove redundant functionTaylor Gerring2015-07-051-1/+1
|
* Decode full receipt storageTaylor Gerring2015-07-041-2/+4
|
* Initial getTransactionReceipt supportTaylor Gerring2015-07-041-0/+23
|
* core, eth, rpc: avoid unnecessary block header copyingFelix Lange2015-06-301-8/+10
|
* restructured eth rpc APIBas van Kervel2015-06-111-0/+460