You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 additional transactions, which was not included in first answer: 5GQvQC6S1NbCuobzbxcmhz3NLkufs1hKLyyaJnsTYbhNqZ3j2ueD4ihu4Y7dW7jgxz6xzmRx3cjSHNyYucAAimLz and 1334qasknNxBbw7xaFM4AChSgcQ5bxq16BJUvKT5v8nVjBKG9zLxKUu5LKKU3CLCXkpDhDjuwSr3f3MsG72nj7q. This query was reproducible several times with several servers, and the same answer I got in explorer.solana.com.
Is there any guarantee, that getSignaturesForAddress return continuos bunch of transaction? And it not - what is the proper way to check, that I got all transaction between "before" & "untill" ?
For spending transaction, I could check post-balance & pre-balance. but there are transactions, where post-balance & pre-balance are the same. So, these transactions could disappear silently
Proposed Solution
The text was updated successfully, but these errors were encountered:
Hi,
i'm expierencing this issue as well on following request : [ { "jsonrpc": "2.0", "id": 1, "method": "getSignaturesForAddress", "params": ["4WXfY5BekQV56x2hGUWwCKTMbAGEWHaqrkrPheR5XbRa",{"limit": 1000}] } ]
Solscan is giving me the extra transaction 4va1dhVRv9bUr4SqXCyBVGaZW9wDU1Qm1nb4Vo5Ye7mpKyGQVSWzdra8Ccqt5ZqLCnLSVxTCxr8aJN8kMLzgAdto
Othere solana explorers don't show this transaction, neither does my rpc.
Although when you search on this specific signature however you do find it on all rpc's.
Currently I'm expecting the perased json is having in an issue while solscan implemented code directly on the memcp and is parsing it afterwards.
Problem
I made (~11.12.2021 00:00 utc) an RPC call to https://api.mainnet-beta.solana.com/
with this request
and got this aswer
Now, I make the same query ( ~13.12.2021 19:00 utc) and got
There are 2 additional transactions, which was not included in first answer: 5GQvQC6S1NbCuobzbxcmhz3NLkufs1hKLyyaJnsTYbhNqZ3j2ueD4ihu4Y7dW7jgxz6xzmRx3cjSHNyYucAAimLz and 1334qasknNxBbw7xaFM4AChSgcQ5bxq16BJUvKT5v8nVjBKG9zLxKUu5LKKU3CLCXkpDhDjuwSr3f3MsG72nj7q. This query was reproducible several times with several servers, and the same answer I got in explorer.solana.com.
Is there any guarantee, that getSignaturesForAddress return continuos bunch of transaction? And it not - what is the proper way to check, that I got all transaction between "before" & "untill" ?
For spending transaction, I could check post-balance & pre-balance. but there are transactions, where post-balance & pre-balance are the same. So, these transactions could disappear silently
Proposed Solution
The text was updated successfully, but these errors were encountered: