Tenderly / tenderly-sdk

With the Tenderly SDK, you can simulate individual transactions or bundles of transactions, manage contracts and wallets, and verify contracts from your code.
https://docs.tenderly.co/tenderly-sdk
MIT License
37 stars 12 forks source link

Make 'TenderlySolcConfig' depend on 'SolcConfig', then modify the 'libraries' type #84

Closed dule-git closed 1 year ago

dule-git commented 1 year ago

In order to expand the solidity compiler configuration that verification can have on the TenderlySDK, we need to make TenderlySolcConfig depend on the SolcConfig because there are slight changes between the real solidity compiler configuration and what TenderlySDK sends to the backend server.

This PR makes TenderlySolcConfig's settings depend on SolcConfig's settings.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: e3d835df36bd6bdab06778afef07a69babd51da2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------- | ----- | | @tenderly/sdk | Patch |

Not sure what this means? Click here to learn what changesets are.

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

dule-git commented 1 year ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.