As of v1.1.2, we currently track a bundle receipt when we receive a bundle from the system endpoint method eth_sendBundle. While this is okay, it makes tracking completely lost bundles analysis a bit difficult: if a builder fails to propagate a bundle to every peer, then we won't see any record inside Clickhouse. As such, we can track only lost bundles if they've seen by at least one peer. Self-receipts are very easy to filter away if not needed during analysis.
This issue is more for pinning this thought somewhere and potentially start a discussion. If we agree with this, we can implement.
As of v1.1.2, we currently track a bundle receipt when we receive a bundle from the system endpoint method
eth_sendBundle. While this is okay, it makes tracking completely lost bundles analysis a bit difficult: if a builder fails to propagate a bundle to every peer, then we won't see any record inside Clickhouse. As such, we can track only lost bundles if they've seen by at least one peer. Self-receipts are very easy to filter away if not needed during analysis.This issue is more for pinning this thought somewhere and potentially start a discussion. If we agree with this, we can implement.