ApeWorX / ape-foundry

Foundry network provider for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
33 stars 13 forks source link

Transactions fail requiring funds for gas when impersonating smart contracts (version 0.7.3 only) #90

Open rockorama opened 4 months ago

rockorama commented 4 months ago

Environment information

$ ape --version
0.7.10

$ ape plugins list
Installed Plugins
  foundry    0.7.3
  vyper      0.7.0

What went wrong?

After upgrading from ape-foundry 0.7.2 to 0.7.3 I started getting the error Insufficient funds for gas * price + value when impersonating smart-contracts from tests. The error makes sense, because the contracts don't have any eth, but it used to work normally in prior versions.

image

image

image

image

image

linear[bot] commented 4 months ago

APE-1692 Transactions fail requiring funds for gas when impersonating smart contracts (version 0.7.3 only)