We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
affects getblock.io endpoints
ok: Rpc(Error { request: None, kind: SerdeJson(Error("invalid type: floating point `1.8446744073709552e19`, expected u64", line: 0, column: 0)) })
solana rust client cannot deserialize bad account values see: upstream issue: anza-xyz/agave#2950
easiest way to fix is to patch the solana-client crate (inside drift-rs)
The text was updated successfully, but these errors were encountered:
found to affect getblock.io specifically. recommend switching RPC provider if you face this issue due to upstream blockages
Sorry, something went wrong.
No branches or pull requests
affects getblock.io endpoints
solana rust client cannot deserialize bad account values see:
upstream issue: anza-xyz/agave#2950
easiest way to fix is to patch the solana-client crate (inside drift-rs)
The text was updated successfully, but these errors were encountered: