aboutsummaryrefslogtreecommitdiffstats
path: root/block_manager.go
Commit message (Expand)AuthorAgeFilesLines
* Transaction processing. Implemented sending and receiving weiobscuren2014-01-211-10/+40
* More opcodesobscuren2014-01-191-0/+26
* More opcodesobscuren2014-01-191-53/+80
* ECmul tmpobscuren2014-01-171-11/+22
* Added more opcodesobscuren2014-01-171-2/+36
* Moved the vm code the block manager and added more opcodesobscuren2014-01-171-15/+78
* Moved stack to its own file. Moved contract processing to block managerobscuren2014-01-161-5/+202
* Some miner reportsobscuren2014-01-131-0/+1
* Formatobscuren2014-01-131-5/+3
* Fixed validationobscuren2014-01-121-3/+20
* Fixed dagger verificationobscuren2014-01-121-1/+1
* Validations reordering & added nonce validationobscuren2014-01-121-14/+18
* Block verification, TD calculations and overall block processingobscuren2014-01-121-5/+98
* gofmt no coding standardsobscuren2014-01-111-60/+60
* Moving the ethgo to individual packagesobscuren2014-01-111-8/+9
* WIP Block chainobscuren2014-01-091-10/+24
* Contract checking methodobscuren2014-01-051-1/+1
* blockobscuren2014-01-041-1/+4
* VM Recoveryobscuren2014-01-031-4/+20
* Wip VM. Created contractsobscuren2014-01-031-6/+4
* WIP rewrite vmobscuren2014-01-031-3/+3
* Commentsobscuren2013-12-291-0/+3
* Changed 0x0 to \x00obscuren2013-12-281-1/+1
* Initial commitobscuren2013-12-261-0/+55