hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
37 stars 51 forks source link

chore: test 0.48 #710

Closed georgi-l95 closed 3 months ago

georgi-l95 commented 3 months ago

Description:

Related issue(s):

Fixes #

Notes for reviewer:

Checklist

github-actions[bot] commented 3 months ago

Test Results

  22 files  +  8    93 suites  +21   7m 55s :stopwatch: +10s 163 tests  - 79  149 :heavy_check_mark:  - 87  4 :zzz:  - 2  10 :x: +10  314 runs  +72  290 :heavy_check_mark: +54  4 :zzz:  - 2  20 :x: +20 

For more details on these failures, see this check.

Results for commit 83f61d29. ± Comparison against base commit 2eecfc6e.

This pull request removes 88 and adds 9 tests. Note that renamed tests count towards both. ``` 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 burn token ‑ TokenManagmentContract Test Suite should be able to burn token should be able to change ADMIN key to ECDSA_secp256k and perform admin action with same contract ‑ TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to contractId Positive should be able to change ADMIN key to ECDSA_secp256k and perform admin action with same contract should be able to change ADMIN key to contractId and perform admin action with same contract ‑ TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to ECDSA_secp256k Positive should be able to change ADMIN key to contractId and perform admin action with same contract should be able to change FREEZE key to ECDSA_secp256k and freeze the token with the same account ‑ TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to contractId Positive should be able to change FREEZE key to ECDSA_secp256k and freeze the token with the same account should be able to change FREEZE key to contractId and freeze the token with same contract ‑ TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to ECDSA_secp256k Positive should be able to change FREEZE key to contractId and freeze the token with same contract should be able to change PAUSE key to ECDSA_secp256k and pause the token with the same account ‑ TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to contractId Positive should be able to change PAUSE key to ECDSA_secp256k and pause the token with the same account should be able to change PAUSE key to contractId and pause the token with same contract ‑ TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to ECDSA_secp256k Positive should be able to change PAUSE key to contractId and pause the token with same contract should be able to change WIPE key to ECDSA_secp256k and wipe the token with the same account ‑ TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to contractId Positive should be able to change WIPE key to ECDSA_secp256k and wipe the token with the same account … ``` ``` "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 be able to get token info" ‑ SafeHTS library Test Suite "before all" hook for "should be able to get token info" "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 query allowance" ‑ TokenQueryContract Test Suite "before all" hook for "should query allowance" "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.