This repository was archived by the owner on Oct 28, 2022. It is now read-only.
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
Request status for pending transactions #126
Open
Description
When transaction is sent to blockchain - it may fail with error (even if it was was accepted by node).
In this case it will never get included into the block and will stay in Pending state in EthereumKit.
On every start (or after some time period) all pending transaction statuses should be requested from blockchain and transaction in DB should be updated accordingly.