We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trustedPeer option is set to be empty during Swarm<T>.PreloadAsync, this seems to be occurred.
Swarm<T>.PreloadAsync
The text was updated successfully, but these errors were encountered:
It seems like trustedPeer option is not related.
Sorry, something went wrong.
This seems to be occurred when execute Fork where StateReferences are empty.
Fork
This seems due to the patch #467 which removed the addressesToStrip parameter from IStore.ForkStateReferences() method.
addressesToStrip
IStore.ForkStateReferences()
Fix planetarium#509
49b2af3
Fixed a bug that LiteDBStore.ForkStateReferences<T>() had thrown ChainIdNotFoundException where a sourceChainId exists but it has no state references.
4cada83
e175c3d
dahlia
No branches or pull requests
When trustedPeer option is set to be empty during
Swarm<T>.PreloadAsync
, this seems to be occurred.The text was updated successfully, but these errors were encountered: