@holochain/client
Advanced tools
Changelog
2023-05-01: v0.14.0
NetworkInfoRequest
.Changelog
2023-04-15: v0.13.0
storageInfo
.dumpNetworkStats
.updateCoordinators
to update coordinator zomes in an already installed hApp.NetworkInfo
.Changelog
2023-03-01: v0.12.5
.on("close")
by .onclose
. .on
is not compatible with Web API's WebSocket.Changelog
2023-02-24: v0.12.3
AppAgentWebsocket
. Role names can only be used with own agent, not for other agents.Changelog
2023-02-13: v0.12.2
nix develop
from now on instead of nix-shell
. Pass on --extra-experimental-features nix-command --extra-experimental-features flakes
or enable these features for your user in ~/.config/nix/nix.conf
.Changelog
2023-01-25: v0.11.16
Changelog
2023-01-23: v0.11.15
agent_pub_key
in AppInfo
.Array<number>
to Uint8Array
.CreateCloneCell
returns ClonedCell
instead of InstalledCell
.EnableCloneCell
returns ClonedCell
instead of InstalledCell
.AdminRequest::StartApp
.Cell
is split up into ProvisionedCell
and ClonedCell
.CellInfo
variants are renamed to snake case during serde.