essential-contributions / essential-node

Derive current head from essential builder and sync state between nodes
Apache License 2.0
2 stars 1 forks source link

Allow for providing `check` config to node validation via fn args #96

Open mitchmindtree opened 1 month ago

mitchmindtree commented 1 month ago

Currently we just use the default configuration - there's no way for a user to provide check configuration to validation. We should provide CLI args for check config options, and pass down check configuration from the top level.