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

Fail to sync transactions of a miner #2941

Closed
Keith-CY opened this issue Nov 15, 2023 · 6 comments
Closed

Fail to sync transactions of a miner #2941

Keith-CY opened this issue Nov 15, 2023 · 6 comments

Comments

@Keith-CY
Copy link
Collaborator

Keith-CY commented Nov 15, 2023

This issue comes from the following cases

  1. [Synchronization] doesn't seems to start syncing #2940
  2. [Synchronization] Stuck at 9,500,000 block #2939
  3. https://talk.nervos.org/t/neuron-stuck-syncing-at-block-5-188-000/7526/4

The following error message were found

1. [2023-11-15T13:10:49.139Z] [warn]  function call error: Error: transaction 0xde1b1b3b2deda3a7759912e86e3808464edbe42b2ffac27204cdad5cbf7d8491 status: added, retry 2 ...
2. [2023-11-15T08:13:52.127Z] [warn]  function call error: Error: transaction 0xb3719258ab9d595935d50b61b5ff9a5ceb07a41bf44d4562559bd76d74d6f48b status: added, retry 3 ...
3. [2023-11-15T09:01:13.441Z] [error] retry saving transactions in 2 seconds due to error: Error: failed to fetch transaction for hash 0x351b9ba************fd96b1d1b

Noted that case 3 shows failed to fetch transaction for hash ... in the error message but others don't

PS: retry saving transactions in 2 seconds due to error: is case 3 is added by Neuron, and the following is proxied from the light client


After inspection, I found all these transactions are related to the address ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqwau7qpcpealv6xf3a37pdcq6ajhwuyaxgs5g955(https://explorer.nervos.org/address/ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqwau7qpcpealv6xf3a37pdcq6ajhwuyaxgs5g955)

One of them is a transaction to distribute rewards to miners, and two of them are cellbase transactions.

@Keith-CY
Copy link
Collaborator Author

Hi @gpBlockchain
Could you help verify the synchronization of ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqwau7qpcpealv6xf3a37pdcq6ajhwuyaxgs5g955 with light client? We will focus on checking logic inside Neuron for this case.

@Keith-CY
Copy link
Collaborator Author

The reason has been found at Magickbase/neuron-public-issues#322

@itsfranzsis
Copy link

When will this issue be fixed ?

@Keith-CY
Copy link
Collaborator Author

Keith-CY commented Dec 6, 2023

When will this issue be fixed ?

Hi @itsfranzsis sorry for replying late, it has been fixed in [email protected] at https://github.com/nervosnetwork/neuron/releases/tag/v0.112.0

Copy link
Contributor

github-actions bot commented Feb 5, 2024

Mark this issue stale because no activity for 60 days

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

Close this issue because it's inactive since marked stale

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

2 participants