I don't think we have a great way right now to map a block back to its session.
Here's the BlockLog proto
We keep track of the generate trace id but we can't map the generate trace id back to the session.
The trace should probably have a session id corresponding to its session
I think a work around is to query the logs.
I don't think we have a great way right now to map a block back to its session.
Here's the BlockLog proto
foyle/protos/foyle/logs/blocks.proto
Line 14 in b8ee786
We keep track of the generate trace id but we can't map the generate trace id back to the session.
The trace should probably have a session id corresponding to its session
foyle/protos/foyle/logs/traces.proto
Line 19 in b8ee786
I think a work around is to query the logs.