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
+9-1Lines changed: 9 additions & 1 deletion
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?
@@ -117,6 +120,7 @@ How it's handled:
117
120
-_New account transfers_ automatically include ED with transaction fees.
118
121
-_Contract-to-contract transfers_ draw ED from transaction signer, not sending contract.
119
122
123
+
120
124
## Migration and Compatibility
121
125
122
126
### Can I migrate my existing Ethereum contracts?
@@ -145,4 +149,8 @@ PolkaVM uses dynamic gas scaling:
145
149
146
150
### I deployed a contract with metamask, and got a `code size` error - why?
147
151
148
-
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
+
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.
153
+
154
+
### I found a bug, where can I log it?
155
+
156
+
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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7620,6 +7620,9 @@ description: Find answers to common questions about smart contract development,
7620
7620
!!! smartcontract "PolkaVM Alpha Release"
7621
7621
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
7622
7622
7623
+
!!! note
7624
+
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.
7625
+
7623
7626
## General Questions
7624
7627
7625
7628
### What are the different types of smart contracts I can build on Polkadot?
@@ -7730,6 +7733,7 @@ How it's handled:
7730
7733
- _New account transfers_ automatically include ED with transaction fees.
7731
7734
- _Contract-to-contract transfers_ draw ED from transaction signer, not sending contract.
7732
7735
7736
+
7733
7737
## Migration and Compatibility
7734
7738
7735
7739
### Can I migrate my existing Ethereum contracts?
@@ -7759,6 +7763,10 @@ PolkaVM uses dynamic gas scaling:
7759
7763
### I deployed a contract with metamask, and got a `code size` error - why?
7760
7764
7761
7765
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.
7766
+
7767
+
### I found a bug, where can I log it?
7768
+
7769
+
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