Fix internal link and add .gitignore

This commit is contained in:
Laan Tungir
2026-08-12 07:53:18 -04:00
parent 359534ee12
commit cfe9293b7f
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
__pycache__/
*.pyc
node_modules/
+1 -1
View File
@@ -199,7 +199,7 @@ The `.bne` binary format gives **224 more bytes (20% more)** of content per data
- **No `id` on the wire**: computed from SHA256 hash of the event (64 bytes saved)
- **No JSON structural overhead**: no quotes, commas, colons, braces (68 bytes saved)
See [`max_single_packet_event.md`](../rethinking_nostr/max_single_packet_event.md) in `rethinking_nostr/` for the full `.bne` byte layout.
See [`max_single_packet_event.md`](max_single_packet_event.md) for the full `.bne` byte layout.
## Single-Packet Guarantee