Commit Graph

351 Commits (71aa5fe8a31bdf12a38e940730e60964bbf4a1c0)

Author SHA1 Message Date
obscuren 164b878854 cleanup 10 years ago
obscuren 84f1af6413 core: merge using equal block numbers rather than the current block 10 years ago
obscuren 1bc2d83b6f core: improved uncle validation error message 10 years ago
obscuren dff39553d4 core: changed split detection to also account for number less than 10 years ago
obscuren 5d2138a2b2 core: fixed issue for logs filter. Closes #629 10 years ago
obscuren ccb4722a59 core/types: Changed bloom lookup to take anything bytes backed 10 years ago
obscuren 8310bcda61 state: fixed mutex lockes 10 years ago
obscuren 333d4e0f27 core: during split properly insert parent blocks 10 years ago
obscuren d423305f07 state: fixed nonce issue in managed state 10 years ago
zelig 3d57e377a4 blockpool stability fixes: 10 years ago
Bas van Kervel 49a513bdeb Added blockchain DB versioning support, closes #650 10 years ago
obscuren 3aa5437a10 Set input to nil for create 10 years ago
obscuren 0636e17dbe Added default registrar 10 years ago
zelig 262714fc6c future queued block support 10 years ago
obscuren 204ac81188 Moved handling of nonces to the managed state 10 years ago
obscuren 6e2f78ebdd Default log to stderr 10 years ago
obscuren 6184781b49 Improved transaction pool 10 years ago
obscuren f08e9cbe42 ignore invalid txs right after being added if they prove incorrect 10 years ago
obscuren 1c872ddf4b Changed how logs are being recorded 10 years ago
obscuren a953f3ec97 Sync managed accounts to the network 10 years ago
obscuren 31b086f511 Added additional methods to the managed state 10 years ago
obscuren 09147a50ed Improved tx pool to ignore invalid transactions 10 years ago
obscuren 688d118c7e Updated logging 10 years ago
obscuren 43454053b0 Fixed tests 10 years ago
Gustav Simonsson 2591883a18 Use logger.Error instead of 0 with glog 10 years ago
Gustav Simonsson 3f306f63d4 Forward and log EC recover err and remove dup pubkey len check 10 years ago
obscuren 9c55576c7b Block header changed & console miner control 10 years ago
obscuren 736aefe9b5 time lapse 10 years ago
obscuren 053d5552ab Updated logging 10 years ago
obscuren eb1c26746d Changed R S to big int and fixed tests 10 years ago
obscuren eb8f0b85f7 Changed R & S to *big.Int 10 years ago
obscuren c39484bc4b Added thread safe each 10 years ago
obscuren eff6a43419 Removed debugging 10 years ago
obscuren 7a18a39351 prevent deadlock 10 years ago
obscuren e1ed8c33bd Improved chain manager, improved block processor, fixed tests 10 years ago
obscuren 29f120206e Added block cache delete method 10 years ago
obscuren c985ce4d78 Changed log to new logging 10 years ago
obscuren 1889727144 Moved logging to logger.Core 10 years ago
obscuren 218bfeb60e check for nil block (tmp). 10 years ago
obscuren a0e44e3281 basic glog 10 years ago
obscuren f9d94c7462 do not include BlockEqualTS as valid uncles 10 years ago
obscuren 36452afd4e glog wip 10 years ago
obscuren f49e398ebe bool => int 10 years ago
obscuren c59c826ab4 fixed stack level 10 years ago
obscuren b8124ec791 Removed old (unused) argument 10 years ago
Gustav Simonsson c26c8d3a44 Read most protocol params from common/params.json 10 years ago
obscuren 344b3556eb Fixed uncle rewards in miner 10 years ago
obscuren 516ec28544 sha3 stack check 10 years ago
obscuren 96cf776f81 Check stack for BALANCE. Closes #622 10 years ago
zelig 6ffea34d8b check TxMsg 10 years ago