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

Parsed Instruction Components #14

Open
buffalojoec opened this issue May 17, 2024 · 1 comment
Open

Parsed Instruction Components #14

buffalojoec opened this issue May 17, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@buffalojoec
Copy link
Owner

Right now we have components for Account and Transaction, but
we don't have any for TransactionInstruction.

On both the Transactions and Explorer pages, we should be able to see
parsed transactions, and then within those parsed transactions, parsed
instructions.

For now, we can follow the same pattern as the account components
(base -> parsed -> extensions) and do parsed transaction -> parsed instruction.

Later on, we'll optimize the GraphQL queries to be able to parse directly from
the transaction and avoid duplicating getTransaction calls.

@buffalojoec buffalojoec added enhancement New feature or request good first issue Good for newcomers labels May 17, 2024
@Hrushi20
Copy link
Contributor

I'll work on this issue.

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

2 participants