Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .source.dev
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else
fi

# Set Cardano Node socket path and other environment variables
export CARDANO_NODE_SOCKET_PATH="/var/tmp/cardonnay/state-cluster${INSTANCE_NUM}/bft1.socket"
export CARDANO_NODE_SOCKET_PATH="/var/tmp/cardonnay-of-${USER}/state-cluster${INSTANCE_NUM}/bft1.socket"
export DEV_CLUSTER_RUNNING=true FORBID_RESTART=true NO_ARTIFACTS=true CLUSTERS_COUNT=1
unset BOOTSTRAP_DIR

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ prepare-cluster-scripts -c -d dev_workdir/conway_fast -t conway_fast
./dev_workdir/conway_fast/start-cluster
```

> Keys and configs are stored under `/var/tmp/cardonnay/state-cluster0`.
> Keys and configs are stored under `/var/tmp/cardonnay-of-$USER/state-cluster0`.

### Run Individual Tests

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"allure-pytest (>=2.15.2,<3.0.0)",
"cardano-clusterlib (>=0.10.0,<0.11.0)",
"cardonnay (>=0.2.15,<0.3.0)",
"cardonnay (>=0.3.0,<0.4.0)",
"cbor2 (>=5.7.1,<6.0.0)",
"filelock (>=3.20.0,<4.0.0)",
"hypothesis (>=6.148.7,<7.0.0)",
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.