• Jeffrey Wilcke's avatar
    core, eth/filters, miner, xeth: Optimised log filtering · 6dc14788
    Jeffrey Wilcke authored
    Log filtering is now using a MIPmap like approach where addresses of
    logs are added to a mapped bloom bin. The current levels for the MIP are
    in ranges of 1.000.000, 500.000, 100.000, 50.000, 1.000. Logs are
    therefor filtered in batches of 1.000.
    6dc14788
backend_test.go 1.79 KB