keep-network / keep-core

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

Archive key material on wallet closure #3797

Closed lukasz-zimnoch closed 3 months ago

lukasz-zimnoch commented 6 months ago

Wallet operators should listen to Bridge's WalletClosed events and perform necessary operations upon wallet closure. The most important thing is archiving the key material so the given wallet is no longer considered active by the operator's node. This is important in the context of the new RFC 12 coordination mechanism as closed wallets' operators should not waste network bandwidth for coordination messages.

### Tasks
- [ ] https://github.com/keep-network/keep-core/pull/3814