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
13 changes: 0 additions & 13 deletions .changeset/go-packages-validation.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/ts-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @attn/ts-core

## 0.8.2

### Patch Changes

- 3260600: feat: add Go packages and refactor validation to go-core

- Added go-core package with constants, types, and validation
- Added go-sdk package with event builders
- Added go-framework package with hook-based runtime
- Added go-marketplace package with marketplace implementation
- Refactored validation logic from relay to go-core/validation for reuse
- Added marketplace server.ts for standalone marketplace deployment
- Updated CODE_REVIEW_REPORT.md and TODO.md with full code review findings

## 0.8.1

### Patch Changes
Expand Down Expand Up @@ -76,6 +90,7 @@
- ebd67d2: Add ATTENTION_PAYMENT_CONFIRMATION event (kind 38988)

Adds a new event that allows attention owners to independently attest they received payment after the marketplace publishes MARKETPLACE_CONFIRMATION. This completes the payment audit trail by providing cryptographic proof that payment was actually delivered.

- Added event kind 38988 constant to core
- Added ATTENTION_PAYMENT_CONFIRMATION event specification to ATTN-01
- Added event builder and types to SDK
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@attn/ts-core",
"version": "0.8.1",
"version": "0.8.2",
"description": "Core constants and types for ATTN Protocol",
"private": true,
"type": "module",
Expand Down