Commit Graph

171 Commits

Author SHA1 Message Date
NikVolf f7b4f72f7d another leftover for linux 2016-12-14 23:02:55 +01:00
NikVolf 92ea916e04 remove license 2016-12-14 21:18:54 +01:00
NikVolf 1b10e016c2 remove auto for other platforms 2016-12-14 21:12:53 +01:00
NikVolf 85a90e3f5f remove auto for linux also 2016-12-14 21:12:49 +01:00
NikVolf 89b2591e6f update kvdb from parity 2016-12-14 20:59:58 +01:00
NikVolf 9aebc736e1 flush on drop 2016-12-14 19:48:20 +01:00
debris 7baaa47b8c import is hashing blocks when reading, added --skip-verification flag 2016-12-13 20:49:41 +01:00
debris ce7af59ad3 hash block and transactions while reading them 2016-12-13 18:06:46 +01:00
debris 6ecdfd78c5 few optimizations with Borrow and AsRef 2016-12-13 13:33:06 +01:00
debris d0c480565d applying suggestions from review and adding comments 2016-12-13 10:50:56 +01:00
debris 0f7348e139 fixes after merge with master 2016-12-12 15:49:32 +01:00
debris c59e84ebe5 Merge branch 'master' of github.com:ethcore/parity-bitcoin into block_assembler_tests 2016-12-12 15:23:18 +01:00
Svyatoslav Nikolsky 0714037a3a Merge branch 'master' into rpc_blockchain 2016-12-12 15:33:12 +03:00
debris 2f7b940794 DoubleSpends verification 2016-12-12 13:11:00 +01:00
debris 552b7b2468 Merge branch 'master' of github.com:ethcore/parity-bitcoin into block_assembler_tests 2016-12-12 10:33:24 +01:00
debris 1d2e0ce495 TransactionAcceptor 2016-12-11 22:31:10 +01: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
debris 40f65b28c8 make PreviousTransactionOutputProvider a part of Store 2016-12-10 18:42:16 +01:00
Svyatoslav Nikolsky bca86010df continue blockchain RPCs implementation 2016-12-10 18:05:03 +03:00
debris 087c314fd1 AsSubstore trait 2016-12-10 14:00:34 +01:00
NikVolf 08d7f0211c add chain difficulty calc 2016-12-10 12:32:04 +01: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
debris 14f764ebcf fixed bugs introduced during refactor 2016-12-09 18:32:28 +01:00
NikVolf e707fd73cb update review 2016-12-09 17:49:02 +01:00
debris 0811e876c0 finish indexed block refactor 2016-12-09 16:24:06 +01:00
debris df65e29658 refactor indexed_block, avoid unnecessery copying 2016-12-09 15:44:34 +01:00
NikVolf 8d9a65a85d update cache 2016-12-09 14:23:12 +01:00
NikVolf bf6396f505 transaction & meta lru cache 2016-12-09 13:10:52 +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
NikVolf 2c7eabfbae wip 2016-12-08 17:13:43 +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
Nikolay Volf 76aeb1f0ba Regtests on the CI (#244)
* submodule and test script

* proper grep pattern

* travis config

* build in advance

* remove error! and fix grep

* use intermediate file

* use package with java, not jdk

* use minimum cache

* add summary delimter

* fixed regtests broken in 9e53289

* clear output

* remove old submodule

* updating tool

* remove from .gitmodules also

* more convinient log output

* travis fold labels
2016-12-02 10:27:48 +01:00
Svyatoslav Nikolsky 11e1f8d5c8 BlockHeaderProvider 2016-12-01 14:04:40 +03:00
Svyatoslav Nikolsky 5563429a8c added TODO 2016-11-30 19:30:42 +03:00
Svyatoslav Nikolsky c01a9183ff increased MAX_FORK_ROUTE_PRESET to pass regtests 2016-11-30 19:28:03 +03:00
NikVolf 51fe9b6e01 output proxy 2016-11-30 17:19:23 +03:00
NikVolf bc46ca972c one line also 2016-11-30 15:09:56 +03:00
NikVolf e629b198c7 reversed hash in trace 2016-11-30 15:05:49 +03:00
NikVolf 0f96c0cc76 Merge branch 'master' of github.com:ethcore/parity-bitcoin 2016-11-30 13:36:51 +03:00
NikVolf 15db1424f4 fix test 2016-11-30 13:36:27 +03:00
NikVolf 62a687177c always set target 2016-11-30 13:17:51 +03:00
NikVolf 71044f208f trace only if target is set 2016-11-30 13:06:26 +03:00
NikVolf 9fcfe7dee2 db traces 2016-11-30 12:43:49 +03:00
Svyatoslav Nikolsky bd07583fb9 Merge pull request #223 from ethcore/sync_small_todos
Fixing sync TODOs
2016-11-29 21:18:13 +03:00
Svyatoslav Nikolsky a967e7960c fixing sync TODOs 2016-11-29 19:39:00 +03:00