Skip to content
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

Proposer stalled at block 151 on testnet #57

Closed
jcstein opened this issue May 22, 2023 · 2 comments
Closed

Proposer stalled at block 151 on testnet #57

jcstein opened this issue May 22, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@jcstein
Copy link
Member

jcstein commented May 22, 2023

Running on https://github.com/celestiaorg/optimism/pulls/56, I am encountering errors that we have seen previously, they are likely not completely resolved.

Full logs can be found here.

Querying latest and safe blocks on the L2:

# in
cast block latest --rpc-url http://localhost:9545 --field number

# out
888

# in
cast block safe --rpc-url http://localhost:9545 --field number

# out
151

Errors on light node:

celestia-light-node | 2023/05/22 22:08:13 http: panic serving 192.168.0.4:55158: runtime error: invalid memory address or nil pointer dereference
celestia-light-node | panic({0x2544a40, 0x4c1e190})
celestia-light-node |   /usr/local/go/src/runtime/panic.go:890 +0x263
celestia-light-node | 2023/05/22 22:18:43 http: panic serving 192.168.0.4:39550: runtime error: invalid memory address or nil pointer dereference
celestia-light-node | panic({0x2544a40, 0x4c1e190})
celestia-light-node |   /usr/local/go/src/runtime/panic.go:890 +0x263
celestia-light-node | 2023-05-22T21:57:06.058Z  ERROR   header/p2p      p2p/exchange.go:144     head request to trusted peer failed     {"trustedPeer": "12D3KooWBtxdBzToQwnS4ySGpph9PtGmmjEyATkgX3PfhAo4xmf7", "err": "header/p2p: failed to open a new stream: context deadline exceeded"}
celestia-light-node | 2023-05-22T22:08:13.012Z  ERROR   header/p2p      p2p/exchange.go:144     head request to trusted peer failed     {"trustedPeer": "12D3KooWBtxdBzToQwnS4ySGpph9PtGmmjEyATkgX3PfhAo4xmf7", "err": "header/p2p: failed to open a new stream: context canceled"}
celestia-light-node | 2023-05-22T22:18:43.016Z  ERROR   header/p2p      p2p/exchange.go:144     head request to trusted peer failed     {"trustedPeer": "12D3KooWBtxdBzToQwnS4ySGpph9PtGmmjEyATkgX3PfhAo4xmf7", "err": "header/p2p: failed to open a new stream: context canceled"}
@jcstein
Copy link
Member Author

jcstein commented May 23, 2023

and it stalled at 157 when running on this PR
#56 (comment)

@jcstein jcstein changed the title Proposer stalled at block 151 Proposer stalled at block 151 on testnet May 23, 2023
@jcstein
Copy link
Member Author

jcstein commented May 24, 2023

related issue celestiaorg/celestia-app#1816

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant