From c0d24548d04f5c3185ce3ea1faf3dcfa7882d69d Mon Sep 17 00:00:00 2001 From: Hernan Rajchert Date: Mon, 9 Oct 2023 17:48:45 -0300 Subject: [PATCH 1/3] Make released npm the default in pocs --- pocs/AvailableInterfaces.html | 15 --------------- pocs/contract-example/vesting-flow.html | 6 +++++- pocs/rest-client-flow.html | 6 +++++- pocs/run-lite.html | 15 +++++++++------ pocs/runtime-lifecycle/payouts-flow.html | 6 +++++- pocs/wallet-flow.html | 6 +++++- 6 files changed, 29 insertions(+), 25 deletions(-) delete mode 100644 pocs/AvailableInterfaces.html diff --git a/pocs/AvailableInterfaces.html b/pocs/AvailableInterfaces.html deleted file mode 100644 index cbbae23e..00000000 --- a/pocs/AvailableInterfaces.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - Load Modules example - - - - - diff --git a/pocs/contract-example/vesting-flow.html b/pocs/contract-example/vesting-flow.html index 623143de..1ed34335 100644 --- a/pocs/contract-example/vesting-flow.html +++ b/pocs/contract-example/vesting-flow.html @@ -5,7 +5,11 @@ Vesting Flow - + + +
diff --git a/pocs/rest-client-flow.html b/pocs/rest-client-flow.html index b9905c14..93f7653e 100644 --- a/pocs/rest-client-flow.html +++ b/pocs/rest-client-flow.html @@ -53,7 +53,11 @@

Console

- + + + + +

Marlowe Run Lite Lite

1. Setup contract and Runtime

@@ -69,15 +75,12 @@

Console

- + + + + + + diff --git a/pocs/wallet-flow.html b/pocs/wallet-flow.html index d2c12c4b..b33fed6f 100644 --- a/pocs/wallet-flow.html +++ b/pocs/wallet-flow.html @@ -113,7 +113,7 @@ const walletName = walletInput.value; log(`

Accessing ${walletName} Wallet Extension

`); - const wallet = await createBrowserWallet(walletName); + const wallet = await mkBrowserWallet(walletName); const unsignedTx = document.getElementById("unsigned-tx").value; const signed = await wallet.signTx(unsignedTx); log(`

Signed TX

`); diff --git a/typedoc.json b/typedoc.json index 1b73545e..510d71ef 100644 --- a/typedoc.json +++ b/typedoc.json @@ -14,6 +14,9 @@ "Github Repo": "https://github.com/input-output-hk/marlowe-ts-sdk" }, "externalSymbolLinkMappings": { + "fp-ts": { + "Option": "https://gcanti.github.io/fp-ts/modules/Option.ts.html" + }, "global": { "io-ts-usage": "https://github.com/gcanti/io-ts/blob/master/index.md#basic-usage" }