Skip to content

Commit b2ed508

Browse files
pelleclaude
andcommitted
Update CHANGELOG.md with test vector changes
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4b693f4 commit b2ed508

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

17+
## [2025-08-13]
18+
19+
### Changed
20+
- **Test Vectors**: Updated test vectors to reflect recent protocol changes
21+
- Updated AuthorizationRequired test vectors to reference TAIP-4 instead of TAIP-15
22+
- Added test vectors for TAIP-17 Escrow messages with valid and invalid examples
23+
- Added test vectors demonstrating PayTo URI support (RFC 8905) for traditional banking integration
24+
- Added examples for Transfer messages with IBAN PayTo URIs
25+
- Added Payment request examples with ACH/wire PayTo URIs
26+
1727
## [2025-08-04]
1828

1929
### Added
@@ -259,7 +269,7 @@ This changelog focuses on:
259269

260270
## Message Type Summary
261271

262-
### Current TAP Messages (16 total)
272+
### Current TAP Messages (18 total)
263273
1. **Transfer** - Virtual asset transfer initiation
264274
2. **Payment** - Payment request with invoice support
265275
3. **Authorize** - Transaction authorization (enhanced to replace Complete)
@@ -275,7 +285,9 @@ This changelog focuses on:
275285
13. **ConfirmRelationship** - Confirm party-agent relationship
276286
14. **UpdatePolicies** - Update agent policies
277287
15. **Connect** - Establish agent connection
278-
16. **AuthorizationRequired** - Request connection authorization
288+
16. **AuthorizationRequired** - Request authorization (moved to TAIP-4)
289+
17. **Escrow** - Hold assets in escrow with conditions (TAIP-17)
290+
18. **Capture** - Release escrowed funds (TAIP-17)
279291

280292
### Removed Messages
281293
- **Complete** (2024-06-12) - Functionality merged into Authorize message

0 commit comments

Comments
 (0)