Commit Graph

1309 Commits

Author SHA1 Message Date
debris abb4771770 Merge branch 'consolidate' into bip90 2017-04-09 14:12:05 +08:00
debris 0155c6e4ef revert is_double_spent -> is_spent 2017-04-09 14:10:40 +08:00
debris 178c3e565a fixed bip34 2017-04-08 21:52:30 +07:00
debris 195b8d8b6d fixed bip90 2017-04-08 21:17:58 +07:00
debris 8242db0428 Merge branch 'consolidate' into bip90 2017-04-08 21:04:02 +07:00
debris eef94cc65f fixed bip66 2017-04-08 20:59:10 +07:00
Svyatoslav Nikolsky d054d3592d Merge pull request #392 from paritytech/removed_devtools
replace devtools with tempdir, test-data is only a dev-dependency
2017-04-07 09:22:18 +03:00
Svyatoslav Nikolsky a65be02b25 Merge pull request #391 from paritytech/auto_flushing
AutoFlushingOverlayDatabase
2017-04-07 09:19:00 +03:00
debris 21fdfabb0e consolidated TransactionOutputProvider and TransactionOutputObserver 2017-04-07 12:54:40 +07:00
debris 2074076c41 simplify verification code 2017-04-07 11:46:20 +07:00
debris fc3b2a13bf removed redundant StorageTransactionOutputProvider, clarified bip30 2017-04-06 22:37:57 +07:00
debris 16fc1c01af test-data is only a dev-dependency, closes #390 2017-04-06 01:19:19 +07:00
debris 1eb99cd8b9 use tempdir instead of devtools 2017-04-06 01:05:37 +07:00
Svyatoslav Nikolsky 4cb65e3409 Added couple of debug helpers to deal with panics and segfaults (#302)
* added couple of debug helpers to deal with panics

* trying to fix compilation

* trying to fix compilation

* test

* Revert "test"

This reverts commit 6169f7e1eb5cc7b43ea2e538686cb0144bf64712.
2017-04-05 21:19:10 +07:00
Svyatoslav Nikolsky 3047d99e78 Merge pull request #387 from paritytech/depsup
updated dependencies and graph
2017-04-05 15:06:53 +03:00
debris 9c1ee100b7 AutoFlushingOverlayDatabase 2017-04-05 18:40:48 +07:00
Svyatoslav Nikolsky 899f57d9fa Merge pull request #386 from paritytech/docker
basic docker setup
2017-04-05 13:31:15 +03: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 228c97ad85 basic docker setup 2017-04-05 16:29:46 +07:00
Svyatoslav Nikolsky db1c35a087 Merge pull request #384 from paritytech/mioup
updated mio to 0.6.6, use tokio_io::io instead of deprecated tokio_core::io
2017-03-27 08:17:20 +03:00
debris cd5287bb2d updated parking_lot to 0.4 2017-03-26 15:17:28 +07:00
debris 35c74d8948 use tokio_io::AsyncWrite in p2p lib 2017-03-25 16:20:45 +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
Svyatoslav Nikolsky 13a40941fe Merge pull request #381 from paritytech/mioup
mio 0.6.5
2017-03-20 17:08:03 +03: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
Svyatoslav Nikolsky 559287d6c0 Merge pull request #380 from paritytech/depsup2
updated futures and rayon crate
2017-03-20 12:18:04 +03: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
Svyatoslav Nikolsky c7be843046 Merge pull request #378 from ethcore/depsup
update the rest of dependencies
2017-03-08 11:47:06 +03:00
Svyatoslav Nikolsky 6632b1dc75 Merge pull request #377 from ethcore/serdeup0.9
updated jsonrpc modules and serde from 0.8 to 0.9
2017-03-08 11:46:49 +03: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 514df452a3 Merge pull request #376 from ethcore/tokio_core_up
Updated dependencies + removed specific-commit version reference to tokio_core
2017-02-06 09:12:27 +03:00
Svyatoslav Nikolsky 19bc0b1261 updated dependencies + removed TODO 2017-01-30 12:47:20 +03:00
Marek Kotewicz d8bba792bd Merge pull request #373 from ethcore/fix_216
Fixed `Script::find_and_delete` arguments
2017-01-23 06:25:53 +01:00
Marek Kotewicz accde5a5b2 Merge pull request #369 from ethcore/p2p_send_ping
Send ping requests on timeout
2017-01-23 06:01:04 +01:00
Svyatoslav Nikolsky 5f6704d056 fixed find_and_delete arguments 2017-01-16 17:27:12 +03:00
Nikolay Volf 9c196ba47e Merge pull request #371 from ethcore/pass_version_to_sync
Pass version message to sync when starting sync session
2017-01-12 12:32:17 +04:00
Nikolay Volf a18ffdf4d3 Merge pull request #372 from ethcore/fix_353
Temporary switched to github version of tokio-core
2017-01-12 12:31:42 +04:00
Svyatoslav Nikolsky ba918625d5 temporary switched to github version of tokio-core 2017-01-12 00:38:14 +03:00
Svyatoslav Nikolsky 1ce3b5f024 Merge pull request #370 from ethcore/get_rid_of_sync_cpupool
Get rid of separate cpu pool in sync
2017-01-12 00:32:28 +03:00
Svyatoslav Nikolsky 7c3bf1731c pass version message to sync 2017-01-11 17:54:30 +03:00
Svyatoslav Nikolsky 3bbd71009d removed unneeded config option 2017-01-11 16:39:54 +03:00
Svyatoslav Nikolsky d005307db9 get rid of custom cpu pool in sync 2017-01-11 16:36:33 +03:00
Svyatoslav Nikolsky 232bb3ada7 sing ping requests on timeout 2017-01-11 11:48:40 +03:00
Svyatoslav Nikolsky da07809721 Merge pull request #368 from ethcore/fix-build
Fix build
2017-01-11 11:44:15 +03:00
NikVolf 2dd14569a5 fix depenedency 2017-01-11 11:42:51 +03:00