hashgraph / hedera-smart-contracts

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

Verify support for solidity versions since 0.8.24 #993

Open Nana-EC opened 1 month ago

Nana-EC commented 1 month ago

Problem

Solidity support for new solidity versions since 0.8.24 have not been verified.

No contract examples exist to capture the new features of 0.8.25

Solution

Explore contract executions using new versioing compilation and consider adding examples under /contracts/solidity/versions/0.8.x for the following versions.

Alternatives

No response