Skip to content

Migrating to permissionless fault proofs on OP Stack #1539

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 55 commits into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
64bdd4e
initial commit
krofax Mar 27, 2025
08f54cf
fix lint issues
krofax Mar 27, 2025
afce829
fix headers
krofax Mar 27, 2025
8f433da
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax Mar 27, 2025
5359d94
Mentioned OPCM and prestates
krofax Mar 27, 2025
6bd9fd8
moved to the right section
krofax Mar 27, 2025
70816d5
updated the paths
krofax Mar 27, 2025
8911fef
fix broken link
krofax Mar 27, 2025
3579aee
added breadcrumb nav
krofax Mar 27, 2025
87c2fd2
updated statements
krofax Mar 27, 2025
973b544
update text
krofax Mar 27, 2025
d7162f8
Add new line
krofax Mar 27, 2025
ebc1293
update steps
krofax Mar 27, 2025
6e89dab
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 2, 2025
f8022ba
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 2, 2025
e8d4ef8
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 2, 2025
328fa67
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 2, 2025
23bc0c9
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 2, 2025
9990668
updated the contents
krofax Apr 2, 2025
9180872
pull suggested commits
krofax Apr 2, 2025
7c58e9e
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax Apr 2, 2025
62a7b8c
remove boilerplate codes
krofax Apr 2, 2025
4c959c7
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 2, 2025
b76bd6c
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 2, 2025
cd25921
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 2, 2025
3849a38
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 2, 2025
dffe511
updated content
krofax Apr 2, 2025
7147bed
pull suggestions
krofax Apr 2, 2025
b374f73
Auto-fix: Update breadcrumbs, spelling dictionary and other automated…
krofax Apr 2, 2025
8fedf6a
add some todos
krofax Apr 2, 2025
685bc04
remove boilerplate code
krofax Apr 2, 2025
b8cdec4
updated the content
krofax Apr 2, 2025
9ca4334
update content
krofax Apr 2, 2025
e60f450
moved a content up
krofax Apr 2, 2025
696e64d
updated the prestate config
krofax Apr 2, 2025
1bb7e4f
add instruction ti use docker
krofax Apr 2, 2025
0517668
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 2, 2025
c750657
remove todo
krofax Apr 2, 2025
bd6e0d8
remove typo
krofax Apr 2, 2025
b44af8d
fix conflict
krofax Apr 2, 2025
741b1e3
remove the version
krofax Apr 2, 2025
2af3aea
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 8, 2025
d90abf7
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 8, 2025
013b0e0
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 8, 2025
35906c1
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 8, 2025
d4eacf6
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 8, 2025
bde1268
updated content
krofax Apr 9, 2025
9c92870
update names
krofax Apr 10, 2025
91f709a
updated docs
krofax Apr 25, 2025
5146039
updated the docs
krofax Apr 25, 2025
09bb92b
fix link path
krofax Apr 25, 2025
81bfe0d
Todo to update next steps
krofax Apr 25, 2025
f0e73a9
Update migrating-permissionless.mdx
krofax Apr 28, 2025
918df6b
revert changes
krofax Apr 28, 2025
68ec344
Update pages/operators/chain-operators/tutorials/migrating-permission…
krofax Apr 28, 2025
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
2 changes: 1 addition & 1 deletion pages/operators/chain-operators/tools/op-challenger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ This guide provides a walkthrough of setting up the configuration and monitoring

```bash
./op-challenger/bin/op-challenger \
--trace-type cannon \
--trace-type permissioned,cannon \
--l1-eth-rpc http://localhost:8545 \
--rollup-rpc http://localhost:9546 \
--game-factory-address $DISPUTE_GAME_FACTORY \
Expand Down
2 changes: 2 additions & 0 deletions pages/operators/chain-operators/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ This section provides information on adding attributes to the derivation functio

<Card title="Integrating a new da layer with alt Da" href="/operators/chain-operators/tutorials/integrating-da-layer" />

<Card title="Migrating to permissionless fault proofs on OP Stack" href="/operators/chain-operators/tutorials/migrating-permissionless" />

<Card title="Modifying predeployed contracts" href="/operators/chain-operators/tutorials/modifying-predeploys" />

<Card title="Using viem" href="/app-developers/get-started" />
Expand Down
1 change: 1 addition & 0 deletions pages/operators/chain-operators/tutorials/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"adding-precompiles": "Adding a precompile",
"modifying-predeploys": "Modifying predeployed contracts",
"integrating-da-layer": "Integrating a new DA layer",
"migrating-permissionless": "Migrating to permissionless fault proofs on OP Stack",
"chain-dev-net": "Running a local network environment"
}
Loading