Commit Graph

731 Commits

Author SHA1 Message Date
Svyatoslav Nikolsky 5f70479e76 synchronization tests && fixes 2016-11-14 09:31:03 +03:00
Svyatoslav Nikolsky 525207b48d Merge pull request #114 from ethcore/db
More transactionality fixes for reorgs
2016-11-11 16:20:15 +03:00
NikVolf 925c7c71f5 proper drying 2016-11-11 16:13:28 +03:00
Nikolay Volf b89077cdd7 Merge pull request #113 from ethcore/fix_deadlock
Fixed deadlock with current sync responses implementation
2016-11-11 15:26:51 +03:00
NikVolf 041d903da3 todo for future 2016-11-11 15:24:44 +03:00
NikVolf 0c3eed40a3 meta transactionality also 2016-11-11 15:24:04 +03:00
NikVolf 5de964b621 Merge remote-tracking branch 'origin/fix_deadlock' into db 2016-11-11 15:03:26 +03:00
Svyatoslav Nikolsky 88d3efff96 fixed deadlock with sync responses 2016-11-11 15:01:32 +03:00
NikVolf ce86a577ad proper rollback in the reorg 2016-11-11 14:06:51 +03:00
Svyatoslav Nikolsky 19410194ec Merge pull request #111 from ethcore/coinbase-verify
Same block verification lookup & tests
2016-11-11 13:54:04 +03:00
NikVolf b9a0cc9453 same block lookup & tests 2016-11-11 13:36:11 +03:00
Marek Kotewicz 503fb1ff5c Merge pull request #110 from ethcore/sync_fix_orphan
Store unknown orphan blocks
2016-11-11 10:42:53 +01:00
Marek Kotewicz 6e21765c33 Merge pull request #109 from ethcore/coinbase-verify
More tests and fixes for verification
2016-11-11 10:25:51 +01:00
Svyatoslav Nikolsky c526e833e3 fixed headers removal 2016-11-11 12:19:45 +03:00
NikVolf 0526de873e non-coinbase test 2016-11-11 11:45:40 +03:00
Svyatoslav Nikolsky 781a9e1223 store unknown orphan blocks 2016-11-11 11:38:41 +03:00
Svyatoslav Nikolsky 17e47bad4a Merge pull request #108 from ethcore/coinbase-verify
Proper tests & fixes for verification checks
2016-11-11 07:57:46 +03:00
NikVolf 528c639c20 more tests 2016-11-11 00:27:25 +03:00
NikVolf b8f38ad121 proper tests and fixes 2016-11-11 00:15:12 +03:00
Nikolay Volf b2b2f5b3d7 Merge pull request #107 from ethcore/coinbase-verify
Missing ordered checks for verification
2016-11-10 22:55:25 +03:00
Nikolay Volf 32cdb4b210 Merge pull request #106 from ethcore/sync_as_bitcoind
Sync as bitcoind does
2016-11-10 22:55:17 +03:00
NikVolf 8aff04e306 ignore test for a while 2016-11-10 20:34:05 +03:00
NikVolf 56b7865f1f proper tests layout 2016-11-10 20:31:25 +03:00
NikVolf cb298ebe8e failing (so far) test for coinbase maturity check 2016-11-10 20:12:03 +03:00
NikVolf 390c7d2854 more convenient best block check 2016-11-10 19:43:31 +03:00
NikVolf 1a553e2caf some verifications 2016-11-10 19:19:47 +03:00
NikVolf a77c986e11 test storage proper projection 2016-11-10 18:29:54 +03:00
NikVolf 33b4143e74 accepted block lcations 2016-11-10 17:53:39 +03:00
Svyatoslav Nikolsky 8d3c5aeb2e more information in sync info! 2016-11-10 17:52:40 +03:00
Svyatoslav Nikolsky 6c7f5a83dd fix test 2016-11-10 16:22:03 +03:00
Svyatoslav Nikolsky e4d2ddb9ce removed debugging stuff 2016-11-10 16:06:56 +03:00
Svyatoslav Nikolsky e589c25581 fixed sync issue 2016-11-10 16:01:03 +03:00
Svyatoslav Nikolsky c24af2daed fix test + process inventory 2016-11-10 15:16:16 +03:00
Svyatoslav Nikolsky 9d6f09889e Merge branch 'master' into sync_as_bitcoind 2016-11-10 14:56:58 +03:00
Svyatoslav Nikolsky 78cae830cc headers-first sync 2016-11-10 14:50:00 +03:00
Svyatoslav Nikolsky 28771adaa5 Merge pull request #105 from ethcore/synchronizer
simplified threshold and configurable synchronizers, cleanun session init and on_message
2016-11-10 07:46:07 +03:00
debris 6b38929222 cleanup session init and on_message 2016-11-09 22:36:29 +01:00
debris 078a71ba15 simplified threshold and configurable synchronizers 2016-11-09 21:42:17 +01:00
Svyatoslav Nikolsky cca36dee30 Merge pull request #104 from ethcore/synchronizer
response synchronizer
2016-11-09 18:03:33 +03:00
debris da769b253a response synchronizer 2016-11-09 15:46:34 +01:00
Marek Kotewicz 1f4cf7e443 fixed clippy lints for miner, sync, test-data and verification (#103)
* fixed clippy lints for miner, sync, test-data and verification

* make verification check_nbtis more idiomatic
2016-11-09 11:36:52 +01:00
Marek Kotewicz 7a5ab9e96b Merge pull request #101 from ethcore/clippy
fixed clippy lints for db, keys, miner, and script
2016-11-08 21:59:33 +01:00
debris f7a73f6520 fixed clippy lints for db, keys, miner, and script 2016-11-08 21:01:36 +01:00
Svyatoslav Nikolsky 7291333654 Merge pull request #100 from ethcore/clippy
project workspace and linting using clippy
2016-11-08 19:23:22 +03:00
debris 8d4e004a78 make tools/draw_graph.sh work again 2016-11-08 17:01:15 +01:00
debris 68a3bb2d34 linting in progress 2016-11-08 16:37:06 +01:00
debris 436d925ba6 clippy lints enabled for crypto, message, p2p, pbtc, primitives and serialization 2016-11-08 11:51:34 +01:00
Svyatoslav Nikolsky 1135c49dae Merge pull request #99 from ethcore/reorg
Reorganizations extra tests
2016-11-08 10:57:32 +03:00
NikVolf 631842f0e4 Merge branch 'master' into reorg 2016-11-07 21:05:38 +03:00
NikVolf 01cb909125 double reorganize and transaction spend tests 2016-11-07 21:01:25 +03:00