Conversation
* chore: demo change * chore: add changeset
* typos and link problems in readmes * whitespace lint * yarn lint to find whitespace
* fix: use correct output paths * chore: add changeset
* fix: add missing deps and fix errors * chore: add changeset
When turning a JS object into a JSON string, the order of the keys will dictate the order of the keys in the JSON. This change matches the format that hardhat uses when writing the JSON artifacts to disk. The format used by hardhat is shown below. ``` [ "_format", "abi", "bytecode", "contractName", "deployedBytecode", "deployedLinkReferences", "linkReferences", "sourceName" ] ```
* test: add test setting defaultNetwork is sufficient * test: update tests
* fix: reexport properly * chore: add changeset * reexport with alias
* feat: `ForgeArtifacts` can write to disk Adds a function `writeArtifactsSync` that accepts an output directory and will write hardhat style artifacts to disk in that directory. * feat: write hh style artifacts to disk on build * test: add tests for writing artifacts to disk * chore: add changeset
* fix: catch clause can't have type annotation * chore: add changeset * fix: make tsconfig happy again
Since `packages/hardhat` depends on `packages/hardhat-anvil` and `packages/hardhat-forge`, they must be built first. If they are not, building `packages/hardhat` will fail being unable to locate the other packages.
🦋 Changeset detectedLatest commit: 74368e4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
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 |
Call `runSuper` after compiling so that other plugins that hook into the `compile` task are still called. This will not work 100% with plugins that depend on the values that are returned by the actual hardhat compile task.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Triggers a release by merging develop into master