tarides / tezos

Mirror of the release branches for Tezos, a self-amending cryptographic ledger
https://gitlab.com/tezos/tezos
Other
0 stars 2 forks source link

WIP: Tracking of interactions with lib_storage #15

Closed Ngoguey42 closed 3 years ago

Ngoguey42 commented 3 years ago

My work so far on implementing a seamless, on-demand, action trace recording for a Tezos node.

The files:

Questions:

Am I tracking enough calls for the bootstrap phase? (See the uses of wrap_untraceable calls in context_with_tracking.ml)

I am currently tracking what's happening between Tezos and lib_context. Should I change everything and instead track what's happening between lib_context and Irmin?