Commit Graph

120 Commits

Author SHA1 Message Date
Svyatoslav Nikolsky f54a9bab59 fixed clippy warning 2016-11-23 14:18:26 +03:00
Svyatoslav Nikolsky 0e1773fae8 added reaction to filter* messages in local_node 2016-11-23 13:59:56 +03:00
Svyatoslav Nikolsky 0cc9124fbb ConnectionFilter connected to Client 2016-11-23 13:48:36 +03:00
Svyatoslav Nikolsky f0e4437eb6 added tests 2016-11-23 12:23:06 +03:00
Nikolay Volf a961bcdbed Merge pull request #172 from ethcore/sync_filter
Sync ConnectionFilter to support `filterload`, `filteradd` && `filterclear` inf future
2016-11-23 11:55:54 +03:00
Svyatoslav Nikolsky 98605ee7b3 newline at the end of file 2016-11-22 18:14:43 +03:00
Svyatoslav Nikolsky 3a7aae5188 fix after merge 2016-11-22 18:11:46 +03:00
Svyatoslav Nikolsky 5ba95a99c8 Merge branch 'master' into sync_filter 2016-11-22 18:03:48 +03:00
Svyatoslav Nikolsky cc48f0a75f initial connection filter commit 2016-11-22 18:03:07 +03:00
Svyatoslav Nikolsky 6f98645c90 fixed transactions relay to work as blocks relay workds 2016-11-22 16:30:09 +03:00
Svyatoslav Nikolsky 7bd88f7b51 Merge branch 'master' into relay_mempool_transactions 2016-11-22 16:02:28 +03:00
Svyatoslav Nikolsky 63027abe27 get rid of HashMap order dependency in test 2016-11-22 12:06:26 +03:00
Svyatoslav Nikolsky 5e80dd69bd do not boomerang-relay new blocks 2016-11-22 09:14:31 +03:00
Marek Kotewicz 730bc619c4 Revert "Revert "Revert "revert "relay canonized blocks"""" 2016-11-21 18:06:14 +01:00
Marek Kotewicz 5a8be97629 Revert "Revert "revert "relay canonized blocks""" 2016-11-21 18:05:49 +01:00
debris c331abc81e Revert "revert "relay canonized blocks""
This reverts commit edbdf4fb7e.
2016-11-21 17:59:22 +01:00
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 d230f9f8ee removed debug prints 2016-11-21 18:43:30 +03:00
Svyatoslav Nikolsky 3de7afbb37 relay verified transactions 2016-11-21 18:42:18 +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