Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified dars/daml-props-0.1.0.dar
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/SCOPE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion simple-token-test/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 3.4.10
sdk-version: 3.4.11
name: simple-token-test
version: 0.1.0
source: daml
Expand Down
2 changes: 1 addition & 1 deletion simple-token/daml.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk-version: 3.4.10
sdk-version: 3.4.11
name: simple-token
version: 0.1.0
source: daml
Expand Down
Loading