Rakan Alhneiti
bd75a4ce18
Update to work with async keystore – Companion PR for #7000 ( #1740 )
...
* Fix keystore types
* Use SyncCryptoStorePtr
* Borrow keystore
* Fix unused imports
* Fix polkadot service
* Fix bitfield-distribution tests
* Fix indentation
* Fix backing tests
* Fix tests
* Fix provisioner tests
* Removed SyncCryptoStorePtr
* Fix services
* Address PR feedback
* Address PR feedback - 2
* Update CryptoStorePtr imports to be from sp_keystore
* Typo
* Fix CryptoStore import
* Document the reason behind using filesystem keystore
* Remove VALIDATORS
* Fix duplicate dependency
* Mark sp-keystore as optional
* Fix availability distribution
* Fix call to sign_with
* Fix keystore usage
* Remove tokio and fix parachains Cargo config
* Typos
* Fix keystore dereferencing
* Fix CryptoStore import
* Fix provisioner
* Fix node backing
* Update services
* Cleanup dependencies
* Use sync_keystore
* Fix node service
* Fix node service - 2
* Fix node service - 3
* Rename CryptoStorePtr to SyncCryptoStorePtr
* "Update Substrate"
* Apply suggestions from code review
* Update node/core/backing/Cargo.toml
* Update primitives/src/v0.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
* Fix wasm build
* Update Cargo.lock
Co-authored-by: parity-processbot <>
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2020-10-09 10:54:03 +00:00
Andronik Ordian
de05bec4d6
move Metrics to utils ( #1765 )
2020-09-29 11:42:20 +00:00
Andronik Ordian
44354e717b
utils: handle race condition gracefully ( #1583 )
...
* utils: handle race condition gracefully
* utils: add a test
* update Cargo.lock
* utils: remove a warning
* utils: init logger in tests
* utils: update the outdated comment
* util: wait for both subsystem and test_future to finish
* Revert "util: wait for both subsystem and test_future to finish"
This reverts commit 075b39242cd7200e3f4c24ea42f702c3124ce41c.
2020-08-21 15:30:18 +02:00
Peter Goodspeed-Niklaus
9fda6cb416
break out subsystem-util and subsystem-test-helpers into individual crates ( #1553 )
...
* break out subsystem-util and subsystem-test-helpers into individual crates
* cause all packages to check successfully
2020-08-07 16:51:36 +02:00