Tenderly / hardhat-tenderly

Tenderly plugin for HardHat
https://www.npmjs.com/package/@tenderly/hardhat-tenderly
Other
154 stars 40 forks source link

add via-ir compile flag #102

Closed ktjooho closed 1 year ago

ktjooho commented 1 year ago

Via-ir option would be set on the web page. However Hardhat-tendrly plugin does not expose it. It would be need to verify contract which use via-ir flag to avoid bytes mismatch error. I had an issue with byte mismatch which is caused by via-ir flag then added this property, and this issue was resolved.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 62b7072e88ef65e59e50c1d84671703e1c8202d1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

dule-git commented 1 year ago

Hello, We are enabling full solidity compiler parameter manipulation on contract verification in the next version of the hardhat-plugin that should come out soon (via_ir among other things).

ktjooho commented 1 year ago

Thank you for letting me know.