295 Commits (58cac6a318b58226b556a143c3f14cd606bed110)

Author SHA1 Message Date
Gav Wood 75857ef5d4 Basic Proof-of-Authority sealent. 10 years ago
Gav Wood a04ba152e5 Modularise nonce, mix hash and seed hash. 10 years ago
arkpar 907ea3c800 started tests refactoring 10 years ago
arkpar 0431a97ecb mix working 10 years ago
Gav Wood 487349bf09 All fields of BlockInfo now private. 10 years ago
Gav Wood 68b2c8ecbf Basic test working with same code for Ethash and BasicAuthority. 10 years ago
Gav Wood 5660a17ffe libethcore on a new path. 10 years ago
Gav Wood 212d433370 Basic Proof-of-Authority sealent. 10 years ago
Gav Wood 9ae950d4ad Modularise nonce, mix hash and seed hash. 10 years ago
Gav Wood bc9b022d20 Clear transaction hashes on chain reorg, too. 10 years ago
Gav Wood 8af63e8ab1 Clear reverted block hashes from cache during imporing. 10 years ago
Marek Kotewicz a72b51c86d clear reverted block hashes from cache during imporing 10 years ago
Gav Wood 4cfc62e199 Final fix for rescue. 10 years ago
arkpar c82dd4842b state cleanup 10 years ago
Gav Wood a8e46ed898 Fix for rescue? 10 years ago
Gav Wood de97b49939 Rescue a corrupted database. 10 years ago
Gav Wood b3a1038fe5 Nicer import graph. 10 years ago
Gav Wood f2fdd8fb32 Nicer import graph. 10 years ago
Gav Wood f29cb461c9 Tidy up gaurds. Shorted extraData to max size. 10 years ago
Dimitry Khokhlov ce93507040 Issues: BlockChain::rebuild + byteRef test 10 years ago
arkpar 440f6e7dc2 import transactions in a separate thread 10 years ago
Gav Wood 00a6208e79 Don't drop DB when chaning DB format. 10 years ago
Gav Wood 91452da11d Minor optimisations. 10 years ago
Lefteris Karapetsas b9b1936477 contains() gets moved to CommonData.h 10 years ago
Lefteris Karapetsas d1b22891b2 Remove legacy code in blockchain.cpp 10 years ago
arkpar 49a8617261 fixed block memory management 10 years ago
subtly 19d3ad4ea5 s/cout/cnote/ 10 years ago
subtly 146949822c Check write status for errors in BlockChain and log error so IO problem doesn't put database or client into invalid state. 10 years ago
Gav Wood 505432fe62 No need to add block info again - verifyBlock is guarantee to do it for 10 years ago
Gav Wood a51f37d8da Use onBad in case of bad uncle. 10 years ago
Gav Wood 7f945041e8 Additional info on slow blocks. 10 years ago
arkpar 21df032a9f set max_open_files for blocks and details db 10 years ago
Gav Wood 096662a692 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood 2567e71610 Provide phase and transaction data information in GM. 10 years ago
Gav Wood 346db17ba3 Parallelised large-file imports. 10 years ago
Gav Wood 43a6d825c3 Support rocksdb alternative. 10 years ago
Gav Wood c5cb5aeed4 Avoid attempting to import invalid blocks. 10 years ago
Paweł Bylica 6b3fd2d3ca Small override & std::move fixes. 10 years ago
yann300 ec71a9c69f - Scenario Panel UI changes 10 years ago
arkpar 2ad9a6d265 reverted to old pv61 sync code 10 years ago
CJentzsch 1bc547dc48 check nonce 10 years ago
Marek Kotewicz 6ae2eb8039 removed extra ; 10 years ago
Marek Kotewicz 821ba0e002 changed Blockchain sync return tuple from <h256s, h256s, bool> to <ImportRoute, bool> 10 years ago
Marek Kotewicz e9748677df ImportRoute struct instead of class 10 years ago
Marek Kotewicz ee06872b19 ImportRoute class instead of pair 10 years ago
yann300 7a557e42df small changed based on comments 10 years ago
Gav Wood fce5655d14 Avoid double-printing of error. 10 years ago
yann300 cb380d66bb - allow ignore nonce checking 10 years ago
Gav Wood c507d9fd39 More aggressive bad-block policy. 10 years ago
Marek Kotewicz 8806f1b124 fixed #1863, getting solidity logs 10 years ago