dominant-strategies / go-quai

Official Go Implementation of the Quai Network
GNU General Public License v3.0
2.37k stars 461 forks source link

Spike: Add optional bloom filter flag #965

Open jdowning100 opened 1 year ago

jdowning100 commented 1 year ago

Bloom filter storing is now optional, so add a flag which allows the user not to store them (if they don't plan on servicing API requests). Also optionally delete blooms and other extra stored data (pending etxs, etc) over time and after reorgs.

mibuono commented 2 months ago

Bloom filters need to dynamically size based on gas.

mibuono commented 3 days ago

Not a Golden Age issue, but potentially can bring forward for Mainnet.