Layr-Labs / eigenda-proxy

Secure and optimized communication layer for rollups using EigenDA.
MIT License
15 stars 22 forks source link

fix: don't allow to configure fallback or cache with nil Redis|S3 ins… #155

Closed mcortesi closed 1 month ago

mcortesi commented 1 month ago

To avoid user confussion, check that variables are not nil before adding them to potential sources.

If not, they will when we actually try to use them

This is because populateTargets() accepts redis and s3 variables to be nil.