Skip to content

Commit c2320b3

Browse files
author
euonymos
committed
chore: remove privnet
1 parent d396872 commit c2320b3

40 files changed

+0
-828
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,4 @@ cabal.project.local~
2424
.vscode
2525
haddocks
2626
.direnv/
27-
# Functions changed by runing local testnet
28-
devnet/db
29-
devnet/genesis-*.json
3027
test.log

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,6 @@ Just run: `cabal test`.
3131

3232
For development and fast response once could consider `ghcid`.
3333

34-
## Starting local devnet
35-
36-
Tests depend on localdevnet, which is runned in Docker.
37-
To start it do:
38-
39-
```bash
40-
./prepare-devnet.sh
41-
docker-compose -f docker-compose.devnet.yaml up
42-
sudo chown -R $USER:$USER ./devnet/
43-
```
44-
45-
## Devnet stalling bug
46-
47-
Sometimes devnet stalls, due to some bug, in that case one should restart it,
48-
and wipe directory `./devnet/db`. To look for stalling one could check:
49-
`CARDANO_NODE_SOCKET_PATH=./devnet/node.socket cardano-cli query tip --testnet-magic 42`. For properly working devnet slots should change
50-
and sync be marked as 100%.
51-
52-
On this bug:
53-
https://forum.cardano.org/t/restarting-custom-private-networks-cardano-node-forge35/116921
54-
5534
## Project status
5635

5736
Project is in early development stage and is funded by

cem-script.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ library
146146
Cardano.CEM.Examples.Voting
147147
Cardano.CEM.Monads
148148
Cardano.CEM.Monads.CLB
149-
Cardano.CEM.Monads.L1
150149
Cardano.CEM.OffChain
151150
Cardano.CEM.OnChain
152151
Cardano.CEM.OuraConfig

devnet/byron-delegate.key

-130 Bytes
Binary file not shown.

devnet/byron-delegation.cert

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

devnet/cardano-node.json

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

devnet/credentials/alice.sk

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

devnet/credentials/alice.vk

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

devnet/credentials/bob.sk

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

devnet/credentials/bob.vk

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

0 commit comments

Comments
 (0)