diff --git a/.changeset/sweet-starfishes-listen.md b/.changeset/sweet-starfishes-listen.md deleted file mode 100644 index 5148f345..00000000 --- a/.changeset/sweet-starfishes-listen.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@tenderly/hardhat-tenderly": patch ---- - -There was an issue while extracting compiler version from the contracts that were given for verification. -We extracted these configurations on our own, thus providing the first compiler configuration that is suitable for a file without minding the dependencies because at the time of implementation of this logic, there weren't any hardhat tasks that could do such things. - -Now, there is a task that can get a compiler job for a given file. -A compiler job is hardhats' concept for all the data that is needed for compilation of contracts. It has all the dependencies and the configuration of the compiler. - -We used this task to obtain the compiler job and send it to the backend, after which the problem was fixed. diff --git a/packages/tenderly-hardhat/CHANGELOG.md b/packages/tenderly-hardhat/CHANGELOG.md index 4b84d16e..f511c694 100644 --- a/packages/tenderly-hardhat/CHANGELOG.md +++ b/packages/tenderly-hardhat/CHANGELOG.md @@ -1,5 +1,15 @@ # @tenderly/hardhat-tenderly +## 1.3.3 + +### Patch Changes + +- [#92](https://github.com/Tenderly/hardhat-tenderly/pull/92) [`4a95ae7`](https://github.com/Tenderly/hardhat-tenderly/commit/4a95ae7bc1b5407093d049a3c82fedec880aed3e) Thanks [@dule-git](https://github.com/dule-git)! - There was an issue while extracting compiler version from the contracts that were given for verification. We extracted these configurations on our own, thus providing the first compiler configuration that is suitable for a file without minding the dependencies because at the time of implementation of this logic, there weren't any hardhat tasks that could do such things. + + Now, there is a task that can get a compiler job for a given file. A compiler job is hardhats' concept for all the data that is needed for compilation of contracts. It has all the dependencies and the configuration of the compiler. + + We used this task to obtain the compiler job and send it to the backend, after which the problem was fixed. + ## 1.3.2 ### Patch Changes diff --git a/packages/tenderly-hardhat/package.json b/packages/tenderly-hardhat/package.json index c62e35e6..7866b19b 100644 --- a/packages/tenderly-hardhat/package.json +++ b/packages/tenderly-hardhat/package.json @@ -4,7 +4,7 @@ "license": "MIT", "homepage": "https://tenderly.co", "description": "Hardhat plugin for integration with Tenderly", - "version": "1.3.2", + "version": "1.3.3", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": {