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

feat(cli): enhance ChainListCmd with JSON output and <epoch> placeholder support #12691

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Kubuxu
Copy link
Contributor

@Kubuxu Kubuxu commented Nov 12, 2024

This PR updates the ChainListCmd with:

  • JSON output via <json_tipset> for compact tipset representation.
  • Support for <epoch> as a placeholder.
  • Streamlined format flag usage documentation.

Copy link
Member

@rvagg rvagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, although just a --json that's mutually exclusive with --format might make this eaiser

@Kubuxu
Copy link
Contributor Author

Kubuxu commented Nov 18, 2024

I would expect --json to probably return block headers, which is not what I wanted here. I needed a nice way to resolve epoch to JSON tipset in API format to call louts-shed rpc with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✔️ Approved by reviewer
Development

Successfully merging this pull request may close these issues.

2 participants