aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/state.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | 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
|
* 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
Conflicts: accounts/account_manager.go