aboutsummaryrefslogtreecommitdiffstats
path: root/core/block_manager.go
Commit message (Collapse)AuthorAgeFilesLines
* Locks, refactor, testsobscuren2014-12-181-3/+3
| | | | | | * Added additional chain tests * Added proper mutex' on chain * Removed ethereum dependencies
* Removed ethereum as dependencyobscuren2014-12-181-7/+7
|
* 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