mysteriumnetwork / node

Mysterium Network Node - official implementation of distributed VPN network (dVPN) protocol
https://mysterium.network
GNU General Public License v3.0
1.11k stars 311 forks source link

Have the ability to retry withdrawals #4479

Closed tomasmik closed 2 years ago

tomasmik commented 2 years ago

Relates to: https://github.com/mysteriumnetwork/node/issues/4471

If hermes fails to settle a withdrawal, it will not get settled until the next time a promise is settled. This can take some time, leading to people thinking that their money is lost.

We should address such cases by having some better logic when it comes to settling withdrawals and maybe its even worth to display some kind of withdrawal promise/settled info in UI using hermes https://hermes.mysterium.network/api/v2/data/provider/0x3529b0ebdbdd536074de9c25f17151de62cff8cd/withdrawal

tomasmik commented 2 years ago

Hermes or transactor should no longer fail withdrawals