aboutsummaryrefslogtreecommitdiffstats
path: root/core/state
Commit message (Expand)AuthorAgeFilesLines
* core, miner, tests: renamed state methodsJeffrey Wilcke2015-07-042-3/+5
* core, core/state: only write necessary state. Skip intermediateJeffrey Wilcke2015-07-042-10/+20
* core, miner, xeth: renamed gas methodsobscuren2015-06-211-16/+3
* core/state: removed trie copyobscuren2015-06-171-1/+1
* core/state: removed state from state objectobscuren2015-06-173-31/+20
* core/state: fixed state testsobscuren2015-06-171-13/+10
* core/state: remove the need for common.Valueobscuren2015-06-171-2/+4
* core/state, core/vm: reworked storage get / set to use common.Hashobscuren2015-06-172-32/+25
* core/state, core/vm: cleanup refundsobscuren2015-06-171-14/+8
* core/vm, core/state: added storage to structured vm loggingobscuren2015-06-101-0/+16
* core, xeth: moved nonce management burden from xeth to txpoolobscuren2015-06-101-1/+1
* core: fixed an issue with storing receiptsobscuren2015-05-281-7/+14
* solidity compiler and contract metadocs integrationzelig2015-05-071-0/+3
* 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-092-5/+8
* Improved transaction poolobscuren2015-04-091-8/+4
* Changed how logs are being recordedobscuren2015-04-082-81/+49
* Added additional methods to the managed stateobscuren2015-04-082-2/+44
* Moved logging to logger.Coreobscuren2015-04-042-5/+5
* basic glogobscuren2015-04-042-7/+16
* glog wipobscuren2015-04-031-1/+4
* Removed old (unused) argumentobscuren2015-04-022-2/+2
* fixed testsobscuren2015-04-011-1/+1
* Blocktest fixed, Execution fixedobscuren2015-04-011-26/+42
* Secure trie shakey / key matchingobscuren2015-03-241-4/+4
* moved state and vm to coreobscuren2015-03-239-0/+1159