Replies: 3 comments
|
Interested in this as well |
🔍 Optimism components compatibility & feature support matrixThis matrix outlines the compatibility between various Optimism components across different versions, along with the support status for specific features like Alt-DA Mode and Span Batches. 📋 Compatibility Matrix
Legend:
For detailed release notes and further information, please refer to the Optimism Releases page. Note: Always ensure compatibility between components and features when planning deployments or upgrades. |
|
Also interested in this. Versioning and supported features are very confusing at the moment. |
Uh oh!
There was an error while loading. Please reload this page.
Description
It is currently challenging to verify version compatibility between Optimism components and determine which features are supported in each version. Given the frequent updates and evolving feature set, maintaining a clear reference for compatibility could significantly improve the developer experience.
Expected Behavior
A compatibility matrix (or documentation section) that:
Use Case
For example, while configuring a custom gas token on an Alt-DA mode deployment, verifying whether a specific release supports
useCustomGasTokencan be difficult. A version matrix would help developers quickly determine:All reactions