258 Commits (15fc63d6a255de5f8c5a4e93edada90bf2ccccce)

Author SHA1 Message Date
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
Gav Wood 87cf8dd5d6 VM provides information on its performance. 10 years ago
Gav Wood 4e17c58938 Remove all other support code in favour of exception information. 10 years ago
Gav Wood 095b6f8189 Report bad blocks using published standards. 10 years ago
arkpar 5a9bb7d25f re-enabled state check 10 years ago
arkpar acf11858f7 style 10 years ago
arkpar 4787970b0d codeHash in ExtVM 10 years ago
arkpar 5eb685da7c Moved transaction verification to verifier thread 10 years ago
arkpar 10cfa35c09 blockchain sync refactoring 10 years ago
Gav Wood c4b044d926 Improve AZ & eth latency. 10 years ago
Gav Wood 05ea9941c9 Move non-cryptopp dependent stuff into devcore. 10 years ago
Gav Wood dd8bc4b78d Parallelised uncle checking. 10 years ago
arkpar 8f9f7d9a6f comments 10 years ago
arkpar cbb5e640ef more blockchain import optimizations 10 years ago
Gav Wood ac60b992c6 Parallelised BlockQueue. 10 years ago
arkpar 1958a7a469 Skip second nonce check on import 10 years ago
Gav Wood eb8dc43e8a Make terms more clear for uncle exclusion API. 10 years ago
Gav Wood ebe06b37de More stringent checking for ancestors in uncles. 10 years ago
Gav Wood 368532c107 Extra diagnostics, assertions and fail-safes for tracking BadRoot bug. 10 years ago
Gav Wood b3f8518716 Structured logger can output to a file. 10 years ago
arkpar cc5a617aa6 set and map to hash tables 10 years ago
Gav Wood 97f936d30c Only report worker stuff when it's laggy. 10 years ago
Gav Wood 08a9282dac Fixed mining in paranoid mode. 10 years ago