Commit Graph

127 Commits

Author SHA1 Message Date
Svyatoslav Nikolsky 0714037a3a Merge branch 'master' into rpc_blockchain 2016-12-12 15:33:12 +03:00
NikVolf 4d178961f2 using background writes 2016-12-11 20:15:44 +01:00
debris 56e4e54074 Transaction Output Observer 2016-12-10 22:34:04 +01:00
debris f669a27d06 PreviousTransactionOutputProvider refactor in progress 2016-12-10 19:47:02 +01:00
Svyatoslav Nikolsky 4f7d44691a Merge branch 'master' into rpc_blockchain 2016-12-10 15:52:12 +03:00
Svyatoslav Nikolsky 416ac097b5 started getblock iplementation 2016-12-10 13:50:07 +03:00
debris f76ab12e06 Merge branch 'master' of github.com:ethcore/parity-bitcoin into indexed_block 2016-12-09 19:44:14 +01:00
Marek Kotewicz 9a3c8de606 Merge pull request #273 from ethcore/tx-cache
Transaction & meta lru cache (WiP)
2016-12-09 19:40:43 +01:00
NikVolf dc6b874ab7 fix bug with work distribution 2016-12-09 18:47:01 +01:00
NikVolf e707fd73cb update review 2016-12-09 17:49:02 +01:00
debris df65e29658 refactor indexed_block, avoid unnecessery copying 2016-12-09 15:44:34 +01:00
debris 033d423686 verification share some constants with miner module, block assemlber takes into account size of block header 2016-12-09 12:38:18 +01:00
debris 3ca513d88f finished block assembler 2016-12-09 11:40:42 +01:00
debris 3080ade4bd sigops counting separated to its own module 2016-12-09 11:16:50 +01:00
debris 5a1041f72a change nbits: u32 -> bits: Compact, miner uses verification 2016-12-08 21:17:28 +01:00
debris f5b1d95d2d block assembler in progress 2016-12-08 16:45:37 +01:00
debris 9f17f8a525 fixed difficulty calculcation on testnet 2016-12-05 13:50:08 +01:00
debris b3c9c30edb verify work and skip timestamp verification on testnet 2016-12-02 12:01:30 +01:00
Svyatoslav Nikolsky fac3864f45 connected sync to verify_block_header 2016-12-01 14:55:21 +03:00
Svyatoslav Nikolsky 11e1f8d5c8 BlockHeaderProvider 2016-12-01 14:04:40 +03:00
Svyatoslav Nikolsky bd3bea760d verify_block_header 2016-12-01 13:44:48 +03:00
NikVolf 9416c28f76 fix doc comment 2016-11-30 17:20:59 +03:00
NikVolf 51fe9b6e01 output proxy 2016-11-30 17:19:23 +03:00
debris c7983a57ac make consensus params a property of verifier 2016-11-29 17:06:15 +01:00
debris 7270bba43c verification flags 2016-11-29 17:03:59 +01:00
debris 65664556b6 initial work on b82, abstraction for verify_transaction, use PreviousTransactionOutputProvider 2016-11-29 14:40:55 +01:00
NikVolf a57271c8f9 parallel threshold 2016-11-29 15:24:02 +03:00
NikVolf a17c2fe82a using task-splitter in block 2016-11-29 14:07:11 +03:00
NikVolf cfaa6fadbf fix warnings 2016-11-28 16:40:22 +03:00
NikVolf 24803433b3 Merge branch 'master' into indexed-blocks 2016-11-28 15:32:56 +03: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 84e322735c fix typo 2016-11-27 19:19:31 +03:00
debris 42ce57e6a8 fixed bip30 tests, tx finality reg tests passing 2016-11-27 15:05:49 +01:00
debris 9d0d251a37 few functions are more idiomatic, initial support for bip30 2016-11-26 15:05:54 +01:00
debris 847cb36c6f chain verifier does not have hardcoded network constants 2016-11-25 18:38:21 +01:00
NikVolf 2cdf526ee9 using sorted list of timestamps to evaluate median 2016-11-25 16:54:56 +03:00
NikVolf c4ab5e70ac use 11 blocks, not 10 2016-11-25 16:29:37 +03:00
NikVolf 57ce99c5ce use thread static instead of honest timestamps 2016-11-25 15:13:38 +03:00
NikVolf a4de321cc7 median time verfication might be unordered? 2016-11-25 14:54:22 +03:00
NikVolf 9f4469e480 fix timestamp generation and check 2016-11-25 14:40:07 +03:00
debris e167b3350a few more simplifications 2016-11-25 02:07:46 +01:00
debris 3143ff75d0 simplified few more lines 2016-11-25 02:05:49 +01:00
debris 40682073ab more idiomatic enumeration over transactions 2016-11-25 01:58:51 +01:00
debris 98b514b256 median timestamp 2016-11-25 01:07:38 +01:00
debris 355306e747 retarget 2016-11-24 23:33:51 +01:00
debris 43dcd741d1 Merge branch 'verification-target' of github.com:ethcore/parity-bitcoin into pow_validation 2016-11-23 10:30:39 +01:00
debris 961e4361cf pow validation in progress 2016-11-23 04:10:11 +01:00
NikVolf 7f5e5fb036 threshold to nbits 2016-11-23 00:13:51 +03:00