soham
soham
yep that should help
Just rewrote the plugin over the weekend. And now logs should be displayed in reverted transactions as well. If you can, please try [v1.1.0-rc.1](https://github.com/zemse/hardhat-tracer/releases/tag/v1.1.0-rc.1) if it works for you.
Hey, I haven't been able to prioritise this one yet. Feel free to contribute. Cheers!
I'm seeing the same problem. Is there any solution?
@nickjuntilla can you try once using latest ethers version? I can confirm that sending txs to polygon using alchemy, definitely has been working these days.
> utils.splitSignature in v5.6.9 produces result not compatible with non-vulnerable OZ The OZ fix removes the handling for compact signatures in the `tryRecover` that accepts `bytes`, hence if compact signatures...
Still interested in this small feature. @feuGeneA Please let me know if any changes are needed.
Ah. Last night I was just wanting to get a PR up for adding a new plugin. My fork had `.vuepress` thing but list of plugins moved to different place....
Can you try using the `stallTimeout` config ([docs](https://docs.ethers.io/v5/api/providers/other/#FallbackProviderConfig))? ```ts const provider = new FallbackProvider([ { provider: provider1, stallTimeout: 1000 }, { provider: provider2, stallTimeout: 1500 } ]) ```
Is this a problem when subscribing for pending transactions only or others too like event subscriptions?