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.
Transactions type 4 should be propagated to all nodes of the network.
Actual behavior
There are issues with the propagation of those transactions. When we query api/node/status endpoint on the node that we're sending transactions to, we can see that amount of pending transactions is increasing. When we query other nodes of the network, pending stays at 0 - so looks like those transactions are not propagated correctly. This also leads to block beign not full:
Steps to reproduce
Execute QA stress test.
Which version(s) does this affect? (Environment, OS, etc...)
2.0.0-alpha.10
The text was updated successfully, but these errors were encountered:
4miners
changed the title
Transactions type 4 are not propagated through network
Transactions type 4 are not propagated through the network
May 24, 2019
Expected behavior
Transactions type 4 should be propagated to all nodes of the network.
Actual behavior
There are issues with the propagation of those transactions. When we query
api/node/status
endpoint on the node that we're sending transactions to, we can see that amount ofpending
transactions is increasing. When we query other nodes of the network,pending
stays at0
- so looks like those transactions are not propagated correctly. This also leads to block beign not full:Steps to reproduce
Execute QA stress test.
Which version(s) does this affect? (Environment, OS, etc...)
2.0.0-alpha.10
The text was updated successfully, but these errors were encountered: