hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.52k stars 846 forks source link

Add blooms for quorum style private transactions #1847

Closed pinges closed 3 years ago

pinges commented 3 years ago

In GoQuorum, the blooms for private transactions are stored separately stored from the public blooms. For operations that use blooms the public and the private bloom are always ored to get a combined bloom.

see eth/bloombits.go line 123

vmichalik commented 3 years ago

closed by #2305