Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a callback mechanism to chain adding. | obscuren | 2014-11-19 | 1 | -3/+3 |
| | | | | | | Not sure if this is the right approach. Why? BlockChain shouldn't need the "Ethereum" object. BlockChain shouldn't need to worry about notifying listeners or message propagation. | ||||
* | Begin of moving objects to types package | obscuren | 2014-11-18 | 1 | -31/+37 |
| | | | | | * Block(s) * Transaction(s) | ||||
* | cleaning up | obscuren | 2014-11-17 | 1 | -154/+131 |
| | |||||
* | Numerous fixes for consensus. | obscuren | 2014-11-14 | 1 | -1/+7 |
| | | | | | | * Removed (buged) C++ specific gas specification for LOG* * Fixed LOG* where mstart went after msize * | ||||
* | Transaction execution fixes | obscuren | 2014-11-12 | 1 | -1/+1 |
| | |||||
* | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 1 | -1/+1 |
| | |||||
* | debugging code | obscuren | 2014-11-11 | 1 | -0/+1 |
| | |||||
* | Moved messages eventing to chain manager | obscuren | 2014-11-10 | 1 | -4/+9 |
| | |||||
* | Fixed bloom, updated mining & block processing | obscuren | 2014-11-10 | 1 | -20/+10 |
| | | | | | | * Reverted back to process blocks in batches method * Bloom generation and lookup fix * Minor UI changed (mainly debug) | ||||
* | Implemented new miner w/ ui interface for merged mining. Closes #177 | obscuren | 2014-11-07 | 1 | -5/+29 |
| | | | | | | | | * 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 | ||||
* | Fixed VM and added static analysis for EVM jumps | obscuren | 2014-11-05 | 1 | -1/+0 |
| | |||||
* | Replaced to return the td and throw a specific error on TD | obscuren | 2014-11-04 | 1 | -6/+3 |
| | |||||
* | Reworked chain handling process | obscuren | 2014-11-04 | 1 | -3/+77 |
| | | | | | | | * Forks * Rename * Moved inserting of blocks & processing * Added chain testing method for validating pieces of a **a** chain. | ||||
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -0/+289 |