aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/managed_state_test.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-2/+2
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-2/+1
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-1/+1
* core, core/state, core/vm: remove exported account getters (#3618)Jeffrey Wilcke2017-02-231-1/+1
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-4/+4
* all: gofmt -w -sFelix Lange2017-01-061-3/+3
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-5/+2
* core/state: track all accounts in canon stateFelix Lange2016-09-261-6/+7
* core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-161-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
* Moved handling of nonces to the managed stateobscuren2015-04-091-3/+6
* Added additional methods to the managed stateobscuren2015-04-081-0/+18
* moved state and vm to coreobscuren2015-03-231-0/+89