Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump version to v0.12.0 #637

Merged
merged 3 commits into from
Dec 5, 2023
Merged

chore: bump version to v0.12.0 #637

merged 3 commits into from
Dec 5, 2023

Conversation

kanej
Copy link
Member

@kanej kanej commented Dec 5, 2023

0.12.0 - 2023-12-05

Added

Changed

  • Improved the error for fee exceeding block gas limit (#594)

zoeyTM and others added 2 commits November 9, 2023 11:18
* catch base fee error and rethrow as ignition error

* add error to whitelist and add integration test

* test: update test description

---------

Co-authored-by: John Kane <john@kanej.me>
Adds a verify task to `hardhat-plugin`. Also add a `--verify` parameter
to the `deploy` task, which triggers a verification after a successful deploy.

Only Etherscan is supported.

Verification is done on a deployment (so only file based deployments). It 
reads the deployment state and resolves the `chainid` and the list of 
futures that were successful contract deployments (so no contractAts).

The execution state provides the contructor args/libraries/artifact that
were used to deploy and so are exactly what is needed for verification.

The `verify` task leverages the `hardhat-verify` plugin. It is pulled in as
a peer dependency. The exact same config as is used in `hardhat-verify`
is used for HH Ignition verify.

Resolves #630

---------

Co-authored-by: John Kane <john@kanej.me>
Co-authored-by: Patricio Palladino <email@patriciopalladino.com>
Update the packages versions and changelogs for the `0.12.0 -
2023-12-05` release.
@kanej kanej force-pushed the release/2023-12-05 branch from 6717fde to 8c5c51d Compare December 5, 2023 22:20
@kanej kanej changed the base branch from development to main December 5, 2023 22:24
@kanej kanej merged commit dcb8b71 into main Dec 5, 2023
6 checks passed
@kanej kanej deleted the release/2023-12-05 branch December 5, 2023 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants