tangle-network / relayer

🕸️ The Webb Relayer Network
https://webb-tools.github.io/relayer/
Apache License 2.0
22 stars 13 forks source link

Fix outdated config files #368

Closed Nutomic closed 1 year ago

Nutomic commented 1 year ago

I tried running with config files development/evm-localdkg and local-substrate, both of them were throwing lots of errors about missing fields.

It would be nice to add some test cases which try to parse all the config files, that way we would catch in CI if something is wrong.

Edit: .env.example files are also wrong, lines with WEBB_SUBSTRATE_LOCALDKG_ENABLED=true should be removed as they case error "substrate.localdkg: missing field name"

shekohex commented 1 year ago

Closed by #369