-
Notifications
You must be signed in to change notification settings - Fork 23
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
getSignaturesForAddress Returns Empty Array ([]) Despite Running Faithful RPC Server Successfully #226
Comments
Possibly you need to find accounts that have signatures in that specific epoch? If I check at the last block of epoch 701: https://explorer.solana.com/block/303263999
I can see lots of results
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the
faithful-cli
RPC server, most RPC methods function correctly. However, thegetSignaturesForAddress
method always returns an empty array ([]
), even when querying addresses that have known transaction history. This issue persists despite using the latest availablegsfa
index.Steps to Reproduce
Clone the repository and build the CLI binaries:
Start the Faithful RPC Server:
Query
getSignaturesForAddress
:Observe the response:
[]
), even when transactions exist.GSFA Index Used
I am using the following
gsfa
index file:📌 epoch-701-gsfa.index.tar.zstd
Expected vs. Actual Behavior
getSignaturesForAddress
[]
(empty array)Additional Details
gsfa
index.Would appreciate any guidance or troubleshooting steps on resolving this issue.
The text was updated successfully, but these errors were encountered: