You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension should periodically call smoldotClient.databaseContent() for the hardcoded chains (Polkadot, Kusama, Rococo, Westend) and save the result in local storage.
When the extension is loaded, it should load the local storage and pass the content to the configuration passed to addChain.
Smoldot will not return any error if a bad database content is passed, so there's no need to worry about this.
The text was updated successfully, but these errors were encountered:
* Create alarm in extension in order to keep databaseContent from smoldot to local storage of browser; Fixes#568
* Address PR comments
* Address PR's comments
The extension should periodically call
smoldotClient.databaseContent()
for the hardcoded chains (Polkadot, Kusama, Rococo, Westend) and save the result in local storage.When the extension is loaded, it should load the local storage and pass the content to the configuration passed to
addChain
.Smoldot will not return any error if a bad database content is passed, so there's no need to worry about this.
The text was updated successfully, but these errors were encountered: