359 Commits (850c21eb3abf6c4e8ea701c0e9ed6065f14fdad6)

Author SHA1 Message Date
Gav Wood 61318ba3ab Bad blocks get good treatment. 10 years ago
Gav Wood 05ea9941c9 Move non-cryptopp dependent stuff into devcore. 10 years ago
arkpar e19ac5054c use TrieHash for transactions and receipts roots 10 years ago
Gav Wood dd8bc4b78d Parallelised uncle checking. 10 years ago
Gav Wood ac60b992c6 Parallelised BlockQueue. 10 years ago
arkpar 1958a7a469 Skip second nonce check on import 10 years ago
Gav Wood 19f3a58021 Reduce p2p net verbosity. 10 years ago
Gav Wood eb8dc43e8a Make terms more clear for uncle exclusion API. 10 years ago
Gav Wood 9cd64dcfe5 Probably fix for BadRoot bug. 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 da1fcbb19b DAG generation improvements. 10 years ago
Gav Wood b3f8518716 Structured logger can output to a file. 10 years ago
winsvega 811103ef88 Total Difficulty: uncle blocks 10 years ago
arkpar cc5a617aa6 set and map to hash tables 10 years ago
Gav Wood 1069295ec6 Fix for chain fork instance. 10 years ago
Gav Wood 87770dad0b More logging stuff. 10 years ago
Gav Wood dad9a32d33 Better logging. 10 years ago
Gav Wood 4e4fc4d11c Fixes for reimporting. 10 years ago
Gav Wood dd0b508d53 Don't forget the transaction queue! 10 years ago
Gav Wood d7fb14b95b Diagnostics for tracking down source of apparently corrupt block 10 years ago
Gav Wood 616cb14385 Nicer logging. Much nicer. 10 years ago
Gav Wood f104697747 Redo thread safety in Client. Rework some Worker threading stuff. 10 years ago
Gav Wood c1045d4711 Refactor just about everything important in the core. 10 years ago
Gav Wood 6cf2a93e20 Some early refactoring to support async miners better. 10 years ago
arkpar 48dd9f3482 replaced Aversion with ImportRequirements 10 years ago
Gav Wood 2fb7883a12 Refactor just about everything important in the core. 10 years ago
Gav Wood 71c83172c5 Fixes #1597 10 years ago
Gav Wood e7c8189667 Fixes #1597 10 years ago
Gav Wood 6edb3840d7 Some early refactoring to support async miners better. 10 years ago
Gav Wood 6e78287401 Ability to switch GPU/CPU mining on the fly. 10 years ago
arkpar 07b45657f7 bool param to enum 10 years ago
arkpar 6216b33775 Allow mining without pow check 10 years ago
Gav Wood 683dd22051 Allow fudging of calls so they never fail. 10 years ago
Gav Wood e3aa60c445 Fix and clean up of State class. 10 years ago
Gav Wood f3acccf5f5 Remove VMTRACE. 10 years ago
Gav Wood f2b56e7647 Move hash to a hidden function, and provide a datapath to it so avoid 10 years ago
Gav Wood c5f80a9dde Fix various aspects of chain-re-import. 10 years ago
Gav Wood 13232d6e04 Fixes #1509 10 years ago
Gav Wood db30ab24a0 Make paranoia safe again after a break caused by BlockChain cache 10 years ago
Gav Wood 1a93beb7e1 Cleanup and document some of the hairier State code. 10 years ago
Gav Wood 6b409f52ad More descriptive errors on database fail. 10 years ago
Gav Wood 6b05b8d9ff Refactored much of transaction queue for tidiness and optimisation. 10 years ago
subtly 5173be3eb6 defer signature recovery until after gas price check 10 years ago
Gav Wood 36e2c9dbee Hide accounts/contracts when we're not compiled with FATDB. Fixes #1403 10 years ago
subtly cddb2920a9 namespace eth network-protocol version for implemenations 10 years ago
chriseth 79fb35fd69 Exception-throwing assert. 10 years ago
Gav Wood 1619d230c3 Extensive pathway for reporting transaction execution results. 10 years ago
CJentzsch d57e48384b uncleBlock reward modification - 15/16 -> (8+uncle.number-block.number)/8 10 years ago
Gav Wood 640f688b45 Gas pricing infrastructure and a couple of pricing mechanisms. 10 years ago