bug: estimate_tx_dependencies
doesn't work for logging of external contracts
#771
Labels
estimate_tx_dependencies
doesn't work for logging of external contracts
#771
This code works:
but this one doesn't:
As a user, I would expect
estimate_tx_dependencies
to estimate the logging dependencies for me. It is not the case.This is because the
estimate_tx_dependencies
doesn't use theset_contracts
method. The fix is not trivial: we would need theestimate_tx_dependencies
method to have access to the abigen so thelog_decoder
can be instantiated.The text was updated successfully, but these errors were encountered: