Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |