Skip to content
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

Deserialise of uint64 in rentEpoch field is overflow #172

Open
kotsmile opened this issue Feb 5, 2024 · 3 comments
Open

Deserialise of uint64 in rentEpoch field is overflow #172

kotsmile opened this issue Feb 5, 2024 · 3 comments

Comments

@kotsmile
Copy link

kotsmile commented Feb 5, 2024

here you can see that rentEpoch is 18446744073709552000 > 2**64 - 1
https://solscan.io/account/CSCS9J8eVQ4vnWfWCx59Dz8oLGtcdQ5R53ea4V9o2eUp#solTransfers

@gagliardetto
Copy link
Owner

I have no relation to solscan.

@patrulek
Copy link

patrulek commented Feb 9, 2024

Its not related to solscan, but to latest Solana update. Im getting this error when trying to get some accounts info:

rpc.GetMultipleAccountsResult.Value: []*rpc.Account: rpc.Account.RentEpoch: readUint64: overflow, error found in #10 byte of ...|":184467440737095520|..., bigger context ...|wAJbNbGKPFXCWuBvf9Ss623VQ5DA","rentEpoch":18446744073709552000,"space":165},{"data":["sE1XQOCGjm/b8i|...

Let me know, if you need full message.

@carlcarl
Copy link
Contributor

Hi @gagliardetto,
I also have such issue and just submit a PR.
Could you check it?

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

No branches or pull requests

4 participants