-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add isSolanaRequest
helper
#3195
Conversation
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @lorisleiva and the rest of your teammates on Graphite |
c631810
to
3ed7380
Compare
fa57791
to
94e1ede
Compare
3ed7380
to
f563379
Compare
94e1ede
to
4d54dbb
Compare
f563379
to
c5c040a
Compare
4d54dbb
to
37e83c2
Compare
c5c040a
to
906eb43
Compare
37e83c2
to
d3a3d56
Compare
906eb43
to
5eb1545
Compare
d3a3d56
to
cdf7109
Compare
5eb1545
to
0d567bb
Compare
cdf7109
to
9f89fc6
Compare
0d567bb
to
877f2ef
Compare
9f89fc6
to
b159be0
Compare
877f2ef
to
41378fc
Compare
b159be0
to
26af60a
Compare
41378fc
to
97d86b7
Compare
26af60a
to
5c4c50b
Compare
97d86b7
to
42cece0
Compare
2d06c42
to
d566b79
Compare
d566b79
to
7dbb7d1
Compare
0d92cd7
to
2b4def2
Compare
7dbb7d1
to
f2d3b70
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
|
f2d3b70
to
22b6118
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
isSolanaRequest
helper function that checks if a givenRpcRequest
comes from the Solana RPC API.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.