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(dre): Improve dre registry a bit more #961

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

sasa-tomic
Copy link
Member

  • Add a bit more filtering operator beside '=', such as '!=', '>', '<', startswith, endswith, contains, etc.
  • Remove the now unnecessary --incorrect-rewards command line option, replaced by: --filter rewards_correct=false
  • Add node details in the subnet list, for convenience (albeit this adds some verbosity, so if it's too verbose we can remove it in the future)
  • Reorder the output fields a bit, putting the list of subnets first

- Add a bit more filtering operator beside '=', such as '!=', '>', '<', startswith, endswith, contains, etc.
- Remove the now unnecessary --incorrect-rewards command line option, replaced by: `--filter rewards_correct=false`
- Add node details in the subnet list, for convenience (albeit this adds some verbosity, so if it's too verbose we can remove it in the future)
- Reorder the output fields a bit, putting the list of subnets first
@sasa-tomic sasa-tomic requested a review from a team as a code owner September 25, 2024 14:03
rs/cli/src/commands/registry.rs Outdated Show resolved Hide resolved
@NikolaMilosa
Copy link
Contributor

Maybe add a couple of examples in description of the PR how to invoke it so we know what the idea was because it changed

@sasa-tomic sasa-tomic merged commit 480ac78 into main Sep 26, 2024
4 checks passed
@sasa-tomic sasa-tomic deleted the sat-dre-registry-more-filters branch September 26, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants