Richard Moore
Richard Moore
I have added `console.log` throughout the BaseProvider and have no been able to see any instances where a `fromBlock` of `-2` is sent as part of the request. Do you...
Eureka! I think I found the problem. The range used by the filter is constantly being refined as blocks and events come in. If you are currently on block 18,...
As a note, I tracked this down and it was introduced in [v5.6.0](https://github.com/ethers-io/ethers.js/blob/master/CHANGELOG.md#ethersv560-2022-03-09-1457), which added support for networks which has non-consistent event indexing. It appears fixed in the above change...
@dound yes. I’m still working on it. A little more patience please. :)
Yes, sorry. I thought I’d updated all the issues but missed this one. It was published 2 days ago. :)
@dound no worries. It was too important to push to v6. :) Let me know if you continue having any issues.
That error looks like whatever object you are getting back is not an ethers Contract object, but maybe a wrapped object by some other library? The error is indicating the...
This change has be added to the v5.7 branch and will be released with the upcoming minor bump.
Added in [v5.7.0](https://github.com/ethers-io/ethers.js/releases/tag/v5.7.0). Thanks! :)