Skip to content

Conversation

@Kailai-Wang
Copy link
Collaborator

Context

By removing the evm debug and tracing feature completely, which is not required given the current on-chain activity.

Concretely: what changed:

  • Migrated from Astar/Moonbeam frontier fork to standard polkadot-evm/frontier (stable2412 branch)
  • Removed all Moonbeam EVM tracing infrastructure (Debug/Trace RPC APIs, EvmTracer, moonbeam host functions)
  • Aligned polkadot-sdk dependency to use tag = "polkadot-stable2412-6" (matching frontier's version)
  • Removed moonbeam dependencies from runtime and node Cargo.toml files
  • Bumped runtime spec_version from 9251 to 9260 (breaking change)

It should simplify the depedency management and facilitate the following update.

Please note it removes some hostFunctions too from runtime, so we'll need to upgrade the runtime first, and optionally upgrade the node later (old node + new runtime is fine)

Also something to notice when we upgrade the dep later:
polkadot-evm/frontier#1653

@Kailai-Wang Kailai-Wang requested a review from a team November 26, 2025 21:19
@Kailai-Wang Kailai-Wang self-assigned this Nov 26, 2025
@vercel
Copy link

vercel bot commented Nov 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
heima-aa-demo-app Ignored Ignored Nov 26, 2025 9:20pm

@Kailai-Wang Kailai-Wang merged commit 305767d into dev Nov 27, 2025
16 checks passed
@Kailai-Wang Kailai-Wang deleted the use-standard-frontier branch November 27, 2025 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants