You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nikola shared with me the latest binary. I tested out and found some mistakes, namely the deployedBytecode.subAssemblyOffset was a copy of the bytecode.subAssemblyOffset. They'll be fixing the issue and coming back to us.
Opening this issue to document the progress and in case we need to work on this when I was off.
Solidity is developing the
subAssemblyOffsets
field in the compiler output to mark the nested contracts in the bytecode: https://github.com/ethereum/solidity/pull/15710/filesNikola shared with me the latest binary. I tested out and found some mistakes, namely the
deployedBytecode.subAssemblyOffset
was a copy of thebytecode.subAssemblyOffset
. They'll be fixing the issue and coming back to us.Opening this issue to document the progress and in case we need to work on this when I was off.
Two input files I used:
DoubleFactory-input.json
FactoryTest-input.json
Outputs (with the above mistake) with the current binary
0.8.29-ci.2025.1.13+commit.d086ad9b
:DoubleFactory-output.json
FactoryTest-output.json
The text was updated successfully, but these errors were encountered: