Commit Graph

114 Commits

Author SHA1 Message Date
Nikolay Volf e5afbf3877 Merge pull request #202 from ethcore/sync_cmpctblk
Process cmpctblk message
2016-11-27 22:09:50 +03:00
Svyatoslav Nikolsky d331dfde32 Merge branch 'master' into sync_cmpctblk 2016-11-27 17:53:34 +03:00
debris 9d0d251a37 few functions are more idiomatic, initial support for bip30 2016-11-26 15:05:54 +01:00
debris 7f07b60a85 fix english naming 2016-11-26 13:07:50 +01: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
Svyatoslav Nikolsky e3f0878283 transaction_fee_rate now takes &TransactionProvider 2016-11-25 10:39:56 +03:00
debris 355306e747 retarget 2016-11-24 23:33:51 +01:00
NikVolf 34a582b8e9 expected nbits method & support 2016-11-22 18:26:00 +03:00
Marek Kotewicz c988a346e9 Merge pull request #162 from ethcore/db
fix iterator in indexed blocks
2016-11-21 17:51:43 +01:00
NikVolf f95e7da2fb fix iterator 2016-11-21 19:38:42 +03:00
NikVolf 8e975669c0 suppress trait that is not used so far 2016-11-21 16:08:40 +03:00
NikVolf 7cf8d09444 pre-hashed indexed block 2016-11-21 15:36:25 +03:00
Svyatoslav Nikolsky 97db02cba8 reverify decanonized transactions 2016-11-21 12:39:57 +03:00
Marek Kotewicz 2e51589403 Merge pull request #151 from ethcore/db
Configurable db cache size
2016-11-21 10:22:29 +01:00
NikVolf 0da1fb184c configurable cache size 2016-11-21 11:52:27 +03:00
debris 12fbcf6735 fatal db-error 2016-11-18 01:51:43 +01:00
debris a9fe6e5cdb simplifing code 2016-11-18 01:40:40 +01:00
debris 09537c3a84 replace db printlns with panics 2016-11-18 01:07:19 +01:00
NikVolf c3a764e916 panic on transaction malformed in the db 2016-11-18 00:57:41 +03:00
NikVolf b9793e06dd refactor verification 2016-11-17 21:26:17 +03:00
NikVolf e0066504d2 decompose 2016-11-17 21:19:25 +03:00
NikVolf c8f3652c46 fix typo 2016-11-17 18:15:11 +03:00
NikVolf 7c6dcade30 Merge branch 'master' into db 2016-11-17 18:12:42 +03:00
NikVolf f594685680 tests 2016-11-17 18:10:51 +03:00
NikVolf b45d208b31 fix tabs & height 2016-11-17 18:00:56 +03:00
NikVolf 7a0c9f44f6 reorganization result 2016-11-17 17:56:44 +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
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
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
NikVolf b8adad56c3 double spend consistency test 2016-11-15 15:56:09 +03:00
NikVolf 4f2b5be34f split logic errors in separate enum 2016-11-15 15:14:25 +03:00
NikVolf 615aa61423 fix b17 2016-11-15 14:59:55 +03:00
NikVolf 3ad579ea29 proper tx sigopcounting 2016-11-14 23:56:43 +03:00
NikVolf 925c7c71f5 proper drying 2016-11-11 16:13:28 +03:00
NikVolf 041d903da3 todo for future 2016-11-11 15:24:44 +03:00
NikVolf 0c3eed40a3 meta transactionality also 2016-11-11 15:24:04 +03:00
NikVolf ce86a577ad proper rollback in the reorg 2016-11-11 14:06:51 +03:00
NikVolf 0526de873e non-coinbase test 2016-11-11 11:45:40 +03:00
Svyatoslav Nikolsky 17e47bad4a Merge pull request #108 from ethcore/coinbase-verify
Proper tests & fixes for verification checks
2016-11-11 07:57:46 +03:00
NikVolf b8f38ad121 proper tests and fixes 2016-11-11 00:15:12 +03:00
Nikolay Volf b2b2f5b3d7 Merge pull request #107 from ethcore/coinbase-verify
Missing ordered checks for verification
2016-11-10 22:55:25 +03:00
NikVolf 390c7d2854 more convenient best block check 2016-11-10 19:43:31 +03:00
NikVolf 1a553e2caf some verifications 2016-11-10 19:19:47 +03:00
NikVolf a77c986e11 test storage proper projection 2016-11-10 18:29:54 +03:00
NikVolf 33b4143e74 accepted block lcations 2016-11-10 17:53:39 +03:00
Svyatoslav Nikolsky e4d2ddb9ce removed debugging stuff 2016-11-10 16:06:56 +03:00