Skip to content

Commit 51ec557

Browse files
jannikluhnulope
authored andcommitted
Remove proxy
1 parent ef9ef0d commit 51ec557

File tree

7 files changed

+0
-267
lines changed

7 files changed

+0
-267
lines changed

rolling-shutter/cmd/command.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"github.com/shutter-network/rolling-shutter/rolling-shutter/cmd/gnosiskeyper"
1111
"github.com/shutter-network/rolling-shutter/rolling-shutter/cmd/optimism"
1212
"github.com/shutter-network/rolling-shutter/rolling-shutter/cmd/p2pnode"
13-
"github.com/shutter-network/rolling-shutter/rolling-shutter/cmd/proxy"
1413
"github.com/shutter-network/rolling-shutter/rolling-shutter/cmd/snapshot"
1514
"github.com/shutter-network/rolling-shutter/rolling-shutter/cmd/snapshotkeyper"
1615
"github.com/shutter-network/rolling-shutter/rolling-shutter/medley/rootcmd"
@@ -27,7 +26,6 @@ func Subcommands() []*cobra.Command {
2726
gnosiskeyper.Cmd(),
2827
gnosisaccessnode.Cmd(),
2928
cryptocmd.Cmd(),
30-
proxy.Cmd(),
3129
p2pnode.Cmd(),
3230
}
3331
}

rolling-shutter/cmd/proxy/proxy.go

Lines changed: 0 additions & 49 deletions
This file was deleted.

rolling-shutter/cmd/proxy/proxy_test.go

Lines changed: 0 additions & 25 deletions
This file was deleted.

rolling-shutter/docs/rolling-shutter.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ A collection of commands to run and interact with Rolling Shutter nodes
2121
* [rolling-shutter op-bootstrap](rolling-shutter_op-bootstrap.md) - Bootstrap validator utility functions for a shuttermint chain
2222
* [rolling-shutter op-keyper](rolling-shutter_op-keyper.md) - Run a Shutter optimism keyper node
2323
* [rolling-shutter p2pnode](rolling-shutter_p2pnode.md) - Run a Shutter p2p bootstrap node
24-
* [rolling-shutter proxy](rolling-shutter_proxy.md) - Run a Ethereum JSON RPC proxy
2524
* [rolling-shutter snapshot](rolling-shutter_snapshot.md) - Run the Snapshot Hub communication module
2625
* [rolling-shutter snapshotkeyper](rolling-shutter_snapshotkeyper.md) - Run a Shutter snapshotkeyper node
2726

rolling-shutter/docs/rolling-shutter_proxy.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

rolling-shutter/docs/rolling-shutter_proxy_generate-config.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

rolling-shutter/proxy/proxy.go

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)