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

inspect improvements and new features #35

Open
12 tasks
nickfrosty opened this issue Jan 19, 2025 · 0 comments
Open
12 tasks

inspect improvements and new features #35

nickfrosty opened this issue Jan 19, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@nickfrosty
Copy link
Member

nickfrosty commented Jan 19, 2025

As the inspect command gets completed and merged (via #30), this issue will be used to track additional features/enhancements to improve:

General things, not necessarily part of a single inspect functionality

  • add useful flags to help minimize and/or control the output (i.e. only overview, verbose transaction logs, etc)
  • maybe support some sort of "plugin system" to allow devs to have more fine grain control - request here
  • add some caching for transactions and blocks to speed things up for multiple retrievals of the same data, like changing the output level of data in the CLI or other cli flags
  • using custom rpc urls from the solana.toml file (including env keys)

Transactions

Accounts

  • parsing accounts for SPL accounts (at least token)
  • parsing account data based on IDLs - see here and here
  • programs - showing more information like the current explorer does - example

Blocks

  • CU consumed by a block - request here and here
  • support range queries - request here
  • get the leader schedule and see which blocks a validator produced
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant