Fix internal link and add .gitignore
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
node_modules/
|
||||||
@@ -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 `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)
|
- **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
|
## Single-Packet Guarantee
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user