Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FEVM - add tipset CID to block store when importing snapshot #9977

Closed
jennijuju opened this issue Jan 9, 2023 · 1 comment
Closed

FEVM - add tipset CID to block store when importing snapshot #9977

jennijuju opened this issue Jan 9, 2023 · 1 comment
Labels
P2 P2: Should be resolved
Milestone

Comments

@jennijuju
Copy link
Member

To resolve filecoin-project/ref-fvm#1053

we can simply calculate and persist these CIDs on snapshot import. (refer to

func (cs *ChainStore) PersistTipset(ctx context.Context, ts *types.TipSet) error {
on how)

@shrenujbansal
Copy link
Contributor

@jennijuju I tried looking at the ref-fvm issue but not sure I understand. Is this issue referring to the single tipset which is set as the head of the node during a snapshot? Or is it referring to all of the tipsets we download as part of the snapshot?

@jennijuju jennijuju added this to the Network v18 milestone Jan 12, 2023
@shrenujbansal shrenujbansal moved this from 🌟 In Scope to 👀 In review in Network v18 Jan 17, 2023
@shrenujbansal shrenujbansal moved this from 👀 In review to ✅ Done in Network v18 Jan 18, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
P2 P2: Should be resolved
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants