173 Commits

Author SHA1 Message Date
tomFlowee 9de00d04a5 Prepare next release 2026-05-17 14:03:05 +02:00
tomFlowee 39f8da3b3c Update month 2026-05-15 10:52:31 +02:00
tomFlowee a1ccedb592 new version 2026-04-20 22:59:58 +02:00
tomFlowee 363153e9df Support logging line numbers and file/method names. 2026-04-11 00:26:48 +02:00
tomFlowee 23e2441f66 Move to new release version 2026-02-13 20:56:16 +01:00
tomFlowee 1b7726ef8e Notice that the http client requires a newer boost 2026-01-14 20:08:31 +01:00
tomFlowee 811c25b16c Add cmake option full_logs to include all logs
The default behavior is unchanged, we remove some logging on things
like release builds, they simply don't get compiled in.

This feature is for people wanting to make a build with the libraries
including all levels of logging, while not compromising on something
like using a release build.
2026-01-14 11:56:37 +01:00
tomFlowee ac817d0f5d new year, new prices 2026-01-07 20:59:43 +01:00
tomFlowee 4aa2718658 Prepare for new release 2025-11-13 23:47:33 +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
tomFlowee 4d4dcc6b1a New month 2025-11-02 17:17:04 +01:00
tomFlowee b9b92f74be Correct CMake call for boost
Boost now no longer wants header only sections to be added here,
presumably because we won't link to any library.

This fixes compilation against Boost 1.89
2025-10-21 19:28:16 +02:00
tomFlowee 18e8b076a2 Start new project wallet-backup-server
A rather simple server that allows POST uploads of small files that
have to be signed and owned by a bitcoin address.

The data embedded in this file is the backup of a (bitcoin cash) wallet.
Which should be made available by the wallet if it knows the address.
2025-10-02 22:35:41 +02:00
tomFlowee c4bb20cc90 New month 2025-08-02 16:07:53 +02:00
tomFlowee 2be8ea7a9e Remove app-only libs from the boost search 2025-08-02 00:05:57 +02:00
tomFlowee 080bc2456d new month 2025-07-12 16:10:24 +02:00
tomFlowee b9d9b9eda3 new month, new version 2025-05-01 08:21:02 +02:00
tomFlowee f9756a6ac6 New release 2025-04-08 13:01:09 +02:00
tomFlowee 49324fad28 Limit linking to only needed boost libs.
We now removed the need for Boost:chrono in all the libs, to avoid
accidentally linking to it again this change makes the apps link to
the actual specific libs instead of just all.
2025-03-07 15:36:36 +01:00
tomFlowee ec408c2f36 New month, new version 2025-03-07 14:31:22 +01:00
tomFlowee 892c5a0027 Don't leave this enabled 2025-02-13 22:01:25 +01:00
tomFlowee 765955cfc0 Move release to new month 2025-02-13 21:44:44 +01:00
tomFlowee c083a56916 Add guards for ssl functionlity of network manager
When Boost is too old, avoid compiling the SLL features into the network
manager.
2025-02-11 20:16:32 +01:00
tomFlowee 8935959c40 New release number 2025-02-01 20:07:40 +01:00
tomFlowee 57ba3ffaa4 Update year and release. 2025-01-07 17:06:49 +01:00
tomFlowee 8278dc6785 This chooses the cmake boost finding behavior
CMake details for finding boost have been shipped for years inside
of boost, this makes cmake use that upsteam info to configure boost
and avoids problems when a newer boost than cmake is found.
2024-11-29 16:46:04 +01:00
tomFlowee 45be0a042b Increase minimum boost version
Since the usage of registered_buffer.hpp in the network layer,
we require 1.78 (released 2021).
2024-10-14 21:18:21 +02:00
tomFlowee 63cc4e40ad Version 2024.10.0 2024-10-08 22:06:00 +02:00
tomFlowee f8ca73ec48 Fixlets for SSL detection on non-Linux
This removes obviously no longer correct macos code
This adds a workaround for Android not detecting the libs sometimes.
  Works because we use our docker where we know the locations.
2024-08-24 17:56:47 +02:00
tomFlowee 6966dd8643 Minor messaging cleanups in cmake. 2024-08-11 18:49:35 +02:00
tomFlowee 4c2adc1728 Silence cmake
The cmake boost integration has changed, which means we need to
test how to do this over a large number of setups to do
it "correctly" and that's going to be a task for later.

For now, lets avoid the message and make clear we want to keep
the old behavior.
2024-07-06 22:13:44 +02:00
tomFlowee f3f14f8074 New version 2024-06-26 21:57:37 +02:00
tomFlowee 6229055dd2 new release version 2024-05-05 21:30:27 +02:00
tomFlowee f62acbed6b New version 2024-02-27 19:43:19 +01:00
tomFlowee 9452bfb4f1 New version 2024-01-28 21:35:42 +01:00
tomFlowee 3f2068b520 New version 2024-01-07 12:33:34 +01:00
tomFlowee 63dd017b4d New version 2024-01-04 21:54:15 +01:00
tomFlowee 1c53a18048 update version to 2023.11.1 2023-11-30 19:32:42 +01:00
tomFlowee 1237d8eefd new month, new version 2023-11-03 22:20:55 +01:00
tomFlowee 7fdffb919f New versions 2023-11-01 20:33:58 +01:00
tomFlowee 470657fd0e New version 2023-10-29 11:45:12 +01:00
tomFlowee 7aba8ac522 Start new version 2023-08-17 21:35:51 +02:00
tomFlowee 5e016fec51 new version 2023-06-14 22:40:37 +02:00
tomFlowee 3455801a52 new release 2023-05-07 17:52:50 +02:00
tomFlowee 5d62ed34b2 Fix global property usage in CMake
This makes txVulcano be built again.
2023-05-02 22:26:41 +02:00
tomFlowee 7ab87c9166 Increase version 2023-05-02 16:03:59 +02:00
tomFlowee c3cc2a4e04 New version 2023-04-09 11:25:19 +02:00
tomFlowee 038e7bc0a5 Add new CMake option 'build_apps'.
To enable this means the buildsystem will build all the applications
as well as the libraries.
Applications are 'hub' / 'txVulcano' / 'indexer' etc.
Default this one is turned off.
2023-03-20 19:50:32 +01:00
tomFlowee 6634938358 new version 2023-02-25 19:42:44 +01:00
tomFlowee 009e26cb66 New version 2023-02-21 20:32:48 +01:00