[Compilers] bytecodehash
property in metadata settings doesn't have ipfs
option
#194
Answered
by
hedgar2017
kumaryash90
asked this question in
Compilers
-
Which compiler are you using?
Which version of Solidity or Vyper?0.8.17 zksolc/zkvyper version?1.3.15 Explain the issueWhile the latest zksolc compiler versions have a "metadata" option in settings, it doesn't allow setting it equal to "ipfs", which is usually a default setting for solc compiler. i.e. it should be possible to set the zksolc: {
version: "1.3.15",
compilerSource: "binary",
settings: {
metadata: {
bytecodeHash: "none",
},
optimizer: {
enabled: true,
},
},
}, Link to your repo?No response |
Beta Was this translation helpful? Give feedback.
Answered by
hedgar2017
Nov 17, 2023
Replies: 4 comments 52 replies
-
Hi @kumaryash90 Thanks for bringing this up, our team is looking into this. Adding more hash formats should be possible there as long as they are padded to 256 bits. |
Beta Was this translation helpful? Give feedback.
52 replies
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the info.
In this case it will take a little longer, as: