Skip to content

Commit 63a69ca

Browse files
pelleclaude
andcommitted
Update TAIP statuses and add navigation links
- Advanced TAIP-1 to Final status - Advanced TAIPs 2-10 to Last Call status - Advanced TAIPs 15-16 from Draft to Review status - Added Developer Resources and Changelog to navigation - Updated changelog with status changes for 2025-06-25 - Bumped TypeScript package version 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 753b66e commit 63a69ca

14 files changed

Lines changed: 41 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@ This changelog focuses on:
1414
- Protocol structural changes
1515
- Breaking changes
1616

17+
## [2025-06-25]
18+
19+
### Changed
20+
- **TAIP Status Updates**:
21+
- TAIP-1: Transaction Authorization Improvement Proposals - Advanced to **Final** status
22+
- TAIPs 2-10 - Advanced to **Last Call** status:
23+
- TAIP-2: Messaging
24+
- TAIP-3: Virtual Asset Transfer
25+
- TAIP-4: Transaction Authorization Protocol
26+
- TAIP-5: Transaction Agents
27+
- TAIP-6: Transaction Parties
28+
- TAIP-7: Agent Policies
29+
- TAIP-8: Selective Disclosure
30+
- TAIP-9: Proof of Relationship
31+
- TAIP-10: IVMS101 for Travel Rule
32+
- TAIPs 15-16 - Advanced from **Draft** to **Review** status:
33+
- TAIP-15: Agent Connection Protocol
34+
- TAIP-16: Invoices
35+
1736
## [2025-06-24]
1837

1938
### Added

TAIPs/taip-1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
taip: 1
33
title: TAP and TAIP Purpose and Guidelines
4-
status: Review
4+
status: Final
55
type: Meta
66
author: Pelle Braendgaard <pelle@notabene.id>
77
created: 2024-01-09
@@ -22,7 +22,7 @@ The TAIP should provide a concise technical specification of the feature and a r
2222

2323
## TAIP Rationale
2424

25-
Blockchain development is still under very rapid pace. Adding authorization support to new technologies requires a decentralized approach to authoring this.
25+
Blockchain development is still under very rapid pace. Adding authorization support to new technologies requires a decentralized approach to authoring this.
2626

2727
TAIPs allows authors to focus on specific aspects of authorization and interactions with new protocols, technologies, and workflows.
2828

@@ -163,7 +163,7 @@ The editors don't pass judgment on TAIPs. We merely do the administrative & edit
163163

164164
## History
165165

166-
This document was derived heavily from [CAIP-1] written by Ligi, which was derived by [Bitcoin's BIP-0001] written by Amir Taaki, which in turn was derived from [Python's PEP-0001]. In many places text was simply copied and modified. Although the PEP-0001 text was written by Barry Warsaw, Jeremy Hylton, and David Goodger, they are not responsible for its use in Transaction Authorization Improvement Proposals, and should not be bothered with technical questions specific to TAIPs. Please direct all comments to the TAIP editors.
166+
This document was derived heavily from [CAIP-1] written by Ligi, which was derived by [Bitcoin's BIP-0001] written by Amir Taaki, which in turn was derived from [Python's PEP-0001]. In many places text was simply copied and modified. Although the PEP-0001 text was written by Barry Warsaw, Jeremy Hylton, and David Goodger, they are not responsible for its use in Transaction Authorization Improvement Proposals, and should not be bothered with technical questions specific to TAIPs. Please direct all comments to the TAIP editors.
167167

168168
### References
169169

@@ -177,4 +177,4 @@ This document was derived heavily from [CAIP-1] written by Ligi, which was deriv
177177

178178
## Copyright
179179

180-
Copyright and related rights waived via [CC0](../LICENSE).
180+
Copyright and related rights waived via [CC0](../LICENSE).

TAIPs/taip-10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
taip: 10
33
title: IVMS101 for Travel Rule Identity Verification in TAP
4-
status: Review
4+
status: Last Call
55
type: Standard
66
author: Pelle Braendgaard <pelle@notabene.id>
77
created: 2024-01-24

TAIPs/taip-15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
taip: 15
33
title: Agent Connection Protocol
4-
status: Draft
4+
status: Review
55
type: Standard
66
author: Pelle Braendgaard <pelle@notabene.id>
77
created: 2024-03-21

TAIPs/taip-16.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
taip: 16
33
title: Invoices
4-
status: Draft
4+
status: Review
55
type: Standard
66
author: Pelle Braendgaard <pelle@notabene.id>
77
created: 2025-04-22

TAIPs/taip-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
taip: 2
33
title: Messaging
4-
status: Review
4+
status: Last Call
55
type: Standard
66
author: Pelle Braendgaard <pelle@notabene.id>, Richard Crosby <richard@notabene.id>
77
created: 2024-01-09

TAIPs/taip-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
taip: 3
33
title: Asset Transfer
4-
status: Review
4+
status: Last Call
55
type: Standard
66
author: Pelle Braendgaard <pelle@notabene.id>
77
created: 2024-01-12

TAIPs/taip-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
taip: 4
33
title: Transaction Authorization Protocol
44
author: Pelle Braendgaard <pelle@notabene.id>, Andrés Junge <andres@notabene.id>, Richard Crosby <richard@notabene.id>
5-
status: Review
5+
status: Last Call
66
type: Standard
77
created: 2024-01-12
88
updated: 2025-06-23

TAIPs/taip-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
taip: 5
33
title: Transaction Agents
44
author: Pelle Braendgaard <pelle@notabene.id>, Andrés Junge <andres@notabene.id>, Richard Crosby <richard@notabene.id>
5-
status: Review
5+
status: Last Call
66
type: Standard
77
created: 2024-01-22
88
updated: 2025-06-13

TAIPs/taip-6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
taip: 6
33
title: Transaction Parties
44
author: Pelle Braendgaard <pelle@notabene.id>, Andrés Junge <andres@notabene.id>, Richard Crosby <richard@notabene.id>
5-
status: Review
5+
status: Last Call
66
type: Standard
77
created: 2024-01-22
88
updated: 2025-05-31
@@ -91,7 +91,7 @@ Future TAIPs can define additional types of parties. Examples.
9191
* `issuer` of a real world asset
9292
* `trustee`, `grantor`, `beneficiary` for a trust
9393
* `customer`, `merchant` for a sales contract
94-
94+
9595
### Agents for Parties
9696

9797
Any Agent can add a `for` attibute to their Agent object (see [TAIP-5]). This specifies that the agent is an agent for the [DID] or [IRI] for a particular party.

0 commit comments

Comments
 (0)