keep-network / keep-core

The smart contracts and reference client behind the Keep network
https://keep.network
MIT License
118 stars 73 forks source link

Add moving funds trigger #3732

Closed lukasz-zimnoch closed 7 months ago

lukasz-zimnoch commented 9 months ago

This task is about implementing a moving funds action trigger in the client. The wallet should start moving funds only if:

Important note: As for now, wallet actions are triggered using the wallet coordinator mechanism. However, there is ongoing work aiming to replace this mechanism with a better alternative. The moving funds trigger must adhere to the new solution. See https://github.com/keep-network/tbtc-v2/issues/737 for reference.

lukasz-zimnoch commented 7 months ago

The trigger was actually implemented as part of https://github.com/keep-network/tbtc-v2/issues/737 and https://github.com/keep-network/keep-core/issues/3733