You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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'
The text was updated successfully, but these errors were encountered: