-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Increase non-pruning window #11180
Copy link
Copy link
Closed
Labels
T20-low-latencyfor issues and PRs related to Low Latency workfor issues and PRs related to Low Latency work
Description
Because of the messed up v1 descriptor (not properly versioned), we need to fetch the v3_enabled node feature using the relay parent. The issue is that once we allow the relay parent to be older, it might already be pruned and that fetching fails.
Long term fix: Once we enabled the node feature, we can remove the check entirely, which would be the first step to allow "arbitrary old" relay parents. For now, we should just prune a bit later to allow relay parents 20 to 30 blocks old at least to get enough initial slack for resubmissions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T20-low-latencyfor issues and PRs related to Low Latency workfor issues and PRs related to Low Latency work