streamingfast / bstream

Block streaming Handlers library. Lower level building block of dfuse.
https://dfuse.io
Apache License 2.0
11 stars 12 forks source link

Feature/prefix index lookup #20

Closed sduchesneau closed 2 years ago

sduchesneau commented 2 years ago

Changed the BitmapGetter interface in the signature of the filterfunc that must be provided when creating a GenericBlockIndexProvider: it now has Get() and the new GetByPrefixand GetBySuffix method, to allow getting a combined Roaring64 bitmap from all matching keys

sduchesneau commented 2 years ago

All good, changes on sf-ethereum etc. is minimal