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

Create a 'getTransactions' RPC endpoint (plugin/extension) #3297

Open
lock9 opened this issue Jun 6, 2024 · 3 comments
Open

Create a 'getTransactions' RPC endpoint (plugin/extension) #3297

lock9 opened this issue Jun 6, 2024 · 3 comments
Labels
discussion Initial issue state - proposed but not yet accepted

Comments

@lock9
Copy link
Contributor

lock9 commented Jun 6, 2024

Summary or problem description
Plugins/extensions can be used to index NEP17 and NEP11 transactions. However, this only works for NEP-specific transfers. Other transactions, such as vote, deploy, etc., aren't returned. The only alternative is to use Dora or create a custom indexer.

Do you have any solution you want to propose?
An RPC endpoint should be used to retrieve all transactions where the user is the sender.
Questions:

  • Should the endpoint return transactions where the address is not the sender but appears in a notification? (when it's a transfer recipient, for example).
  • Should this be added to the existing plugins or do we need a new one?

Where in the software does this update apply to?

  • Plugins
  • RPC (HTTP)
@lock9 lock9 added the discussion Initial issue state - proposed but not yet accepted label Jun 6, 2024
@Jim8y
Copy link
Contributor

Jim8y commented Jun 7, 2024

This would be useful, but might be hard to implement, i will do some research. Core-dev whoever is interested can claim.

@cschuchardt88
Copy link
Member

This would be useful, but might be hard to implement, i will do some research. Core-dev whoever is interested can claim.

This is easy to do, But It cost of to process.

@cschuchardt88
Copy link
Member

#3390

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Initial issue state - proposed but not yet accepted
Projects
None yet
Development

No branches or pull requests

3 participants