Skip to content

Commit 606249c

Browse files
committed
llms
1 parent 0d6e973 commit 606249c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llms.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8284,24 +8284,24 @@ Please log any bugs in the [`contracts-issues`](https://github.com/paritytech/co
82848284

82858285
- **`creationCode` returns hash instead of bytecode**: The Solidity keyword returns a `keccak256` hash rather than the actual creation bytecode.
82868286
- [Issue #45](https://github.com/paritytech/contract-issues/issues/45){target=\_blank}
8287-
- **Non-Deterministic gas usage** - Gas consumption varies slightly for identical transactions.
8287+
- **Non-deterministic gas usage**: Gas consumption varies slightly for identical transactions.
82888288
- [Issue #49](https://github.com/paritytech/contract-issues/issues/49){target=\_blank}
8289-
- **Precompiles not recognized** - Precompile addresses return `Contract not found` error.
8289+
- **Precompiles not recognized**: Precompile addresses return `Contract not found` error.
82908290
- [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.
8294+
- **`hardhat-polkadot` plugin compilation issues**: Plugin interferes with standard `npx hardhat compile` command.
82958295
- [Issue #44](https://github.com/paritytech/contract-issues/issues/44){target=\_blank}
82968296

82978297
### Contract Patterns
82988298

8299-
- **Minimal proxy (EIP-1167) deployment fails** - Standard proxy contracts cannot be deployed on PolkaVM.
8299+
- **Minimal proxy (EIP-1167) deployment fails**: Standard proxy contracts cannot be deployed on PolkaVM.
83008300
- [Issue #86](https://github.com/paritytech/contract-issues/issues/86){target=\_blank}
83018301

83028302
### Compilation
83038303

8304-
- **`SDIV` opcode crash** - Compiler crashes with `Unsupported SDIV` assertion failure.
8304+
- **`SDIV` opcode crash**: Compiler crashes with `Unsupported SDIV` assertion failure.
83058305
- [Issue #342](https://github.com/paritytech/revive/issues/342){target=\_blank}
83068306
--- END CONTENT ---
83078307

0 commit comments

Comments
 (0)