Commit Graph

376 Commits (7f14fbd57936cf74627572da4a06585d35161ea9)

Author SHA1 Message Date
obscuren 7f14fbd579 core: pending txs now re-validated once every second 10 years ago
obscuren fba40e18d9 core: added accessor for queued transactions 10 years ago
obscuren d3be1a2719 eth: moved mined, tx events to protocol-hnd and improved tx propagation 10 years ago
obscuren 888ece0cb2 core: fixed test 10 years ago
obscuren 7edbb0110f core: set the state for the managed tx state 10 years ago
obscuren 1506e00a23 core: improved error message for invalid nonce txs 10 years ago
obscuren 7138404cb0 core: only post event once per tx & fixed test 10 years ago
obscuren 498b24270a core: implemented a queued approach processing transactions 10 years ago
Gustav Simonsson 4e0a2c8e8c Validate block header UncleHash against calculated hash 10 years ago
obscuren ed0817c55d core/rpc: fix for null entries in log filters. Closes #725 10 years ago
obscuren 093d6d5074 core: removed nonce resetting from the block processor. 10 years ago
obscuren b8160cc6d4 core: shuffled some code 10 years ago
obscuren f28b2bb6ed core: upgraded block chain version 10 years ago
obscuren 72d065d491 core: force block process & fixed chain manager test 10 years ago
obscuren 97a9753f87 core: added chain reset mechanism on bad blocks 10 years ago
obscuren 45da3e17e2 core: added chain head reset to known block 10 years ago
obscuren 97b0c4b697 core: moved TD calculation from proc to chain 10 years ago
zsfelfoldi d8fb834386 test account is no longer permanently in genesis block, only put there when testing 10 years ago
zsfelfoldi dba2367157 NatSpec contracts are now not in the genesis block but added by the test 10 years ago
zsfelfoldi b635cad9fe NatSpec passing end to end test 10 years ago
zsfelfoldi 94489b2269 s 10 years ago
zsfelfoldi e2d333d209 NatSpec contracts in genesis block, end to end test (unfinished) 10 years ago
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
Felix Lange 574d5d6ae6 core/types: add rlp tag "nil" for Transaction.Recipient 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