pipermerriam / ethereum-function-signature-registry

Registry of 4byte function signatures and their human readable counterparts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bloom filter API

davidmurdoch opened this issue · comments

It could be useful to have an API ending that returns a bloom filter (or other appropriate probabilistic data structure) of all signature mappings. This would enable tools, like Truffle and Ganache, to cache the filter and determine if it's worth making the request locally before incurring the API latency overhead.