adridadou / eth-propeller-core

Core library for Ethereum propeller
Apache License 2.0
26 stars 16 forks source link

Specify log call range #38

Closed Penait1 closed 5 years ago

Penait1 commented 5 years ago

It decreases response times for logging calls by A LOT (from ~1.5secs to ~300ms for us) if one is able to specify a block range where the events can be found and narrow it down in advance. This PR enables people to specify such a range.