@@ -8282,29 +8282,27 @@ Please log any bugs in the [`contracts-issues`](https://github.com/paritytech/co
82828282
82838283### Runtime Behavior
82848284
8285- - **`creationCode` Returns Hash Instead of Bytecode** - The Solidity keyword returns `keccak256` hash rather than actual creation bytecode.
8286- - [Issue #45](https://github.com/paritytech/contract-issues/issues/45){target=\_blank}.
8287- - **Non-Deterministic Gas Usage ** - Gas consumption varies slightly for identical transactions.
8288- - [Issue #49](https://github.com/paritytech/contract-issues/issues/49){target=\_blank}.
8289- - **Precompiles Not Recognized ** - Precompile addresses return `Contract not found` error.
8290- - [Issue #111](https://github.com/paritytech/contract-issues/issues/111){target=\_blank}.
8285+ - **`creationCode` returns hash instead of bytecode**: The Solidity keyword returns a `keccak256` hash rather than the actual creation bytecode.
8286+ - [Issue #45](https://github.com/paritytech/contract-issues/issues/45){target=\_blank}
8287+ - **Non-Deterministic gas usage ** - Gas consumption varies slightly for identical transactions.
8288+ - [Issue #49](https://github.com/paritytech/contract-issues/issues/49){target=\_blank}
8289+ - **Precompiles not recognized ** - Precompile addresses return `Contract not found` error.
8290+ - [Issue #111](https://github.com/paritytech/contract-issues/issues/111){target=\_blank}
82918291
82928292### Development Tools
82938293
8294- - **`hardhat-polkadot` Plugin Compilation Issues** - Plugin interferes with standard `npx hardhat compile` command.
8295- - [Issue #44](https://github.com/paritytech/contract-issues/issues/44){target=\_blank}.
8296- - **Empty Hardhat Project Compilation Failure** - New empty projects fail to compile with `hardhat-polkadot` plugin.
8297- - [Issue #132](https://github.com/paritytech/hardhat-polkadot/issues/132){target=\_blank}.
8294+ - **`hardhat-polkadot` plugin compilation issues** - Plugin interferes with standard `npx hardhat compile` command.
8295+ - [Issue #44](https://github.com/paritytech/contract-issues/issues/44){target=\_blank}
82988296
82998297### Contract Patterns
83008298
8301- - **Minimal Proxy (EIP-1167) Deployment Fails ** - Standard proxy contracts cannot be deployed on PolkaVM.
8302- - [Issue #86](https://github.com/paritytech/contract-issues/issues/86){target=\_blank}.
8299+ - **Minimal proxy (EIP-1167) deployment fails ** - Standard proxy contracts cannot be deployed on PolkaVM.
8300+ - [Issue #86](https://github.com/paritytech/contract-issues/issues/86){target=\_blank}
83038301
83048302### Compilation
83058303
8306- - **`SDIV` Opcode Crash ** - Compiler crashes with `Unsupported SDIV` assertion failure.
8307- - [Issue #342](https://github.com/paritytech/revive/issues/342){target=\_blank}.
8304+ - **`SDIV` opcode crash ** - Compiler crashes with `Unsupported SDIV` assertion failure.
8305+ - [Issue #342](https://github.com/paritytech/revive/issues/342){target=\_blank}
83088306--- END CONTENT ---
83098307
83108308Doc-Content: https://docs.polkadot.com/develop/smart-contracts/
0 commit comments