Marek Kotewicz
d68b3f131d
updated ntp to version 0.3 ( #6854 )
2017-10-24 12:12:15 +02:00
GitLab Build Bot
f4c9524eb4
[ci skip] js-precompiled 20171020-105109
2017-10-20 11:04:41 +00:00
Marek Kotewicz
9228ce4bae
util crates use tempdir crate instead of devtools to create temp path ( #6807 )
...
* use tempdir instead of devtools in kvdb-rocksdb
* use tempdir instead of devtools in migration
* use tempdir instead of devtools in ethcore-network
* fixed wrong merge
2017-10-20 12:11:34 +02:00
Tomasz Drwięga
bfcf4c4281
Merge branch 'master' into td-ui-2
2017-10-19 15:46:15 +02:00
GitLab Build Bot
58db82dbe2
[ci skip] js-precompiled 20171019-130316
2017-10-19 13:08:11 +00:00
Arkadiy Paronyan
b4c4fddb10
devp2p snappy compression ( #6683 )
2017-10-19 14:41:10 +02:00
Tomasz Drwięga
195305ce2e
Merge branch 'master' into td-ui-2
2017-10-18 16:45:37 +02:00
Marek Kotewicz
5281e09828
Merge pull request #6801 from paritytech/refactoring/journal-6693
...
Refactors journaldb as a separate crate
2017-10-18 16:10:28 +02:00
GitLab Build Bot
b1df272f4c
[ci skip] js-precompiled 20171018-123105
2017-10-18 12:35:51 +00:00
GitLab Build Bot
62fa1ed524
[ci skip] js-precompiled 20171017-174801
2017-10-17 17:53:06 +00:00
Tomasz Drwięga
304b067417
Support both versions.
2017-10-17 18:10:59 +02:00
Arkadiy Paronyan
a2fe7def1f
Bumped version ( #6809 )
2017-10-17 16:48:38 +02:00
Tomasz Drwięga
0f8fb62581
Integrate old UI.
2017-10-17 16:09:43 +02:00
Kirill Pimenov
86c2633280
Migrate to Futures in SigningQueue ( #6689 )
...
* oneshot channels instead of custom promises
* Future instead of handle_dispatch
* Even less copying
* Those explicit waits were a mistake, thanks, @tomusdrw
* No more unsafe polling
* Test for the new `is_done()` method
* Mark Futures as `#[must_use]`
* Solve most compilation warnings
* `try_ready!` is more ideomatic
* Turn spaces into tabs
* Documentation and visibility improvements
* Minor code style improvements
* Make Futures run on an explisit reactor
* Another round of code style issues
* Simplify ConfirmationReceiver type
* Flatten ConfirmationOutcome into a plain Result type
* Get rid of a separate `pending` set, it was a stupid idea
* Clarify `add_request` docs
* No need to reduce the scope of the mutex here
2017-10-17 14:50:53 +02:00
debris
607cc6c782
fixed compiling util tests
2017-10-17 10:40:45 +02:00
Dmitry Kashitsyn
f9e588dd7b
Refactors parity/parity to use journaldb crate ( #6693 )
2017-10-17 11:46:54 +07:00
Dmitry Kashitsyn
c0fc83988f
Refactors ethcore to use journaldb crate ( #6693 )
2017-10-17 11:46:07 +07:00
debris
95f0384510
Merge branch 'master' into ipc_cleanup
2017-10-16 18:19:41 +02:00
debris
16d84f8ecf
finished removing ipc
2017-10-16 18:18:43 +02:00
debris
fa019bd03e
remove ipc codegen from ethcore
2017-10-16 17:50:25 +02:00
debris
6f914d1851
remove ipc codegen from stratum
2017-10-16 17:32:15 +02:00
debris
f1c50e5648
remove ipc codegen from updater
2017-10-16 17:28:59 +02:00
debris
c83e9d0f1b
remove ipc codegen from secretstore
2017-10-16 17:12:02 +02:00
debris
5e61f3493e
require stable error-chain
2017-10-16 12:15:19 +02:00
debris
6dc50d01b5
KeyValueDB trait uses errors instead of strings
2017-10-16 12:11:35 +02:00
Marek Kotewicz
44db0c55c5
Merge pull request #6720 from paritytech/kvdb_split
...
separated kvdb into 3 crates: kvdb, kvdb-memorydb && kvdb-rocksdb
2017-10-16 10:57:27 +02:00
Marek Kotewicz
aa4bc50c6b
removed duplicated versions of clippy ( #6776 )
2017-10-16 10:22:02 +02:00
Marek Kotewicz
8365f4d80e
updated ethabi to version 4.0 ( #6742 )
...
* updated ethabi to version 4.0
* ethabi 4.0.1
2017-10-16 10:21:35 +02:00
Marek Kotewicz
9fa639ede9
updated rpc_cli and parity to rpassword 1.0 ( #6774 )
2017-10-16 10:20:55 +02:00
debris
2ce0eae406
Merge branch 'master' into kvdb_split
2017-10-16 10:01:12 +02:00
Dmitry Kashitsyn
92a9fd3359
Uses dash instead of underscore in crate name
2017-10-16 11:05:54 +07:00
Dmitry Kashitsyn
e7690ab658
Removes redundant dependencies ( #6693 )
2017-10-15 21:47:06 +07:00
Dmitry Kashitsyn
4df541e47a
Refactors references to MemoryLruCache in ethcore ( #6693 )
2017-10-15 21:47:06 +07:00
debris
d88ec35a6a
Merge branch 'master' into kvdb_split
2017-10-15 15:55:44 +02:00
Marek Kotewicz
190c1dcede
removed redundant evm deps ( #6757 )
2017-10-14 19:29:09 +02:00
debris
da8bf76c15
util tests use kvdb_memorydb instead of kvdb_rocksdb, closes #6739
2017-10-13 17:12:17 +02:00
debris
b277c3810f
Merge branch 'master' into kvdb_split
2017-10-13 16:27:12 +02:00
Marek Kotewicz
fcd81a7b86
Merge pull request #6733 from paritytech/cc1.0
...
use cc 1.0 instead of gcc
2017-10-13 14:30:03 +02:00
debris
5c220ab64b
Merge branch 'master' into kvdb_split
2017-10-13 12:18:49 +02:00
GitLab Build Bot
ba6594e30a
[ci skip] js-precompiled 20171013-002644
2017-10-13 00:31:48 +00:00
Arkadiy Paronyan
f3ea2f354e
v1.9.0 ( #6727 )
2017-10-12 23:44:02 +02:00
debris
8c1e402e02
use cc 1.0 instead of gcc
2017-10-12 23:23:50 +02:00
GitLab Build Bot
df39f5e7fc
[ci skip] js-precompiled 20171012-210804
2017-10-12 21:19:11 +00:00
GitLab Build Bot
7472bc3570
[ci skip] js-precompiled 20171012-181858
2017-10-12 18:24:04 +00:00
debris
eb526b7769
separated kvdb into 3 crates: kvdb, kvdb-memorydb && kvdb-rocksdb, #6693
2017-10-12 15:36:27 +02:00
GitLab Build Bot
1d2319207a
[ci skip] js-precompiled 20171011-214450
2017-10-11 21:49:51 +00:00
GitLab Build Bot
0b666f605f
[ci skip] js-precompiled 20171011-192355
2017-10-11 19:29:28 +00:00
GitLab Build Bot
df19b8df69
[ci skip] js-precompiled 20171011-183646
2017-10-11 18:43:16 +00:00
Marek Kotewicz
bfff19ca9f
Merge pull request #6705 from paritytech/serde-migration
...
Removes dependency on rustc_serialize (#5988 )
2017-10-11 18:17:40 +02:00
Dmitry Kashitsyn
4f86f5b76d
Removes rustc-serialize references from Cargo.toml and Cargo.lock
2017-10-11 22:01:00 +07:00