smartcontractkit / external-adapters-js

Monorepo containing JavaScript implementation of external adapters
MIT License
269 stars 303 forks source link

chore(deps): update dependency hardhat to v2.22.15 #3512

Closed renovate[bot] closed 6 days ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hardhat (source) 2.22.3 -> 2.22.15 age adoption passing confidence

Release Notes

nomiclabs/hardhat (hardhat) ### [`v2.22.15`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.15): Hardhat v2.22.15 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.14...hardhat@2.22.15) This is a small bug fix release to fix custom HTTP headers when used in forked configurations. ##### Changes - [`ede1cde`](https://redirect.github.com/nomiclabs/hardhat/commit/ede1cde): Fixed custom HTTP headers for forked configurations *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** ### [`v2.22.14`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.14): Hardhat v2.22.14 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.13...hardhat@2.22.14) This is a small bug fix release to handle Ethereum nodes that are no longer returning total difficulty from the `eth.getBlock` RPC API. #### Changes - [`09ead48`](https://redirect.github.com/nomiclabs/hardhat/commit/09ead48): Fixed error when remote nodes are not returning total difficulty from the `eth.getBlock` RPC API, by adding a fallback value *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** ### [`v2.22.13`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.13): Hardhat v2.22.13 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.12...hardhat@2.22.13) This is a small bug fix release applying corrections to our Solidity tracing logic. ##### Changes - [`bf92f4c`](https://redirect.github.com/nomiclabs/hardhat/commit/bf92f4c): Fixed more bugs in the newly ported Solidity tracing logic - [`3df95d3`](https://redirect.github.com/nomiclabs/hardhat/commit/3df95d3): Remove support for `console.log` selectors that wrongly use "(u)int" type aliases in the selector calculation - [`4c1bcfc`](https://redirect.github.com/nomiclabs/hardhat/commit/4c1bcfc): Fixed minor bugs in the newly ported Solidity tracing logic *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** ### [`v2.22.12`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.12): Hardhat v2.22.12 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.11...hardhat@2.22.12) This release includes a refactor to our internal solidity tracing logic that should result in a ~10% performance improvement for many workloads. ### [`v2.22.11`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.11): Hardhat v2.22.11 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.10...hardhat@2.22.11) This release adds support for the latest solc versions (0.8.25, 0.8.26, and 0.8.27). Additionally, it includes bug fixes, documentation improvements, and dependency updates. ##### Changes - [`601d543`](https://redirect.github.com/nomiclabs/hardhat/commit/601d543): Fixed a problem with provider events when `provider.init` was explicitly called before the first request. - [`224159e`](https://redirect.github.com/nomiclabs/hardhat/commit/224159e): Added support for solc versions 0.8.25, 0.8.26, and 0.8.27 - [`b43ed78`](https://redirect.github.com/nomiclabs/hardhat/commit/b43ed78): Added link to Ignition docs in sample projects - [`07e0a9c`](https://redirect.github.com/nomiclabs/hardhat/commit/07e0a9c): Hardhat node can now handle large response objects by streaming them. - [`12d1980`](https://redirect.github.com/nomiclabs/hardhat/commit/12d1980): Upgrade chokidar *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** ### [`v2.22.10`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.10): Hardhat v2.22.10 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.9...hardhat@2.22.10) This is a small bug fix release to improve `debug` logs during Hardhat Network initialization. ##### Changes - [`409e99f`](https://redirect.github.com/nomiclabs/hardhat/commit/409e99f): Fixed `debug` logs in Hardhat Network initialization process. - [`46cd7a1`](https://redirect.github.com/nomiclabs/hardhat/commit/46cd7a1): Removed the experimentalAddHardhatNetworkMessageTraceHook API *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** ### [`v2.22.9`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.9): Hardhat v2.22.9 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.8...hardhat@2.22.9) This is a small bug fix release remove a warning message against the local Hardhat node when deploying with Hardhat Ignition. ##### Changes - [`6771f00`](https://redirect.github.com/nomiclabs/hardhat/commit/6771f00): Do not send `http_setLedgerOutputEnabled` messages beyond the HTTP Provider to prevent unwanted warnings in the logs of the local hardhat node *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** ### [`v2.22.8`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.8): Hardhat v2.22.8 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.7...hardhat@2.22.8) This is a small bug fix release to resolve a bug with large responses from `debug_traceTransaction`. ##### Changes - [`f5d5d15`](https://redirect.github.com/nomiclabs/hardhat/commit/f5d5d15): Fixed an issue with `debug_traceTransaction` when large responses were generated - [`31d9d77`](https://redirect.github.com/nomiclabs/hardhat/commit/31d9d77): Upgraded EDR to v0.5.2 *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** ### [`v2.22.7`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.7): Hardhat v2.22.7 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.6...hardhat@2.22.7) This releases add support for RIP-7212 (Precompile for secp256r1 Curve Support). See the [Hardhat network reference for details on how to enable the precompile](https://hardhat.org/hardhat-network/docs/reference#enablerip7212). #### Changes - [`f944cd5`](https://redirect.github.com/nomiclabs/hardhat/commit/f944cd5): Added an `enableRip7212` optional flag to the Hardhat Network config that enables [RIP-7212 (Precompile for secp256r1 Curve Support)](https://redirect.github.com/ethereum/RIPs/blob/master/RIPS/rip-7212.md). - [`f6ddc92`](https://redirect.github.com/nomiclabs/hardhat/commit/f6ddc92): Add `debug` logs to Hardhat Network initialization process. - [`6c943bb`](https://redirect.github.com/nomiclabs/hardhat/commit/6c943bb): Fix message for error HH206, thanks [@​ItsNickBarry](https://redirect.github.com/ItsNickBarry)! - [`f944cd5`](https://redirect.github.com/nomiclabs/hardhat/commit/f944cd5): Bumped EDR to [v0.5.0](https://redirect.github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.5.0). *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** ### [`v2.22.6`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.6): Hardhat v2.22.6 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.5...hardhat@2.22.6) ### Changes - [`cdf0160`](https://redirect.github.com/nomiclabs/hardhat/commit/cdf0160): Upgrade bundled solcjs - [`3c66da2`](https://redirect.github.com/nomiclabs/hardhat/commit/3c66da2): Add support for Node v22 - [`9fadc22`](https://redirect.github.com/nomiclabs/hardhat/commit/9fadc22): Bump EDR to [v0.4.1](https://redirect.github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.4.1). - [`095faa4`](https://redirect.github.com/nomiclabs/hardhat/commit/095faa4): Added hardfork histories for Optimim and Arbitrum chains *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** ### [`v2.22.5`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.5): Hardhat v2.22.5 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.4...hardhat@2.22.5) This release re-enables support for `hardhat-tracer` and adds limited support for blob transactions, along with performance improvements and bug fixes. #### Changelog - [`f65dc7c`](https://redirect.github.com/nomiclabs/hardhat/commit/f65dc7c): Improved the validation of network and forking URLs (thanks [@​kshyun28](https://redirect.github.com/kshyun28)!) - [`5d46baa`](https://redirect.github.com/nomiclabs/hardhat/commit/5d46baa): Internal changes to allow `hardhat-tracer` to be re-enabled with Hardhat after the EDR upgrade - [`6e36f3f`](https://redirect.github.com/nomiclabs/hardhat/commit/6e36f3f): Bump EDR to v0.4.0. This adds support for `eth_maxPriorityFeePerGas`, limited support for blob transactions, improves performance and fixes some bugs. Check out the [v0.4.0 EDR release](https://redirect.github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.4.0) and [v0.3.8 EDR release](https://redirect.github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.3.8) for more details. *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** ### [`v2.22.4`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.4): Hardhat v2.22.4 [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/hardhat@2.22.3...hardhat@2.22.4) This release includes bug fixes, performance enhancements, and an improvement to the task system to support BigInt arguments. #### Changelog - [`22bcbf5`](https://redirect.github.com/nomiclabs/hardhat/commit/22bcbf5): Added BigInt task argument type. - [`2c533f0`](https://redirect.github.com/nomiclabs/hardhat/commit/2c533f0): Bumped EDR dependency to 0.3.7. - [`3203639`](https://redirect.github.com/nomiclabs/hardhat/commit/3203639): Fixed an issue in the solidity source map decoding module. - [`5d7a604`](https://redirect.github.com/nomiclabs/hardhat/commit/5d7a604): Fixed an issue with solc version selection. - [`3c6de8f`](https://redirect.github.com/nomiclabs/hardhat/commit/3c6de8f): Now solcjs is run in a subprocess, which leads to better error reporting and allows it to run multiple compilation jobs at the same time. - [`6447e80`](https://redirect.github.com/nomiclabs/hardhat/commit/6447e80): Improved performance by reducing back-and-forth with EDR when it's not necessary. *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** ***

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



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

changeset-bot[bot] commented 1 week ago

🦋 Changeset detected

Latest commit: 3340540ce903fe30e638ddd2b066b38987254b0b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 131 packages | Name | Type | | ------------------------------------------ | ----- | | @chainlink/ea-test-helpers | Patch | | @chainlink/anchor-adapter | Patch | | @chainlink/apy-finance-adapter | Patch | | @chainlink/bitcoin-json-rpc-adapter | Patch | | @chainlink/bsol-price-adapter | Patch | | @chainlink/crypto-volatility-index-adapter | Patch | | @chainlink/curve-3pool-adapter | Patch | | @chainlink/defi-dozen-adapter | Patch | | @chainlink/defi-pulse-adapter | Patch | | @chainlink/dns-record-check-adapter | Patch | | @chainlink/dxdao-adapter | Patch | | @chainlink/google-weather-adapter | Patch | | @chainlink/implied-price-adapter | Patch | | @chainlink/linear-finance-adapter | Patch | | @chainlink/market-closure-adapter | Patch | | @chainlink/nftx-adapter | Patch | | @chainlink/outlier-detection-adapter | Patch | | @chainlink/proof-of-reserves-adapter | Patch | | @chainlink/savax-price-adapter | Patch | | @chainlink/set-token-index-adapter | Patch | | @chainlink/synth-index-adapter | Patch | | @chainlink/the-graph-adapter | Patch | | @chainlink/xsushi-price-adapter | Patch | | @chainlink/reduce-adapter | Patch | | @chainlink/token-allocation-adapter | Patch | | @chainlink/1forge-adapter | Patch | | @chainlink/accuweather-adapter | Patch | | @chainlink/ada-balance-adapter | Patch | | @chainlink/alphachain-adapter | Patch | | @chainlink/amberdata-adapter | Patch | | @chainlink/anyblock-adapter | Patch | | @chainlink/ap-election-adapter | Patch | | @chainlink/bea-adapter | Patch | | @chainlink/binance-dex-adapter | Patch | | @chainlink/binance-adapter | Patch | | @chainlink/bitex-adapter | Patch | | @chainlink/bitso-adapter | Patch | | @chainlink/blockchain.com-adapter | Patch | | @chainlink/blockchair-adapter | Patch | | @chainlink/blockcypher-adapter | Patch | | @chainlink/blockstream-adapter | Patch | | @chainlink/bob-adapter | Patch | | @chainlink/bravenewcoin-adapter | Patch | | @chainlink/btc.com-adapter | Patch | | @chainlink/cache.gold-adapter | Patch | | @chainlink/celsius-address-list-adapter | Patch | | @chainlink/chain-reserve-wallet-adapter | Patch | | @chainlink/coinapi-adapter | Patch | | @chainlink/coinbase-adapter | Patch | | @chainlink/coincodex-adapter | Patch | | @chainlink/coinlore-adapter | Patch | | @chainlink/coinranking-adapter | Patch | | @chainlink/covid-tracker-adapter | Patch | | @chainlink/cryptex-adapter | Patch | | @chainlink/cryptoapis-v2-adapter | Patch | | @chainlink/cryptoapis-adapter | Patch | | @chainlink/cryptoid-adapter | Patch | | @chainlink/cryptomkt-adapter | Patch | | @chainlink/currencylayer-adapter | Patch | | @chainlink/curve-adapter | Patch | | @chainlink/deribit-adapter | Patch | | @chainlink/dns-query-adapter | Patch | | @chainlink/dwolla-adapter | Patch | | @chainlink/ens-adapter | Patch | | @chainlink/enzyme-adapter | Patch | | @chainlink/eodhistoricaldata-adapter | Patch | | @chainlink/eth-balance-adapter | Patch | | @chainlink/etherchain-adapter | Patch | | @chainlink/etherscan-adapter | Patch | | @chainlink/ethgasstation-adapter | Patch | | @chainlink/ethgaswatch-adapter | Patch | | @chainlink/expert-car-broker-adapter | Patch | | @chainlink/fcsapi-adapter | Patch | | @chainlink/fixer-adapter | Patch | | @chainlink/flightaware-adapter | Patch | | @chainlink/fluent-finance-adapter | Patch | | @chainlink/fmpcloud-adapter | Patch | | @chainlink/galaxis-adapter | Patch | | @chainlink/genesis-volatility-adapter | Patch | | @chainlink/geodb-adapter | Patch | | @chainlink/google-bigquery-adapter | Patch | | @chainlink/graphql-adapter | Patch | | @chainlink/ipfs-adapter | Patch | | @chainlink/jpegd-adapter | Patch | | @chainlink/json-rpc-adapter | Patch | | @chainlink/layer2-sequencer-health-adapter | Patch | | @chainlink/lcx-adapter | Patch | | @chainlink/lido-adapter | Patch | | @chainlink/linkpool-adapter | Patch | | @chainlink/lition-adapter | Patch | | @chainlink/marketstack-adapter | Patch | | @chainlink/messari-adapter | Patch | | @chainlink/metalsapi-adapter | Patch | | @chainlink/mock-ea-adapter | Patch | | @chainlink/mycryptoapi-adapter | Patch | | @chainlink/nikkei-adapter | Patch | | @chainlink/oilpriceapi-adapter | Patch | | @chainlink/onchain-gas-adapter | Patch | | @chainlink/orchid-bandwidth-adapter | Patch | | @chainlink/paxos-adapter | Patch | | @chainlink/paypal-adapter | Patch | | @chainlink/poa-adapter | Patch | | @chainlink/renvm-address-set-adapter | Patch | | @chainlink/satoshitango-adapter | Patch | | @chainlink/snowflake-adapter | Patch | | @chainlink/sochain-adapter | Patch | | @chainlink/solana-view-function-adapter | Patch | | @chainlink/spectral-macro-score-adapter | Patch | | @chainlink/sportsdataio-adapter | Patch | | @chainlink/stader-labs-adapter | Patch | | @chainlink/stasis-adapter | Patch | | @chainlink/swell-address-list-adapter | Patch | | @chainlink/synthetix-debt-pool-adapter | Patch | | @chainlink/taapi-adapter | Patch | | @chainlink/terra-view-function-adapter | Patch | | @chainlink/therundown-adapter | Patch | | @chainlink/twelvedata-adapter | Patch | | @chainlink/unibit-adapter | Patch | | @chainlink/uniswap-v2-adapter | Patch | | @chainlink/upvest-adapter | Patch | | @chainlink/uscpi-one-adapter | Patch | | @chainlink/wootrade-adapter | Patch | | @chainlink/wrapped-adapter | Patch | | @chainlink/xbto-adapter | Patch | | @chainlink/agoric-adapter | Patch | | @chainlink/conflux-adapter | Patch | | @chainlink/ethwrite-adapter | Patch | | @chainlink/harmony-adapter | Patch | | @chainlink/vesper-adapter | Patch | | @chainlink/dydx-rewards-adapter | Patch | | @chainlink/augur-adapter | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

renovate[bot] commented 6 days ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.