-
Notifications
You must be signed in to change notification settings - Fork 926
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
ebde947
to
c631810
Compare
7b5a5cb
to
0369450
Compare
c631810
to
3ed7380
Compare
0369450
to
b3e4ac7
Compare
3ed7380
to
f563379
Compare
b3e4ac7
to
cc8c5d6
Compare
c5c040a
to
906eb43
Compare
cc8c5d6
to
f2ea496
Compare
906eb43
to
5eb1545
Compare
f2ea496
to
eedbefd
Compare
5eb1545
to
0d567bb
Compare
eedbefd
to
6a38604
Compare
0d567bb
to
877f2ef
Compare
6a38604
to
b935286
Compare
877f2ef
to
41378fc
Compare
b935286
to
0a6e00d
Compare
41378fc
to
97d86b7
Compare
0a6e00d
to
7e84995
Compare
97d86b7
to
42cece0
Compare
7e84995
to
c651c96
Compare
42cece0
to
b3c246e
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.
it.each` | ||
input | expectedString | ||
${0n} | ${'0'} | ||
${-0n} | ${'0'} |
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.
Interesting.
Merge activity
|
b3c246e
to
0931654
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
stringifyJsonWithBigInts
helper function that supports renderingbigints
as unsafe numerical values.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, in both the request and the response of the RPC cycle.