debris
8442b33a00
updated common deps
2017-05-05 14:46:50 +02:00
debris
c20a4e505a
updated serde to version 1.0
2017-05-05 14:36:54 +02:00
debris
9a389f9746
bip9, bip112, bip113
2017-05-03 14:34:02 +02:00
debris
6aa78e42e1
db cache refactor in progress
2017-04-21 09:54:18 +02:00
debris
890bbb05d0
updated dependencies
2017-04-14 12:49:39 +02:00
debris
57fd472db8
updated dependencies
2017-04-14 12:45:04 +02:00
debris
1eb99cd8b9
use tempdir instead of devtools
2017-04-06 01:05:37 +07:00
debris
dd36a624fa
updated dependencies and graph
2017-04-05 17:17:23 +07:00
Marek Kotewicz
77cfd9e8f7
db refactor ( #385 )
...
* db refactor in progress, refactored kvdb
* kvdb refactor
* removed unused RwLock
* removed unused RwLock
* BlockChainDatabase
* db refactor in progress
* implemented BlockProvider for newdb
* fixed compiling
* newdb TransactionMeta
* newdb tests
* reopen tests for newdb
* replaced old db with new db
* chain_verifier uses new db
* sync module uses refactored db
* check double spends in verification layer
* added Forkable trait to satisfy resolving recursive types by compiler
* new db regtests in progress
* fixed verification and sync unit tests
* fixed miner and rpc unit tests
* implemented fmt::Debug for few structs
* removed commented out code
* fixed bencher target
* removing commented out code, polishing db_refactor pr
2017-04-05 16:37:58 +07:00
debris
cd5287bb2d
updated parking_lot to 0.4
2017-03-26 15:17:28 +07:00
debris
acb1cbdfd2
use tokio_io::AsyncRead in p2p lib
2017-03-25 16:05:49 +07:00
debris
fd930306f6
updated mio to 0.6.6
2017-03-25 15:55:23 +07:00
debris
2552a04edc
few more dependencies updated
2017-03-20 14:23:29 +01:00
debris
35f84b4cb9
updated tokio-core and dependant crates
2017-03-20 14:18:22 +01:00
debris
98a82ea779
updated futures and rayon crate
2017-03-20 08:37:28 +01:00
debris
f193a03fd6
updated csv && byteorder libraries
2017-03-12 16:05:35 +01:00
debris
87e6e3b110
update the rest of dependencies
2017-03-07 18:11:06 +01:00
Svyatoslav Nikolsky
6f54817ff9
updated jsonrpc modules and serde from 0.8 to 0.9
2017-03-07 17:55:19 +01:00
Svyatoslav Nikolsky
19bc0b1261
updated dependencies + removed TODO
2017-01-30 12:47:20 +03:00
Svyatoslav Nikolsky
ba918625d5
temporary switched to github version of tokio-core
2017-01-12 00:38:14 +03:00
NikVolf
2dd14569a5
fix depenedency
2017-01-11 11:42:51 +03:00
Nikolay Volf
6995388a7b
Merge pull request #367 from ethcore/deps_up
...
Updated dependencies
2017-01-11 12:33:15 +04:00
Svyatoslav Nikolsky
4b2934dff3
updated dependencies
2017-01-11 09:49:56 +03:00
Svyatoslav Nikolsky
07d4f00241
implemented blocknotify option
2017-01-10 11:58:55 +03:00
NikVolf
21d326d21f
change deps
2016-12-27 18:45:46 +03:00
NikVolf
b65c191af0
bloom for transactions meta
2016-12-26 18:49:47 +03:00
NikVolf
b9dd932983
align with crate
2016-12-26 16:00:44 +03:00
debris
76453c956e
TransactionBuilder can build transaction with desired size and number of sigops
2016-12-23 12:04:04 +01:00
debris
2beb3aa7d2
updated jsonrpc libraries to latest version, support for jsonrpc v1
2016-12-20 11:42:51 +01:00
debris
f1f68f497b
P2shCoinbaseTransactionBuilder && Magic::Unitest && removed skip_pow from chain_verification
2016-12-15 14:27:36 +01:00
NikVolf
89b2591e6f
update kvdb from parity
2016-12-14 20:59:58 +01:00
Svyatoslav Nikolsky
a0193c024d
Merge pull request #327 from ethcore/verification-bench
...
Verification benchmark
2016-12-14 15:17:45 +03:00
NikVolf
c0e134a36e
verification of 1000-transaction blocks
2016-12-13 22:01:15 +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
Svyatoslav Nikolsky
f14f809401
Merge branch 'master' into rpc_blockchain
2016-12-13 13:39:46 +03:00
Svyatoslav Nikolsky
9e1932e7f9
finished gettxout implementation
2016-12-12 21:49:01 +03:00
debris
c59e84ebe5
Merge branch 'master' of github.com:ethcore/parity-bitcoin into block_assembler_tests
2016-12-12 15:23:18 +01:00
debris
64a3d4d080
verification refactor almost done
2016-12-12 12:04:19 +01:00
debris
1d2e0ce495
TransactionAcceptor
2016-12-11 22:31:10 +01:00
debris
0df90a85bd
use rayon for parallel verification
2016-12-11 17:42:26 +01:00
Svyatoslav Nikolsky
fc146bd225
continue blockchain RPCs
2016-12-10 21:24:39 +03:00
Svyatoslav Nikolsky
bca86010df
continue blockchain RPCs implementation
2016-12-10 18:05:03 +03: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
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
debris
74ca4725ed
updated dependencies and graph
2016-12-09 22:20:17 +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
d706a8300d
implemented getblocktemplate RPC method
2016-12-09 17:34:04 +03:00