Commit Graph

102 Commits

Author SHA1 Message Date
debris edbdf4fb7e revert "relay canonized blocks"
This reverts commit 0d8bfc8e57.
2016-11-21 17:56:09 +01:00
Nikolay Volf d716d05e1d Merge pull request #158 from ethcore/h256-repr
Suppress RepresentH256 until it is used
2016-11-21 19:37:54 +03:00
Svyatoslav Nikolsky 0d8bfc8e57 relay canonized blocks 2016-11-21 18:23:28 +03:00
NikVolf 8e975669c0 suppress trait that is not used so far 2016-11-21 16:08:40 +03:00
Nikolay Volf ef5079125f Merge pull request #156 from ethcore/do_not_block_p2p_thread
Get rid of verification waiter
2016-11-21 15:41:10 +03:00
Svyatoslav Nikolsky 21cee15d8d use futures::lazy instead of manual IndexedServerTaskFuture 2016-11-21 15:33:13 +03:00
Svyatoslav Nikolsky 124170d255 get rid of verification waiter 2016-11-21 14:10:04 +03:00
Svyatoslav Nikolsky 97db02cba8 reverify decanonized transactions 2016-11-21 12:39:57 +03:00
Svyatoslav Nikolsky f6b46f368b Merge branch 'master' into rely_on_p2p_sync 2016-11-21 09:06:55 +03:00
Svyatoslav Nikolsky 6c1a08b5e8 fixed style 2016-11-18 17:10:57 +03:00
Svyatoslav Nikolsky 964ac87135 getting rid of sync waits 2016-11-18 16:06:14 +03:00
Svyatoslav Nikolsky 47ee3c2a82 all blocks must be unknown to schedule 2016-11-18 14:53:59 +03:00
Svyatoslav Nikolsky b66fd70c6f fixed client construction 2016-11-18 14:39:34 +03:00
Svyatoslav Nikolsky 70bb4ef5cc added test for issue #121 2016-11-18 14:00:14 +03:00
Svyatoslav Nikolsky bd67160689 separate sync verifier 2016-11-18 13:27:47 +03:00
Marek Kotewicz bd2d5c6bbc Merge pull request #146 from ethcore/db
Restructure database
2016-11-18 00:45:52 +01:00
NikVolf 77c01c41e0 refactor sync and bin 2016-11-17 21:37:45 +03:00
Svyatoslav Nikolsky 056e623722 Merge pull request #145 from ethcore/db
Return block inserted chain diag
2016-11-17 20:32:58 +03:00
NikVolf 5a0356fb6b fix block writer 2016-11-17 18:24:04 +03:00
Svyatoslav Nikolsky e533f13647 hash_chain was always initialized with genesis block 2016-11-17 16:28:42 +03:00
Svyatoslav Nikolsky 5d18a770d4 fixed clippy warnings 2016-11-17 14:20:37 +03:00
Svyatoslav Nikolsky 26ab437024 fixed grumbles 2016-11-17 14:14:16 +03:00
Svyatoslav Nikolsky 294d7ca1b7 fixed typo 2016-11-17 13:10:56 +03:00
Svyatoslav Nikolsky 2b1cc7ffc7 test memory_pool_transactions_are_reerified_after_reorganization 2016-11-17 13:09:52 +03:00
Svyatoslav Nikolsky a50e28d254 also reverify mempool transactions after reorg 2016-11-17 12:38:24 +03:00
Svyatoslav Nikolsky b354b1e0cb post-merge fixes 2016-11-17 11:23:05 +03:00
Svyatoslav Nikolsky 4e74bb7f68 Merge branch 'master' into sync_transactions 2016-11-17 11:14:05 +03:00
Svyatoslav Nikolsky bc7cd94747 started work on transactions synchronization 2016-11-17 11:03:24 +03:00
debris 2fd794be97 applied clippy suggestions to make code more idiomatic 2016-11-16 18:30:30 +01:00
NikVolf af687bbbf9 Merge branch 'master' into h256-logging 2016-11-16 18:00:05 +03:00
NikVolf 94fbe040b5 more logging refact 2016-11-16 17:54:43 +03:00
NikVolf cbd4227f35 use reversed hashes in logging 2016-11-16 17:49:36 +03:00
Svyatoslav Nikolsky 9b6f24849d Merge pull request #125 from ethcore/synchronizer
synchronizer
2016-11-16 17:09:09 +03:00
debris 8ecfc9368d executor is always notified about ignored getheaders 2016-11-16 12:12:22 +01:00
debris 8cc045c92b fixed sync code 2016-11-16 11:32:20 +01:00
debris 90c6f6fdc3 ServerTask::Ignore 2016-11-16 11:18:13 +01:00
Svyatoslav Nikolsky 756bb10fcc Support BIP16 2016-11-16 11:52:00 +03:00
debris 1c1d342f73 Merge branch 'master' of github.com:ethcore/parity-bitcoin into synchronizer 2016-11-16 09:31:33 +01:00
Svyatoslav Nikolsky 664005ab66 process notfound messages from sync peers 2016-11-16 10:59:54 +03:00
Nikolay Volf 27c2ceb41e Merge pull request #128 from ethcore/process_db_errors
Process nonfatal db insert errors in sync
2016-11-15 23:19:43 +03:00
Svyatoslav Nikolsky cd61b461b2 added TODO 2016-11-15 18:03:14 +03:00
Svyatoslav Nikolsky 2919430e4f process nonfatal db insert errors 2016-11-15 18:01:33 +03:00
Svyatoslav Nikolsky e33aa81674 changed verify_clocktimeverify 2016-11-15 17:24:33 +03:00
debris abdf6d38ca Merge branch 'master' of github.com:ethcore/parity-bitcoin into synchronizer 2016-11-15 12:48:49 +01:00
Svyatoslav Nikolsky 3897a9e419 fixed tests compilation 2016-11-15 14:17:39 +03:00
Svyatoslav Nikolsky b152c8178d introduced ConsensusParams + BIP65 support 2016-11-15 14:00:46 +03:00
Svyatoslav Nikolsky 0d304dee30 fixed stalling on peer disconnect 2016-11-15 10:47:23 +03:00
Svyatoslav Nikolsky 9b4fe77e1e ask all peers about inventory when entering saturated state 2016-11-14 13:02:25 +03:00
debris 86cff63c30 sync synchronizer part done 2016-11-14 09:56:58 +01:00
Svyatoslav Nikolsky 5f70479e76 synchronization tests && fixes 2016-11-14 09:31:03 +03:00