Closed fricoben closed 1 year ago
Looks like we should refetch all transactions on new blocks. For now the workaround is to trigger a refetch
when a block changes. IIRC the current behaviour is to not refresh because it could trigger a lot of requests in some cases, but on the other hand I can see why it's useful to refresh their status.
My proposal is to add a watch: boolean
argument to opt-in into refreshing transactions on every block.
Hey do we have news on that ? Thx
I'm using useTransactionManager and I made this code
In this code the transactions constant does not update when the status changes. It's always RECEIVED because we don't get any tx update after this state).
Do you have a way to fix that ?
Thx