Commit Graph

10 Commits

Author SHA1 Message Date
Vinit 1b236faa7b fix: move NostrTypeGuard tests to nip19.test.ts
NostrTypeGuard was moved to nip19.ts in commit 45b25c5bf5
but tests stayed in core.test.ts and started failing because it still imported
NostrTypeGuard from core.ts - which wasn't there.
2024-10-11 07:48:46 -03:00
fiatjaf 45b25c5bf5 nip19/nip49: remove nrelay and move bech32 string guard methods from core to nip19. 2024-09-09 14:20:35 -03:00
fiatjaf 566437fe2e
nip19: length 0 on TLV is not forbidden. 2023-12-26 07:56:55 -03:00
fiatjaf 5d6c2b9e5d
nip19: reverse TLV ordering just to keep other implementations honest. 2023-12-26 07:56:55 -03:00
fiatjaf fe87529646
change tests and nips to use the new api. 2023-12-19 13:58:37 -03:00
fiatjaf 3d541e537e
move to bun and bun:test and remove jest. 2023-12-16 14:53:32 -03:00
Sherry c73268c4e2
Add kind to nevent decode and encode (#304) 2023-09-26 12:20:17 -03:00
Alex Gleason 718032022c
just format 2023-08-31 13:42:15 -05:00
Alex Gleason 08885ab8da Refactor imports: use file extension, improve tree shaking, update tests 2023-05-12 17:03:41 -03:00
Alex Gleason 18e8227123 Convert all tests to TypeScript 2023-05-10 21:20:27 -03:00