remove local testing scripts

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky 2026-01-31 18:12:05 +03:00
parent 90c82f73cb
commit 73503fd13a
Signed by: st1nky
GPG Key ID: 016064BD97603B40
6 changed files with 0 additions and 40 deletions

View File

@ -1,12 +0,0 @@
#!/bin/sh
#--offchain-worker never \
rm -rf /tmp/alice
./ghost \
--base-path /tmp/alice \
--chain local \
--alice \
--port 30333 \
--rpc-port 9945 \
--node-key 0000000000000000000000000000000000000000000000000000000000000001 \
--validator

13
bin/bob
View File

@ -1,13 +0,0 @@
#!/bin/sh
#--offchain-worker never \
rm -rf /tmp/bob
./ghost \
--base-path /tmp/bob \
--chain local \
--bob \
--port 30334 \
--rpc-port 9934 \
--validator \
--bootnodes /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp \
--node-key 0000000000000000000000000000000000000000000000000000000000000002

View File

@ -1,13 +0,0 @@
#!/bin/sh
#--offchain-worker never \
rm -rf /tmp/dave
./ghost \
--base-path /tmp/dave \
--chain local \
--dave \
--port 30335 \
--rpc-port 9935 \
--validator \
--bootnodes /ip4/127.0.0.1/tcp/30333/p2p/12D3KooWEyoppNCUx8Yx66oV9fJnriXwCcXwDDUA2kj6vnc6iDEp \
--node-key 0000000000000000000000000000000000000000000000000000000000000003

View File

@ -1,2 +0,0 @@
sed -i '/#\[no_mangle\]/d' $(echo $CARGO_HOME)/git/checkouts/polkadot-sdk-dee0edd6eefa0594/b401690/substrate/primitives/io/src/lib.rs

BIN
bin/ghost

Binary file not shown.

Binary file not shown.