Commit Graph

1947 Commits

Author SHA1 Message Date
Svyatoslav Nikolsky d41aebcaec
Merge pull request #84 from rex4539/core2zcashd
Bitcoin Core -> zcashd
2019-04-12 08:45:59 +03:00
Dimitris Apostolou 4c656bcae5
Bitcoin Core -> zcashd 2019-04-11 17:41:38 +03:00
Svyatoslav Nikolsky 235da9f21d
Merge pull request #83 from paritytech/ignore_zero_gaps_in_blk_files
Ignore zero-filled gaps in blk files
2019-04-11 15:15:41 +03:00
Svyatoslav Nikolsky 870b892ff2 ignore zero-filled gaps in blk files 2019-04-11 14:14:38 +03:00
NikVolf f3dde2a6ec fix identation 2019-04-10 19:21:35 +03:00
Nikolay Volf 2fcfb8adbf
Merge pull request #77 from paritytech/sprout
PGHR13 proofs verification
2019-04-10 19:21:06 +03:00
NikVolf 4a200de284 groth16 verification in joinsplits 2019-04-10 18:53:05 +03:00
NikVolf de1e8a9022 groth16 proof struct helper 2019-04-10 16:25:31 +03:00
Svyatoslav Nikolsky 419addaf28
Merge pull request #78 from paritytech/fix_reorg_during_import
Handle reorganizations during blocks import
2019-04-10 15:25:30 +03:00
Svyatoslav Nikolsky 7edb6ed0a8 fixed grumbles 2019-04-10 14:07:38 +03:00
NikVolf bcbd9d70a6 fix test name 2019-04-10 14:05:07 +03:00
NikVolf 235e8e1c3e use to_le_bytes() 2019-04-10 14:02:24 +03:00
NikVolf 1c161764ba use bn master 2019-04-10 13:57:21 +03:00
NikVolf 275a2fb586 fix warnings 2019-04-10 13:51:56 +03:00
NikVolf 15b7b294a6 don't use shared tree cache across transactions 2019-04-10 13:50:31 +03:00
Svyatoslav Nikolsky 9a1d94b487 fix comment 2019-04-10 11:07:58 +03:00
Svyatoslav Nikolsky eb7b6838a2 handle reorganizations in BlocksWriter 2019-04-10 11:06:50 +03:00
Svyatoslav Nikolsky a0f548ef97 (failing) blocks_write_able_to_reorganize 2019-04-10 10:54:01 +03:00
Svyatoslav Nikolsky 1bc2d94816 improve tracing during canonization/decanonization 2019-04-10 10:44:41 +03:00
NikVolf cfc90d3102 merge and fix warnings 2019-04-09 18:45:51 +03:00
NikVolf f3e333f52a fix for trees 2019-04-09 18:35:20 +03:00
Svyatoslav Nikolsky b859c210d2
Merge pull request #76 from paritytech/detailed_error_report_in_import
Display actual import error when import has failed
2019-04-09 18:16:55 +03:00
NikVolf 3529542603 tree cache and chain acceptors 2019-04-09 18:06:54 +03:00
NikVolf 62d3c2735f final fixes and test passes 2019-04-09 15:49:58 +03:00
Svyatoslav Nikolsky 5e19a21423 display actual import error when import has failed 2019-04-09 15:24:05 +03:00
NikVolf 1a25653647 fix double negation 2019-04-08 17:36:25 +03:00
NikVolf 65453c4219 fix also sign recovery for g2 2019-04-08 17:27:39 +03:00
NikVolf 7244faa5f3 various fixes 2019-04-08 17:11:19 +03:00
Svyatoslav Nikolsky 3794cb0890
Merge pull request #75 from rex4539/verification-level
Fix verification-level option
2019-04-08 11:59:27 +03:00
Dimitris Apostolou e96355c422
Fix verification-level option 2019-04-06 12:28:46 +03:00
Svyatoslav Nikolsky 960f8f0455
Merge pull request #73 from paritytech/thread_names
Name all spawned threads
2019-04-05 15:08:30 +03:00
Svyatoslav Nikolsky 089e4f9748
Merge pull request #74 from paritytech/hash_header_without_holding_lock
Hash header(s) without holding sync lock
2019-04-05 15:05:41 +03:00
Svyatoslav Nikolsky cc4defdc24
Merge pull request #72 from paritytech/cache_transaction_outputs
Cache transaction outputs in ChainAcceptor
2019-04-05 15:05:25 +03:00
Svyatoslav Nikolsky 5716d15b6e fixed tests compilation 2019-04-05 12:17:17 +03:00
Svyatoslav Nikolsky 92b0774cc6 hash incoming headers without holding sync lock 2019-04-05 12:05:09 +03:00
Svyatoslav Nikolsky 5d26582830 name all (excl main) threads 2019-04-05 11:27:19 +03:00
Svyatoslav Nikolsky d0b0249ca2 cache transaction outputs during block accept 2019-04-05 10:45:29 +03:00
Svyatoslav Nikolsky 0f6ff605d7
Merge pull request #71 from paritytech/disable_doublespend_check_for_coinbase
Disable TransactionDoubleSpend for coinbase transactions
2019-04-04 17:28:57 +03:00
Svyatoslav Nikolsky 71ccddd1b5
Merge pull request #70 from paritytech/do_not_verify_headers_twice2
Do not verify headers twice during synchronization
2019-04-04 17:28:49 +03:00
Svyatoslav Nikolsky f8e772b88d disable TransactionDoubleSpend for coinbase tx 2019-04-04 15:16:40 +03:00
Svyatoslav Nikolsky 76f2577c33 fixed test 2019-04-04 11:28:02 +03:00
Svyatoslav Nikolsky 54ba2892ec added HeadersVerifying block state + headers fetch heuristic 2019-04-04 10:36:07 +03:00
Svyatoslav Nikolsky 8d43a5ed2e fixed trace 2019-04-04 08:50:26 +03:00
Svyatoslav Nikolsky e0a4a04380 tweak sync constants for async headers verification 2019-04-04 07:25:25 +03:00
Svyatoslav Nikolsky 2626366c7c do not verify headers twice 2019-04-04 07:25:25 +03:00
Svyatoslav Nikolsky f69e0a00a1
Merge pull request #69 from paritytech/actually_verify_headers_async
Actually verify headers
2019-04-04 07:24:13 +03:00
Svyatoslav Nikolsky f1ae363000 do not saturate until there are headers verifying 2019-04-03 16:37:38 +03:00
Svyatoslav Nikolsky e947ae847c actually veify headers 2019-04-03 16:35:02 +03:00
Svyatoslav Nikolsky d93ba52f2c
Merge pull request #67 from paritytech/verify_headers_in_separate_thread
Verify headers in separate thread
2019-04-03 08:15:49 +03:00
Svyatoslav Nikolsky bc6ddbec63 fix docs 2019-04-02 14:05:45 +03:00