-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Async keystore + Authority-Discovery async/await #7000
Conversation
@mxinden @bkchr @gnunicorn I have implemented the suggestion above and reverted the change which imports async-std and replaces usage of However, you guys didn't like introducing Would be nice if you can check out my latest changes so that if i get the go ahead, i'll change the polkadot companion PR. |
The PR should be good to merge if no further feedback is provided. |
Some last nitpicks, after that it should be good to merge. |
bot merge |
Trying merge. |
…up-updates * master: Async keystore + Authority-Discovery async/await (#7000) Fixes logging of target names with dashes (#7281) seal: Add automated weights for contract API calls (#7017) add ss58 id for nodle (#7279) Refactor CurrencyToVote (#6896) bump-allocator: document & poison (#7277) Reset flaming fir network (#7274) reschedule (#6860) Drop system cache for trie benchmarks (#7242) client: improve log formatting (#7272) Rework `InspectState` (#7271) SystemOrigin trait (#7226) Update ss58 registry for Dock network (#7263) .maintain/monitoring: Add alert when continuous task ends (#7250) Rename `TRANSACTION_VERSION` to `EXTRINSIC_VERSION` (#7258) Split block announce processing into two parts (#6958) Fix offchain election to respect the weight (#7215)
polkadot companion: paritytech/polkadot#1740
This PR introduces:
async
SyncCryptoStore
wraps the asynchronous keystore to hideblock_on
from sync crates.SyncCryptoStore
until converted to use async/await