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
Problem: If client sends several (in my case 20) transactions where the next one depends on previous, explorer responses with 200 ok and tx id in a body for all requests, but only first N transactions (in my case 2-3) become available in node's mempool
How to repeat: Generate N where N > 5 transactions one depends on another. Next, sequentially send them to explorer, check mempool and which of them will appear in blockchain.
The text was updated successfully, but these errors were encountered:
Problem: If client sends several (in my case 20) transactions where the next one depends on previous, explorer responses with 200 ok and tx id in a body for all requests, but only first N transactions (in my case 2-3) become available in node's mempool
How to repeat: Generate N where N > 5 transactions one depends on another. Next, sequentially send them to explorer, check mempool and which of them will appear in blockchain.
The text was updated successfully, but these errors were encountered: