diff --git a/README.md b/README.md index 074d47d..a28f29c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ For AI-assisted development with Claude Code or Codex, see [daml-skills](https:/ ## Prerequisites - [dpm](https://docs.daml.com) (Digital Asset Package Manager) -- Daml SDK 3.4.10 +- Daml SDK 3.4.11 - Java 21 ## Docs diff --git a/dars/daml-props-0.1.0.dar b/dars/daml-props-0.1.0.dar index 51757a9..055e86a 100644 Binary files a/dars/daml-props-0.1.0.dar and b/dars/daml-props-0.1.0.dar differ diff --git a/docs/PLAN.md b/docs/PLAN.md index ef6d332..73246d0 100644 --- a/docs/PLAN.md +++ b/docs/PLAN.md @@ -401,7 +401,7 @@ canton-network-token-standard/ AllocationRequest.daml -- SimpleAllocationRequest (test helper, in production DAR) ContextUtils.daml -- ToAnyValue/FromAnyValue, context lookup helpers Preapproval.daml -- TransferPreapproval (nonconsuming) - daml.yaml -- SDK 3.4.10, target 2.1, depends on 6 splice DARs + daml.yaml -- SDK 3.4.11, target 2.1, depends on 6 splice DARs simple-token-test/ -- Test DAR (IMPLEMENTED, 36/36 passing) daml/ @@ -818,4 +818,4 @@ Known Canton Network constraints relevant to this implementation. **Disclosure and privacy:** Canton's privacy model means wallets may not see contracts they need to exercise choices against. Our `extraObservers` field on `LockedSimpleHolding` addresses this for on-ledger flows by ensuring receivers and executors can see locked holdings. -**SDK and Canton version pinning:** The ecosystem is evolving rapidly (Polyglot Canton with EVM support announced late 2025, automated fee calculation via oracles proposed). Pinning SDK versions early and tracking the CHANGELOG is essential. Current pin: SDK 3.4.10, LF 2.1. +**SDK and Canton version pinning:** The ecosystem is evolving rapidly (Polyglot Canton with EVM support announced late 2025, automated fee calculation via oracles proposed). Pinning SDK versions early and tracking the CHANGELOG is essential. Current pin: SDK 3.4.11, LF 2.1. diff --git a/docs/SCOPE.md b/docs/SCOPE.md index c6beda2..1759a3c 100644 --- a/docs/SCOPE.md +++ b/docs/SCOPE.md @@ -2,7 +2,7 @@ ## 1. Mission -This project delivers a minimal, correct DAML/Haskell implementation of the 6 CIP-056 on-ledger interfaces (`splice-api-token-*-v1` version 1.0.0). It proves a non-Splice registry can implement the standard and interoperate with standard-compliant wallets and the existing Splice off-ledger infrastructure. Spec: CIP-0056 Final (2025-03-07, approved 2025-03-31). SDK: 3.4.10, LF target: 2.1. +This project delivers a minimal, correct DAML/Haskell implementation of the 6 CIP-056 on-ledger interfaces (`splice-api-token-*-v1` version 1.0.0). It proves a non-Splice registry can implement the standard and interoperate with standard-compliant wallets and the existing Splice off-ledger infrastructure. Spec: CIP-0056 Final (2025-03-07, approved 2025-03-31). SDK: 3.4.11, LF target: 2.1. ## 2. Omitted Feature Analysis diff --git a/simple-token-test/daml.yaml b/simple-token-test/daml.yaml index a90ecb4..c6c50ca 100644 --- a/simple-token-test/daml.yaml +++ b/simple-token-test/daml.yaml @@ -1,4 +1,4 @@ -sdk-version: 3.4.10 +sdk-version: 3.4.11 name: simple-token-test version: 0.1.0 source: daml diff --git a/simple-token/daml.yaml b/simple-token/daml.yaml index cb5dc54..a58b4fc 100644 --- a/simple-token/daml.yaml +++ b/simple-token/daml.yaml @@ -1,4 +1,4 @@ -sdk-version: 3.4.10 +sdk-version: 3.4.11 name: simple-token version: 0.1.0 source: daml