You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add filter examples to README.md for the cases not currently covered. The existing Filtering section already documents type, asset fingerprint, policy ID, and combinations; address, pool ID, and DRep filters have no examples yet.
Files
README.md (extend the Filtering section that begins at the existing ## Filtering heading)
Changes
Add subsections under the existing Filtering section:
Address filtering: bech32 address example, multiple addresses, CLI and YAML config samples.
Pool ID filtering: pool ID format reminder, single and multiple values, CLI and YAML samples.
Combined filter behavior: clarify that all configured filters must match (AND across filter types) and that values within a single filter use OR semantics. The existing intro says this; reinforce with one combined example using address plus pool plus type.
Each example must be tested by running the command against a node before landing.
Verification
README renders correctly on GitHub.
Each command in the new sections runs without error against a working adder setup.
Goal
Add filter examples to README.md for the cases not currently covered. The existing Filtering section already documents type, asset fingerprint, policy ID, and combinations; address, pool ID, and DRep filters have no examples yet.
Files
README.md(extend the Filtering section that begins at the existing## Filteringheading)Changes
Add subsections under the existing Filtering section:
Each example must be tested by running the command against a node before landing.
Verification
Dependencies
None.