rene
rene
``` 2024-07-02T10:55:18.633Z ERROR fx fxevent/zap.go:59 invoke failed {"error": "node has been run with pruner enabled before, it is not safe to convert to an archivalRun with --experimental-pruning enabled or consider...
Currently, LNs will only prune samples if `--experimental-pruning` is passed, but there's no reason for LNs to retain samples beyond availability window (30 days) as they only sample within that...
During testing of v0.14.0-rc1 on arabica-11, ran into issues where a bootstrapper would serve my archival FN historic EDSes in bursts of ~100 EDSes or so until it hit a...
* Pruning_FN can sync from only pruning_FN/BN. * Pruning_FN from only archival_FN. * Archival_FN from archival_FN. There is a test syncing from archival_BN, which is similar but not the same....
for Knuu
It can happen that a pruning job is triggered where no headers need pruning (if estimated cutoff height is one greater than or equal to the last pruned height). This...
This would allow BNs to sync from pruned tendermint nodes. ``` CoreEx { netReq p2p.Exchange } if !isWithinSamplingWindow { netReq.GetByHeight } else { CoreEx.GetbyHeight } ```
Currently, DASer iterates over (loads) all headers (even those that are outdated) when samples the chain. The DASer should be able to know the height of the "tail" height (oldest...
### Problem #3188 introduces a complexity into the design of shrex getter where it now has to take an additional archival peer manager and perform a check in `shrex.go` on...
Node must be able to re-sync blocks it has pruned if it returns to `archival` mode after having had pruning mode enabled. ### Ideas * DASer resets its checkpoint to...