Skip to content

Commit 770eea2

Browse files
chore: merge upstream/main into chore/pnpm-migration
2 parents 04cb64c + 1663b83 commit 770eea2

54 files changed

Lines changed: 2490 additions & 296 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/chubby-drinks-worry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/config.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.1.4/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{
6+
"repo": "cameri/nostream"
7+
}
8+
],
49
"commit": true,
5-
"fixed": [],
6-
"linked": [],
7-
"access": "restricted",
10+
"privatePackages": {
11+
"tag": true
12+
},
13+
"access": "public",
814
"baseBranch": "main",
9-
"updateInternalDependencies": "patch",
10-
"ignore": [],
11-
"commitMessage": "chore(release): version packages\n\n[skip ci]"
15+
"updateInternalDependencies": "patch"
1216
}

.changeset/empty-nip40-tests.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
Test-only NIP-40 integration coverage; no release version bump required.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"nostream": patch
3+
---
4+
5+
Fix replaceable batch upserts to apply NIP-01 tie-breaker semantics when timestamps are equal by comparing event IDs.

.changeset/full-donuts-allow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"nostream": minor
3+
---
4+
5+
added NIP-45 COUNT support with end-to-end handling (validation, handler routing, DB counting, and tests).

.changeset/fuzzy-corners-wink.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"nostream": patch
3+
---
4+
5+
Add unit tests for InvoiceRepository and UserRepository with sinon-stubbed DB client

.changeset/loose-jeans-lead.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"nostream": patch
3+
---
4+
5+
update NIP-11 relay info fields and CORS, with test and docs updates
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"nostream": patch
3+
---
4+
5+
Add integration tests for NIP-02 contact lists (Kind 3)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"nostream": patch
3+
---
4+
5+
Improve NIP-22 `created_at` limit handling coverage and boundary reliability.
6+
7+
This adds integration coverage for accepted and rejected events across configured positive and negative `created_at` deltas, and keeps rejection semantics consistent (`rejected`) for out-of-range timestamps.

0 commit comments

Comments
 (0)