-
Notifications
You must be signed in to change notification settings - Fork 0
ADRs
Fairmint Wiki edited this page Mar 12, 2026
·
7 revisions
This page indexes all Architecture Decision Records (ADRs) for the open-captable-protocol-daml repository.
| # | Title | Status | Date |
|---|---|---|---|
| ADR-001 | OCF Cap Table on Canton | Implemented | — |
| ADR-002-Stateful-Issuer | Stateful Cap Table with OCF Object References | Implemented | 2026-01-08 |
| ADR-003-Featured-App-Markers | Value-Based Coupon Minting for OCP Transactions | Implemented | 2026-01-13 |
| ADR-004-CouponMinter | CouponMinter Contract | Implemented | 2026-01-13 |
| ADR-005-Canton-Payments | CantonPayments - Payment Streams and Airdrops | Implemented | 2026-02-03 |
| ADR-006-Reports | OpenCapTableReports Package | Implemented | 2026-02-03 |
| ADR-007-Proof-of-Ownership | Proof of Ownership Contract | Proposed | 2026-02-03 |
| Status | Meaning |
|---|---|
| Proposed | Design under discussion, not yet approved |
| Implemented | Design approved AND supporting code/contracts are implemented |
- Create the ADR file in
docs/adr/with the next sequential number:NNN-short-title.md - Add it to this index
- Reference it from any related task files or release notes
Develop
Decisions
Releases
- Releases (index)
- Package tag release process
- 2026-06-22 — OCP v35 conversion mechanism validation
- 2026-06-22 — OCP v35 SDK scaffold
- 2026-05-04 — OCP v34 major upgrade
- 2026-05-04 — DAML extraction / fairmint-daml
- 2026-03-05 — OCP v32 PPS-based conversion rename
- 2026-02-17 — OCP v31 ArchiveCapTable
- 2026-02-12 — OCP v31 vesting zero portion
Other Fairmint DAML
Documentation for CantonPayments, NFT, Reports, CouponMinter, equity certificate, proof-of-ownership, and related deployment playbooks lives with fairmint/daml and @fairmint/daml-js — not in this wiki.