Skip to content

Commit 0f09d21

Browse files
committed
chore: remove optimism package
1 parent 32ba27f commit 0f09d21

File tree

16 files changed

+2
-664
lines changed

16 files changed

+2
-664
lines changed

rolling-shutter/cmd/command.go

-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"github.com/shutter-network/rolling-shutter/rolling-shutter/cmd/cryptocmd"
99
"github.com/shutter-network/rolling-shutter/rolling-shutter/cmd/gnosisaccessnode"
1010
"github.com/shutter-network/rolling-shutter/rolling-shutter/cmd/gnosiskeyper"
11-
"github.com/shutter-network/rolling-shutter/rolling-shutter/cmd/optimism"
1211
"github.com/shutter-network/rolling-shutter/rolling-shutter/cmd/p2pnode"
1312
"github.com/shutter-network/rolling-shutter/rolling-shutter/cmd/snapshot"
1413
"github.com/shutter-network/rolling-shutter/rolling-shutter/cmd/snapshotkeyper"
@@ -19,8 +18,6 @@ func Subcommands() []*cobra.Command {
1918
return []*cobra.Command{
2019
bootstrap.Cmd(),
2120
chain.Cmd(),
22-
optimism.Cmd(),
23-
optimism.OPBootstrapCmd(),
2421
snapshot.Cmd(),
2522
snapshotkeyper.Cmd(),
2623
gnosiskeyper.Cmd(),

rolling-shutter/cmd/optimism/bootstrap.go

-42
This file was deleted.

rolling-shutter/cmd/optimism/keyper.go

-56
This file was deleted.

rolling-shutter/cmd/optimism/keyper_test.go

-25
This file was deleted.

rolling-shutter/docs/rolling-shutter.md

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ A collection of commands to run and interact with Rolling Shutter nodes
1818
* [rolling-shutter crypto](rolling-shutter_crypto.md) - CLI tool to access crypto functions
1919
* [rolling-shutter gnosis-access-node](rolling-shutter_gnosis-access-node.md) - Run an access node for the keyper network of Shutterized Gnosis Chain
2020
* [rolling-shutter gnosiskeyper](rolling-shutter_gnosiskeyper.md) - Run a Shutter keyper for Gnosis Chain
21-
* [rolling-shutter op-bootstrap](rolling-shutter_op-bootstrap.md) - Bootstrap validator utility functions for a shuttermint chain
22-
* [rolling-shutter op-keyper](rolling-shutter_op-keyper.md) - Run a Shutter optimism keyper node
2321
* [rolling-shutter p2pnode](rolling-shutter_p2pnode.md) - Run a Shutter p2p bootstrap node
2422
* [rolling-shutter snapshot](rolling-shutter_snapshot.md) - Run the Snapshot Hub communication module
2523
* [rolling-shutter snapshotkeyper](rolling-shutter_snapshotkeyper.md) - Run a Shutter snapshotkeyper node

rolling-shutter/keyperimpl/optimism/bootstrap/bootstrap.go

-56
This file was deleted.

rolling-shutter/keyperimpl/optimism/bootstrap/config.go

-73
This file was deleted.

rolling-shutter/keyperimpl/optimism/bootstrap/keyperset.go

-41
This file was deleted.

0 commit comments

Comments
 (0)