-
Notifications
You must be signed in to change notification settings - Fork 959
New issue
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
bridge: error failed to retrieve shares by namespace
when running rollup on v0.9.0
#2089
Comments
cc: @jrmanes |
@smuu please provide more celestia-node context in the issue |
Updated description as I have the same bug in |
@smuu does it work on earlier version? |
Can't reproduce the error with |
Resolved by #2074 |
This comes from the changes in https://github.com/celestiaorg/celestia-node/pull/2074/files#diff-8d18fdcd01756b908640b77156572fe8af0520e027691bd88beeaf8cdca5085dR114-R117 where internal error handling was changed. |
Celestia Node version
v0.9.0 & v0.9.1
OS
Docker (Alpine Linux)
Install tools
https://github.com/rollkit/local-celestia-devnet/blob/v0.9.0/Dockerfile
local-celestia-devnet
starts a consensus full node in validating node and starts a bridge node connected to it.The rollup directly connects to the bridge using the
26659
port. There is no celestia light node involved.Others
No response
Steps to reproduce it
docker compose -f docker/docker-compose.yaml up celestia
docker compose -f docker/docker-compose.yaml up gm
Expected result
No errors
Actual result
ERR failed to retrieve block from DALC
gateway gateway/util.go:9 serving request {"endpoint": "/namespaced_data", "err": "getter/store: failed to retrieve shares by namespace: data not found"}
Relevant log output
No response
Notes
No response
The text was updated successfully, but these errors were encountered: