Just updated to the latest Besu:
Version: 1.2.17 (hyperledger/besu@26.7.1, dappnode/staker-package-scripts@v0.1.2 upstream)
I noticed this warning in the startup logs:
2026-08-14 15:36:42.206+0000 | main | WARN | Besu | CHECKPOINT sync mode is deprecated and has been removed. Using SNAP sync mode instead. Your checkpoint configuration will be used automatically.
Looking at the advanced Config page, I see:
SYNC_MODE CHECKPOINT
Given the warning, I think we should update the files to default to "SNAP"
Just updated to the latest Besu:
Version: 1.2.17 (hyperledger/besu@26.7.1, dappnode/staker-package-scripts@v0.1.2 upstream)
I noticed this warning in the startup logs:
2026-08-14 15:36:42.206+0000 | main | WARN | Besu | CHECKPOINT sync mode is deprecated and has been removed. Using SNAP sync mode instead. Your checkpoint configuration will be used automatically.Looking at the advanced Config page, I see:
SYNC_MODE CHECKPOINT
Given the warning, I think we should update the files to default to "SNAP"