ndk serializer #7
Loading…
x
Reference in New Issue
Block a user
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?
Serialize and deserialize have optional
includeSig
orincludeId
and it's unclear how it's used (called from other code) and what happens when both are set true or false, or only includeSig settrue
.The serializer creates an array which has item order depending on the flags and when deserializing, depending on the flags, order would not be the same.
6b3ea8b298/ndk/src/events/serializer.ts (L13)