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

Lookup results by output reference #25

Closed
KtorZ opened this issue Jun 9, 2022 · 1 comment
Closed

Lookup results by output reference #25

KtorZ opened this issue Jun 9, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@KtorZ
Copy link
Member

KtorZ commented Jun 9, 2022

Describe your idea, in simple words.

Kupo is currently geared towards addresses and fetching by address. However, results also contain useful information that can be handy to query such as output references (transaction id + output index) or assets.

This ticket is about providing HTTP endpoints to querying results by output references and/or by transaction id.

Why is it a good idea?

It makes the API more flexible and enable a wider variety of use-cases. It is also a low-hanging fruit since the output reference is already stored in the database and is even the primary key of the table (though, not isomorphic to an INTEGER and thus, would still require extra indexing).

Are you willing to work on it yourself?

Yes.

@KtorZ
Copy link
Member Author

KtorZ commented Sep 15, 2022

Done in #54.

@KtorZ KtorZ closed this as completed Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant