Refocus smart contracts docs on REVM/Solidity#1332
Merged
eshaben merged 16 commits intostaging/product-iafrom Dec 23, 2025
Merged
Refocus smart contracts docs on REVM/Solidity#1332eshaben merged 16 commits intostaging/product-iafrom
eshaben merged 16 commits intostaging/product-iafrom
Conversation
Update all references from PolkaVM to PVM in source documentation, AI/LLM files, and generated content for consistency.
Change npx hardhat init to npx hardhat --init for correct initialization syntax.
Rewrite overview to position Polkadot Hub as a Solidity platform with full Ethereum compatibility via REVM. De-prioritize PVM to a brief note and remove ink! references.
- Rename dual-vm-stack.md to ethereum-compatibility.md - Rewrite as "Ethereum Compatibility" page with brief PVM section - Simplify contract-deployment.md to focus on standard EVM deployment - Remove PVM references from explorers.md - Update cookbook descriptions to remove PVM mentions - Regenerate AI files
nhussein11
reviewed
Dec 16, 2025
nhussein11
reviewed
Dec 16, 2025
Remove the extra dashes from 'npx hardhat --init' to the correct 'npx hardhat init' command.
Replace practical tool commands with conceptual content covering: - Deployment model (CREATE/CREATE2 opcodes) - Transaction processing architecture - Gas estimation behavior and multi-dimensional resource model - Storage model and deposits - Address derivation algorithms - Finality considerations This aligns the page with the for-eth-devs section's purpose of providing theoretical guidance rather than practical how-to instructions.
Restore the original REVM vs PVM deployment comparison content.
Restore the original REVM and PVM dual-VM architecture content.
nhussein11
approved these changes
Dec 18, 2025
…streamline content.
Collaborator
|
@0xlukem this is good to go, can you pls give final approval? |
eshaben
approved these changes
Dec 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dual-vm-stack.mdtoethereum-compatibility.mdnpx hardhat --init)