neo-project / neo

NEO Smart Economy
MIT License
3.47k stars 1.03k forks source link

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

Open lock9 opened 5 months ago

lock9 commented 5 months ago

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:

Where in the software does this update apply to?

Jim8y commented 5 months ago

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

cschuchardt88 commented 4 months ago

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 commented 4 months ago

https://github.com/neo-project/neo/pull/3390