docs: deprecate Polygon Parity trace_*/erigon_* ahead of Erigon sunset (Aug 1, 2026)#515
docs: deprecate Polygon Parity trace_*/erigon_* ahead of Erigon sunset (Aug 1, 2026)#515akegaviar wants to merge 1 commit into
Conversation
…t (Aug 1, 2026) Polygon Labs is sunsetting the Erigon client on Polygon PoS mainnet by August 1, 2026 (forum.polygon.technology/t/sunsetting-erigon-support/21872). Erigon serves the Parity trace_* and erigon_* namespaces; Bor (the remaining client) serves the Geth debug_trace* methods. After the cutover those namespaces stop working on Polygon. - polygon-methods: add a deprecation Warning + trace_* -> debug_trace* migration table; annotate the 8 trace_* and 8 erigon_* rows. - polygon-trace_transaction / polygon-trace_block reference pages: add a deprecation Warning pointing to debug_traceTransaction / debug_traceBlockByNumber. Verified live on Chainstack Polygon mainnet (2026-07-07): trace_transaction returns data via Erigon today; debug_traceTransaction and debug_traceBlockByNumber with callTracer return equivalent call traces on Bor.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR adds deprecation warnings across Polygon documentation pages, notifying users that Erigon support is sunsetting on August 1, 2026, and instructs migration from Erigon/Parity ChangesErigon Sunset Documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
What
Polygon Labs is sunsetting the Erigon client on Polygon PoS mainnet by August 1, 2026. Erigon serves the Parity
trace_*namespace and theerigon_*namespace; Bor (the remaining Polygon client) serves the Gethdebug_trace*methods. After the cutover,trace_*anderigon_*stop working on Polygon.Today our docs mark all of these as available with no caveat, so anyone (including AI assistants reading the method pages) building on Polygon
trace_*gets no warning that the methods are about to disappear.Changes
docs/polygon-methods.mdx— deprecation<Warning>+ atrace_*→debug_trace*migration table; annotated the 8trace_*and 8erigon_*rows with "Deprecating Aug 1, 2026 — Erigon sunset" (kept the availability checkmarks since the methods still work until the cutover).reference/polygon-trace_transaction.mdx— deprecation<Warning>→ migrate todebug_traceTransaction.reference/polygon-trace_block.mdx— deprecation<Warning>→ migrate todebug_traceBlockByNumber.Migration
trace_*trace_transactiondebug_traceTransaction+callTracertrace_blockdebug_traceBlockByNumber+callTracertrace_calldebug_traceCall+callTracertrace_filter/trace_replay*debug_traceBlockByNumberper block, oreth_getLogsfor event rangesVerification
trace_transactionreturns data via Erigon today;debug_traceTransactionanddebug_traceBlockByNumberwithcallTracerreturn equivalent call traces on Bor — so the migration target is valid on our infrastructure.mint validate→ build validation passed.Follow-ups (not in this PR)
trace_*reference pages should redirect).disableMemory/disableReturnDatatrace flags — several*-tracecall/*-tracetransactionreference pages need version-qualified notes (tracked separately).