aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/state.go
Commit message (Expand)AuthorAgeFilesLines
* cmd, eth, node, rpc, xeth: use single-instance servicesPéter Szilágyi2015-11-271-2/+1
* cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacksPéter Szilágyi2015-11-271-2/+2
* core, eth, trie, xeth: merged state, chain, extra databases in oneJeffrey Wilcke2015-08-081-1/+1
* 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
* rename eth to backendTaylor Gerring2015-03-241-1/+1
* moved state and vm to coreobscuren2015-03-231-1/+1
* conversionsobscuren2015-03-181-3/+3
* Moved ethutil => commonobscuren2015-03-161-4/+4
* DRY up the use of fromHex and put it in ethutilMaran2015-03-141-4/+7
* Separated block db from state db. Partial fix for #416obscuren2015-03-071-1/+1
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-261-0/+33