Skip to content

Commit

Permalink
chore(release): v0.18.0-dev.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Jul 23, 2024
1 parent b410db4 commit b637cdb
Show file tree
Hide file tree
Showing 74 changed files with 127 additions and 386 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Removed

## 2024-07-23: v0.18.0-dev.7
### Changed
- Use package @spartan-hc/holo-hash for managing hashes, instead of custom functions.

## 2024-07-16: v0.18.0-dev.6
### Added
- New value `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.
Expand Down
14 changes: 0 additions & 14 deletions docs/client.actionhash.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/client.actionhashandsig.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Action hash with the signature of the action at that hash
```typescript
export type ActionHashAndSig = [ActionHash, Signature];
```
**References:** [ActionHash](./client.actionhash.md)<!-- -->, [Signature](./client.signature.md)
**References:** [Signature](./client.signature.md)

2 changes: 1 addition & 1 deletion docs/client.adminwebsocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Get the DNA definition for the specified DNA hash.
</td><td>
(cellId: [CellId](./client.cellid.md)<!-- -->, functions: [GrantedFunctions](./client.grantedfunctions.md)<!-- -->, signingKey: [AgentPubKey](./client.agentpubkey.md)<!-- -->) =&gt; Promise&lt;[CapSecret](./client.capsecret.md)<!-- -->&gt;
(cellId: [CellId](./client.cellid.md)<!-- -->, functions: [GrantedFunctions](./client.grantedfunctions.md)<!-- -->, signingKey: AgentPubKey) =&gt; Promise&lt;[CapSecret](./client.capsecret.md)<!-- -->&gt;
</td><td>
Expand Down
14 changes: 0 additions & 14 deletions docs/client.agentpubkey.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/client.agentvalidationpkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ number

</td><td>

[AgentPubKey](./client.agentpubkey.md)
AgentPubKey


</td><td>
Expand Down Expand Up @@ -95,7 +95,7 @@ any

</td><td>

[ActionHash](./client.actionhash.md)
ActionHash


</td><td>
Expand Down
14 changes: 0 additions & 14 deletions docs/client.anydhthash.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/client.anylinkablehash.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/client.appclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Description

</td><td>

[AgentPubKey](./client.agentpubkey.md)
AgentPubKey


</td><td>
Expand Down
2 changes: 1 addition & 1 deletion docs/client.appinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export type AppInfo = {
status: InstalledAppInfoStatus;
};
```
**References:** [AgentPubKey](./client.agentpubkey.md)<!-- -->, [InstalledAppId](./client.installedappid.md)<!-- -->, [RoleName](./client.rolename.md)<!-- -->, [CellInfo](./client.cellinfo.md)<!-- -->, [InstalledAppInfoStatus](./client.installedappinfostatus.md)
**References:** [InstalledAppId](./client.installedappid.md)<!-- -->, [RoleName](./client.rolename.md)<!-- -->, [CellInfo](./client.cellinfo.md)<!-- -->, [InstalledAppInfoStatus](./client.installedappinfostatus.md)

2 changes: 1 addition & 1 deletion docs/client.appwebsocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ _(Optional)_
</td><td>
[AgentPubKey](./client.agentpubkey.md)
AgentPubKey
</td><td>
Expand Down
2 changes: 1 addition & 1 deletion docs/client.callzomerequestgeneric.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ export type CallZomeRequestGeneric<Payload> = {
provenance: AgentPubKey;
};
```
**References:** [CellId](./client.cellid.md)<!-- -->, [ZomeName](./client.zomename.md)<!-- -->, [FunctionName](./client.functionname.md)<!-- -->, [AgentPubKey](./client.agentpubkey.md)
**References:** [CellId](./client.cellid.md)<!-- -->, [ZomeName](./client.zomename.md)<!-- -->, [FunctionName](./client.functionname.md)

2 changes: 1 addition & 1 deletion docs/client.capaccess.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export type CapAccess = [CapAccessType.Unrestricted] | {
};
};
```
**References:** [CapAccessType.Unrestricted](./client.capaccesstype.md)<!-- -->, [CapAccessType.Transferable](./client.capaccesstype.md)<!-- -->, [CapSecret](./client.capsecret.md)<!-- -->, [CapAccessType.Assigned](./client.capaccesstype.md)<!-- -->, [AgentPubKey](./client.agentpubkey.md)
**References:** [CapAccessType.Unrestricted](./client.capaccesstype.md)<!-- -->, [CapAccessType.Transferable](./client.capaccesstype.md)<!-- -->, [CapSecret](./client.capsecret.md)<!-- -->, [CapAccessType.Assigned](./client.capaccesstype.md)

2 changes: 1 addition & 1 deletion docs/client.capclaim.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Description

</td><td>

[AgentPubKey](./client.agentpubkey.md)
AgentPubKey


</td><td>
Expand Down
2 changes: 1 addition & 1 deletion docs/client.capgrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export type CapGrant = {
RemoteAgent: ZomeCallCapGrant;
};
```
**References:** [AgentPubKey](./client.agentpubkey.md)<!-- -->, [ZomeCallCapGrant](./client.zomecallcapgrant.md)
**References:** [ZomeCallCapGrant](./client.zomecallcapgrant.md)

2 changes: 0 additions & 2 deletions docs/client.cellid.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@
```typescript
export type CellId = [DnaHash, AgentPubKey];
```
**References:** [DnaHash](./client.dnahash.md)<!-- -->, [AgentPubKey](./client.agentpubkey.md)

2 changes: 1 addition & 1 deletion docs/client.chainintegritywarrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ export type ChainIntegrityWarrant = {
};
};
```
**References:** [AgentPubKey](./client.agentpubkey.md)<!-- -->, [ActionHashAndSig](./client.actionhashandsig.md)<!-- -->, [ValidationType](./client.validationtype.md)
**References:** [ActionHashAndSig](./client.actionhashandsig.md)<!-- -->, [ValidationType](./client.validationtype.md)

2 changes: 1 addition & 1 deletion docs/client.clonedcell.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ string

</td><td>

[DnaHash](./client.dnahash.md)
DnaHash


</td><td>
Expand Down
6 changes: 3 additions & 3 deletions docs/client.closechain.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ number

</td><td>

[AgentPubKey](./client.agentpubkey.md)
AgentPubKey


</td><td>
Expand All @@ -78,7 +78,7 @@ number

</td><td>

[DnaHash](./client.dnahash.md)
DnaHash


</td><td>
Expand All @@ -95,7 +95,7 @@ number

</td><td>

[ActionHash](./client.actionhash.md)
ActionHash


</td><td>
Expand Down
2 changes: 1 addition & 1 deletion docs/client.countersigningagents.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
```typescript
export type CounterSigningAgents = Array<[AgentPubKey, Array<Role>]>;
```
**References:** [AgentPubKey](./client.agentpubkey.md)<!-- -->, [Role](./client.role.md)
**References:** [Role](./client.role.md)

2 changes: 1 addition & 1 deletion docs/client.countersigningagentstate.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ number

</td><td>

[ActionHash](./client.actionhash.md)
ActionHash


</td><td>
Expand Down
6 changes: 3 additions & 3 deletions docs/client.create.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ number

</td><td>

[AgentPubKey](./client.agentpubkey.md)
AgentPubKey


</td><td>
Expand All @@ -78,7 +78,7 @@ number

</td><td>

[EntryHash](./client.entryhash.md)
EntryHash


</td><td>
Expand Down Expand Up @@ -112,7 +112,7 @@ number

</td><td>

[ActionHash](./client.actionhash.md)
ActionHash


</td><td>
Expand Down
8 changes: 4 additions & 4 deletions docs/client.createlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ number

</td><td>

[AgentPubKey](./client.agentpubkey.md)
AgentPubKey


</td><td>
Expand All @@ -78,7 +78,7 @@ number

</td><td>

[EntryHash](./client.entryhash.md)
EntryHash


</td><td>
Expand Down Expand Up @@ -112,7 +112,7 @@ number

</td><td>

[ActionHash](./client.actionhash.md)
ActionHash


</td><td>
Expand Down Expand Up @@ -146,7 +146,7 @@ number

</td><td>

[EntryHash](./client.entryhash.md)
EntryHash


</td><td>
Expand Down
6 changes: 3 additions & 3 deletions docs/client.decodehashfrombase64.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Decodes a Base64 encoded string to a byte array hash.
**Signature:**

```typescript
export declare function decodeHashFromBase64(hash: HoloHashB64): HoloHash;
export declare function decodeHashFromBase64(hash: string): HoloHash;
```

## Parameters
Expand Down Expand Up @@ -37,7 +37,7 @@ hash

</td><td>

[HoloHashB64](./client.holohashb64.md)
string


</td><td>
Expand All @@ -49,7 +49,7 @@ The Base64 encoded string to decode.
</tbody></table>
**Returns:**

[HoloHash](./client.holohash.md)
HoloHash

The hash in byte format.

8 changes: 4 additions & 4 deletions docs/client.delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ number

</td><td>

[AgentPubKey](./client.agentpubkey.md)
AgentPubKey


</td><td>
Expand All @@ -78,7 +78,7 @@ number

</td><td>

[ActionHash](./client.actionhash.md)
ActionHash


</td><td>
Expand All @@ -95,7 +95,7 @@ number

</td><td>

[EntryHash](./client.entryhash.md)
EntryHash


</td><td>
Expand All @@ -112,7 +112,7 @@ number

</td><td>

[ActionHash](./client.actionhash.md)
ActionHash


</td><td>
Expand Down
8 changes: 4 additions & 4 deletions docs/client.deletelink.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ number

</td><td>

[AgentPubKey](./client.agentpubkey.md)
AgentPubKey


</td><td>
Expand All @@ -78,7 +78,7 @@ number

</td><td>

[EntryHash](./client.entryhash.md)
EntryHash


</td><td>
Expand All @@ -95,7 +95,7 @@ number

</td><td>

[ActionHash](./client.actionhash.md)
ActionHash


</td><td>
Expand All @@ -112,7 +112,7 @@ number

</td><td>

[ActionHash](./client.actionhash.md)
ActionHash


</td><td>
Expand Down
Loading

0 comments on commit b637cdb

Please sign in to comment.