@holochain/client
Advanced tools
Changelog
2024-07-16: v0.18.0-dev.6
NotStartedAfterProvidingMemproofs
for type DisabledAppReason
which effectively allows a new app status, corresponding to the specific state where a UI has just called AppRequest::ProvideMemproofs, but the app has not yet been enabled for the first time.AppWebsocket
call EnableAfterMemproofsProvided
, which allows enabling an app only if the app is in the AppStatus::Disabled(DisabledAppReason::NotStartedAfterProvidingMemproofs)
state. Attempting to enable the app from other states (other than Running) will fail.lineage
to the DNA manifest, which declares forward compatibility for any hash in that list with this DNA.AdminWebsocket
call GetCompatibleCells
, which returns CellId
for all installed cells which use a DNA that is forward-compatible with a given DNA hash. This can be used to find a compatible cell for use with the UseExisting cell provisioning method.Changelog
2024-07-09: v0.18.0-dev.5
Changelog
2024-06-27: v0.18.0-dev.4
base
field to the Link
type. This exists in Holochain but wasn't present in the client.this
in a static context to fix a bug in the AppWebsocket
that would result in this.requester is not a function
when the client is used in as JavaScript environment.Changelog
2024-04-27: v0.17.0-dev.12
Changelog
2024-06-13: v0.18.0-dev.3
DhtOp
was split into ChainOp
and WarrantOp
in Holochain.Changelog
2024-06-11: v0.18.0-dev.2
AppRequest::ProvideMemproofs
. An app can be installed with deferred membrane proofs, which can later be provided through this call.Changelog
2024-05-10: v0.18.0-dev.1
AppClient
and AppWebsocket
.AppWebsocket
.Changelog
2024-05-02: v0.18.0-dev.0