Commit 6f13b3a
committed
chore: release 0.20.0 - upgrade to holochain 0.7.0 / client 0.21.0
- Bump @holochain/client to ^0.21.0, hdk to 0.7.0, hdi to 0.8.0, and pin
the nix flake to holonix main-0.7 (holochain 0.7.0 stable).
- Adapt to the restructured DhtOp/ChainOp shapes: variants carry a
SignedAction of { data, signature }; entry-bearing variants serialize
as a [signedAction, entry] tuple, action-only variants as the bare
signed action.
- Close the app websocket only when its transport is a WsClient, as
AppWebsocket.client is now the narrower AppClientTransport type.
- Rename the generated conductor config field signal_url to relay_url
for the iroh transport; kitsune2-bootstrap-srv serves as both
bootstrap server and relay.
- Exclude CreateEntry ops of private entries from the dhtSync
comparison; they are integrated on the author but never published.
- Update test op-count expectations and create the 0-arc player after
the full-arc players so its genesis publish finds authorities within
the test timeout.1 parent 5eab9b9 commit 6f13b3a
12 files changed
Lines changed: 175 additions & 113 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
11 | 21 | | |
12 | 22 | | |
13 | 23 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments