hashgraph / hedera-smart-contracts

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

[Solidity Assembly Yul support] Contract Creator #529

Closed quiet-node closed 1 year ago

quiet-node commented 1 year ago

Problem

The Hedera network supports smart contracts as part of EVM equivalence. Occasionally items have shown up that surfaced inequivalence at the language or opcode layer.

Solidity supports inline assembly usage of the Yul language. However, it may not be clear what coverage the Hedera Smart Contract Service 2.0 has for them

Solution

Ref: https://docs.soliditylang.org/en/latest/yul.html#evm-dialect

Alternatives

No response

quiet-node commented 1 year ago

duplicated #530