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

Update to weekly 0.3-45 #23

Merged
merged 1 commit into from
Apr 16, 2024
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
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

# TODO using `localhost` is resolving to an IPv6 address, but why is that giving a connection refused?
# Run the scenario for 5 seconds
RUST_LOG=info nix run .#zome_call_single_value -- --connection-string ws://127.0.0.1:8888 --duration 5 --no-progress
RUST_LOG=info nix run .#zome_call_single_value -- --connection-string ws://localhost:8888 --duration 5 --no-progress

pkill --echo hc && pkill --echo holochain && pkill --echo lair-keystore

Expand All @@ -79,7 +79,7 @@ jobs:
nix develop --command bash -c "hc s clean && echo "1234" | hc s --piped create && echo "1234" | hc s --piped -f 8888 run &"

# Run the scenario for 5 seconds
RUST_LOG=info nix run .#single_write_many_read -- --connection-string ws://127.0.0.1:8888 --duration 5 --no-progress
RUST_LOG=info nix run .#single_write_many_read -- --connection-string ws://localhost:8888 --duration 5 --no-progress

pkill --echo hc && pkill --echo holochain && pkill --echo lair-keystore

Expand All @@ -89,7 +89,7 @@ jobs:
nix develop --command bash -c "hc s clean && echo "1234" | hc s --piped create && echo "1234" | hc s --piped -f 8888 run &"

# Run the scenario for 5 seconds
RUST_LOG=info nix run .#dht_sync_lag -- --connection-string ws://127.0.0.1:8888 --agents 2 --behaviour write:1 --behaviour record_lag:1 --duration 5 --no-progress
RUST_LOG=info nix run .#dht_sync_lag -- --connection-string ws://localhost:8888 --agents 2 --behaviour write:1 --behaviour record_lag:1 --duration 5 --no-progress

pkill --echo hc && pkill --echo holochain && pkill --echo lair-keystore

Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ influxive-core = "0.0.2-alpha.1"

# Deps for Holochain
holochain_client = { version = "=0.5.0-dev.31" }
holochain_zome_types = { version = "0.3.0-beta-dev.31" }
holo_hash = { version = "0.3.0-beta-dev.25" }
holochain_types = { version = "0.3.0-beta-dev.38" }
holochain_conductor_api = { version = "0.3.0-beta-dev.42" }
hdk = { version = "0.3.0-beta-dev.36", features = [] }
hdi = "0.4.0-beta-dev.32"
holochain_zome_types = { version = "0.3.0-beta-dev.33" }
holo_hash = { version = "0.3.0-beta-dev.26" }
holochain_types = { version = "0.3.0-beta-dev.39" }
holochain_conductor_api = { version = "0.3.0-beta-dev.44" }
hdk = { version = "0.3.0-beta-dev.38", features = [] }
hdi = "0.4.0-beta-dev.34"
mr_bundle = "0.3.0-beta-dev.8"

# Framework
Expand Down
56 changes: 28 additions & 28 deletions flake.lock

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