Skip to content

Commit 0fa9cc0

Browse files
committed
Update to Holochain v0.0.175/HDK v0.0.163/Holochain JS Client 0.10.0
1 parent 939e469 commit 0fa9cc0

File tree

9 files changed

+483
-210
lines changed

9 files changed

+483
-210
lines changed

Cargo.lock

Lines changed: 365 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
let
22
holonixPath = (import ./nix/sources.nix).holonix; # points to the current state of the Holochain repository
33
holonix = import (holonixPath) {
4-
holochainVersionId = "v0_0_169"; # specifies the Holochain version
4+
holochainVersionId = "v0_0_175"; # specifies the Holochain version
55
};
66
nixpkgs = holonix.pkgs;
77
in nixpkgs.mkShell {

happ/workdir/dna.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22
manifest_version: "1"
33
name: reaplayspacedna
44
integrity:
5-
uid: 00000000-0000-0000-0000-000000000000
5+
network_seed: ~
66
properties: ~
7-
origin_time: 2022-02-11T23:05:19.470323Z
7+
origin_time: 1644620719000
88
zomes:
99
- name: projects_core
10+
hash: ~
1011
bundled: ../../target/wasm32-unknown-unknown/release/projects_core.wasm
12+
dependencies: ~
1113
- name: profiles_core
1214
bundled: ../../target/wasm32-unknown-unknown/release/profiles_core.wasm
1315
coordinator:
1416
zomes:
1517
- name: projects
18+
hash: ~
1619
bundled: ../../target/wasm32-unknown-unknown/release/projects.wasm
1720
dependencies:
1821
- name: projects_core
19-
- name: profiles
20-
bundled: ../../target/wasm32-unknown-unknown/release/profiles.wasm
21-
dependencies:
22-
- name: profiles_core

happ/workdir/happ.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ manifest_version: "1"
33
name: rea-playspace
44
description: ~
55
roles:
6-
7-
- id: reaplayspace
6+
- name: reaplayspace
87
provisioning:
98
strategy: create
109
deferred: false
1110
dna:
1211
bundled: "../workdir/application.dna"
12+
modifiers:
13+
network_seed: ~
14+
properties: ~
15+
origin_time: ~
16+
quantum_time: ~
17+
version: ~
1318
clone_limit: 0
1419

happ/zomes/projects/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ crate-type = ["cdylib", "rlib"]
88
name = "projects"
99

1010
[dependencies]
11-
hdk = {version = "0.0.157", features = ["encoding"]}
11+
hdk = {version = "0.0.163", features = ["encoding"]}
1212
projects_core = { path = "../projects_core" }
1313
chrono = { version = "0.4.22", default-features = false, features = ["clock", "std", "oldtime", "serde"], optional = true }
1414
derive_more = "0"

happ/zomes/projects_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ name = "projects_core"
1111
[dependencies]
1212
serde = "1"
1313
derive_more = "0"
14-
hdk = {version = "0.0.157", features = ["encoding"]}
14+
hdk = {version = "0.0.163", features = ["encoding"]}
1515
hdi = {version = "0.1.2"}
1616

nix/sources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"homepage": "",
66
"owner": "holochain",
77
"repo": "holonix",
8-
"rev": "8b51ae5f28605d9bf4e92335d711e96794f982fb",
9-
"sha256": "14iij5ll8psjw9d4x4fcy6bkjz1zlgpphph73qzan4g07wmyaqnh",
8+
"rev": "cf9b338fc79f2228fac300462689877edea188eb",
9+
"sha256": "0j2igq5gs58x6hsvvz940fmyzqi8r4rf3lmsvf7gbsb6vvy0bl9v",
1010
"type": "tarball",
11-
"url": "https://github.com/holochain/holonix/archive/8b51ae5f28605d9bf4e92335d711e96794f982fb.tar.gz",
11+
"url": "https://github.com/holochain/holonix/archive/cf9b338fc79f2228fac300462689877edea188eb.tar.gz",
1212
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
1313
}
1414
}

0 commit comments

Comments
 (0)