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

Problems with batch processing of getVirtualChainFromBlock #569

Closed
LXHLeaner opened this issue Sep 26, 2024 · 2 comments
Closed

Problems with batch processing of getVirtualChainFromBlock #569

LXHLeaner opened this issue Sep 26, 2024 · 2 comments

Comments

@LXHLeaner
Copy link

LXHLeaner commented Sep 26, 2024

Describe the bug
The getVirtualChainFromBlock interface is still slow when synchronising with a block that is 5 hours behind.
Synchronisation can't keep up with blocks coming out of the chain, so it will never catch up; what should I do?

This is how I'm requesting it,
is it possible to add additional parameters to specify the length of the returned addedChainBlockHashes?

curl --location '**/info/get-vscp-from-block?startHash=92a46eccd0227701de32d0a58fafb098aabfe0df749958cd70a940ebabd74229&
includeAcceptedTransactionIDs=true'
--header 'accept: application/json'
--header 'Content-Type: application/json'

@KaffinPX
Copy link
Contributor

this is not related with rusty-kaspa, Kaspa api is an external app(indexer) over rusty-kaspa.

@coderofstuff
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants