Skip to content

Commit

Permalink
Upgraded to 109
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 8, 2021
1 parent c6b6676 commit 1484c9a
Show file tree
Hide file tree
Showing 40 changed files with 151 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ name = "exercise"
[dependencies]
derive_more = "0"
serde = "1"
hdk = "0.0.108"
hdk = "0.0.109"
chrono = "0.4.19"
20 changes: 10 additions & 10 deletions 1.basic/0.zome-functions/solution/Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ name = "exercise"

[dependencies]
serde = "1"
hdk = "0.0.108"
hdk = "0.0.109"
2 changes: 1 addition & 1 deletion 1.basic/1.entries/exercise/zomes/exercise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ name = "exercise"
[dependencies]
derive_more = "0"
serde = "1"
hdk = "0.0.108"
hdk = "0.0.109"
chrono = "0.4.19"
20 changes: 10 additions & 10 deletions 1.basic/1.entries/solution/Cargo.lock

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

2 changes: 1 addition & 1 deletion 1.basic/1.entries/solution/zomes/exercise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ name = "exercise"
[dependencies]
derive_more = "0"
serde = "1"
hdk = "0.0.108"
hdk = "0.0.109"
chrono = "0.4.19"
2 changes: 1 addition & 1 deletion 1.basic/2.hashes/exercise/zomes/exercise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ name = "exercise"
derive_more = "0"
serde = "1"

hdk = "0.0.108"
hdk = "0.0.109"
20 changes: 10 additions & 10 deletions 1.basic/2.hashes/solution/Cargo.lock

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

2 changes: 1 addition & 1 deletion 1.basic/2.hashes/solution/zomes/exercise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ name = "exercise"
derive_more = "0"
serde = "1"

hdk = "0.0.108"
hdk = "0.0.109"
2 changes: 1 addition & 1 deletion 1.basic/3.links/exercise/zomes/exercise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ name = "exercise"
derive_more = "0"
serde = "1"

hdk = "0.0.108"
hdk = "0.0.109"
chrono = "0.4.19"
2 changes: 1 addition & 1 deletion 1.basic/3.links/extra/zomes/exercise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ name = "exercise"
derive_more = "0"
serde = "1"

hdk = "0.0.108"
hdk = "0.0.109"
chrono = "0.4.19"
20 changes: 10 additions & 10 deletions 1.basic/3.links/solution/Cargo.lock

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

4 changes: 2 additions & 2 deletions 1.basic/3.links/solution/tests/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ orchestrator.registerScenario(
t.ok(entry_1);
t.ok(entry_2);

await sleep(2000);
await sleep(4000);

let posts = await alice_common.cells[0].call(
"exercise",
Expand Down Expand Up @@ -97,7 +97,7 @@ orchestrator.registerScenario(
});

t.ok(entry_3);
await sleep(2000);
await sleep(5000);

let bob_posts = await alice_common.cells[0].call(
"exercise",
Expand Down
2 changes: 1 addition & 1 deletion 1.basic/3.links/solution/zomes/exercise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ name = "exercise"
derive_more = "0"
serde = "1"

hdk = "0.0.108"
hdk = "0.0.109"
chrono = "0.4.19"
2 changes: 1 addition & 1 deletion 1.basic/4.source-chain/exercise/zomes/exercise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ name = "exercise"
derive_more = "0"
serde = "1"

hdk = "0.0.108"
hdk = "0.0.109"
chrono = "0.4.19"
20 changes: 10 additions & 10 deletions 1.basic/4.source-chain/solution/Cargo.lock

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

Loading

0 comments on commit 1484c9a

Please sign in to comment.