Skip to content

Commit d82030e

Browse files
authored
FIX - removing pvm disclaimer for evm pages (#1259)
* fix: removing pvm disclaimer por evm pages * fix: llms
1 parent 815c7f8 commit d82030e

39 files changed

+528
-696
lines changed

.ai/categories/basics.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Page Title: Accounts in Asset Hub Smart Contracts
1111

1212
# Accounts on Asset Hub Smart Contracts
1313

14-
!!! smartcontract "PolkaVM Preview Release"
15-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
1614
## Introduction
1715

1816
Asset Hub natively utilizes Polkadot's 32-byte account system while providing interoperability with Ethereum's 20-byte addresses through an automatic conversion system. When interacting with smart contracts:
@@ -1013,8 +1011,6 @@ Page Title: Dual Virtual Machine Stack
10131011
10141012
# Dual Virtual Machine Stack
10151013
1016-
!!! smartcontract "PolkaVM Preview Release"
1017-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
10181014
## Introduction
10191015
10201016
Polkadot's smart contract platform supports two distinct virtual machine (VM) architectures, providing developers with flexibility in selecting the optimal execution backend for their specific needs. This approach strikes a balance between immediate Ethereum compatibility and long-term innovation, enabling developers to deploy either unmodified (Ethereum Virtual Machine) EVM contracts using Rust Ethereum Virtual Machine (REVM) or optimize for higher performance using PolkaVM (PVM).
@@ -2266,8 +2262,6 @@ Page Title: Smart Contracts Overview
22662262
22672263
# Smart Contracts on Polkadot
22682264
2269-
!!! smartcontract "PolkaVM Preview Release"
2270-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
22712265
## Introduction
22722266
22732267
Polkadot offers developers multiple approaches to building and deploying smart contracts within its ecosystem. As a multi-chain network designed for interoperability, Polkadot provides various environments optimized for different developer preferences and application requirements. From native smart contract support on Polkadot Hub to specialized parachain environments, developers can choose the platform that best suits their technical needs while benefiting from Polkadot's shared security model and cross-chain messaging capabilities.
@@ -2368,8 +2362,6 @@ Page Title: Transactions and Fees on Asset Hub
23682362
23692363
# Blocks, Transactions, and Fees
23702364
2371-
!!! smartcontract "PolkaVM Preview Release"
2372-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
23732365
## Introduction
23742366
23752367
Asset Hub smart contracts operate within the Polkadot ecosystem using the [`pallet_revive`](https://paritytech.github.io/polkadot-sdk/master/pallet_revive/){target=\_blank} implementation, which provides EVM compatibility. While many aspects of blocks and transactions are inherited from the underlying parachain architecture, there are specific considerations and mechanisms unique to smart contract operations on Asset Hub.

.ai/categories/dapps.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Page Title: Accounts in Asset Hub Smart Contracts
1212

1313
# Accounts on Asset Hub Smart Contracts
1414

15-
!!! smartcontract "PolkaVM Preview Release"
16-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
1715
## Introduction
1816

1917
Asset Hub natively utilizes Polkadot's 32-byte account system while providing interoperability with Ethereum's 20-byte addresses through an automatic conversion system. When interacting with smart contracts:
@@ -1014,8 +1012,6 @@ Page Title: Deploying Uniswap V2 on Polkadot
10141012
10151013
# Deploy Uniswap V2
10161014
1017-
!!! smartcontract "PolkaVM Preview Release"
1018-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
10191015
## Introduction
10201016
10211017
Decentralized exchanges (DEXs) are a cornerstone of the DeFi ecosystem, allowing for permissionless token swaps without intermediaries. [Uniswap V2](https://docs.uniswap.org/contracts/v2/overview){target=\_blank}, with its Automated Market Maker (AMM) model, revolutionized DEXs by enabling liquidity provision for any ERC-20 token pair.
@@ -1266,8 +1262,6 @@ Page Title: Dual Virtual Machine Stack
12661262
12671263
# Dual Virtual Machine Stack
12681264
1269-
!!! smartcontract "PolkaVM Preview Release"
1270-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
12711265
## Introduction
12721266
12731267
Polkadot's smart contract platform supports two distinct virtual machine (VM) architectures, providing developers with flexibility in selecting the optimal execution backend for their specific needs. This approach strikes a balance between immediate Ethereum compatibility and long-term innovation, enabling developers to deploy either unmodified (Ethereum Virtual Machine) EVM contracts using Rust Ethereum Virtual Machine (REVM) or optimize for higher performance using PolkaVM (PVM).
@@ -2172,8 +2166,6 @@ Page Title: JSON-RPC APIs
21722166
21732167
# JSON-RPC APIs
21742168
2175-
!!! smartcontract "PolkaVM Preview Release"
2176-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
21772169
## Introduction
21782170
21792171
Polkadot Hub provides Ethereum compatibility through its JSON-RPC interface, allowing developers to interact with the chain using familiar Ethereum tooling and methods. This document outlines the supported [Ethereum JSON-RPC methods](https://ethereum.org/developers/docs/apis/json-rpc/#json-rpc-methods){target=\_blank} and provides examples of how to use them.
@@ -3473,8 +3465,6 @@ Page Title: Smart Contracts Overview
34733465
34743466
# Smart Contracts on Polkadot
34753467
3476-
!!! smartcontract "PolkaVM Preview Release"
3477-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
34783468
## Introduction
34793469
34803470
Polkadot offers developers multiple approaches to building and deploying smart contracts within its ecosystem. As a multi-chain network designed for interoperability, Polkadot provides various environments optimized for different developer preferences and application requirements. From native smart contract support on Polkadot Hub to specialized parachain environments, developers can choose the platform that best suits their technical needs while benefiting from Polkadot's shared security model and cross-chain messaging capabilities.
@@ -3575,8 +3565,6 @@ Page Title: Transactions and Fees on Asset Hub
35753565
35763566
# Blocks, Transactions, and Fees
35773567
3578-
!!! smartcontract "PolkaVM Preview Release"
3579-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
35803568
## Introduction
35813569
35823570
Asset Hub smart contracts operate within the Polkadot ecosystem using the [`pallet_revive`](https://paritytech.github.io/polkadot-sdk/master/pallet_revive/){target=\_blank} implementation, which provides EVM compatibility. While many aspects of blocks and transactions are inherited from the underlying parachain architecture, there are specific considerations and mechanisms unique to smart contract operations on Asset Hub.

.ai/categories/infrastructure.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Page Title: Accounts in Asset Hub Smart Contracts
1212

1313
# Accounts on Asset Hub Smart Contracts
1414

15-
!!! smartcontract "PolkaVM Preview Release"
16-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
1715
## Introduction
1816

1917
Asset Hub natively utilizes Polkadot's 32-byte account system while providing interoperability with Ethereum's 20-byte addresses through an automatic conversion system. When interacting with smart contracts:
@@ -1014,8 +1012,6 @@ Page Title: Dual Virtual Machine Stack
10141012
10151013
# Dual Virtual Machine Stack
10161014
1017-
!!! smartcontract "PolkaVM Preview Release"
1018-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
10191015
## Introduction
10201016
10211017
Polkadot's smart contract platform supports two distinct virtual machine (VM) architectures, providing developers with flexibility in selecting the optimal execution backend for their specific needs. This approach strikes a balance between immediate Ethereum compatibility and long-term innovation, enabling developers to deploy either unmodified (Ethereum Virtual Machine) EVM contracts using Rust Ethereum Virtual Machine (REVM) or optimize for higher performance using PolkaVM (PVM).
@@ -2593,8 +2589,6 @@ Page Title: JSON-RPC APIs
25932589
25942590
# JSON-RPC APIs
25952591
2596-
!!! smartcontract "PolkaVM Preview Release"
2597-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
25982592
## Introduction
25992593
26002594
Polkadot Hub provides Ethereum compatibility through its JSON-RPC interface, allowing developers to interact with the chain using familiar Ethereum tooling and methods. This document outlines the supported [Ethereum JSON-RPC methods](https://ethereum.org/developers/docs/apis/json-rpc/#json-rpc-methods){target=\_blank} and provides examples of how to use them.
@@ -5111,8 +5105,6 @@ Page Title: Smart Contracts Overview
51115105
51125106
# Smart Contracts on Polkadot
51135107
5114-
!!! smartcontract "PolkaVM Preview Release"
5115-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
51165108
## Introduction
51175109
51185110
Polkadot offers developers multiple approaches to building and deploying smart contracts within its ecosystem. As a multi-chain network designed for interoperability, Polkadot provides various environments optimized for different developer preferences and application requirements. From native smart contract support on Polkadot Hub to specialized parachain environments, developers can choose the platform that best suits their technical needs while benefiting from Polkadot's shared security model and cross-chain messaging capabilities.
@@ -5518,8 +5510,6 @@ Page Title: Transactions and Fees on Asset Hub
55185510
55195511
# Blocks, Transactions, and Fees
55205512
5521-
!!! smartcontract "PolkaVM Preview Release"
5522-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
55235513
## Introduction
55245514
55255515
Asset Hub smart contracts operate within the Polkadot ecosystem using the [`pallet_revive`](https://paritytech.github.io/polkadot-sdk/master/pallet_revive/){target=\_blank} implementation, which provides EVM compatibility. While many aspects of blocks and transactions are inherited from the underlying parachain architecture, there are specific considerations and mechanisms unique to smart contract operations on Asset Hub.

.ai/categories/networks.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Page Title: Accounts in Asset Hub Smart Contracts
1212

1313
# Accounts on Asset Hub Smart Contracts
1414

15-
!!! smartcontract "PolkaVM Preview Release"
16-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
1715
## Introduction
1816

1917
Asset Hub natively utilizes Polkadot's 32-byte account system while providing interoperability with Ethereum's 20-byte addresses through an automatic conversion system. When interacting with smart contracts:
@@ -1014,8 +1012,6 @@ Page Title: Dual Virtual Machine Stack
10141012
10151013
# Dual Virtual Machine Stack
10161014
1017-
!!! smartcontract "PolkaVM Preview Release"
1018-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
10191015
## Introduction
10201016
10211017
Polkadot's smart contract platform supports two distinct virtual machine (VM) architectures, providing developers with flexibility in selecting the optimal execution backend for their specific needs. This approach strikes a balance between immediate Ethereum compatibility and long-term innovation, enabling developers to deploy either unmodified (Ethereum Virtual Machine) EVM contracts using Rust Ethereum Virtual Machine (REVM) or optimize for higher performance using PolkaVM (PVM).
@@ -1868,8 +1864,6 @@ Page Title: JSON-RPC APIs
18681864
18691865
# JSON-RPC APIs
18701866
1871-
!!! smartcontract "PolkaVM Preview Release"
1872-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
18731867
## Introduction
18741868
18751869
Polkadot Hub provides Ethereum compatibility through its JSON-RPC interface, allowing developers to interact with the chain using familiar Ethereum tooling and methods. This document outlines the supported [Ethereum JSON-RPC methods](https://ethereum.org/developers/docs/apis/json-rpc/#json-rpc-methods){target=\_blank} and provides examples of how to use them.
@@ -3138,8 +3132,6 @@ Page Title: Smart Contracts Overview
31383132
31393133
# Smart Contracts on Polkadot
31403134
3141-
!!! smartcontract "PolkaVM Preview Release"
3142-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
31433135
## Introduction
31443136
31453137
Polkadot offers developers multiple approaches to building and deploying smart contracts within its ecosystem. As a multi-chain network designed for interoperability, Polkadot provides various environments optimized for different developer preferences and application requirements. From native smart contract support on Polkadot Hub to specialized parachain environments, developers can choose the platform that best suits their technical needs while benefiting from Polkadot's shared security model and cross-chain messaging capabilities.
@@ -3240,8 +3232,6 @@ Page Title: Transactions and Fees on Asset Hub
32403232
32413233
# Blocks, Transactions, and Fees
32423234
3243-
!!! smartcontract "PolkaVM Preview Release"
3244-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
32453235
## Introduction
32463236
32473237
Asset Hub smart contracts operate within the Polkadot ecosystem using the [`pallet_revive`](https://paritytech.github.io/polkadot-sdk/master/pallet_revive/){target=\_blank} implementation, which provides EVM compatibility. While many aspects of blocks and transactions are inherited from the underlying parachain architecture, there are specific considerations and mechanisms unique to smart contract operations on Asset Hub.

.ai/categories/parachains.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Page Title: Accounts in Asset Hub Smart Contracts
1212

1313
# Accounts on Asset Hub Smart Contracts
1414

15-
!!! smartcontract "PolkaVM Preview Release"
16-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
1715
## Introduction
1816

1917
Asset Hub natively utilizes Polkadot's 32-byte account system while providing interoperability with Ethereum's 20-byte addresses through an automatic conversion system. When interacting with smart contracts:
@@ -3321,8 +3319,6 @@ Page Title: Dual Virtual Machine Stack
33213319
33223320
# Dual Virtual Machine Stack
33233321
3324-
!!! smartcontract "PolkaVM Preview Release"
3325-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
33263322
## Introduction
33273323
33283324
Polkadot's smart contract platform supports two distinct virtual machine (VM) architectures, providing developers with flexibility in selecting the optimal execution backend for their specific needs. This approach strikes a balance between immediate Ethereum compatibility and long-term innovation, enabling developers to deploy either unmodified (Ethereum Virtual Machine) EVM contracts using Rust Ethereum Virtual Machine (REVM) or optimize for higher performance using PolkaVM (PVM).
@@ -4470,8 +4466,6 @@ Page Title: JSON-RPC APIs
44704466
44714467
# JSON-RPC APIs
44724468
4473-
!!! smartcontract "PolkaVM Preview Release"
4474-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
44754469
## Introduction
44764470
44774471
Polkadot Hub provides Ethereum compatibility through its JSON-RPC interface, allowing developers to interact with the chain using familiar Ethereum tooling and methods. This document outlines the supported [Ethereum JSON-RPC methods](https://ethereum.org/developers/docs/apis/json-rpc/#json-rpc-methods){target=\_blank} and provides examples of how to use them.
@@ -8420,8 +8414,6 @@ Page Title: Smart Contracts Overview
84208414
84218415
# Smart Contracts on Polkadot
84228416
8423-
!!! smartcontract "PolkaVM Preview Release"
8424-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
84258417
## Introduction
84268418
84278419
Polkadot offers developers multiple approaches to building and deploying smart contracts within its ecosystem. As a multi-chain network designed for interoperability, Polkadot provides various environments optimized for different developer preferences and application requirements. From native smart contract support on Polkadot Hub to specialized parachain environments, developers can choose the platform that best suits their technical needs while benefiting from Polkadot's shared security model and cross-chain messaging capabilities.
@@ -8876,8 +8868,6 @@ Page Title: Transactions and Fees on Asset Hub
88768868
88778869
# Blocks, Transactions, and Fees
88788870
8879-
!!! smartcontract "PolkaVM Preview Release"
8880-
PolkaVM smart contracts with Ethereum compatibility are in **early-stage development and may be unstable or incomplete**.
88818871
## Introduction
88828872
88838873
Asset Hub smart contracts operate within the Polkadot ecosystem using the [`pallet_revive`](https://paritytech.github.io/polkadot-sdk/master/pallet_revive/){target=\_blank} implementation, which provides EVM compatibility. While many aspects of blocks and transactions are inherited from the underlying parachain architecture, there are specific considerations and mechanisms unique to smart contract operations on Asset Hub.

0 commit comments

Comments
 (0)