Skip to content

v0.19.0-dev.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jost-s jost-s released this 21 Nov 02:57
· 8 commits to main since this release

Changed

  • Zome call signing has been changed in Holochain to remove the requirement of imitating Holochain serialization. Signing is now a simplified process of serializing zome call parameters using MessagePack, then computing a SHA2 512-bit hash of the serialized bytes and signing the hash. The zome call payload consists of the serialized bytes and the signature.