rocket-pool/rocketpool

Implement "active and withdrawn" minipool index

moles1 opened this issue · 1 comments

Add an "active and withdrawn" index of minipools to RocketMinipoolManager. Minipools should be added to this index at creation, and removed once the beacon chain withdrawal has been processed for them (when setMinipoolWithdrawalProcessed is called). This index is needed for watchtower nodes to correctly calculate RP network balances.

Implemented in #191