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
There are two halves for implementing the share txs feature, broadcast and receiving. This task is only for tracking the broadcast side of this effort.
Expected Test Coverage for completion:
GrapqhQL API testing of fuel-core to ensure a proper TransactionBroadcast::NewTx event is sent when a tx is submitted via GraphQL, only after it is successfully included in the transaction pool.
Transactions directly inserted into the txpool do not emit a NewTx event, to ensure no feedback loop happens when receiving txs.
The text was updated successfully, but these errors were encountered:
Voxelot
changed the title
Integrate p2p TransactionBroadcast in txpool to share txs
Broadcast transactions to peers when they're inserted into txpool via GraphQL API
Jul 11, 2022
There are two halves for implementing the share txs feature, broadcast and receiving. This task is only for tracking the broadcast side of this effort.
Expected Test Coverage for completion:
TransactionBroadcast::NewTx
event is sent when a tx is submitted via GraphQL, only after it is successfully included in the transaction pool.NewTx
event, to ensure no feedback loop happens when receiving txs.The text was updated successfully, but these errors were encountered: