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
Currently, if no core endpoint is provided and the blob module is used for blob submission, we get nasty errors from RPC:
panic in rpc method 'blob.Submit': runtime error: invalid memory address or nil pointer dereference
It doesn't crash the node, but it's not clean. Use stubbed state module instead for cleaner err.
The text was updated successfully, but these errors were encountered:
fix(nodebuilder/blob): use state module instead of the state accessor…
3b279bc
… in the module construction (#3254) Resolves #3244
c77eae0
… in the module construction (celestiaorg#3254) Resolves celestiaorg#3244
4747985
vgonkivs
Successfully merging a pull request may close this issue.
Currently, if no core endpoint is provided and the blob module is used for blob submission, we get nasty errors from RPC:
It doesn't crash the node, but it's not clean. Use stubbed state module instead for cleaner err.
The text was updated successfully, but these errors were encountered: