Tomasz Drwięga
1d9542fe88
Fix RPC compilation warnings.
2017-10-17 15:41:32 +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
Marek Kotewicz
98d0ef3fff
Merge pull request #6795 from paritytech/ipc_cleanup
...
remove internal ipc
2017-10-16 23:22:47 +02:00
debris
3830f9b464
fixed failing test
2017-10-16 22:12:17 +02:00
debris
95f0384510
Merge branch 'master' into ipc_cleanup
2017-10-16 18:19:41 +02:00
Marek Kotewicz
bb1be15dc4
Merge pull request #6792 from paritytech/kvdb_error
...
consistent KeyValueDB errors
2017-10-16 18:19:18 +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
7661e93a56
fixed secret_store conversion from kvdb error
2017-10-16 14:55:11 +02:00
Arkadiy Paronyan
5b29b6d064
Squash remaining warnings ( #6789 )
...
* Fixed comment warnings
* Fixed remaining warnings
2017-10-16 12:31:52 +02:00
debris
8ecdab68c2
add missing space to TrieError description
2017-10-16 12:17:06 +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
Afri Schoedon
774598974e
Forward-port #6754 #6755 ( #6785 )
2017-10-16 10:56:23 +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
Afri Schoedon
b63c3a66ca
Fix sign data typo, ref #6737 ( #6750 )
2017-10-16 10:08:36 +02:00
debris
fbad6b5514
removed redundant mut from kvdb-memorydb
2017-10-16 10:02:26 +02:00
debris
2ce0eae406
Merge branch 'master' into kvdb_split
2017-10-16 10:01:12 +02:00
Marek Kotewicz
d1c9acf439
Merge pull request #6772 from paritytech/refactoring/cache-6693
...
Refactoring/cache 6693
2017-10-16 09:58:48 +02:00
Afri Schoedon
832879e5c8
Fix CHANGLOG for 1.8.0 ( #6751 )
...
* Fix CHANGLOG for 1.8.0
* Update changelog for 1.8.0
* Add changelog for 1.7.7
2017-10-16 09:35:02 +02:00
Dmitry Kashitsyn
92a9fd3359
Uses dash instead of underscore in crate name
2017-10-16 11:05:54 +07:00
Dmitry Kashitsyn
b03117b262
Removes redundant mut
in service.rs.in ( #6775 )
2017-10-15 17:41:40 +02: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
Dmitry Kashitsyn
51b61ccdbf
Extracts MemoryLruCache to a separate crate ( #6693 )
2017-10-15 21:47:06 +07:00
debris
db3ff67182
Merge branch 'master' into kvdb_split
2017-10-15 16:40:20 +02:00
Marek Kotewicz
82c8dccddf
Merge pull request #6773 from paritytech/refactoring/redundant-mut
...
Remove redundant `mut`
2017-10-15 16:38:26 +02:00
debris
fa4e5c98d0
docs
2017-10-15 16:18:45 +02:00
debris
616cafb04a
renamed kvdb_memorydb::in_memory -> kvdb_memorydb::create
2017-10-15 16:17:15 +02:00
debris
d88ec35a6a
Merge branch 'master' into kvdb_split
2017-10-15 15:55:44 +02:00
Dmitry Kashitsyn
96b4467f86
Removes redundant mut
in util
2017-10-15 20:11:34 +07:00
Dmitry Kashitsyn
74876fd410
Removes redundant mut
in sync
2017-10-15 20:11:20 +07:00
Dmitry Kashitsyn
dab40e832c
Removes redundant mut
in rpc
2017-10-15 20:11:07 +07:00
Dmitry Kashitsyn
b49baed696
Removes redundant mut
in hw
2017-10-15 20:10:59 +07:00
Dmitry Kashitsyn
3df67b376b
Removes redundant mut
in ethcore
2017-10-15 20:10:20 +07:00
Arkadiy Paronyan
b0c15497e1
Fixed kovan chain validation ( #6758 )
...
* Fixed kovan chain validation
* Fork detection
* Fixed typo
2017-10-14 21:59:26 +02:00
Marek Kotewicz
190c1dcede
removed redundant evm deps ( #6757 )
2017-10-14 19:29:09 +02:00
Afri Schoedon
1294572907
Update CHANGELOG for 1.7.4, 1.7.5, and 1.8.0 ( #6716 )
...
* Update CHANGELOG for 1.7.4
* Update CHANGELOG for 1.7.5
* Update CHANGELOG for 1.7.5
* Move stable changelog to docs/
* Prepare CHANGELOG for 1.8.0
* Update CHANGELOG for 1.8.0
* Add changelog for 1.7.6
* Update CHANGELOG for 1.8.0
* Describe CHANGELOG for 1.8.0
2017-10-13 17:30:51 +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
Arkadiy Paronyan
691e93834c
Fixed modexp gas calculation overflow ( #6741 )
2017-10-13 16:06:53 +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
Axel Chalon
d77dabadbb
CLI: Reject invalid argument values rather than ignore them ( #6723 )
...
* CLI: Reject invalid argument values rather than ignore them
* Fix grumbles
2017-10-13 12:20:57 +02:00
debris
5c220ab64b
Merge branch 'master' into kvdb_split
2017-10-13 12:18:49 +02:00