aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/receipt.go
Commit message (Expand)AuthorAgeFilesLines
* core/vm: move Log to core/typesFelix Lange2017-01-061-11/+10
* core/types: use package hexutil for JSON handlingFelix Lange2016-11-281-4/+5
* core/types: add core type marshal methods tooPéter Szilágyi2016-09-081-0/+15
* core/types, core/vm: improve docs, add JSON marshaling methodsFelix Lange2016-08-041-8/+46
* core/state, core/types use package rlp for state, receipt serialisationFelix Lange2015-12-181-9/+6
* core, eth, trie: fix data races and merge/review issuesPéter Szilágyi2015-10-211-5/+5
* core, eth: receipt chain reconstructionPéter Szilágyi2015-10-191-2/+2
* core: differentiate receipt concensus and storage decodingPéter Szilágyi2015-10-191-48/+74
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-7/+7
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* core, eth, rpc: proper gas used. Closes #1417Jeffrey Wilcke2015-07-071-2/+4
* core, eth, miner, xeth: receipt storage fixJeffrey Wilcke2015-07-041-2/+6
* core: fixed an issue with storing receiptsobscuren2015-05-281-0/+29
* Changed how logs are being recordedobscuren2015-04-081-18/+1
* moved state and vm to coreobscuren2015-03-231-1/+1
* converted chain managerobscuren2015-03-171-1/+1
* updated blockpoolobscuren2015-03-171-18/+18
* Moved ethutil => commonobscuren2015-03-161-7/+7
* Fixed mining & limited hash powerobscuren2015-02-141-1/+1
* Fixed issue in VM where LOG didn't pop anything of the stackobscuren2014-12-051-0/+13
* Renamed `chain` => `core`obscuren2014-12-041-0/+68