-
Notifications
You must be signed in to change notification settings - Fork 26
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
release: 0.15.2 #749
Commits on Apr 15, 2024
-
chore: update publishing to include hiring imprint
Add an imprint on the end of any release message, and show a template in the publishing instructions in `./CONTRIBUTING.md`.
Configuration menu - View commit details
-
Copy full SHA for 2ece952 - Browse repository at this point
Copy the full SHA 2ece952View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c3c6e6 - Browse repository at this point
Copy the full SHA 4c3c6e6View commit details -
Integrating hardhat-ledger support (#731)
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
Configuration menu - View commit details
-
Copy full SHA for c053026 - Browse repository at this point
Copy the full SHA c053026View commit details -
feat: support configuring maxPriorityFeePerGas
Add a config option for `maxPriorityFeePerGas`, to allow the user to override the internal Ignition heuristic. Resolves #728
Configuration menu - View commit details
-
Copy full SHA for b2787f7 - Browse repository at this point
Copy the full SHA b2787f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d420553 - Browse repository at this point
Copy the full SHA d420553View commit details -
feat: add max priority fee per gas from RPC
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
Configuration menu - View commit details
-
Copy full SHA for 527a191 - Browse repository at this point
Copy the full SHA 527a191View commit details -
feat: support zero gas fee chains
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.
Configuration menu - View commit details
-
Copy full SHA for 1e2881b - Browse repository at this point
Copy the full SHA 1e2881bView commit details
Commits on May 2, 2024
-
chore: bump version to v0.15.2
Update the packages versions and changelogs for the `0.15.2 - 2024-05-02` release.
Configuration menu - View commit details
-
Copy full SHA for 1653ac5 - Browse repository at this point
Copy the full SHA 1653ac5View commit details