aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/receipt.go
Commit message (Expand)AuthorAgeFilesLines
* core/types: convert status type from uint to uint64 (#16784)gary rong2018-05-231-4/+4
* core/types: remove String methods from struct types (#16205)Steven Roose2018-04-051-8/+0
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-0/+13
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-14/+13
* core/types, internal: swap Receipt.Failed to StatusPéter Szilágyi2017-10-021-14/+28
* consensus, core, params: rebrand Metro to ByzantiumPéter Szilágyi2017-09-141-1/+1
* core/types: encode receipt status in PostState fieldFelix Lange2017-08-251-81/+60
* core/types: reject Metro receipts with > 0x01 status bytesPéter Szilágyi2017-08-231-4/+11
* core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-15/+29
* core, ethclient: implement Metropolis EIP 98 (#14750)Péter Szilágyi2017-07-171-11/+64
* core, core/types: regenerate JSON marshaling, add "hash" to headers (#13868)Felix Lange2017-04-061-7/+7
* core/types: use gencodec for JSON marshaling codeFelix Lange2017-03-071-66/+12
* 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