Implement Message Chunking for Content Exceeding NIP-44 Size Limit #2
Labels
No labels
effort
large
effort
medium
effort
small
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
duplicate
status
in-progress
status
needs-review
status
wontfix
type
bug
type
documentation
type
enhancement
type
feature
type
refactor
type
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Arx/Eve-Relay#2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
NIP-44 has a limitation where it can only encode content up to 65535 bytes in length. This creates problems when users need to transmit larger content, as messages exceeding this limit will fail to be properly encrypted and processed.
Proposed Solution
Error Handling
Implementation Details
Acceptance Criteria
Technical Considerations