forest
forest copied to clipboard
snapshots should contain message receipts
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
if !skipMsgReceipts && walked.Visit(b.ParentMessageReceipts) {
out = append(out, b.ParentMessageReceipts)
}
Other information and links