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

release: 0.15.2 #749

Merged
merged 8 commits into from
May 2, 2024
Merged

release: 0.15.2 #749

merged 8 commits into from
May 2, 2024

Conversation

kanej
Copy link
Member

@kanej kanej commented May 1, 2024

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)

kanej and others added 2 commits April 15, 2024 16:10
Add an imprint on the end of any release message, and show a template in the
publishing instructions in `./CONTRIBUTING.md`.
@kanej kanej added status:ready This issue is ready to be worked on and removed status:triaging labels May 1, 2024
@kanej kanej force-pushed the release/2024-05-02 branch 3 times, most recently from c9b3a25 to 8a83517 Compare May 1, 2024 14:35
zoeyTM added 3 commits May 1, 2024 15:36
Integrated the new `hardhat-ledger` support for controlling its UI display. Ignition now takes control of displaying the messages from the ledger (e.g. "Connect wallet").

Fixes #720
Add a config option for `maxPriorityFeePerGas`, to allow the user to override
the internal Ignition heuristic.

Resolves #728
kanej and others added 2 commits May 1, 2024 19:55
Before falling back to the default max priority fee (currently 1gwei) attempt
to call `eth_maxPriorityFeePerGas` as an RPC call and use that if available.

If the user has set a `maxPriorityFeePerGas` in config, that takes priority over
the RPC call.

Resolves #743
Private chains like besu can be run in a zero gas fee mode. We support this by
altering the gas fee calculation to detect whether we are on such a chain and
return zeroed values.
Update the packages versions and changelogs for the `0.15.2 -
2024-05-02` release.
@kanej kanej merged commit d748a7d into main May 2, 2024
5 checks passed
@kanej kanej deleted the release/2024-05-02 branch May 2, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants