@holochain/client
Advanced tools
Changelog
2023-11-16: v0.17.0-dev.1
Link
to HDK and a confirmatory test.Changelog
2023-11-08: v0.17.0-dev.0
{ type: { app_info: null } }
now, when before it was { type: "app_info" }
for requests and responses.Changelog
2023-10-17: v0.16.3
CapAccess
types Unrestricted
and Transferable
were not correctly implemented. Both need to be nested objects containing a single property with a Pascal cased name, e. g. { access: { Unrestricted: null } }
.AttachAppInterfaceRequest
took a mandatory property port
. The property is optional now.Changelog
2023-09-19: v0.16.2
window.electronAPI.signZomeCall
when __HC_LAUNCHER_ENV__.ENVIRONMENT == 'electron'
.DnaProperties
in DnaModifiers
changed to Uint8array
as it comes back serialized from Holochain.Changelog
2023-09-05: v0.16.1
InstallAppRequest
with new optional field ignore_genesis_failure
.Changelog
2023-08-07: v0.16.0
noble/ed25519
to libsodium
. This lead to helper functions become async and some type changes.Memproof
to Uint8array
instead of Buffer
which is specific to Node.js.Changelog
2023-08-02: v0.15.1
this
which Emittery relies on becomes undefined. Until the bug is fixed upstream in Emittery, the workaround is to bind all its methods manually after instantiating an agent websocket.Changelog
2023-06-16: v0.15.0
HolochainError
which extends Error
.