hashgraph / hedera-smart-contracts

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

fix: renamed IHRC to IHRC719 #808

Closed quiet-node closed 2 weeks ago

quiet-node commented 2 weeks ago

Description: renamed IHRC contracts to IHRC719 along with its related artifacts

Related issue(s):

Fixes #807

Notes for reviewer:

Checklist

github-actions[bot] commented 2 weeks ago

Test Results

  16 files  +  2    85 suites  +28   7m 40s :stopwatch: + 1m 17s 246 tests +27  239 :heavy_check_mark: +26  6 :zzz: ±0  1 :x: +1  265 runs  +46  258 :heavy_check_mark: +45  6 :zzz: ±0  1 :x: +1 

For more details on these failures, see this check.

Results for commit a1758151. ± Comparison against base commit 84e1b998.

This pull request removes 6 and adds 33 tests. Note that renamed tests count towards both. ``` should be able to associate() to the token from a contract ‑ HRC Test Suite should be able to associate() to the token from a contract should be able to associate() to the token from an EOA ‑ HRC Test Suite should be able to associate() to the token from an EOA should be able to dissociate() to the token from an EOA ‑ HRC Test Suite should be able to dissociate() to the token from an EOA should be able to disssociate() to the token from a contract ‑ HRC Test Suite should be able to disssociate() to the token from a contract should be able to execute associate() via redirectForToken ‑ HRC Test Suite should be able to execute associate() via redirectForToken should be able to execute dissociate() via redirectForToken ‑ HRC Test Suite should be able to execute dissociate() via redirectForToken ``` ``` "before all" hook in "HIP583 Test Suite - Ethereum Transfer TX via Precompile" ‑ HIP583 Test Suite - Ethereum Transfer TX via Precompile "before all" hook in "HIP583 Test Suite - Ethereum Transfer TX via Precompile" should be able to associate() to the token from a contract ‑ @HRC-719 Test Suite should be able to associate() to the token from a contract should be able to associate() to the token from an EOA ‑ @HRC-719 Test Suite should be able to associate() to the token from an EOA should be able to create hollow account and transfer HBARs ‑ HIP583 Test Suite Direct Ethereum Tx Positive HBAR Test should be able to create hollow account and transfer HBARs should be able to dissociate() to the token from an EOA ‑ @HRC-719 Test Suite should be able to dissociate() to the token from an EOA should be able to disssociate() to the token from a contract ‑ @HRC-719 Test Suite should be able to disssociate() to the token from a contract should be able to execute associate() via redirectForToken ‑ @HRC-719 Test Suite should be able to execute associate() via redirectForToken should be able to execute dissociate() via redirectForToken ‑ @HRC-719 Test Suite should be able to execute dissociate() via redirectForToken should be able to make Fungible Tokens transfer and sign with hollow account ‑ HIP583 Test Suite Direct Ethereum Tx Positive Fungible Token Test should be able to make Fungible Tokens transfer and sign with hollow account should be able to make HBARs transfer and sign it with hollow account ‑ HIP583 Test Suite Direct Ethereum Tx Positive HBAR Test should be able to make HBARs transfer and sign it with hollow account … ```
This pull request removes 4 skipped tests and adds 4 skipped tests. Note that renamed tests count towards both. ``` should be able to dissociate() to the token from an EOA ‑ HRC Test Suite should be able to dissociate() to the token from an EOA should be able to disssociate() to the token from a contract ‑ HRC Test Suite should be able to disssociate() to the token from a contract should be able to execute associate() via redirectForToken ‑ HRC Test Suite should be able to execute associate() via redirectForToken should be able to execute dissociate() via redirectForToken ‑ HRC Test Suite should be able to execute dissociate() via redirectForToken ``` ``` should be able to dissociate() to the token from an EOA ‑ @HRC-719 Test Suite should be able to dissociate() to the token from an EOA should be able to disssociate() to the token from a contract ‑ @HRC-719 Test Suite should be able to disssociate() to the token from a contract should be able to execute associate() via redirectForToken ‑ @HRC-719 Test Suite should be able to execute associate() via redirectForToken should be able to execute dissociate() via redirectForToken ‑ @HRC-719 Test Suite should be able to execute dissociate() via redirectForToken ```

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