703a9e7238
refactor(internal/peer): use flags instead of env vars
2025-03-24 13:57:42 -04:00
19e9674f40
refactor(internal/client): use flags instead of env vars
2025-03-24 13:57:00 -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
27b6446893
feat(internal/client): support dynamic log level
2025-03-23 10:02:05 -04:00
c3cdf8f7bf
refactor(internal/client): correctly initialize key file
2025-03-22 14:28:22 -04:00
6c12375e17
refactor(internal/peer): reduce default logging
2025-03-22 14:28:03 -04:00
87587bb02f
refactor(cmd/dsfxctl,internal/client): use single file
2025-03-22 13:39:45 -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