Commit Graph

904 Commits

Author SHA1 Message Date
debris 56315efd9e fix find and delete for block 268561 2016-11-28 15:54:56 +01:00
Marek Kotewicz 1e9428a3a5 Merge pull request #203 from ethcore/indexed-blocks
Using IndexedBlock-s in sync, verification & db
2016-11-28 15:12:28 +01:00
Marek Kotewicz 07f6b85a3f Merge pull request #208 from ethcore/read_block_header_only
Read block_header instead of block when we only need header
2016-11-28 15:10:37 +01:00
Nikolay Volf 6292ad4a3d Merge pull request #209 from ethcore/fixing_206
Fixed OP_1NEGATE instruction
2016-11-28 16:48:04 +03:00
NikVolf d5f454c89d with_capacity 2016-11-28 16:47:01 +03:00
NikVolf cfaa6fadbf fix warnings 2016-11-28 16:40:22 +03:00
NikVolf 0320a7c6ed fix typo 2016-11-28 16:35:20 +03:00
NikVolf fb881adb66 sync refactoring 2016-11-28 16:24:48 +03:00
NikVolf 32e21d6e37 ongoing sync refactoring 2016-11-28 15:55:00 +03:00
NikVolf 24803433b3 Merge branch 'master' into indexed-blocks 2016-11-28 15:32:56 +03:00
Svyatoslav Nikolsky 5a38b6a3b4 fixed test_arithmetic_correct_arguments_order 2016-11-28 15:25:38 +03:00
Svyatoslav Nikolsky 5b56426ff5 test_arithmetic_correct_arguments_order 2016-11-28 15:18:57 +03:00
Svyatoslav Nikolsky 3eb55f0481 Merge pull request #207 from ethcore/depsup
updated dependencies and graph
2016-11-28 14:19:49 +03:00
Svyatoslav Nikolsky 28b8580e09 read block_header instead of block when we only need header 2016-11-28 14:13:17 +03:00
debris 5857f0a2da Merge branch 'master' of github.com:ethcore/parity-bitcoin into depsup 2016-11-28 10:37:26 +01:00
debris bcc84f6f6f updated dependencies and graph 2016-11-28 10:37:17 +01:00
Marek Kotewicz 252eec711a Merge pull request #205 from ethcore/sync_getblocktxn
Process `getblocktxn` message in sync
2016-11-28 10:23:10 +01:00
Svyatoslav Nikolsky 20fc5d1b97 tests for getblocktxn 2016-11-28 09:52:24 +03:00
Svyatoslav Nikolsky d6bf6d1805 process getblocktxn message 2016-11-28 09:35:59 +03:00
Marek Kotewicz b6060f5560 Merge pull request #204 from ethcore/sigops
regtests sigops fixes (now stuck at b82)
2016-11-27 23:16:18 +01:00
debris b877b1398a Merge branch 'master' of github.com:ethcore/parity-bitcoin into sigops 2016-11-27 22:38:40 +01:00
debris e839b8b499 sigops_count fixes 2016-11-27 22:38:30 +01:00
NikVolf 67e64a5391 verificatino uses indexed blokcs 2016-11-27 23:49:51 +03:00
NikVolf 6fee34ad66 Merge branch 'master' into indexed-blocks 2016-11-27 22:13:10 +03:00
Nikolay Volf e5afbf3877 Merge pull request #202 from ethcore/sync_cmpctblk
Process cmpctblk message
2016-11-27 22:09:50 +03:00
NikVolf 6067d9996f storage insert works with indexed blocks 2016-11-27 22:01:12 +03:00
Nikolay Volf 23b1c804e3 Merge pull request #199 from ethcore/bip30
initial support for bip30
2016-11-27 19:20:46 +03:00
NikVolf 84e322735c fix typo 2016-11-27 19:19:31 +03:00
Svyatoslav Nikolsky e6e135f75a relay_new_block_after_sendcmpct 2016-11-27 19:09:47 +03:00
Svyatoslav Nikolsky f20cdeb49a fix after merge 2016-11-27 18:02:21 +03:00
Svyatoslav Nikolsky d331dfde32 Merge branch 'master' into sync_cmpctblk 2016-11-27 17:53:34 +03:00
debris 42ce57e6a8 fixed bip30 tests, tx finality reg tests passing 2016-11-27 15:05:49 +01:00
debris 95709fe1ab Merge branch 'master' of github.com:ethcore/parity-bitcoin into bip30 2016-11-27 13:31:36 +01:00
debris 9d0d251a37 few functions are more idiomatic, initial support for bip30 2016-11-26 15:05:54 +01:00
Nikolay Volf ca7a06e9d4 Merge pull request #198 from ethcore/denote_db_naming
fix english naming
2016-11-26 16:41:10 +03:00
debris 7f07b60a85 fix english naming 2016-11-26 13:07:50 +01:00
Nikolay Volf 2437f17d20 Merge pull request #197 from ethcore/chain_verifier_network
chain verifier does not have hardcoded network constants
2016-11-25 22:27:21 +03:00
debris 847cb36c6f chain verifier does not have hardcoded network constants 2016-11-25 18:38:21 +01:00
Marek Kotewicz 4f29bf590a Merge pull request #194 from ethcore/sync_increase_failure_interval
Increased failure interval to sync later blocks
2016-11-25 18:15:32 +01:00
Marek Kotewicz 17616bb2d6 Merge pull request #195 from ethcore/replace_fold_with_sum
Replaced fold() with sum()
2016-11-25 18:14:45 +01:00
Marek Kotewicz b45ab2a06e Merge pull request #193 from ethcore/sync_receive_same_unknown_block_twice
Fixed issue when receiving same unknown block twice
2016-11-25 18:14:21 +01:00
Svyatoslav Nikolsky d1ac758d53 increased even more 2016-11-25 19:30:55 +03:00
Svyatoslav Nikolsky aff754dc86 replaced fold() with sum() 2016-11-25 19:17:08 +03:00
Svyatoslav Nikolsky 47ffc90ddd increased failure interval to sync later blocks 2016-11-25 18:59:50 +03:00
Svyatoslav Nikolsky 5e9fb438d4 fixed receive_same_unknown_block_twice 2016-11-25 18:57:56 +03:00
Svyatoslav Nikolsky 06820825a5 added tests stubs 2016-11-25 18:35:35 +03:00
Svyatoslav Nikolsky bb7570f85b test_siphash24 2016-11-25 18:18:48 +03:00
Svyatoslav Nikolsky 494ef56858 process cmpctblock message 2016-11-25 18:07:03 +03:00
Marek Kotewicz 5b3e34715f Merge pull request #177 from ethcore/pow_validation
pow and timestamp median validation
2016-11-25 15:07:20 +01:00
NikVolf 2cdf526ee9 using sorted list of timestamps to evaluate median 2016-11-25 16:54:56 +03:00