This repository was archived by the owner on Apr 6, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 336
Handling beta #1124
Merged
Merged
Handling beta #1124
Changes from 2 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d6bd84f
feat: added overview to beta section
brokewhale b15d61a
fix: feedback link
brokewhale f209931
Update pages/stack/beta-features.mdx
krofax a5f2d57
fix: suggestions
brokewhale 8c5a2bc
fix: rebase
brokewhale 100367d
Update pages/stack/beta-features.mdx
krofax File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,55 @@ | ||
| --- | ||
| title: Beta Features | ||
| description: Documentation covering Alt Da Mode, Custom Gas Token in the Beta Features section of the OP Stack ecosystem. | ||
| description: Documentation covering beta features of the OP Stack ecosystem, their benefits, and how to provide feedback. | ||
| lang: en-US | ||
| --- | ||
|
|
||
| import { Callout } from 'nextra/components' | ||
| import { Card, Cards } from 'nextra/components' | ||
|
|
||
| <Callout type="warning"> | ||
| **Note:** All features listed here are currently in beta and under active development. Expect changes in functionality, design, and performance as we gather feedback and make improvements. | ||
| </Callout> | ||
|
|
||
|
brokewhale marked this conversation as resolved.
Outdated
|
||
| # Beta Features | ||
|
|
||
| Documentation covering Alt Da Mode, Custom Gas Token in the Beta Features section of the OP Stack ecosystem. | ||
| Welcome to the Beta Features overview. Here, you'll find a list of our latest, in-development features that are currently in the beta stage. Beta features are made available to allow early access and gather feedback, helping us refine and optimize these tools before a full release. | ||
|
|
||
|
brokewhale marked this conversation as resolved.
Outdated
|
||
| These features may still undergo changes based on user feedback and ongoing improvements, so functionality and design may evolve. Please explore the sections below for more information on individual beta features and how you can participate in shaping their final release. | ||
|
|
||
| ## What Are Beta Features? | ||
|
|
||
|
brokewhale marked this conversation as resolved.
Outdated
|
||
| Beta features are early-stage functionalities that we make available for testing and feedback. By accessing beta features, you have the opportunity to try out new tools and provide valuable input that directly influences their final versions. | ||
|
|
||
| ## Benefits of Using Beta Features | ||
|
|
||
|
brokewhale marked this conversation as resolved.
|
||
| * **Early Access**: Be among the first to use our latest innovations. | ||
| * **Influence Development**: Your feedback plays a critical role in helping us refine and optimize these features. | ||
| * **Enhanced Product Understanding**: Working with beta features can provide insights into the future direction of our product and how it will evolve. | ||
|
krofax marked this conversation as resolved.
krofax marked this conversation as resolved.
|
||
|
|
||
| ## Key Considerations | ||
|
|
||
| When using beta features, please keep the following in mind: | ||
|
|
||
| * **Functionality May Vary**: Since these features are still under development, there may be occasional bugs or performance issues. | ||
| * **Limited Support**: Support for beta features may be limited, and these features are not recommended for critical production environments. | ||
| * **Continuous Updates**: Beta features will be updated frequently based on user feedback, which means they may undergo significant changes during the testing phase. | ||
|
|
||
| ## How to Provide Feedback | ||
|
|
||
| We value feedback from beta users to help us improve and refine these features. Here's how you can contribute: | ||
|
|
||
| 1. **Document Your Experience**: Take note of any issues, suggestions, or enhancements you'd like to see. | ||
| 2. **Report Through Official Channels**: Submit feedback and bug report through the optimism [monorepo](https://github.com/ethereum-optimism/optimism/issues). | ||
| 3. **Participate in Surveys**: Occasionally, we'll send surveys to beta users. Participating in these helps us prioritize improvements. | ||
|
krofax marked this conversation as resolved.
|
||
|
|
||
|
krofax marked this conversation as resolved.
Outdated
|
||
| ## Available Beta Features | ||
|
|
||
| Explore our current beta features below. Each feature includes links to detailed documentation for setup, usage, and feedback guidelines. | ||
|
brokewhale marked this conversation as resolved.
Outdated
|
||
|
|
||
| <Cards> | ||
| <Card title="Alt-DA Mode explainer" href="/stack/beta-features/alt-da-mode" /> | ||
| <Card title="Alt-DA Mode" href="/stack/beta-features/alt-da-mode" icon={<img src="/img/icons/shapes.svg" />} /> | ||
|
|
||
| <Card title="Custom Gas Token" href="/stack/beta-features/custom-gas-token" icon={<img src="/img/icons/shapes.svg" />} /> | ||
|
|
||
| <Card title="Custom Gas token explainer" href="/stack/beta-features/custom-gas-token" /> | ||
| </Cards> | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "custom-gas-token": "Custom gas token", | ||
| "alt-da-mode": "Alt-DA Mode" | ||
| "custom-gas-token": "Custom gas token", | ||
| "alt-da-mode": "Alt-DA Mode" | ||
| } |
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.
Uh oh!
There was an error while loading. Please reload this page.