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

Feature request: getSignatureCountForAddress #3399

Open
Denommus opened this issue Oct 31, 2024 · 1 comment
Open

Feature request: getSignatureCountForAddress #3399

Denommus opened this issue Oct 31, 2024 · 1 comment

Comments

@Denommus
Copy link

Denommus commented Oct 31, 2024

Problem

Eclipse-based dApps want to know the total number of signatures/transactions for their respective program addresses. For now, we have a small script as a workaround: https://github.com/Eclipse-Laboratories-Inc/get-signatures-for-address

Proposed Solution

A new RPC method, getSignatureCountForAddress, with the following parameters:

String

Account address as base-58 encoded string

Object

Configuration object containing the following fields:
commitment string (optional)
minContextSlot number (optional)

And the result should be a number with the total amount of signatures on that commitment level.

@khuddite
Copy link

khuddite commented Nov 1, 2024

Can someone chime in and confirm if this is a feature we wanna implement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants