forest icon indicating copy to clipboard operation
forest copied to clipboard

snapshots should contain message receipts

Open hanabi1224 opened this issue 1 year ago • 0 comments

Issue summary

We should have an option to generate snapshots that include message receipts, to facilitate RPC parity tests against lotus, since lotus daemon --import-snapshot does not validate and re-generate message receipts and lotus daemon --import-chain validates all tipsets back to genesis which does not work with lite snapshots

Lotus code:

if !skipMsgReceipts && walked.Visit(b.ParentMessageReceipts) {
    out = append(out, b.ParentMessageReceipts)
}

Other information and links

hanabi1224 avatar Mar 21 '24 03:03 hanabi1224