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
Create a transaction pool that holds all the pending transactions while they are being submitted and awaited for sealing.
Handle invalid transaction results correctly returned to the API so the receipts are not being pulled anymore from the clients. Also expose transaction pool inspection APIs so the clients can inspect which transactions are pending. At the same time connect pending transaction events to the transaction pool instead of how it is connected now to the transaction executed event.
The text was updated successfully, but these errors were encountered:
Create a transaction pool that holds all the pending transactions while they are being submitted and awaited for sealing.
Handle invalid transaction results correctly returned to the API so the receipts are not being pulled anymore from the clients. Also expose transaction pool inspection APIs so the clients can inspect which transactions are pending. At the same time connect pending transaction events to the transaction pool instead of how it is connected now to the transaction executed event.
The text was updated successfully, but these errors were encountered: