13 Commits

Author SHA1 Message Date
c348363f5c
chore(project): change module name 2025-04-01 11:02:20 -04:00
5cca5467bb
feat(project): redo go module 2025-03-25 15:24:26 -04:00
eb2b596f77
feat(project): switch go modules 2025-03-25 13:17:00 -04:00
703a9e7238
refactor(internal/peer): use flags instead of env vars 2025-03-24 13:57:42 -04:00
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
08da2b4eaf
style(internal/peer): improve startup logs 2025-03-22 13:18:27 -04:00
a74cdb8b02
fix(internal/peer): automatically create key and admin files 2025-03-22 13:06:51 -04:00
336b371449
chore(project): redo binary structure 2025-03-22 12:27:48 -04:00
330fa5dd37
refactor(project): rethink directory structure 2025-03-21 22:51:04 -04:00