Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a callback mechanism to chain adding. | obscuren | 2014-11-19 | 1 | -7/+7 |
| | | | | | | 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 | -6/+7 |
| | | | | | * Block(s) * Transaction(s) | ||||
* | cleaning up | obscuren | 2014-11-17 | 1 | -3/+5 |
| | |||||
* | Clean up | obscuren | 2014-11-14 | 1 | -1/+4 |
| | |||||
* | Fixes for PV41/42 | obscuren | 2014-11-14 | 1 | -1/+1 |
| | | | | | | * Don't expand mem on empty value * Removed all coinbase logs for PV42 * Removed C++ bug stuff for LOG* | ||||
* | debugging code | obscuren | 2014-11-11 | 1 | -4/+4 |
| | |||||
* | Fixed bloom, updated mining & block processing | obscuren | 2014-11-10 | 1 | -2/+2 |
| | | | | | | * 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 | -2/+5 |
| | | | | | | | | * 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 process | obscuren | 2014-11-04 | 1 | -23/+17 |
| | | | | | | | * Forks * Rename * Moved inserting of blocks & processing * Added chain testing method for validating pieces of a **a** chain. | ||||
* | StateManager => BlockManager | obscuren | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | ethwire => wire | obscuren | 2014-10-31 | 1 | -3/+3 |
| | |||||
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -8/+8 |
| | |||||
* | Removed events from the state manager | obscuren | 2014-10-29 | 1 | -1/+5 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -4/+4 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Renamed block_chain to chain_manager | obscuren | 2014-10-20 | 1 | -8/+8 |
| | |||||
* | New block message | obscuren | 2014-10-08 | 1 | -6/+17 |
| | |||||
* | Minor tweaks for poc7 | obscuren | 2014-10-08 | 1 | -2/+2 |
| | |||||
* | kick of bad peers | obscuren | 2014-10-07 | 1 | -52/+36 |
| | |||||
* | Kick off bad peers on bad chains and improved catch up on diverted chain | obscuren | 2014-10-02 | 1 | -2/+12 |
| | |||||
* | Black listing of bad peers | obscuren | 2014-10-02 | 1 | -6/+76 |
| | |||||
* | improved blockchain downloading | obscuren | 2014-10-02 | 1 | -3/+1 |
| | |||||
* | msg | obscuren | 2014-10-02 | 1 | -3/+3 |
| | |||||
* | Implemented WebSocket package | obscuren | 2014-10-01 | 1 | -3/+2 |
| | |||||
* | Working on new (blocking) event machine. | obscuren | 2014-09-29 | 1 | -14/+24 |
| | | | | | | | | | | | The new event machine will be used for loose coupling and handle the communications between the services: 1) Block pool finds blocks which "links" with our current canonical chain 2) Posts the blocks on to the event machine 3) State manager receives blocks & processes them 4) Broadcasts new post block event | ||||
* | Block pool is thread safe | obscuren | 2014-09-28 | 1 | -43/+58 |
| | |||||
* | Have you seen my parents, sir? | obscuren | 2014-09-27 | 1 | -1/+2 |
| | |||||
* | Logging messages | obscuren | 2014-09-27 | 1 | -1/+3 |
| | |||||
* | Attempt to catch up from unknown block | obscuren | 2014-09-25 | 1 | -0/+5 |
| | |||||
* | Changed the block fetching code and hash distribution | obscuren | 2014-09-25 | 1 | -45/+85 |
| | |||||
* | tmp | obscuren | 2014-09-24 | 1 | -6/+95 |
| | |||||
* | Added len | obscuren | 2014-09-17 | 1 | -0/+4 |
| | |||||
* | Improved catching up and refactored | obscuren | 2014-09-15 | 1 | -42/+17 |
| | |||||
* | add it to the list | obscuren | 2014-09-14 | 1 | -0/+1 |
| | |||||
* | Log | obscuren | 2014-08-22 | 1 | -2/+0 |
| | |||||
* | Minor improvement catching up | obscuren | 2014-08-22 | 1 | -4/+12 |
| | | | | * When catching up check linked up the chain of hashes | ||||
* | Extra checks | obscuren | 2014-08-22 | 1 | -5/+9 |
| | |||||
* | PoC 6 networking code. | obscuren | 2014-08-21 | 1 | -0/+116 |
* Added block pool for gathering blocks from the network (chunks) * Re wrote syncing |