| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add library comparison benchmarks with build tag isolation | bndw | 2 days | 1 | -8/+8 |
| | | | | | | | | | Add comprehensive benchmarks comparing NWIO against nbd-wtf/go-nostr and fiatjaf.com/nostr across event operations, signing, verification, and filtering. Use build tag 'benchcmp' to prevent competitor libraries from polluting module dependencies - they're only downloaded when explicitly running comparison tests. | ||||
| * | fix: correct WebSocket GUID constant (RFC 6455) | bndw | 8 days | 1 | -2/+0 |
| | | | | | | | | | | | | Fixed typo in WebSocket GUID that was causing handshake failures. The GUID had '5AB5' instead of 'C5AB0' in the middle section. Correct value: 258EAFA5-E914-47DA-95CA-C5AB0DC85B11 This also includes the implementation of an internal WebSocket client to replace the external dependency, providing a minimal implementation tailored for Nostr relay connections. | ||||
| * | wip | bndw | 9 days | 1 | -0/+12 |
