Ivan Rukhavets

Results 1 issues of Ivan Rukhavets

When there are some tests with fixtures, the block numbers are returned incorrectly by `provider.getBlockNumber()`. It's caused by Ethers [caching](https://github.com/ethers-io/ethers.js/blob/5e0e3de52ecead2304ae8db68b7e67ceed9197a2/packages/providers/src.ts/base-provider.ts#L616) last block number. **Steps to reproduce** ```{js} const fixture =...

bug
good first issue