Skip to content

Commit

Permalink
build(holochain)!: bump to 0.0.175 (#38)
Browse files Browse the repository at this point in the history
* upgrade hdk & client

* upgrade default.nix

* set dns lookup to ipv4

* refactor tests to use happ bundle installation
  • Loading branch information
jost-s authored Dec 24, 2022
1 parent cd506b2 commit 683fbe8
Show file tree
Hide file tree
Showing 16 changed files with 731 additions and 353 deletions.
324 changes: 222 additions & 102 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
holonixPath = (import ./nix/sources.nix).holonix;
holonix = import (holonixPath) {
holochainVersionId = "v0_0_170";
holochainVersionId = "v0_0_175";
};
nixpkgs = holonix.pkgs;
in
Expand Down
2 changes: 1 addition & 1 deletion dnas/clutter/coordinator_zomes/mews/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ regex = "1"
serde = "1"

mews_integrity = {path = "../../integrity_zomes/mews"}
hdk = {version = "0.0.151", features = ["encoding"]}
hdk = {version = "0.0.163", features = ["encoding"]}
2 changes: 1 addition & 1 deletion dnas/clutter/coordinator_zomes/profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ crate-type = ["cdylib", "rlib"]
name = "profiles"

[dependencies]
hc_zome_profiles_coordinator = {git = "https://github.com/holochain-open-dev/profiles", rev = "for-hdk-v0.0.151", package = "hc_zome_profiles_coordinator"}
hc_zome_profiles_coordinator = {git = "https://github.com/holochain-open-dev/profiles", rev = "for-hdk-v0.0.163", package = "hc_zome_profiles_coordinator"}
2 changes: 1 addition & 1 deletion dnas/clutter/integrity_zomes/mews/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ name = "mews_integrity"
[dependencies]
serde = "1"

hdi = "=0.1.1"
hdi = "=0.1.10"
2 changes: 1 addition & 1 deletion dnas/clutter/integrity_zomes/profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ crate-type = ["cdylib", "rlib"]
name = "profiles_integrity"

[dependencies]
hc_zome_profiles_integrity = {git = "https://github.com/holochain-open-dev/profiles", rev = "for-hdk-v0.0.151", package = "hc_zome_profiles_integrity"}
hc_zome_profiles_integrity = {git = "https://github.com/holochain-open-dev/profiles", rev = "for-hdk-v0.0.163", package = "hc_zome_profiles_integrity"}
6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"homepage": "",
"owner": "holochain",
"repo": "holonix",
"rev": "53ee36a5c3c2d554850b7e8f826b93038ca6a9c5",
"sha256": "0c3fpis1h7h94zjkjy9q5w7zzqaaly73ffr4p6j9ylr0ncf5byiw",
"rev": "251987d1e5d5e943eb96e5849125a2fcc212fe6d",
"sha256": "0lnydk200x4r3yh3z23r4rmw825cdg7aiq7l4jc0aq4mwpkxqj8j",
"type": "tarball",
"url": "https://github.com/holochain/holonix/archive/53ee36a5c3c2d554850b7e8f826b93038ca6a9c5.tar.gz",
"url": "https://github.com/holochain/holonix/archive/251987d1e5d5e943eb96e5849125a2fcc212fe6d.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
Loading

0 comments on commit 683fbe8

Please sign in to comment.