Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Delete the Storage type and file #18

Merged
merged 4 commits into from
Mar 18, 2024
Merged

Delete the Storage type and file #18

merged 4 commits into from
Mar 18, 2024

Conversation

jparr721
Copy link
Contributor

@jparr721 jparr721 commented Mar 15, 2024

References issue: #2788

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

We have a lot of old dead code because conensus used be completely state driven, i.e. blocks were state updates, it used to be very explicitly one view at a time, not event driven. One of these artifacts exists as the Storage trait, found here.

As a result of the need to support storing DA, VID diseperals, and later work by sequencer (tracking: #2621), we need to deprecate and remove this type from the code and modernize its name. This issue is preliminarily responsible for only the removal of this type from the code.

What does this PR do?

  • Remove the type from HotShot-Types by deleting the entire file and all associations.

@jparr721 jparr721 changed the title blast Storage from orbit Delete the Storage type and file Mar 15, 2024
Copy link
Contributor

@nyospe nyospe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

About time. 😀

@bfish713 bfish713 self-requested a review March 18, 2024 03:21
@jparr721 jparr721 merged commit db908cc into main Mar 18, 2024
8 of 10 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants