-
Notifications
You must be signed in to change notification settings - Fork 72
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
PieceDirectory initial implementation #573
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nonsense
force-pushed
the
nonsense/piece-store
branch
from
June 10, 2022 13:28
dcee16d
to
11d17c3
Compare
Closed
nonsense
force-pushed
the
nonsense/piece-store
branch
from
June 15, 2022 14:02
1021556
to
3c284f0
Compare
nonsense
force-pushed
the
nonsense/piece-store
branch
5 times, most recently
from
June 22, 2022 13:53
d961802
to
d25e4c4
Compare
nonsense
force-pushed
the
nonsense/piece-store
branch
3 times, most recently
from
June 24, 2022 11:48
a871524
to
bd00a38
Compare
This was referenced Aug 17, 2022
nonsense
changed the title
piece meta service (
piece meta service initial implementation
Sep 20, 2022
boostd-data
) initial implementation
nonsense
force-pushed
the
nonsense/piece-store
branch
3 times, most recently
from
September 20, 2022 13:52
5c3746a
to
0409d17
Compare
|
dirkmc
force-pushed
the
nonsense/piece-store
branch
4 times, most recently
from
October 13, 2022 14:10
9560d8c
to
17e2357
Compare
dirkmc
force-pushed
the
nonsense/piece-store
branch
from
November 3, 2022 08:22
8d46505
to
4e2697b
Compare
jacobheun
changed the title
piece meta service initial implementation
PieceDirectory initial implementation
Nov 25, 2022
* wip * rename * sectorUnsealedCopies and SectorProvingState
* check that sector has deals for unsealed sectors * simplify
dirkmc
removed this from the v2.0.0 - Local Index Directory (replacing the dagstore) milestone
Jun 9, 2023
* ignore expired/slashed deals * fix mocks * add timer for checkPiece * move ChainHead away from checkPiece * add nil check for fullnodeApi * add debug line
* feat: add info boxes on LID UI page * Update react/src/LID.js Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com> * Update react/src/LID.js Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com> --------- Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
* remove redundant makefile * add migrate-lid to Makefile * update gitignore * move booster-bitswap and booster-http to make and make install
nonsense
added
hint/needs-review
Hint: Needs Review
and removed
status/in-progress
Status: In Progress
labels
Jun 14, 2023
merged into |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is heavy WIP. We cannot merge and release this work, before we have very high confidence on the future data model for the PieceDirectory as well as its performance, alongside migrations from current
boost
to it.It must:
PieceDirectory
withinboostd-data
PieceDirectory
withboost
running LevelDB and YugabyteDB backend for small-, mid- and large- size validators (tbd concretely how many GiB worth of deals these entail) ; Benchmarks / Scaling requirements analysis for boostd-data state service and PieceDirectory #615LID benchmarking doc -- https://docs.google.com/document/d/1s63C9n1xKWLitkGGKgFfQXY8tmDbmgcd0-tfxW-BZmw/edit#heading=h.nuq3vzhs6roi
LID benchmarking PR -- #1276
agenda:
✅ - done
🚧 - in-progress
❌ - not started
TODO:
boostd-data
andboost
are not dependent on each other.