Commit Graph

969 Commits

Author SHA1 Message Date
Svyatoslav Nikolsky 4aa85a7261 Merge branch 'master' into rpc_blockchain 2016-12-12 20:12:08 +03:00
Nikolay Volf 7566db1098 Merge pull request #309 from ethcore/script_extract_destinations
Added Script::extract_destinations method
2016-12-12 17:18:18 +01:00
Svyatoslav Nikolsky bc731d6755 added Script::num_signatures_required method 2016-12-12 18:02:31 +03:00
Svyatoslav Nikolsky 19f6c66ea4 added Script::num_signatures_required method 2016-12-12 18:01:44 +03:00
Svyatoslav Nikolsky c82cd6a946 Script::extract_destinations 2016-12-12 17:12:26 +03:00
Svyatoslav Nikolsky 923f24177f Script::extract_destinations 2016-12-12 17:09:54 +03:00
Nikolay Volf 58c344320e Merge pull request #276 from ethcore/rpc_blockchain
Rpc BlockChain trait
2016-12-12 14:11:36 +01:00
Svyatoslav Nikolsky 0714037a3a Merge branch 'master' into rpc_blockchain 2016-12-12 15:33:12 +03:00
Marek Kotewicz 0b26bd846b Merge pull request #300 from ethcore/fix_296
Check mempool::is_spent in ChainMemoryPoolTransactionOutputProvider
2016-12-12 10:24:22 +01:00
Svyatoslav Nikolsky fdf704f6ae check mempool::is_spent in ChainMemoryPoolTransactionOutputProvider::is_spent 2016-12-12 00:56:32 +03:00
Nikolay Volf d2f98bcff0 Merge pull request #299 from ethcore/db-opt
Use buffered write for commiting blocks
2016-12-11 21:20:02 +01:00
NikVolf 4d178961f2 using background writes 2016-12-11 20:15:44 +01:00
Marek Kotewicz 1065541453 Merge pull request #297 from ethcore/sync_orhan_fix
Fixed panic when same orphan tx is received twice
2016-12-11 11:12:36 +01:00
Svyatoslav Nikolsky 408b5cda35 when_got_same_orphan_transaction_twice 2016-12-11 09:37:42 +03:00
Svyatoslav Nikolsky 5a7688c3cc fixed compilation 2016-12-11 07:02:45 +03:00
Marek Kotewicz 8136b8a997 Merge pull request #293 from ethcore/previous_tx_output_provider
PreviousTransactionOutputProvider refactor
2016-12-10 23:01:07 +01:00
debris 56e4e54074 Transaction Output Observer 2016-12-10 22:34:04 +01:00
Svyatoslav Nikolsky 9e380b8ccd continue work on gettxout 2016-12-11 00:30:19 +03:00
Svyatoslav Nikolsky 8185a2f7c7 fixed strange compilation issues 2016-12-10 21:55:24 +03:00
Svyatoslav Nikolsky de3786a301 cleaning up 2016-12-10 21:49:21 +03:00
debris f669a27d06 PreviousTransactionOutputProvider refactor in progress 2016-12-10 19:47:02 +01:00
Svyatoslav Nikolsky fc146bd225 continue blockchain RPCs 2016-12-10 21:24:39 +03: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
Svyatoslav Nikolsky f3f313f5dc Merge pull request #287 from ethcore/generic_as_substore
AsSubstore trait
2016-12-10 16:17:39 +03:00
debris 087c314fd1 AsSubstore trait 2016-12-10 14:00:34 +01:00
Svyatoslav Nikolsky 4f7d44691a Merge branch 'master' into rpc_blockchain 2016-12-10 15:52:12 +03:00
Svyatoslav Nikolsky 03413b1501 continue with blockchain RPCs 2016-12-10 15:50:44 +03:00
Nikolay Volf cfc90b79aa Merge pull request #286 from ethcore/difficulty
Chain current difficulty calculation
2016-12-10 13:24:59 +01:00
Svyatoslav Nikolsky 8cd9b2dbdc fixed tests 2016-12-10 14:38:51 +03:00
NikVolf 08d7f0211c add chain difficulty calc 2016-12-10 12:32:04 +01:00
Svyatoslav Nikolsky 416ac097b5 started getblock iplementation 2016-12-10 13:50:07 +03:00
Svyatoslav Nikolsky 83a1ba6375 Merge pull request #281 from ethcore/use_jsonrpc_macros
use jsonrpc-macros, fixes #277
2016-12-10 10:30:58 +03:00
debris d8f6dbea86 use just one version of parking_lot 2016-12-10 02:07:29 +01:00
debris 3c1fd8d46a use jsonrpc-macros, fixes #277 2016-12-10 01:25:15 +01:00
Marek Kotewicz 3d4a518d2c Merge pull request #280 from ethcore/depsup
draw deps graph smaller so it fits in readme
2016-12-09 23:40:05 +01:00
debris 2357679879 draw deps graph smaller so it fits in readme 2016-12-09 23:36:58 +01:00
Svyatoslav Nikolsky d452f7ce36 Merge pull request #278 from ethcore/depsup
updated dependencies, draw nicer graph in svg format
2016-12-10 01:01:29 +03:00
debris 78906f5594 draw nicer graph in svg format 2016-12-09 22:32:04 +01:00
debris 74ca4725ed updated dependencies and graph 2016-12-09 22:20:17 +01:00
Svyatoslav Nikolsky 516151743c added tests for ser/deser GetBlockResponse 2016-12-09 23:25:06 +03:00
Nikolay Volf 5bd37e1748 Merge pull request #274 from ethcore/indexed_block
indexed block refactor and optimization
2016-12-09 21:21:59 +01:00
Svyatoslav Nikolsky 1b9afd4e01 test for RPC block serialize && deserialize 2016-12-09 22:18:44 +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
Svyatoslav Nikolsky b279b4f170 Merge branch 'master' into rpc_blockchain 2016-12-09 21:22:23 +03:00
Svyatoslav Nikolsky e4fc56f119 GetBlockResponse struct 2016-12-09 21:21:05 +03:00
debris 398d5d5836 fixes after merge with master 2016-12-09 19:06:33 +01:00
debris 9d0afa4592 Merge branch 'master' of github.com:ethcore/parity-bitcoin into indexed_block 2016-12-09 19:01:42 +01:00
NikVolf dc6b874ab7 fix bug with work distribution 2016-12-09 18:47:01 +01:00