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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Boolean broadcast parameter included in addFromPublic and addFromPeer allows the processPool worker to send transactions to peers via bus message once it process all the pool lists.
Pending tasks:
Add tests to validate broadcast transactions
Check edge case when, at the same time, pool is cleaning the broadcast array and addFromPublic or addFromPeer are adding transactions to broadcast internal queue
The text was updated successfully, but these errors were encountered:
Parent: #972
Boolean broadcast parameter included in
addFromPublic
andaddFromPeer
allows theprocessPool
worker to send transactions to peers via bus message once it process all the pool lists.Pending tasks:
addFromPublic
oraddFromPeer
are adding transactions to broadcast internal queueThe text was updated successfully, but these errors were encountered: