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

Light client sync will stuck after doing transaction to use multiple sign address #196

Open
littleLip520 opened this issue Jun 20, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@littleLip520
Copy link

1.add a multiple sign address
2.do transaction to this address
3.sync will stuck
https://pudge.explorer.nervos.org/transaction/0x3f644ee65426c3a964c32b0cbc0fcc2a389290d7d1f8fbca7358c7975ff6febb
go to detail page, the block display none
image

but go to see detail in explore, it shows correctly
image

@yanguoyu
Copy link

yanguoyu commented Jun 21, 2023

It may be normal because the added multisig address has not synced to the last synced height, So the light client will wait for the multisig address to sync to the transaction height, then it can sync the transaction.

On the other hand, we can consider optimizing the process, we can call RPC to get the transactions' detail if the transactions' status is pending.

@Danie0918 Danie0918 moved this to 👀 Testing in Neuron Jun 26, 2023
@Danie0918 Danie0918 moved this from 👀 Testing to 🏗 In Progress in Neuron Jun 26, 2023
@yanguoyu
Copy link

Because of nervosnetwork/ckb-light-client#148, we cannot get the transaction detail until the light client sync to the transaction block height.

@Danie0918 Danie0918 moved this from 🏗 In Progress to 📫Hold On in Neuron Jul 3, 2023
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
Status: 📫Hold On
Development

No branches or pull requests

2 participants