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
Implement listening for unconfirmed transactions via polling. Both listening to websocket and polling can co-exist, or we can use polling only.
Motivation: this doesn't work sometimes, it seems it depends on the selected node, but there can be other circumstances involved.
It should be relatively easy - in dabaBridge.service.js, setup a timer, call nem.com.requests.account.transactions.unconfirmed (see getUnconfirmedTransactions) and give the result to the same callback (unconfirmedCallback) as websocket listener does.
Alternatively to timer, this could be triggered on demand via some ui control in the dashboard/unconfirmed transactions tab.
Note: while in there, pay attention how multisig transactions requesting cosigning are reported, maybe we can do it in a better way.
The text was updated successfully, but these errors were encountered:
Implement listening for unconfirmed transactions via polling. Both listening to websocket and polling can co-exist, or we can use polling only.
Motivation: this doesn't work sometimes, it seems it depends on the selected node, but there can be other circumstances involved.
It should be relatively easy - in dabaBridge.service.js, setup a timer, call nem.com.requests.account.transactions.unconfirmed (see getUnconfirmedTransactions) and give the result to the same callback (unconfirmedCallback) as websocket listener does.
Alternatively to timer, this could be triggered on demand via some ui control in the dashboard/unconfirmed transactions tab.
Note: while in there, pay attention how multisig transactions requesting cosigning are reported, maybe we can do it in a better way.
The text was updated successfully, but these errors were encountered: