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

Commits on Apr 15, 2024

  1. 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`.
    kanej committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2ece952 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. swap monorepo from npm to pnpm

    zoeyTM authored and kanej committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4c3c6e6 View commit details
    Browse the repository at this point in the history
  2. 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
    zoeyTM authored and kanej committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c053026 View commit details
    Browse the repository at this point in the history
  3. feat: support configuring maxPriorityFeePerGas

    Add a config option for `maxPriorityFeePerGas`, to allow the user to override
    the internal Ignition heuristic.
    
    Resolves #728
    zoeyTM authored and kanej committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b2787f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d420553 View commit details
    Browse the repository at this point in the history
  5. 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
    kanej committed May 1, 2024
    Configuration menu
    Copy the full SHA
    527a191 View commit details
    Browse the repository at this point in the history
  6. 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.
    jimthematrix authored and kanej committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1e2881b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. chore: bump version to v0.15.2

    Update the packages versions and changelogs for the `0.15.2 -
    2024-05-02` release.
    kanej committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1653ac5 View commit details
    Browse the repository at this point in the history