This message triggers upon block invalidated by avalanche.
Depends on D16802.
Differential D16803
[chronik] Add an avalanche invalidated block ws message Fabien on Sep 23 2024, 15:59. Authored by
Details
This message triggers upon block invalidated by avalanche. Depends on D16802. ninja all check-all
Diff Detail
Event TimelineComment Actions Diff looks good but my understanding is behind on how chronik "knows" a block has been invalidated by avalanche. Having trouble following the logic in this diff. Is chronik already handling this case but just not sending a msg? Where is the case recognized? Comment Actions It is happening in chronik_validationinterface.cpp on line 67. Chronik registers a "validation interface" , and defines what happens when each callback is triggered. |