ethers.js icon indicating copy to clipboard operation
ethers.js copied to clipboard

FallbackProvider does not forward blockTag in call.

Open ricmoo opened this issue 2 years ago • 0 comments

Ethers Version

5.6.9

Search Terms

No response

Describe the Problem

The optional blockTag parameter is dropped in the FallbackProvider during call in the getRunner function.

It should be passed along.

(reported by @zemse via discord)

Code Snippet

No response

Contract ABI

No response

Errors

No response

Environment

Ethereum (mainnet/ropsten/rinkeby/goerli)

Environment (Other)

No response

ricmoo avatar Jul 14 '22 00:07 ricmoo

This has been fixed in v5.7.0.

Try it out and let me know if there are any problems.

Thanks! :)

ricmoo avatar Aug 19 '22 21:08 ricmoo