Add logging to PVF and other related parts (#3596)
Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- polkadot/node/core/approval-voting/src/lib.rs 8 additions, 8 deletionspolkadot/node/core/approval-voting/src/lib.rs
- polkadot/node/core/candidate-validation/src/lib.rs 13 additions, 5 deletionspolkadot/node/core/candidate-validation/src/lib.rs
- polkadot/node/core/candidate-validation/src/tests.rs 24 additions, 8 deletionspolkadot/node/core/candidate-validation/src/tests.rs
- polkadot/node/core/pvf/src/artifacts.rs 20 additions, 1 deletionpolkadot/node/core/pvf/src/artifacts.rs
- polkadot/node/core/pvf/src/execute/queue.rs 54 additions, 21 deletionspolkadot/node/core/pvf/src/execute/queue.rs
- polkadot/node/core/pvf/src/execute/worker.rs 31 additions, 6 deletionspolkadot/node/core/pvf/src/execute/worker.rs
- polkadot/node/core/pvf/src/host.rs 25 additions, 6 deletionspolkadot/node/core/pvf/src/host.rs
- polkadot/node/core/pvf/src/prepare/pool.rs 2 additions, 0 deletionspolkadot/node/core/pvf/src/prepare/pool.rs
- polkadot/node/core/pvf/src/prepare/queue.rs 24 additions, 2 deletionspolkadot/node/core/pvf/src/prepare/queue.rs
- polkadot/node/core/pvf/src/prepare/worker.rs 10 additions, 1 deletionpolkadot/node/core/pvf/src/prepare/worker.rs
Please register or sign in to comment