v0.19.0-dev.5
Pre-release
Pre-release
Changed
- Simplify zome call parameters.
cap_secret
,provenance
andpayload
are optional parameters of aCallZomeRequest
. If implicit zome call signing is used, which happens when calling a zome with aCallZomeRequest
,provenance
andcap_secret
are automatically set with the authorized signing credentials. It is still possible to call a cell by its role name instead of its cell id. Alternatively to passing in aCallZomeRequest
,callZome
can be invoked with a signed requestCallZomeRequestSigned
, where the zome call parameters have already been serialized and signed.