-
Notifications
You must be signed in to change notification settings - Fork 919
Conversation
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @lorisleiva and the rest of your teammates on Graphite |
dd565d7
to
7b5a5cb
Compare
jsonParseWithBigInts
helperparseJsonWithBigInts
helper
8027ee8
to
eec29ad
Compare
7b5a5cb
to
0369450
Compare
eec29ad
to
4272a4f
Compare
0369450
to
b3e4ac7
Compare
b3e4ac7
to
cc8c5d6
Compare
4272a4f
to
d9ab449
Compare
cc8c5d6
to
f2ea496
Compare
d9ab449
to
915b51e
Compare
f2ea496
to
eedbefd
Compare
915b51e
to
961ef97
Compare
eedbefd
to
6a38604
Compare
961ef97
to
0690002
Compare
6a38604
to
b935286
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0690002
to
21ecd67
Compare
b935286
to
0a6e00d
Compare
21ecd67
to
44d491d
Compare
0a6e00d
to
7e84995
Compare
44d491d
to
ea59901
Compare
7e84995
to
c651c96
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge activity
|
c651c96
to
207e5a5
Compare
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
This PR adds a new
parseJsonWithBigInts
helper function that parses any JSON string whilst parsing any integer within the JSON string into abigint
without loosing precision even when said integer goes aboveNumber.MAX_SAFE_INTEGER
.This will be used — in a subsequent PR — to create a new Solana-RPC-specific HTTP transport that prevents loss of precision for large integers.