5 Commits

Author SHA1 Message Date
d6cf91916f
fix(internal/peer): read admins file correctly
Previously, the 'keyRaw' slice was being allocated with a length of 0.
However, the 'Read()' function will only read up to the slice's length.
Together, this means that we always read 0 bytes from the admins file.
Now, we can use the 'io.ReadAll()' function to read all of the admins
file before parsing.
2025-03-24 12:41:56 -04:00
c1df1ec84a
refactor(internal/peer): change DSFX_STORAGE_DIR to DSFX_DATA_DIR 2025-03-23 10:17:45 -04:00
fc046f8ee7
feat(internal/peer): support dynamic log level 2025-03-23 10:02:19 -04:00
6c12375e17
refactor(internal/peer): reduce default logging 2025-03-22 14:28:03 -04:00
defca2fa74
refactor(cmd/dsfx,internal/peer): use single file 2025-03-22 13:38:52 -04:00