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

[Bug Report] setting light client sync start block height greater than actual max block results in stuck condition #3006

Closed
matt-nervos opened this issue Dec 30, 2023 · 3 comments
Assignees

Comments

@matt-nervos
Copy link

Topic Type

User Experience

Detail of the issue

When setting the start block height higher than actual block height, user cannot change the start block height

image image image image

bundled-ckb.log

No response

bundled-ckb-light-mainnet.log

No response

main.log

No response

status.log

No response

@Keith-CY
Copy link
Collaborator

Hi @matt-nervos I've found 2 cases in this issue

  1. start block number was set higher than the tip block number;
  2. start block number cannot be updated in some cases;

They are expected to be fixed in #2994

Setting the start block number greater than the tip one won't be allowed, and setting the start block number less than the current one is allowed, but a re-sync is mandatory.

Copy link
Contributor

Mark this issue stale because no activity for 60 days

@github-actions github-actions bot added the stale label Feb 29, 2024
Copy link
Contributor

github-actions bot commented Mar 8, 2024

Close this issue because it's inactive since marked stale

@github-actions github-actions bot closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants