penumbra-zone / web

Apache License 2.0
12 stars 14 forks source link

block sync error display #1378

Open TalDerei opened 3 weeks ago

TalDerei commented 3 weeks ago

still getting "block sync error: ConnectError: [unavailable] Connection closed" errors during sync, which we've been experiencing for a while.

Screenshot 2024-06-26 at 9 08 28 PM
grod220 commented 3 weeks ago

Can you create a separate issue for that UI bug where the box exceeds the window width?

grod220 commented 3 weeks ago

I wonder if this has to do with grpc issues? This morning I've noticed the public rpc is doing the thing where the blockheight jumps around on the node status page.

Valentine1898 commented 3 weeks ago

I wonder if this has to do with grpc issues? This morning I've noticed the public rpc is doing the thing where the blockheight jumps around on the node status page.

I think so, public grpc doesn't return AppParameters, and services are not initialized because of this

Valentine1898 commented 3 weeks ago

What is interesting is that the local parameters are not used in this case because the grpc request does not timeout

image