issues
search
NomicFoundation
/
hardhat-ignition
Hardhat Ignition is a declarative deployment system that enables you to deploy your smart contracts without navigating the mechanics of the deployment process.
https://hardhat.org/ignition
MIT License
108
stars
26
forks
source link
release: 0.15.2
#749
Closed
kanej
closed
6 months ago
kanej
commented
6 months ago
0.15.2 - 2024-05-02
Added
Improved support for deploying via a Ledger Hardware wallet,
see our guide for details
(
#720
)
Support
maxPriorityFeePerGas
as a configuration parameter (
#728
)
Use RPC call
eth_maxPriorityFeePerGas
in gas fee calculations when available (
#743
)
Support zero gas fee chains (like private Besu chains), thanks @jimthematrix (
#730
)
Fixed
Use pre-EIP-1559 transactions for Polygon to avoid dropped transactions (
#735
)
0.15.2 - 2024-05-02
Added
maxPriorityFeePerGas
as a configuration parameter (#728)eth_maxPriorityFeePerGas
in gas fee calculations when available (#743)Fixed