-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
header/core: Put Blocks into the eds.Store
in Listener
#1423
Labels
Comments
45 tasks
Wondertan
changed the title
core: Put Blocks into the
header/core: Put Blocks into the Dec 1, 2022
eds.Store
in Listenereds.Store
in Listener
renaynay
added
area:shares
Shares and samples
area:block
Raw blocks and erasure coded blocks
and removed
needs:triage
labels
Dec 5, 2022
distractedm1nd
pushed a commit
to distractedm1nd/celestia-node
that referenced
this issue
Jan 26, 2023
…e header root package (celestiaorg#1627) This PR is a blocker to celestiaorg#1423 It extracts `CoreExchange` and `CoreListener` from the header package into the core package and moves header testing utilities into a separate package at the root level called `headertest`.
walldiss
pushed a commit
to walldiss/celestia-node
that referenced
this issue
Jan 26, 2023
…e header root package (celestiaorg#1627) This PR is a blocker to celestiaorg#1423 It extracts `CoreExchange` and `CoreListener` from the header package into the core package and moves header testing utilities into a separate package at the root level called `headertest`.
renaynay
added a commit
to renaynay/celestia-node
that referenced
this issue
Jan 31, 2023
…e header root package (celestiaorg#1627) This PR is a blocker to celestiaorg#1423 It extracts `CoreExchange` and `CoreListener` from the header package into the core package and moves header testing utilities into a separate package at the root level called `headertest`.
Completed as part of ShrEx implementation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Right now, the
Listener
stores the block data intoipfs.Blockservice
duringExtendedHeader
and EDS construction. As per #1099, we are now migrating to new storage for blocks -eds.Store
andListener
should store the EDS/Block there.This will likely require changes to the
header.MakeExtendedHeader
and likely simplify it by removing dependency onipfs.Blockservice
The text was updated successfully, but these errors were encountered: