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

Error: module/header: misconfiguration of syncer: invalid trusting period duration: 0s #1616

Closed
jcstein opened this issue Jan 18, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@jcstein
Copy link
Member

jcstein commented Jan 18, 2023

Celestia Node version

v0.6.2

OS

macOS

Install tools

cd $HOME
rm -rf celestia-node
git clone https://github.com/celestiaorg/celestia-node.git
cd celestia-node/
git checkout tags/v0.6.2
make go-install
make cel-key

Others

No response

Steps to reproduce it

For Mocha

celestia light init --p2p.network mocha
celestia version
celestia light start --core.ip https://rpc-mocha.pops.one --p2p.network mocha

For Arabica

celestia light init --p2p.network arabica
celestia version
celestia light start --core.ip https://limani.celestia-devops.dev --p2p.network arabica

Expected result

Node starts as expected

Actual result

For Mocha: https://app.warp.dev/block/OtvvB0MvH0kQCHwd61DjhI

Semantic version: v0.6.2
Commit: 534ec0df88fd885d69c04daf41c0ba10e4e1512f
Build Date: Wed Jan 18 10:37:26 EST 2023
System version: arm64/darwin
Golang version: go1.19.1
Error: module/header: misconfiguration of syncer: invalid trusting period duration: 0s

For Arabica: https://app.warp.dev/block/Yzii9DJhAf1tNce07a7pqV

Semantic version: v0.6.2
Commit: 534ec0df88fd885d69c04daf41c0ba10e4e1512f
Build Date: Wed Jan 18 10:37:26 EST 2023
System version: arm64/darwin
Golang version: go1.19.1
Error: module/header: misconfiguration of syncer: invalid trusting period duration: 0s

Relevant log output

Above

Notes

No response

@jcstein jcstein added the bug Something isn't working label Jan 18, 2023
@jcstein
Copy link
Member Author

jcstein commented Jan 18, 2023

i removed my ~/.celestia-light-mocha and …arabica-2 directories entirely to test (following instructions I made here a while back). reinitialized the node and tried to start, but all failed:

start 1
start 2
start 3
start 4
start 5

@Wondertan
Copy link
Member

Wondertan commented Jan 20, 2023

@jcstein, invalid trusting period error is thrown because the value is missing in the config, which can be fixed by manually adding it in the config and full config re-init.

The posted logs are a different issue, which is now tracked in #1623, so closing

@jcstein
Copy link
Member Author

jcstein commented Jan 20, 2023

Thanks for explaining @Wondertan! Sounds good

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

2 participants