Commit Graph

4 Commits

Author SHA1 Message Date
tomFlowee 7ecf23e391 Follow indexer changes for all services
Separate the log-conf and service-config file locations.
Avoid providing a bind on the commandline, make it come from the
config file instead.
2026-05-22 00:12:45 +02:00
tomFlowee efa6c05e1a A API review of CashAddr.h
This removes from the header all private methods, adds API docs and does
some renames that make code using this API much more readable.
2026-02-09 15:28:04 +01:00
tomFlowee f2ac8c4988 more helpful logging 2026-01-07 20:53:58 +01:00
tomFlowee a9d3db7cf4 Avoid confusion, call the server a store.
The server allows a wallet to store or restore wallet data, but it
requires the application to have access to the identity address of
the wallet.

So it should be made clear that we do NOT expect anyone to store
a wallet seed in here, as that would create a circular dependency.
Can't get the wallet-identity without the seed and thus without
the seed you can't find nor decrypt the actual file.
2025-11-04 17:40:02 +01:00