aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/managed_state.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-1/+1
* core, core/state, core/vm: remove exported account getters (#3618)Jeffrey Wilcke2017-02-231-3/+3
* state: take write lock in GetNonce (#3625)Brian Schroeder2017-02-011-3/+5
* core/state: track all accounts in canon stateFelix Lange2016-09-261-11/+10
* core: various typosLeif Jurvetson2016-03-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
* core, xeth: moved nonce management burden from xeth to txpoolobscuren2015-06-101-1/+1
* core: removed nonce resetting from the block processor.obscuren2015-04-211-0/+1
* state: fixed mutex lockesobscuren2015-04-141-2/+14
* state: fixed nonce issue in managed stateobscuren2015-04-141-2/+2
* Moved handling of nonces to the managed stateobscuren2015-04-091-2/+2
* Added additional methods to the managed stateobscuren2015-04-081-2/+26
* moved state and vm to coreobscuren2015-03-231-0/+89