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
1.**Gas Model**: Not fully aligned with Polkadot's production gas model
127
127
2.**Numeric Types**: Ethereum uses `u256`, Polkadot uses `u64` for block numbers/timestamps and `u128` for balances - values exceeding these limits will be clamped with warnings
128
128
3.**PVM Integration**: Experimental - may not work with libraries or proxy patterns
129
-
4.**Unsupported Commands**: `forge clone`, `forge coverage`, `forge snapshot` don't work
129
+
4.**Unsupported Commands**: `forge coverage` does not work with `--resolc`. Commands requiring Etherscan (`clone`, `verify-contract`, `verify-check`, `verify-bytecode`) do not work — Polkadot is not integrated with Etherscan
130
130
5.**Cheatcodes**: HEVM_ADDRESS only exists in REVM - contracts in pallet-revive cannot call cheatcodes. Use `vm.polkadotSkip()` to keep contracts in REVM
**Potential Unsupported Features**: Support for Anvil and Chisel is not available, which also means commands like `forge test`, `forge snapshot`, and `forge script` are not currently supported.
85
+
**Potential Unsupported Features**: Support for Chisel is not available. Commands like `forge coverage`, and `forge script` are not currently supported.
0 commit comments