aboutsummaryrefslogtreecommitdiffstats
path: root/chain/block_manager.go
Commit message (Collapse)AuthorAgeFilesLines
* Renamed `chain` => `core`obscuren2014-12-041-414/+0
|
* reverted vm backobscuren2014-12-031-1/+1
|
* mergeobscuren2014-12-031-26/+29
|\
| * Set proper message valueobscuren2014-12-031-27/+29
| |
| * Check coinbase for from/to inclusionobscuren2014-12-031-6/+11
| |
| * Additional logging and removed temp merged mining options.obscuren2014-12-021-5/+1
| |
* | merge errors fixedobscuren2014-12-021-13/+19
|\|
| * Check for known block err and ignoreobscuren2014-12-021-12/+18
| |
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-021-1/+1
| |
* | Fixed mergeobscuren2014-11-291-3/+4
|\|
| * Changed refundobscuren2014-11-291-3/+4
| |
* | Begin of moving objects to types packageobscuren2014-11-181-18/+20
|/ | | | | * Block(s) * Transaction(s)
* Clean upobscuren2014-11-141-10/+10
|
* Fixes for PV41/42obscuren2014-11-141-9/+4
| | | | | | * Don't expand mem on empty value * Removed all coinbase logs for PV42 * Removed C++ bug stuff for LOG*
* Numerous fixes for consensus.obscuren2014-11-141-4/+4
| | | | | | * Removed (buged) C++ specific gas specification for LOG* * Fixed LOG* where mstart went after msize *
* Transaction execution fixesobscuren2014-11-121-9/+7
|
* debugging codeobscuren2014-11-111-11/+20
|
* Moved messages eventing to chain managerobscuren2014-11-101-12/+16
|
* Fixed bug on gas and setting of receipts and rootsobscuren2014-11-101-36/+4
|
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-071-7/+9
| | | | | | | | * Miner has been rewritten * Added new miner pane * Added option for local txs * Added option to read from MergeMining contract and list them for merged mining
* Reworked chain handling processobscuren2014-11-041-41/+27
| | | | | | | * Forks * Rename * Moved inserting of blocks & processing * Added chain testing method for validating pieces of a **a** chain.
* Bloom validationobscuren2014-11-041-4/+5
|
* StateManager => BlockManagerobscuren2014-11-041-0/+439