mirror of
https://github.com/status-im/status-go.git
synced 2025-02-03 18:37:24 +00:00
3c4fcaa2ed
Replace usage of `eth_getTransactionByHash` with `eth_getTransactionReceipt` when polling for changes. `eth_getTransactionReceipt` delivers also the status of the transaction. Update tests to account for the new changes Propagate status with the update event Refactoring of the `pendingtxtracker.go` file to emit notifications with a new payload structure that includes transaction identity and deletion status. Closes status-desktop [#12120](https://github.com/status-im/status-desktop/issues/13124) ghstack-source-id: 936bff5a417cb7a4aa42c93fc9dacb03fc35943b Pull Request resolved: https://github.com/status-im/status-go/pull/4523