aboutsummaryrefslogtreecommitdiffstats
path: root/core/block_manager.go
Commit message (Expand)AuthorAgeFilesLines
* BlockManager => BlockProcessorobscuren2015-01-051-359/+0
* Cleaned up some of that utilobscuren2015-01-041-13/+0
* Changed prev_hash to block_hash, state transition now uses vm envobscuren2015-01-041-5/+7
* Removed the deferred resetobscuren2014-12-241-6/+0
* Switched to new trieobscuren2014-12-241-0/+1
* Chain importerobscuren2014-12-231-2/+2
* Refactored block & Transactionobscuren2014-12-231-40/+46
* Merge branch 'develop' into poc8obscuren2014-12-201-1/+3
|\
| * Minor updates on gas and removed/refactored old code.obscuren2014-12-201-1/+3
| * Removed OOG check. Revert should always happen.obscuren2014-12-191-1/+1
* | mergeobscuren2014-12-191-3/+3
|\|
| * Gas corrections and vm fixesobscuren2014-12-191-1/+1
| * Created generic message (easy for testing)obscuren2014-12-181-2/+2
* | Merged developobscuren2014-12-181-10/+10
|\|
| * Locks, refactor, testsobscuren2014-12-181-3/+3
| * Removed ethereum as dependencyobscuren2014-12-181-7/+7
* | adapt to new eth pkg and p2pzelig2014-12-151-5/+3
|/
* moved interfacesobscuren2014-12-111-15/+8
* states moved to chainobscuren2014-12-111-10/+0
* Removed start/stop methodsobscuren2014-12-101-22/+0
* Moved powobscuren2014-12-101-3/+5
* Fixed issue in VM where LOG didn't pop anything of the stackobscuren2014-12-051-7/+6
* Skip mining on transactions that don't meet the min accepted gas priceobscuren2014-12-051-16/+12
* Improved and simplified wallet functions and behaviourobscuren2014-12-041-4/+6
* Moved block validation as first stepobscuren2014-12-041-7/+3
* sort tests for evmobscuren2014-12-041-1/+0
* Renamed State => StateDBobscuren2014-12-041-9/+9
* Renamed `chain` => `core`obscuren2014-12-041-0/+414