Uh oh!
There was an error while loading. Please reload this page.
Async keystore + Authority-Discovery async/await - #7000
Conversation
bkchr
commented
Oct 2, 2020
@mxinden sounds like a great idea to me! |
@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. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rakanalh
commented
Oct 7, 2020
The PR should be good to merge if no further feedback is provided. |
rakanalh
commented
Oct 7, 2020
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bkchr
commented
Oct 8, 2020
Some last nitpicks, after that it should be good to merge. |
rakanalh
commented
Oct 8, 2020
bot merge |
ghost
commented
Oct 8, 2020
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:
asyncSyncCryptoStorewraps the asynchronous keystore to hideblock_onfrom sync crates.SyncCryptoStoreuntil converted to use async/await