Skip to content
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

Drop privnet setup since it's unsed #111

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ cabal.project.local~
.vscode
haddocks
.direnv/
# Functions changed by runing local testnet
devnet/db
devnet/genesis-*.json
test.log
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,6 @@ Just run: `cabal test`.

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

## Starting local devnet

Tests depend on localdevnet, which is runned in Docker.
To start it do:

```bash
./prepare-devnet.sh
docker-compose -f docker-compose.devnet.yaml up
sudo chown -R $USER:$USER ./devnet/
```

## Devnet stalling bug

Sometimes devnet stalls, due to some bug, in that case one should restart it,
and wipe directory `./devnet/db`. To look for stalling one could check:
`CARDANO_NODE_SOCKET_PATH=./devnet/node.socket cardano-cli query tip --testnet-magic 42`. For properly working devnet slots should change
and sync be marked as 100%.

On this bug:
https://forum.cardano.org/t/restarting-custom-private-networks-cardano-node-forge35/116921

## Project status

Project is in early development stage and is funded by
Expand Down
1 change: 0 additions & 1 deletion cem-script.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ library
Cardano.CEM.Examples.Voting
Cardano.CEM.Monads
Cardano.CEM.Monads.CLB
Cardano.CEM.Monads.L1
Cardano.CEM.OffChain
Cardano.CEM.OnChain
Cardano.CEM.OuraConfig
Expand Down
Binary file removed devnet/byron-delegate.key
Binary file not shown.
8 changes: 0 additions & 8 deletions devnet/byron-delegation.cert

This file was deleted.

80 changes: 0 additions & 80 deletions devnet/cardano-node.json

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/alice.sk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/alice.vk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/bob.sk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/bob.vk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/carol.sk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/carol.vk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/dave.sk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/dave.vk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/eve.sk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/eve.vk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/faucet.sk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/faucet.vk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/frank.sk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/frank.vk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/grace.sk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/grace.vk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/hans.sk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/hans.vk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/oscar.sk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/oscar.vk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/patricia.sk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/patricia.vk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/rupert.sk

This file was deleted.

5 changes: 0 additions & 5 deletions devnet/credentials/rupert.vk

This file was deleted.

Loading
Loading