We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We see lines like this:
t=2025-03-06T17:15:00+0000 lvl=warn msg="sequencer did not make expected progress" syncStatus.headL1=0x4ce300e36917e038fddea1d1111a0def63067e20796f50767e2fa82f10d44a40:7846194 syncStatus.currentL1=0xb8ae2991984085143b98c3bde8ecf47886340f29712bf8b33367d87814e0f133:7846184 syncStatus.localSafeL2=0x30ab4733a927fba57760ed7449c5558bd4cc864ad8b1cc9458b35268f6061b3b:4350815 syncStatus.safeL2=0x30ab4733a927fba57760ed7449c5558bd4cc864ad8b1cc9458b35268f6061b3b:4350815 syncStatus.unsafeL2=0x72a12d57d6471060d469c965d03fa614ea180a890682d612e694341886d82be2:4372506 syncActions="{clearState:0xc000120750 blocksToPrune:0 channelsToPrune:0 blocksToLoad:0xc036882810}" existingBlock=0x854ed236de3275bb2bbe22620ca16e6fbf615e95531eb9139fcd30bbb90b66ab:4372406
Note that blocksToLoad is a pointer address, not the value that is being pointed at.
blocksToLoad
The text was updated successfully, but these errors were encountered:
geoknee
Successfully merging a pull request may close this issue.
We see lines like this:
Note that
blocksToLoad
is a pointer address, not the value that is being pointed at.The text was updated successfully, but these errors were encountered: