Commit Graph

661 Commits

Author SHA1 Message Date
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
Svyatoslav Nikolsky de87b6f02a Merge pull request #142 from ethcore/respect_minimal_protocol_version
respect minimal protocol version, fixed #141
2016-11-17 08:32:16 +03:00
Svyatoslav Nikolsky 035583fac1 Merge branch 'master' into respect_minimal_protocol_version 2016-11-17 08:23:01 +03:00
Svyatoslav Nikolsky 3c61266711 Merge pull request #140 from ethcore/regtest_1_thread
p2p thread pool for regtest has only 1 thread, limit number of accepted connections
2016-11-17 08:15:29 +03:00
Svyatoslav Nikolsky 04f58d06d8 Merge pull request #139 from ethcore/getaddr_version
minimal getaddr version is 0, not 60002, fixed #118
2016-11-17 08:14:36 +03:00
debris 712b016a6a fixed handshake tests 2016-11-17 01:15:58 +01:00
debris fe9828dbdc respect minimal protocol version, fixed #141 2016-11-17 01:02:43 +01:00
debris 56e2dc02b1 limit number of inbound and outbound connections for regtests 2016-11-17 00:33:35 +01:00
debris e07dfbb6c1 p2p thread pool for regtest has only 1 thread 2016-11-17 00:18:04 +01:00
debris 35fec4ba15 minimal getaddr version is 0, not 60002, fixed #118 2016-11-17 00:07:11 +01:00
Svyatoslav Nikolsky cf85285112 Merge pull request #138 from ethcore/clippy_suggestions
applied clippy suggestions to make code more idiomatic
2016-11-16 22:24:24 +03:00
debris 2fd794be97 applied clippy suggestions to make code more idiomatic 2016-11-16 18:30:30 +01:00
Svyatoslav Nikolsky 5d65a58fae Merge pull request #137 from ethcore/depsup
updated dependencies and graph
2016-11-16 20:22:08 +03:00
debris 389ddc5f95 fixed tools/draw_graph.sh 2016-11-16 17:51:54 +01:00
debris 163627a3cc updated dependencies and graph 2016-11-16 17:50:01 +01:00
Svyatoslav Nikolsky 024ed05d15 Merge pull request #136 from ethcore/h256-logging
traces & warnings to use H256::to_reversed_str()
2016-11-16 18:16:11 +03: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
Nikolay Volf 6798fff50b Merge pull request #134 from ethcore/support_bip16
Support BIP16
2016-11-16 15:58:30 +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
Marek Kotewicz d8c06007ac Merge pull request #133 from ethcore/sync_notfound
Process `notfound` messages from sync peers
2016-11-16 09:22:44 +01:00
Svyatoslav Nikolsky 664005ab66 process notfound messages from sync peers 2016-11-16 10:59:54 +03:00
Nikolay Volf 7c3053b9f2 Merge pull request #131 from ethcore/diskdb_by_default
Removed --diskdb option
2016-11-16 10:58:10 +03:00
Svyatoslav Nikolsky fce53cdc8b removed --diskdb option 2016-11-16 09:58:26 +03:00
Svyatoslav Nikolsky d6549849d5 Merge pull request #130 from ethcore/sigop-accurate
Don't count signature operations accurately on regular scripts
2016-11-16 09:05:39 +03:00
Svyatoslav Nikolsky d25215634e Merge pull request #129 from ethcore/verification
Some missing checks for verification
2016-11-16 08:59:08 +03:00
NikVolf f44bec4a57 don't use accurate sigop counter for regular scripts 2016-11-16 00:37:27 +03:00
NikVolf 0ecb184a31 redundant line 2016-11-15 23:46:22 +03:00
NikVolf 92f8ff7982 fix ge to g 2016-11-15 23:44:51 +03:00
NikVolf 2e7c535a7f redundant line 2016-11-15 23:23:30 +03:00
NikVolf 231604ea49 remove print 2016-11-15 23:23:01 +03:00
NikVolf 06341c16eb Merge branch 'master' into verification 2016-11-15 23:20:24 +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
Nikolay Volf 0fd2354ca0 Merge pull request #127 from ethcore/reorg-errors
Proper failed reorgs propagation
2016-11-15 23:19:36 +03:00
NikVolf 9cbf68a8ad todo 2016-11-15 23:03:52 +03:00
NikVolf a9e0f8e318 block size 2016-11-15 23:01:45 +03:00
NikVolf dedad2de55 coinbase signature length 2-100 enforce 2016-11-15 22:39:56 +03:00
NikVolf bd4383d814 Merge remote-tracking branch 'origin/process_db_errors' into reorg-errors 2016-11-15 21:18:33 +03:00
Svyatoslav Nikolsky 39c6dc77c6 Merge pull request #122 from ethcore/support_bip65
Introduced ConsensusParams struct + BIP65 support
2016-11-15 18:14:32 +03:00
Svyatoslav Nikolsky 4204898315 Merge pull request #126 from ethcore/db
Storage double-spend consistency check test
2016-11-15 18:04:27 +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