diff --git a/docs-main/api-reference.mdx b/docs-main/api-reference.mdx index e068db2c..f0e10326 100644 --- a/docs-main/api-reference.mdx +++ b/docs-main/api-reference.mdx @@ -7,26 +7,34 @@ The API Reference covers every programmatic interface to Canton - review endpoin - + Generated reference for Canton's Ledger API across 5 gRPC packages - review services, request/response schemas, and version history for commands, updates, and more. - - + Review interfaces, type aliases mapping Daml primitives to TS types, and companion objects/functions used to serialize values between JSON and typed Daml data. + + + Generated module reference for the Daml stdlib - covers core modules and more. + + + + An OpenRPC specification for the dApp to interact with a Wallet Provider. + + - - Generated module reference for the Daml stdlib - covers core modules and more. + + Versioned OpenRPC reference - use this to integrate wallets and dApps with the Splice Wallet Gateway. - - Versioned OpenRPC reference - use this to integrate wallets and dApps with the Splice Wallet Gateway. + + Developing with Canton Network's OpenAPI endpoints for: Canton Coin data, name service, token standard, and more. - + \ No newline at end of file diff --git a/docs-main/d-app-sdk.mdx b/docs-main/d-app-sdk.mdx new file mode 100644 index 00000000..60ae2cb4 --- /dev/null +++ b/docs-main/d-app-sdk.mdx @@ -0,0 +1,9 @@ +--- +title: "dApp SDK" +--- + +Release notes and version history for the dApp SDK. + +### 0.x.x + +- loreum ipsum \ No newline at end of file diff --git a/docs-main/docs.json b/docs-main/docs.json index d1856bf6..156a5580 100644 --- a/docs-main/docs.json +++ b/docs-main/docs.json @@ -2845,6 +2845,15 @@ "integrations/wallets/canton-vs-web3", "integrations/wallets/for-users" ] + }, + { + "group": "Release Notes", + "pages": [ + "wallet-gateway", + "reference-wallet", + "splice-portfolio", + "d-app-sdk" + ] } ] }, diff --git a/docs-main/reference-wallet.mdx b/docs-main/reference-wallet.mdx new file mode 100644 index 00000000..e0641d8a --- /dev/null +++ b/docs-main/reference-wallet.mdx @@ -0,0 +1,9 @@ +--- +title: "Reference Wallet" +--- + +Release notes and version history for Reference Wallet. + +### 0.x.x + +- loreum ipsum \ No newline at end of file diff --git a/docs-main/release-notes.mdx b/docs-main/release-notes.mdx new file mode 100644 index 00000000..7135ed7f --- /dev/null +++ b/docs-main/release-notes.mdx @@ -0,0 +1,23 @@ +--- +title: "Release Notes" +--- +Release notes and version history for all things Canton Network. + + + + Wallet integration: Wallet Gateway, Reference Wallet, Splice Portfolio, and dApp SDK. + + + + All things Global Synchronizer. + + + + PQS, Daml Shell, Canton, and Daml repo items (ie: damlc, DAML language) + + + + Network related stuff + + + \ No newline at end of file diff --git a/docs-main/splice-portfolio.mdx b/docs-main/splice-portfolio.mdx new file mode 100644 index 00000000..fdc74b18 --- /dev/null +++ b/docs-main/splice-portfolio.mdx @@ -0,0 +1,9 @@ +--- +title: "Splice Portfolio" +--- + +Release notes and version history for Splice Portfolio. + +### 0.x.x + +- loreum ipsum \ No newline at end of file diff --git a/docs-main/wallet-gateway.mdx b/docs-main/wallet-gateway.mdx new file mode 100644 index 00000000..b9f8bc4d --- /dev/null +++ b/docs-main/wallet-gateway.mdx @@ -0,0 +1,13 @@ +--- +title: "Wallet Gateway " +--- + +Release notes and version history for Wallet Gateway. + +### 0.x.x + +- Added endpoint `POST /v0/wallet/development-fund-coupons/allocate` to allocate a development fund coupon for a given beneficiary, amount, expiration time, and reason. +- Added endpoint `GET /v0/wallet/development-fund-coupons` to retrieve all active DevelopmentFundCoupon contracts, sorted by expiration date. +- Added endpoint `POST /v0/wallet/development-fund-coupons/{contract_id}/withdraw` to withdraw a development fund coupon when the wallet user party is the development fund manager. +- Minting delegation management added to the wallet UI. +- Enhanced rewards collection automation to support collecting development fund coupons. \ No newline at end of file