Closed slundqui closed 3 months ago
Attention: Patch coverage is 65.90909%
with 120 lines
in your changes missing coverage. Please review.
Project coverage is 63.81%. Comparing base (
2149702
) to head (b718d6b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
https://github.com/delvtech/pypechain/issues/118
This PR handles the case where bytecode requires a linked reference to a previously deployed contract. Here, the python generated types add in a required
link_references
argument todeploy
if this is found in the abi.constructorArgs
toconstructor_args
in pypechain generated types.