GitXplorerGitXplorer
f

hardhat

public
93 stars
20 forks
12 issues

Commits

List of commits on branch develop.
Verified
aa231d1f5c41a4b4a46707c0038904b841b23310

Add ast arg to hardhat forge compile task (#114)

ddefi-dev committed 6 months ago
Verified
1615dde76f80152c0cc13e7818d7faa98fbd8989

convert error to warning if not localhost (#111)

mmshakeg committed a year ago
Verified
726dad92b88d83d8e9858163b0ec4ac168f601d8

Merge pull request #103 from foundry-rs/changeset-release/master

ttynes committed 2 years ago
Unverified
05fdc143b4011e3f37e20f8b81e752c30d6ed0cc

Version Packages

ggithub-actions[bot] committed 2 years ago
Verified
2fcc97362de12f36c597636ad1b3b81c11e4ef4c

Merge pull request #102 from foundry-rs/develop

ttynes committed 2 years ago
Verified
192e4b2405e2f3784732fdc0e20c391c206bd4f2

Merge pull request #101 from tynes/fix/ignore-metadata-files

ttynes committed 2 years ago

README

The README file for this repository.

This repo contains hardhat plugins to use foundry tools in hardhat environments.

Installation

See in each plugin

Documentation

Releases

The develop branch

Adapted from Optimism's release process

Our primary development branch is develop.

Developers can release new versions of the software by adding changesets to their pull requests using yarn changeset. Changesets will persist over time on the develop branch without triggering new version bumps to be proposed by the Changesets bot. Once changesets are merged into master, the bot will create a new pull request called "Version Packages" which bumps the versions of packages. The correct flow for triggering releases is to update the base branch of these pull requests onto develop and merge them, and then create a new pull request to merge develop into master. Then, the release workflow will trigger the actual publishing to npm and Docker hub.

Be sure to not merge other pull requests into develop if partially through the release process. This can cause problems with Changesets doing releases and will require manual intervention to fix it.

Contributing

See contributing guidelines