Skip to content

Commit

Permalink
bump holochain
Browse files Browse the repository at this point in the history
  • Loading branch information
JettTech committed Aug 26, 2024
1 parent e09b2fc commit 2e6604b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
54 changes: 27 additions & 27 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion ts/src/local/conductor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ export class Conductor implements IConductor {
* @returns An agent app with cells and conductor handle.
*/
async installApp(appBundleSource: AppBundleSource, options?: AppOptions) {
const agent_key = options?.agentPubKey;
const agent_key =
options?.agentPubKey ?? (await this.adminWs().generateAgentPubKey());
const installed_app_id = options?.installedAppId ?? `app-${uuidv4()}`;
const membrane_proofs = options?.membraneProofs ?? {};
const network_seed = options?.networkSeed;
Expand Down

0 comments on commit 2e6604b

Please sign in to comment.