Skip to content

Commit

Permalink
Update to weekly 0.3-45 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner authored Apr 16, 2024
1 parent 63c758b commit 45c5802
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
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.

0 comments on commit 45c5802

Please sign in to comment.