Skip to content

Conversation

@linuskendall
Copy link
Contributor

Adds an (optional) filter to filter on individual accounts pubkeys.

Comment on lines +51 to +54
#[serde(default)]
pub owners: HashSet<String>,

#[serde(default)]
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
#[serde(default)]
pub owners: HashSet<String>,
#[serde(default)]
pub owners: HashSet<String>,

I actually explicitly removed the #[serde(default)] attribute on most config keys because we ran into multiple issues previously with that attribute making typos in the config harder to detect.

@ray-kast
Copy link
Contributor

Superseded by #17.

@ray-kast ray-kast closed this Aug 11, 2022
ray-kast added a commit that referenced this pull request Aug 16, 2022
Rebase of #5 (Added accounts filter)
@linuskendall linuskendall deleted the accounts_filter branch September 12, 2022 11:08
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