celestia-node
celestia-node copied to clipboard
[Feature Request]: Add ability to quick sync using a flag
Implementation ideas
From Slack thread and message
Idea:
- use the core.ip URI provided, else error "needs core.ip"
- allow user to quick sync the node with
--trusted.syncflag by querying the core.ip for the network for latest block and hash - set these the same way that it's done in https://docs.celestia.org/nodes/celestia-node-trusted-hash
Nice to have:
- can be used in CI or also introduces CI