@holochain/client
Advanced tools
Changelog
2024-10-28: v0.19.0-dev.1
InvalidTokenError
is returned if that fails.Changelog
2024-10-09: v0.19.0-dev.0
Changelog
2024-09-30: v0.18.0-dev.12
RevokeAgentKeyResponse
, which returns an array of tuples with cell id and error message for all cells that key revocation failed for.Changelog
2024-09-26: v0.18.0-dev.11
isSameCell
.CellId
to a DnaHash
.Changelog
2024-08-05: v0.18.0-dev.10
AppSignal
to a Signal
which can be either an app or system signal.Changelog
2024-08-05: v0.18.0-dev.8
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.