aboutsummaryrefslogtreecommitdiffstats
path: root/core/database_util_test.go
Commit message (Expand)AuthorAgeFilesLines
* core/types: remove String methods from struct types (#16205)Steven Roose2018-04-051-1/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-7/+7
* core/types, internal: swap Receipt.Failed to StatusPéter Szilágyi2017-10-021-1/+1
* core, eth: add bloombit indexer, filter based on itZsolt Felfoldi2017-09-061-108/+0
* core/types: encode receipt status in PostState fieldFelix Lange2017-08-251-2/+2
* core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-2/+2
* core: remove redundant storage of transactions and receipts (#14801)Péter Szilágyi2017-07-151-67/+7
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-55/+5
* core: refactor genesis handlingFelix Lange2017-03-231-1/+1
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-5/+6
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-2/+2
* core/vm: move Log to core/typesFelix Lange2017-01-061-30/+24
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-2/+3
* tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1Felix Lange2016-10-061-2/+3
* accounts, core, eth: pass chain config for chain maker to test DAOPéter Szilágyi2016-07-151-1/+1
* core: improved chainDb using sequential keyszsfelfoldi2016-06-071-40/+40
* core, core/types, eth: add and use Block.BodyFelix Lange2016-04-151-3/+3
* cmd, eth, ethdb, node: prioritise chaindata for resources, bump cachePéter Szilágyi2016-03-091-1/+1
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-2/+2
* core, eth, miner, xeth: clean up tx/receipt db accessorsPéter Szilágyi2015-11-191-0/+609