Skip to content

chain-operators-metakeywords #1480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 26, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
125 changes: 124 additions & 1 deletion keywords.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,41 @@ metadata_rules:
- alt-da
- permissionless-batch-submission
- block-times
- data-availability
- data-availability-layer
- blob-configuration

# Sequencing Layer
- sequencer
- sequencer-pbs
- sequencer-decentralization
- sequencer-in-a-box
- op-batcher
- batcher-configuration
- outages
- downtime
- optimism-portal
- transaction-submission
- transaction-inclusion
- censorship-resistance
- disaster-recovery
- forced-transactions
- sequencing-layer

# Derivation Layer
- rollup-node
- rollup-node
- rollup-configuration
- consensus-client
- op-node
- fault-proofs
- fp-contracts
- dispute-game
- dispute-resolution
- fault-tolerance
- fault-proof-system
- contests
- span-batches
- virtual-machine
- op-challenger
- cannon
- zk
Expand All @@ -90,22 +113,85 @@ metadata_rules:
- preinstalls
- custom-gas-token
- gas
- gas-configuration
- fee-optimization
- node-configuration
- gas-optimization
- rpc
- mempool
- block-production
- block-execution
- transactions
- l2-contracts
- transaction-management
- account-abstraction
- paymasters
- l1-data-fee
- execution-gas-fee
- execution-client
- eip-1559
- sequencer-fee-vault
- dev-console # Tool: execution layer interaction

# Settlement Layer
- l1-contracts
- superchain-contracts
- op-contracts
- standard-bridge
- superchain-erc20
- deposits
- proxy
- withdrawals
- teleportr
- interoperability
- cross-chain-messaging
- cross-domain-messenger
- message-relaying
- message-passing
- message-validation
- transaction-flow
- l1-l2-communication
- l2-output-submission
- message-proving
- message-finalization
- l2-to-l1
- token-transfers
- interoperable-assets
- op-deployer # Tool: contract deployment
- op-supervisor
- transaction-finality
- ethereum-consensus
- finality-guarantees
- transaction-lifecycle
- rollup-transactions
- state-commitment
- contract-addresses
- settlement-layer
- proposer-configuration

# Governance Layer
- security-council
- guardian
- multisig
- governance
- optimism-collective
- superchain-ecosystem
- token-house
- citizens-house
- delegates
- voting
- audits
- privileged-roles
- security-policy
- security-model
- security-reviews
- vulnerability-assessment
- bug-bounty-program
- responsible-disclosure
- vulnerability-reporting
- safety-mechanisms
- pause
- emergency-response

# Governance Layer
- security-council
Expand All @@ -114,6 +200,9 @@ metadata_rules:
- retro-funding
- revshare-enshrinement
- superchain-registry
- security-council
- contract-upgrades
- governance-layer

# Cross-layer Development Tools
- supersim # Tests across multiple layers
Expand All @@ -123,6 +212,23 @@ metadata_rules:
- l1-deployment-upgrade-tooling # Cross-layer deployment
- l2-deployment-upgrade-tooling # Cross-layer deployment
- testnet-tooling # testnet-specific tools like faucets, block explorers, etc
- deployment-tooling # deployment-specific tools like OPCM
- testing-environment
- testing
- alphanets
- betanets
- l2-rollup
- chain-deployment
- layer2-scaling
- system-components
- smart-contracts
- deployment-artifacts
- local-development-environment
- genesis-configuration
- genesis-creation
- chain-configuration
- kurtosis
- docker

# Chain Management (Cross-layer)
- protocol
Expand All @@ -139,6 +245,7 @@ metadata_rules:
- dispute-mon
- monitorism
- vertical-scaling
- chain-operation

# Protocol Releases
- granite
Expand All @@ -150,21 +257,37 @@ metadata_rules:
- fjord
- network-upgrade
- hard-fork
- hardfork-activation
- protocol-upgrades

# Infrastructure & Operations
- kubernetes-infrastructure
- devops-tooling
- artifacts-packaging
- peer-management-service
- node-management
- proxyd
- zdd-service
- snapman
- op-beat
- consensus-awareness
- load-balancing
- monitoring # General monitoring tools and services
- analytics # Analytics platforms and data analysis
- security-monitoring-response
- stability-monitoring
- security
- research
- beta-features
- experimental
- feature-testing
- decentralization
- modularity
- system-design
- system-configuration
- development-networks
- network-upgrades
- key-management

# Development Languages & SDKs
- solidity
Expand Down
16 changes: 15 additions & 1 deletion pages/operators/chain-operators/architecture.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
---
title: Chain architecture
lang: en-US
description: Learn about the OP chain architecture.
lang: en-US
content_type: guide
topic: chain-architecture
personas:
- chain-operator
- protocol-developer
categories:
- mainnet
- testnet
- chain-configuration
- chain-deployment
- chain-operation
- node-management
- architecture
is_imported_content: 'false'
---

import Image from 'next/image'
Expand Down
11 changes: 11 additions & 0 deletions pages/operators/chain-operators/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
title: Configuration
lang: en-US
description: Overview of configuration options for batchers, chain operators, proposers, and rollup deployments.
content_type: landing-page
topic: chain-configuration
personas:
- chain-operator
- protocol-developer
categories:
- batcher
- proposer
- rollup-configuration
- chain-configuration
is_imported_content: 'false'
---

import { Card, Cards } from 'nextra/components'
Expand Down
13 changes: 12 additions & 1 deletion pages/operators/chain-operators/configuration/batcher.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
---
title: Batcher configuration
lang: en-US
description: Learn the OP Stack batcher configurations.
lang: en-US
content_type: guide
topic: batcher-configuration
personas:
- chain-operator
categories:
- mainnet
- protocol
- data-availability
- sequencer
- gas-optimization
is_imported_content: 'false'
---

import { Callout, Tabs } from 'nextra/components'
Expand Down
11 changes: 11 additions & 0 deletions pages/operators/chain-operators/configuration/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
title: Chain Operator Configurations
lang: en-US
description: Learn the how to configure an OP Stack chain.
content_type: landing-page
topic: chain-operator-configurations
personas:
- chain-operator
- node-operator
categories:
- mainnet
- testnet
- chain-configuration
- system-components
is_imported_content: 'false'
---

import { Callout, Steps } from 'nextra/components'
Expand Down
13 changes: 13 additions & 0 deletions pages/operators/chain-operators/configuration/proposer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
title: Proposer Configuration
lang: en-US
description: Learn the OP Stack proposer configurations.
content_type: guide
topic: proposer-configuration
personas:
- chain-operator
categories:
- mainnet
- testnet
- op-proposer
- state-commitment
- l2-output-submission
- dispute-game
- transaction-management
is_imported_content: 'false'
---

import { Tabs } from 'nextra/components'
Expand Down
16 changes: 15 additions & 1 deletion pages/operators/chain-operators/configuration/rollup.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
---
title: Rollup deployment configuration
lang: en-US
description: Learn about the OP Stack rollup deployment configurations.
lang: en-US
content_type: guide
topic: rollup-deployment-configuration
personas:
- chain-operator
categories:
- mainnet
- testnet
- chain-deployment
- network-parameters
- system-configuration
- hardfork-activation
- genesis-configuration
- protocol-upgrades
is_imported_content: 'false'
---

import { Callout } from 'nextra/components'
Expand Down
13 changes: 13 additions & 0 deletions pages/operators/chain-operators/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
title: Deploy
lang: en-US
description: Information on OP Stack genesis creation, deployment overview, and smart contract deployment.
content_type: landing-page
topic: chain-deployment
personas:
- chain-operator
- protocol-developer
categories:
- chain-deployment
- chain-configuration
- chain-operation
- node-management
- genesis-creation
- deployment-artifacts
is_imported_content: 'false'
---

import { Card, Cards } from 'nextra/components'
Expand Down
14 changes: 14 additions & 0 deletions pages/operators/chain-operators/deploy/genesis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
title: OP Stack genesis creation
lang: en-US
description: Learn how to create a genesis file for the OP Stack.
content_type: guide
topic: genesis-creation
personas:
- chain-operator
categories:
- mainnet
- testnet
- op-deployer
- op-geth
- op-node
- op-contracts
- rollup-configuration
- genesis-configuration
is_imported_content: 'false'
---

import { Callout } from 'nextra/components'
Expand Down
14 changes: 14 additions & 0 deletions pages/operators/chain-operators/deploy/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
title: OP Stack deployment overview
lang: en-US
description: Learn about the different components of deploying a standard OP Stack chain.
content_type: guide
topic: chain-deployment-overview
personas:
- chain-operator
categories:
- chain-deployment
- system-components
- op-deployer
- consensus-client
- execution-client
- batcher
- proposer
- op-challenger
is_imported_content: 'false'
---

import { Callout } from 'nextra/components'
Expand Down
Loading