This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
transaction_pool::pool [0x...] Ignoring Future transaction. #10052
Labels
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
Milestone
Before filing a new issue, please provide the following information.
Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.
We have set up a PoA network with 3 authorities nodes, and also configured with parity secret store enabled. We can join to the network from outside and we can make transactions using rpc calls, metamask...
The problem is related with transactions made by a contract. We generate a transaction data offchain, and then we send this transaction to the rpc interface of a node connected to this PoA network. The problem is that the transaction is ignored by the network/nodes with the next log.
The transaction not mined and the log shows:
The information of the transaction is:
The same code/procedure works correctly on Kovan network.
The text was updated successfully, but these errors were encountered: