The stake distribution must be retrieved from a local store that will be fed with data from a Cardano node (feeding will be done separately): - [x] Create a `stake_store` module that reads/writes stakes by epoch - [x] Wire the `stake_store` in the aggregator - [x] Implement 'get_stake_distribution` and `update_stake_distribution` with this store in the `multi_signer` - [x] Remove any reference to the stakes in the pending certificate