web3j icon indicating copy to clipboard operation
web3j copied to clipboard

Support utils for the bloom filter

Open ruXlab opened this issue 2 years ago • 0 comments

Feature description_

Ethereum has very powerful tool - bloom filter, with it many potentially unnecessary operations can be avoided. For instance, when checking for specific logs in the block no need to pull all transactions of it. Instead the bloom filter match can be checked first on the client side and then if there is a match the complete block information can be retrieved.

It's just one of the use cases

web3js has these utility functions

ruXlab avatar May 21 '22 23:05 ruXlab