HotShot icon indicating copy to clipboard operation
HotShot copied to clipboard

[TESTING] - `build_vid_proposal` should return all `VidDisperseShare`s

Open lukaszrzasik opened this issue 11 months ago • 0 comments

What is this task and why do we need to work on it?

Currently build_vid_proposal arbitrarily returns the first VidDisperseShare proposal. It should return all the VidDisperseShares proposals so that the caller can decide which share it needs. Preferably VidDisperseShares proposals should be returned as a map: share recipient -> proposal.

What work will need to be done to complete this task?

No response

Are there any other details to include?

No response

What are the acceptance criteria to close this issue?

build_vid_proposal returns, e.g. HashMap<<TYPES as NodeType>::SignatureKey, Proposal<TYPES, VidDisperseShare<TYPES>>>

Branch work will be merged to (if not the default branch)

No response

lukaszrzasik avatar Mar 21 '24 11:03 lukaszrzasik