-
Notifications
You must be signed in to change notification settings - Fork 23
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for me it's always stuck like this on electron as well as browser even though the Network tab shows it's getting messages:
edit: I was connecting on substrate --dev
and indeed, it would have no peers.
@@ -160,7 +162,7 @@ export function Create(props: Props): React.ReactElement { | |||
|
|||
return ( | |||
<Stacked> | |||
{keyringReady && <AddressSummary address={address} name={name} size='small' orientation='vertical' />} | |||
{isKeyringReady && <AddressSummary address={address} name={name} size='small' orientation='vertical' />} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so I'm pretty sure this KeyringContext is pretty much useless, or it should be according to the code, since ui-keyring calls cryptoWaitReady
anyway. But if it fixes something, then let's keep it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll try to remove it and see (iirc it was not related to cryptoWaitReady but to keyring.loadall)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixes #727
fixes #726
related #730
:currentAccount
in/accounts
and/addresses
routesAccounts/
andAddresses/
subfoldersTODO: