Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

chore(deps): update dependency hardhat to v2.22.4 #13

Merged
merged 1 commit into from
May 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
hardhat (source) devDependencies patch 2.22.3 -> 2.22.4 OpenSSF Scorecard

Release Notes

nomiclabs/hardhat (hardhat)

v2.22.4: Hardhat v2.22.4

Compare Source

This release includes bug fixes, performance enhancements, and an improvement to the task system to support BigInt arguments.

Changelog

  • 22bcbf5: Added BigInt task argument type.
  • 2c533f0: Bumped EDR dependency to 0.3.7.
  • 3203639: Fixed an issue in the solidity source map decoding module.
  • 5d7a604: Fixed an issue with solc version selection.
  • 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: Improved performance by reducing back-and-forth with EDR when it's not necessary.

💡 The Nomic Foundation is hiring! Check our open positions.



Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/hardhat-2.x branch from a91b073 to c8e70bd Compare May 21, 2024 15:33
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/hardhat-2.x branch from c8e70bd to d456964 Compare May 21, 2024 15:33
@roderik roderik merged commit 097ddb4 into main May 21, 2024
1 check passed
@roderik roderik deleted the renovate/hardhat-2.x branch May 21, 2024 15:35
roderik pushed a commit that referenced this pull request Jun 27, 2024
SCS failed to deploy on Hedera Mainnet without this timeout:
```
HeadersTimeoutError: Headers Timeout Error
    at Timeout.onParserTimeout [as callback] (/home/coder/usecase/node_modules/undici/lib/client.js:1048:28)
    at Timeout.onTimeout [as _onTimeout] (/home/coder/usecase/node_modules/undici/lib/timers.js:20:13)
    at listOnTimeout (node:internal/timers:573:17)
    at processTimers (node:internal/timers:514:7) {
  code: 'UND_ERR_HEADERS_TIMEOUT'
}
14081 |       console.warn("The node you are deploying to does not have access to a private key to sign this transaction.");
14082 |     }
14083 |     if (verify && import_lodash.isEmpty(process.env.ETHERSCAN_API_KEY)) {
14084 |       throw new Error("It is not possible to verify the deployment on this network unless you supply an Etherscan API key in the hardht.config.ts file");
14085 |     }
```
NomicFoundation/hardhat#2672

They have open issue to fix it:
NomicFoundation/hardhat#3136

This error happened for me only on Hedera Mainnet, testnet works fine.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Added a `timeout` parameter with a value of `100_000` to the BTP
configuration in the projects.
- The `timeout` property affects the BTP RPC settings for improved
functionality.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant