Solidity Feature Support
The neo-devpack-solidity compiler parses Solidity 0.8.x source code and lowers it to NeoVM bytecode targeting Neo N3. "Feature support" describes how each Solidity language construct maps to NeoVM semantics — whether it compiles unchanged, compiles with behavioral differences, is rejected outright, or is intentionally blocked because no safe Neo equivalent exists.
This page is the human-readable companion to the canonical machine-audited matrix at docs/SOLIDITY_SUPPORT_MATRIX.md.
For protocol-level migration status on well-known production contracts, start with Original Famous Contracts (Per Contract) and use Famous Contracts Audit for the aggregate report.
