hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
46 stars 54 forks source link

build(deps-dev): Bump hardhat from 2.22.13 to 2.22.15 #1003

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps hardhat from 2.22.13 to 2.22.15.

Release notes

Sourced from hardhat's releases.

Hardhat v2.22.15

This is a small bug fix release to fix custom HTTP headers when used in forked configurations.

Changes

  • ede1cde: Fixed custom HTTP headers for forked configurations

πŸ’‘ The Nomic Foundation is hiring! Check our open positions.


Hardhat v2.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: 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.


Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 2 weeks ago

Test Results

 16 files  Β±0   83 suites  +1   11m 56s :stopwatch: +8s 294 tests +9  288 :white_check_mark: +10  6 :zzz: Β±0  0 :x:  -β€Š1  303 runsβ€Š +1  296 :white_check_mark: + 2  7 :zzz: Β±0  0 :x:  -β€Š1 

Results for commit c4c6ffb1. ± Comparison against base commit 6a34b1a3.

This pull request removes 1 and adds 10 tests. Note that renamed tests count towards both. ``` "before all" hook for "should be able to execute burnToken" ‑ TokenCreateContract Test Suite "before all" hook for "should be able to execute burnToken" ``` ``` should be able to compare tokens created from system contract and hapi ‑ TokenCreateContract Test Suite Hapi vs Ethereum token create test should be able to compare tokens created from system contract and hapi should be able to execute burnToken ‑ TokenCreateContract Test Suite should be able to execute burnToken should be able to execute createFungibleToken ‑ TokenCreateContract Test Suite should be able to execute createFungibleToken should be able to execute createFungibleTokenWithCustomFees ‑ TokenCreateContract Test Suite should be able to execute createFungibleTokenWithCustomFees should be able to execute createNonFungibleToken ‑ TokenCreateContract Test Suite should be able to execute createNonFungibleToken should be able to execute createNonFungibleTokenWithCustomFees ‑ TokenCreateContract Test Suite should be able to execute createNonFungibleTokenWithCustomFees should be able to execute dissociateToken and associateToken ‑ TokenCreateContract Test Suite should be able to execute dissociateToken and associateToken should be able to execute dissociateTokens and associateTokens ‑ TokenCreateContract Test Suite should be able to execute dissociateTokens and associateTokens should be able to execute grantTokenKyc ‑ TokenCreateContract Test Suite should be able to execute grantTokenKyc should be able to execute mintToken ‑ TokenCreateContract Test Suite should be able to execute mintToken ```

:recycle: This comment has been updated with latest results.