Commit Graph

728 Commits

Author SHA1 Message Date
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
Svyatoslav Nikolsky afd6c78e21 Merge pull request #119 from ethcore/sigops
transaction & block sigops amount check & tests
2016-11-14 23:01:31 +03:00
NikVolf 5fcba908f4 transaction & block sigops amount check 2016-11-14 21:18:30 +03:00
Marek Kotewicz f4fa69e383 Merge pull request #117 from ethcore/sigops
Signature opcodes counter
2016-11-14 15:34:28 +01:00
NikVolf 4aec0ef31f fix with multi-sigs 2016-11-14 17:31:36 +03:00
NikVolf 8c74a2a2f5 Merge branch 'master' into sigops 2016-11-14 16:22:25 +03:00
NikVolf 1abfabcf4b iterators and sigops count 2016-11-14 16:21:52 +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
Marek Kotewicz 62e1d9c288 Merge pull request #115 from ethcore/management_tests
Synchronization management tests && fixes
2016-11-14 08:17:58 +01:00
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