Skip to content

Commit 3875f35

Browse files
committed
fix: adding disclaimers to faqs page
1 parent ffc858f commit 3875f35

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

develop/smart-contracts/faqs.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ description: Find answers to common questions about smart contract development,
77

88
--8<-- 'text/smart-contracts/polkaVM-warning.md'
99

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+
1013
## General Questions
1114

1215
### What are the different types of smart contracts I can build on Polkadot?
@@ -117,6 +120,7 @@ How it's handled:
117120
- _New account transfers_ automatically include ED with transaction fees.
118121
- _Contract-to-contract transfers_ draw ED from transaction signer, not sending contract.
119122

123+
120124
## Migration and Compatibility
121125

122126
### Can I migrate my existing Ethereum contracts?
@@ -145,4 +149,8 @@ PolkaVM uses dynamic gas scaling:
145149

146150
### I deployed a contract with metamask, and got a `code size` error - why?
147151

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.

llms.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7620,6 +7620,9 @@ description: Find answers to common questions about smart contract development,
76207620
!!! smartcontract "PolkaVM Alpha Release"
76217621
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
76227622

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+
76237626
## General Questions
76247627

76257628
### What are the different types of smart contracts I can build on Polkadot?
@@ -7730,6 +7733,7 @@ How it's handled:
77307733
- _New account transfers_ automatically include ED with transaction fees.
77317734
- _Contract-to-contract transfers_ draw ED from transaction signer, not sending contract.
77327735

7736+
77337737
## Migration and Compatibility
77347738

77357739
### Can I migrate my existing Ethereum contracts?
@@ -7759,6 +7763,10 @@ PolkaVM uses dynamic gas scaling:
77597763
### I deployed a contract with metamask, and got a `code size` error - why?
77607764

77617765
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.
77627770
--- END CONTENT ---
77637771

77647772
Doc-Content: https://docs.polkadot.com/develop/smart-contracts/

0 commit comments

Comments
 (0)