Closed Nashtare closed 11 months ago
Kudos, SonarCloud Quality Gate passed!
The block bloom is kept as PI and consistency check is maintained as part of
BlockMetadata::connect
within aggregation proofs.
Can you help me understand this better? What is PI
?
PI is public inputs. We keep the bloom filter included in the block header (the final bloom), but we don't construct it internally anymore
This PR removes the computation of the intermediary bloom filters pre & post transaction execution. The block bloom is kept as PI and consistency check is maintained as part of
BlockMetadata::connect
within aggregation proofs. The transaction bloom logic is unchanged.