hashgraph / hedera-smart-contracts

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

chore: clean up smart contracts folder and according test cases #624

Closed quiet-node closed 8 months ago

quiet-node commented 8 months ago

Problem

At present, certain contracts are misplaced in incorrect folders, and some tests lack the correct unit test flag. Additionally, numerous contracts lack corresponding artifact files committed to the Git tree.

Solution

Propose a pull request (PR) to rectify these issues, ensuring proper organization of contracts, setting accurate unit test flags for tests, and committing missing artifact files to the Git repository.

Alternatives

No alternative response provided.