Richard Moore
Richard Moore
Ethers normalizes the event responses (such as converting tx values to BigInt, validating addresses, etc), so it needs to know more about the supported events. I can add new events...
The `RawFilter` (I’ve renamed it from Verbose ;)) will certainly allow it. I’d also like to find out which networks and which nodes support the various formats for pending things....
This will be added in the next minor version. I'm currently trying to figure out the best way to abstract all the possible ways things can go wrong, so an...
It’s fixed in main, but not published yet. There are two small issues I want to include in the minor bump that fixes this. Should be published on npm soon.
Added in [v6.4.0](https://github.com/ethers-io/ethers.js/releases/tag/v6.4.0). Thanks! :)
I’ll look into this in the morning.
Interesting. It would be nice if on expiration it uses getLogs to backfill the missing time and resubscribe the filter.
Yeah, I'd rather just have events work forever until the provider is destroyed. One other note, I don't know if many have noticed in v6 is the ability to pause...
@lostarchitect So, for you, there is no change. :) It was more of a note of how it is implemented internally. Since you can pause (which can disconnect) and then...
Auto-recovery **is** planned and being worked on *now*. It just needs to be tested on various backends which have different ways of “hanging up”. But it is 100% planned and...