You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4187: Fix `TraceNodeIsLeader` JSON parser r=Jasagredo a=Jasagredo
The log messages are formatted slightly different in each case. In particular:
```
{...,"data":{...,"kind":"TraceAddBlockEvent.AddedToCurrentChain","...},...}
```
versus
```
{"...,"data":{...,"val":{"kind":"TraceNodeIsLeader","slot":85}},...}
```
Also the parser was intended to only get the events with the kind `TraceNodeIsLeader`.
Co-authored-by: Javier Sagredo <[email protected]>
0 commit comments