Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2024

This PR contains the following updates:

Package Change Age Confidence
@nomicfoundation/hardhat-ignition (source) 0.15.6 -> 0.15.13 age confidence

Release Notes

NomicFoundation/hardhat (@​nomicfoundation/hardhat-ignition)

v0.15.13

Compare Source

v0.15.12

Compare Source

This release adds maxFeePerGas as a configuration option in Ignition, as documented here:

https://hardhat.org/ignition/docs/config#maxfeepergas

Changes
  • 698dc70: Add configurable maxFeePerGas and default to it if set (#​6857)

💡 The Nomic Foundation is hiring! Check our open positions.


v0.15.11

Compare Source

This release fixes dependency resolution for submodules in after options.

Changes
  • 23280b8: Resolve all dependencies when using submodules in after

💡 The Nomic Foundation is hiring! Check our open positions.


v0.15.10

This is a bug fix release to guard against a scenario where two transactions could be submitted for the same deployment action (#​6229).

Changes
  • d96c003: Fix for bug with unsaved transaction hash

💡 The Nomic Foundation is hiring! Check our open positions.


v0.15.9

Added
  • Standard Ignition UI can now be enabled when deploying via Hardhat scripts by setting displayUi: true in the deploy function options, @​zoeyTM (#​843)
  • Ignition modules can now be set as a dependency in the after option of futures, @​zoeyTM (#​828)
  • The ignition transactions command output will now include a link to view each transaction on the configured block explorer, @​zoeyTM (#​849)
  • Module parameters can now be directly imported from a JSON file when deploying via Hardhat scripts by passing an absolute path to the file to the parameters option, @​zoeyTM (#​850)
Fixed
  • Properly handle errors when verifying deployments that use external artifacts, @​zoeyTM (#​848)
  • Fix issue with ignition status command not working with deployments that use external artifacts, @​zoeyTM (#​846)

v0.15.8

Fixed

v0.15.7

Added
  • New CLI command ignition transactions to list all transactions sent for a given deployment ID, @​zoeyTM (#​821)
  • Module parameters can now be set at the global level using $global, @​zoeyTM (#​819)
Fixed
  • Gas fields are now properly set for Optimistic BNB, @​zoeyTM (#​826)
  • Corrected resolution of artifacts when using fully qualified names in deployment modules, @​kanej (#​822)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from 54cfcc2 to fa228a3 Compare November 23, 2024 08:48
@renovate renovate bot changed the title Update dependency @nomicfoundation/hardhat-ignition to v0.15.7 Update dependency @nomicfoundation/hardhat-ignition to v0.15.8 Nov 23, 2024
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from fa228a3 to 4399979 Compare December 20, 2024 02:59
@renovate renovate bot changed the title Update dependency @nomicfoundation/hardhat-ignition to v0.15.8 Update dependency @nomicfoundation/hardhat-ignition to v0.15.9 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from 4399979 to cce5fa6 Compare January 25, 2025 03:23
@renovate renovate bot changed the title Update dependency @nomicfoundation/hardhat-ignition to v0.15.9 Update dependency @nomicfoundation/hardhat-ignition to v0.15.10 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from cce5fa6 to de779b9 Compare February 24, 2025 20:11
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from de779b9 to 9c117d3 Compare March 5, 2025 03:58
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from 9c117d3 to 399b942 Compare April 12, 2025 03:54
@renovate renovate bot changed the title Update dependency @nomicfoundation/hardhat-ignition to v0.15.10 Update dependency @nomicfoundation/hardhat-ignition to v0.15.11 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from 399b942 to 8aa72f6 Compare April 27, 2025 07:39
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from 8aa72f6 to f6bb9de Compare May 24, 2025 20:00
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from f6bb9de to aca0142 Compare May 31, 2025 20:21
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from aca0142 to da49af6 Compare June 22, 2025 12:03
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from da49af6 to 9fda03a Compare June 29, 2025 20:09
@renovate renovate bot changed the title Update dependency @nomicfoundation/hardhat-ignition to v0.15.11 Update dependency @nomicfoundation/hardhat-ignition to v0.15.12 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from 9fda03a to bb517e1 Compare July 12, 2025 11:56
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from bb517e1 to 0e08c19 Compare July 20, 2025 16:02
@renovate renovate bot changed the title Update dependency @nomicfoundation/hardhat-ignition to v0.15.12 Update dependency @nomicfoundation/hardhat-ignition to v0.15.13 Jul 20, 2025
@renovate renovate bot force-pushed the renovate/nomicfoundation-hardhat-ignition-0.x-lockfile branch from 0e08c19 to 54fcf54 Compare August 15, 2025 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants