1559 Commits (8203d6d4d72bd1f4f8c1bd5bf4a077a6456cfe31)

Author SHA1 Message Date
arkpar 49a8617261 fixed block memory management 9 years ago
arkpar d95a5afee0 fixed race condition in transaction queue 9 years ago
subtly 19d3ad4ea5 s/cout/cnote/ 9 years ago
arkpar f634b539fa removed superfluous transition 9 years ago
arkpar 3217e8dd16 prevent syncing with busy peers & extra logging 9 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. 9 years ago
subtly 67b9135b28 Don't link secp256k1 on windows. 9 years ago
Gav Wood 505432fe62 No need to add block info again - verifyBlock is guarantee to do it for 9 years ago
Gav Wood a51f37d8da Use onBad in case of bad uncle. 9 years ago
Gav Wood 7b5c971023 More exception information when no block info available. 9 years ago
Gav Wood aceecf65b1 Set nonce in AZ and favour higher gas price transactions. 9 years ago
Gav Wood d1cab3cfd2 Windows build fix. 9 years ago
Gav Wood f109b6d617 Fix & reduce verbosity. 9 years ago
Lefteris Karapetsas 57a51c475e Increase readability and make sanitizer happy 9 years ago
arkpar 8dfcf284a1 fixed propogation to all peers 9 years ago
Gav Wood 7f945041e8 Additional info on slow blocks. 9 years ago
arkpar 21df032a9f set max_open_files for blocks and details db 9 years ago
Gav Wood 096662a692 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 9 years ago
Gav Wood 2567e71610 Provide phase and transaction data information in GM. 9 years ago
Gav Wood 346db17ba3 Parallelised large-file imports. 9 years ago
Gav Wood 1cf6cd77bd Don't reuse BadRLP. 9 years ago
arkpar 103b733680 removed superfuous log 9 years ago
Lefteris Karapetsas 91c6d7720d Remove unused constant 9 years ago
arkpar 3ed8d76715 improved logging 9 years ago
CJentzsch 76379dcb80 add BOOST_THROW_EXCEPTION 9 years ago
arkpar 69ddff938b fixing windows build 9 years ago
arkpar cd3355f23f used weak_ptr for session and peers, minor sync optimization 9 years ago
Gav Wood 43a6d825c3 Support rocksdb alternative. 9 years ago
Gav Wood 0360be76f2 Make API room for major syncing. TBI. 9 years ago
Gav Wood 1439554375 Avoid rejigging only if we're syncing. 9 years ago
Gav Wood 84b3ce298c Fix issue of mining rejig happening iff chain changed AND none ready: 9 years ago
Gav Wood c5cb5aeed4 Avoid attempting to import invalid blocks. 9 years ago
arkpar 997641c035 fixed comment 9 years ago
arkpar 61e84ea862 transitions description 9 years ago
arkpar 3b2f8f21ea fixed a race condition on peer aborting, style 9 years ago
Gav Wood 210c86bb02 Backoff to attempt to deal with non-conformant clients. 9 years ago
Gav Wood b26b38c466 Blockchain sync trivial fixes. 9 years ago
arkpar 96d667baa8 don't grab unneeded blocks 9 years ago
Paweł Bylica 6b3fd2d3ca Small override & std::move fixes. 9 years ago
yann300 ec71a9c69f - Scenario Panel UI changes 9 years ago
arkpar 2110876e2e typo fixed 9 years ago
arkpar 4918b7e9dd restore limit 9 years ago
arkpar 2fe2b202b8 fixed deadlock on resume 9 years ago
arkpar 18da764363 restored queue limit 9 years ago
arkpar d0cf2e94c8 fixed syncing to unknown new block 9 years ago
arkpar 18127c1b4e continue syncing refactoring 9 years ago
arkpar 2ad9a6d265 reverted to old pv61 sync code 9 years ago
CJentzsch 1bc547dc48 check nonce 9 years ago
arkpar 1c2a9cd088 fixed syncing stalling issues 9 years ago
Gav Wood 9afd426e5a Refactor toJson out into separate file. 9 years ago