Commit Graph

640 Commits

Author SHA1 Message Date
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
NikVolf f33191fdc8 fix wrong warning 2016-11-15 17:37:09 +03:00
NikVolf 69c3501d48 proper reorg failing handling 2016-11-15 17:27:59 +03:00
Svyatoslav Nikolsky e33aa81674 changed verify_clocktimeverify 2016-11-15 17:24:33 +03:00
NikVolf b8adad56c3 double spend consistency test 2016-11-15 15:56:09 +03:00
Svyatoslav Nikolsky 3d473ded28 Merge pull request #124 from ethcore/b17-regtests
B17 part of regtest endevour
2016-11-15 15:27:48 +03:00
NikVolf 4f2b5be34f split logic errors in separate enum 2016-11-15 15:14:25 +03:00
debris dc6acc6eee polishing p2p synchronous syncing 2016-11-15 13:11:05 +01:00
NikVolf 615aa61423 fix b17 2016-11-15 14:59:55 +03:00
debris abdf6d38ca Merge branch 'master' of github.com:ethcore/parity-bitcoin into synchronizer 2016-11-15 12:48:49 +01:00
debris 6713503add synchronous syncing almost finished 2016-11-15 12:48:12 +01:00
NikVolf 14e043ce23 Merge branch 'master' into support_bip65 2016-11-15 14:44:01 +03:00
Nikolay Volf 5dcffef5ec Merge pull request #120 from ethcore/sigops-and-logging
Sigops counting refactoring + some logging
2016-11-15 14:41:54 +03: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
NikVolf 7d6ee29e6b strict greater there 2016-11-15 13:23:49 +03:00
NikVolf 584ec20e1f count coinbase outputs also 2016-11-15 12:57:58 +03:00
NikVolf b7014f4ea5 invalid output script counts as 1 2016-11-15 12:37:20 +03:00
Svyatoslav Nikolsky 711b32c6b8 Merge pull request #116 from ethcore/sync_utilize_all_peers
Ask all known peers about inventory when entering saturated state
2016-11-15 12:07:04 +03:00
Svyatoslav Nikolsky 0d304dee30 fixed stalling on peer disconnect 2016-11-15 10:47:23 +03:00
NikVolf efd6c7a143 refactoring of opcounting 2016-11-15 00:13:07 +03:00
NikVolf 3ad579ea29 proper tx sigopcounting 2016-11-14 23:56:43 +03:00