You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop/smart-contracts/faqs.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,3 +153,30 @@ The latest MetaMask update affects the extension’s ability to deploy large con
153
153
### I found a bug, where can I log it?
154
154
155
155
Please log any bugs in the [`contracts-issues`](https://github.com/paritytech/contract-issues/issues){target=\_blank} repository so developers are aware of them and can address them.
156
+
157
+
158
+
## Known Issues
159
+
160
+
### Runtime Behavior
161
+
162
+
-**`creationCode` returns hash instead of bytecode**: The Solidity keyword returns a `keccak256` hash rather than the actual creation bytecode.
Copy file name to clipboardExpand all lines: llms.txt
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8369,6 +8369,33 @@ The latest MetaMask update affects the extension’s ability to deploy large con
8369
8369
### I found a bug, where can I log it?
8370
8370
8371
8371
Please log any bugs in the [`contracts-issues`](https://github.com/paritytech/contract-issues/issues){target=\_blank} repository so developers are aware of them and can address them.
8372
+
8373
+
8374
+
## Known Issues
8375
+
8376
+
### Runtime Behavior
8377
+
8378
+
- **`creationCode` returns hash instead of bytecode**: The Solidity keyword returns a `keccak256` hash rather than the actual creation bytecode.
0 commit comments