hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
38 stars 53 forks source link

feat: bump hedera-local-node version #732

Closed natanasow closed 4 months ago

natanasow commented 4 months ago

Description:

Related issue(s):

Fixes #

Notes for reviewer:

Checklist

github-actions[bot] commented 4 months ago

Test Results

  12 files   -   2    49 suites   - 23   4m 33s :stopwatch: - 3m 52s 163 tests  - 79  151 :heavy_check_mark:  - 85  4 :zzz:  - 2  8 :x: +8  197 runs   - 45  185 :heavy_check_mark:  - 51  4 :zzz:  - 2  8 :x: +8 

For more details on these failures, see this check.

Results for commit 17a45c58. ± Comparison against base commit eb00d80e.

This pull request removes 86 and adds 7 tests. Note that renamed tests count towards both. ``` can aggregate 18 calls to processLongOutput and handle 42624 bytes of output data ‑ Multicall Test Suite static calls with large output can aggregate 18 calls to processLongOutput and handle 42624 bytes of output data can currently aggregate 18 calls to processLongInput ‑ Multicall Test Suite static calls with large input can currently aggregate 18 calls to processLongInput should NOT be able to aggregate 115 calls to processLongOutput ‑ Multicall Test Suite static calls with large output should NOT be able to aggregate 115 calls to processLongOutput should NOT be able to aggregate 200 calls to processLongInputTx ‑ Multicall Test Suite payable calls with large input should NOT be able to aggregate 200 calls to processLongInputTx should NOT be able to aggregate 5000 calls to processLongInput ‑ Multicall Test Suite static calls with large input should NOT be able to aggregate 5000 calls to processLongInput should NOT be able to use transferFrom on NFT tokens without approval ‑ TokenTransferContract Test Suite should NOT be able to use transferFrom on NFT tokens without approval should NOT be able to use transferFrom on fungible tokens without approval ‑ TokenTransferContract Test Suite should NOT be able to use transferFrom on fungible tokens without approval should be able to aggregate 10 calls to processLongInput ‑ Multicall Test Suite static calls with large input should be able to aggregate 10 calls to processLongInput should be able to aggregate 10 calls to processLongInputTx ‑ Multicall Test Suite payable calls with large input should be able to aggregate 10 calls to processLongInputTx should be able to aggregate 10 calls to processLongOutput and handle 13 kb of output data ‑ Multicall Test Suite static calls with large output should be able to aggregate 10 calls to processLongOutput and handle 13 kb of output data … ``` ``` "before all" hook for "should NOT be able to use transferFrom on fungible tokens without approval" ‑ TokenTransferContract Test Suite "before all" hook for "should NOT be able to use transferFrom on fungible tokens without approval" "before all" hook for "should be able to delete token" ‑ TokenManagmentContract Test Suite "before all" hook for "should be able to delete token" "before all" hook for "should be able to execute burnToken" ‑ TokenCreateContract Test Suite "before all" hook for "should be able to execute burnToken" "before all" hook for "should deposit, buy and sell tokens from ExchangeV1" ‑ Proxy Upgrade Contracts Test Suite DEX Upgradable Contract Test Suite "before all" hook for "should deposit, buy and sell tokens from ExchangeV1" "before all" hook for "should test that hollow account is created and the amount of fungible tokens is correctly transferred via precompile" ‑ HIP583 Test Suite - Ethereum Transfer TX via Precompile Fungible Token Test "before all" hook for "should test that hollow account is created and the amount of fungible tokens is correctly transferred via precompile" "before all" hook for "should test that hollow account is created and the amount of non-fungible tokens is correctly transferred via precompile" ‑ HIP583 Test Suite - Ethereum Transfer TX via Precompile Non-Fungible Token Test "before all" hook for "should test that hollow account is created and the amount of non-fungible tokens is correctly transferred via precompile" "before all" hook in "HIP583 Test Suite" ‑ HIP583 Test Suite "before all" hook in "HIP583 Test Suite" ```

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