oura icon indicating copy to clipboard operation
oura copied to clipboard

v2 issues with filters not respected

Open gitmachtl opened this issue 7 months ago • 1 comments

having the following in my config.toml for the terminal sink:

[[filters]]
type = "LegacyV1"
include_transaction_details = true
include_block_end_events = true

[filters.check]
predicate = "variant_not_in"
argument = ["Mint", "Metadata", "Collateral"]

however, the output still contains MINT, META and COLLAT lines.

is there a new syntax to remove those from the output in v2?

gitmachtl avatar Jul 27 '25 11:07 gitmachtl

I think the filter.check is wrong, I will take a look and let you know.

paulobressan avatar Aug 12 '25 22:08 paulobressan