bacalhau-project / bacalhau

Compute over Data framework for public, transparent, and optionally verifiable computation
https://docs.bacalhau.org
Apache License 2.0
641 stars 85 forks source link

Refactor configuration systems to remove global config access #4011

Closed frrist closed 1 month ago

frrist commented 1 month ago

This entails passing a dedicated BacalhauConfig to components requiring configuration and removing the usage of the global config pattern of config.Get*

frrist commented 1 month ago

Via https://github.com/bacalhau-project/bacalhau/pull/3959