Skip to content

Commit bdb326a

Browse files
committed
chore: upgrade to holochain 0.7 / client 0.21
- flake.nix now tracks holonix main (holochain 0.7.0-dev.19) - bump hdk to 0.7.0-dev.12, hdi to 0.8.0-dev.9 - bump @holochain/client to ^0.21.0-dev.2, tryorama to 0.20.0-dev.0 - drop unused @types/ramda; pull in dep hygiene patches - happ.yaml: drop removed version field on dna entry - rename membrane_proofs_deferred -> allow_deferred_memproofs - update deferred-memproofs app status to awaiting_memproofs - CI runs on main-0.7 branch
1 parent 8b7b3c0 commit bdb326a

11 files changed

Lines changed: 88 additions & 122 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run tests
33
on:
44
pull_request:
55
push:
6-
branches: [main, main-0.6]
6+
branches: [main, main-0.6, main-0.7]
77

88
concurrency:
99
group: ${{ github.ref_name }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77
### Added
88
### Removed
99
### Changed
10+
- **BREAKING**: Upgraded to Holochain 0.7 and `@holochain/client` 0.21. Tryorama 0.20.x is compatible with Holochain 0.7.x.
1011
### Fixed
1112

1213
## 2025-11-20: v0.19.0

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ members = [
66
resolver = "2"
77

88
[workspace.dependencies]
9-
hdi = "0.7.1-rc.1"
10-
hdk = "0.6.1-rc.1"
9+
hdi = "0.8.0-dev.9"
10+
hdk = "0.7.0-dev.12"
1111
holochain_serialized_bytes = "0.0.56"
1212
serde = "1.0.192"
1313

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ npm install @holochain/tryorama
1919

2020
## Compatibility
2121

22+
**Tryorama v0.20.x** is compatible with **JS client v0.21.x** and **Holochain v0.7.x**.
23+
2224
**Tryorama v0.19.x** is compatible with **JS client v0.20.x** and **Holochain v0.6.x**.
2325

2426
**Tryorama v0.18.x** is compatible with **JS client v0.19.x** and **Holochain v0.5.x**.

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
inputs = {
33
holonix = {
4-
url = "github:holochain/holonix?ref=main-0.6";
4+
url = "github:holochain/holonix?ref=main";
55
};
66

77
nixpkgs.follows = "holonix/nixpkgs";

0 commit comments

Comments
 (0)