Skip to content

Remove global BigInt serialiser replacement#131

Open
Slyke wants to merge 1 commit intoMarkoudstaal:mainfrom
Slyke:main
Open

Remove global BigInt serialiser replacement#131
Slyke wants to merge 1 commit intoMarkoudstaal:mainfrom
Slyke:main

Conversation

@Slyke
Copy link

@Slyke Slyke commented Oct 3, 2025

This is for #130

I couldn't find what this code was doing. I understand that BigInts, for channel IDs and such loose some digits when serialising them with JSON.stringify(), but in all cases I tested with, all these large numbers were already strings.

The reason to remove this include is due to it replacing the global serialiser, which is breaking other things which expect BigInts to not be strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant