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
This although leaves me thinking if it's true that the settings in metadata "Reflects the settings in the JSON input during compilation". Because for example the evmVersion field is not under jsonInput.settings but jsonInput.evmVersion whereas in the metadata this is metadata.settings.evmVersion. In contrast things like optimizer, remappings etc. are under both metadata.settings and jsonInput.settings.
In foundry-rs/foundry#6707 I raised it was said that the
evmVersion
field to metadata was added in0.8.20
which was only a docs update by me ethereum/solidity@1a23b7aThis although leaves me thinking if it's true that the
settings
in metadata "Reflects the settings in the JSON input during compilation". Because for example theevmVersion
field is not underjsonInput.settings
butjsonInput.evmVersion
whereas in the metadata this ismetadata.settings.evmVersion
. In contrast things likeoptimizer
,remappings
etc. are under bothmetadata.settings
andjsonInput.settings
.JSON Input docs: https://docs.soliditylang.org/en/v0.8.20/using-the-compiler.html#input-description Metadata docs: https://docs.soliditylang.org/en/v0.8.20/metadata.html Example metadata: https://repo.sourcify.dev/contracts/full_match/11155111/0x2738d13E81e30bC615766A0410e7cF199FD59A83/metadata.json
I am not really sure this line we are using is correct in
CheckedContract.ts
View in Huly HI-495
The text was updated successfully, but these errors were encountered: