Page MenuHomePhabricator

[avalanche] Add log message when dangling proofs get dropped
ClosedPublic

Authored by sdulfari on Aug 22 2022, 22:41.

Details

Summary

Currently, logs for dangling-proof only appear when a proof is rejected for having already been dropped.
This is confusing because the initial dropping is not logged and may have occurred much earlier.

Test Plan
ninja check bitcoind bitcoin-cli
./test/functional/test_runner.py abc_feature_proof_cleanup

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien added a subscriber: Fabien.
Fabien added inline comments.
test/functional/abc_feature_proof_cleanup.py
100 ↗(On Diff #34724)

Nit: you can use uint256_hex()

This revision is now accepted and ready to land.Aug 24 2022, 21:16