ssvlabs / ssv-spec

GNU General Public License v3.0
25 stars 22 forks source link

instead of storing a map of shares here, i think we should store map of shares in CommitteeRunner and only a single share in the other runners #464

Open GalRogozinski opened 3 months ago

GalRogozinski commented 3 months ago
          instead of storing a map of shares here, i think we should store map of shares in CommitteeRunner and only a single share in the other runners

(remove share(s) from BaseRunner) and then we wont have this weird issue of ranging over 1 share in every runner except CommitteeRunner

_Originally posted by @moshe-blox in https://github.com/ssvlabs/ssv-spec/pull/421#discussion_r1677131726_

GalRogozinski commented 1 month ago

related to #452