worldcoin / signup-sequencer

signup-sequencer repository
MIT License
68 stars 33 forks source link

Refactor: Config & simplified tasks #674

Closed Dzejkop closed 7 months ago

Dzejkop commented 8 months ago

Includes:

  1. Deduplication in process_identities
  2. Replaces CLI options with config.rs - now sequencer can be configured with env vars or a config file (or both) - NOTE: env vars will have changed names now
  3. Simplification of tasks (removed a lot of redundant code)
  4. Replaced the parsed config in tests with a type safe config builder
  5. Removed some unused files
  6. Removed a lot of type aliases