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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ description: Find answers to common questions about smart contract development,
7
7
8
8
--8<-- 'text/smart-contracts/polkaVM-warning.md'
9
9
10
+
!!! note
11
+
For a list of known incompatibilities, please refer to the [Solidity and Yul IR transaltion incompatibilities](/polkadot-protocol/smart-contract-basics/evm-vs-polkavm/#solidity-and-yul-ir-translation-incompatibilities){target=\_blank} section.
12
+
10
13
## General Questions
11
14
12
15
### What are the different types of smart contracts I can build on Polkadot?
@@ -146,3 +149,7 @@ PolkaVM uses dynamic gas scaling:
146
149
### I deployed a contract with MetaMask, and got a `code size` error - why?
147
150
148
151
The latest MetaMask update affects the extension’s ability to deploy large contracts. Check the [Wallets](/develop/smart-contracts/wallets){target=\_blank} page for more details.
152
+
153
+
### I found a bug, where can I log it?
154
+
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.
Copy file name to clipboardExpand all lines: llms.txt
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8130,6 +8130,9 @@ description: Find answers to common questions about smart contract development,
8130
8130
!!! smartcontract "PolkaVM Alpha Release"
8131
8131
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
8132
8132
8133
+
!!! note
8134
+
For a list of known incompatibilities, please refer to the [Solidity and Yul IR transaltion incompatibilities](/polkadot-protocol/smart-contract-basics/evm-vs-polkavm/#solidity-and-yul-ir-translation-incompatibilities){target=\_blank} section.
8135
+
8133
8136
## General Questions
8134
8137
8135
8138
### What are the different types of smart contracts I can build on Polkadot?
@@ -8269,6 +8272,10 @@ PolkaVM uses dynamic gas scaling:
8269
8272
### I deployed a contract with MetaMask, and got a `code size` error - why?
8270
8273
8271
8274
The latest MetaMask update affects the extension’s ability to deploy large contracts. Check the [Wallets](/develop/smart-contracts/wallets){target=\_blank} page for more details.
8275
+
8276
+
### I found a bug, where can I log it?
8277
+
8278
+
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.
0 commit comments