diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bbe8931f3..e393048c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ Updated Motoko to [0.10.1](https://github.com/dfinity/motoko/releases/tag/0.10.1 ### Frontend canister -- Module hash: d967cc70d033a5cafb7c18e2e94a6bd28c7544b07e8e351eb5c773a68fa8577a +- Module hash: 517d5117bb43236e1673627aacec3955a68072dcd95f0b0218e6155f75a4bb54 - https://github.com/dfinity/sdk/pull/3421 # 0.15.1 @@ -3135,4 +3135,4 @@ FLAGS: ## Agents -## Canister Development Kit (CDK) \ No newline at end of file +## Canister Development Kit (CDK) diff --git a/src/distributed/assetstorage.did b/src/distributed/assetstorage.did index c4f659eb88..d607712e01 100644 --- a/src/distributed/assetstorage.did +++ b/src/distributed/assetstorage.did @@ -220,10 +220,10 @@ service: { authorize: (principal) -> (); deauthorize: (principal) -> (); - list_authorized: () -> (vec principal) query; + list_authorized: () -> (vec principal); grant_permission: (GrantPermission) -> (); revoke_permission: (RevokePermission) -> (); - list_permitted: (ListPermitted) -> (vec principal) query; + list_permitted: (ListPermitted) -> (vec principal); take_ownership: () -> (); get_asset_properties : (key: Key) -> (record { diff --git a/src/distributed/assetstorage.wasm.gz b/src/distributed/assetstorage.wasm.gz index f515d0b21b..021c5c3e1d 100755 Binary files a/src/distributed/assetstorage.wasm.gz and b/src/distributed/assetstorage.wasm.gz differ