ziggie
e20a34de46
paymentsdb: refactor attempt verification
2025-09-05 09:52:41 +02:00
ziggie
0320dfcc89
paymentsdb: add compile time check for the kv db implementation
2025-09-05 09:52:40 +02:00
ziggie
3d4ee8b874
paymentsdb: rename defaultKVStoreOptions func
...
We rename the modifier to use the same naming as used in the
graphDB to align the codebase.
2025-09-05 09:52:40 +02:00
ziggie
82242f5342
multi: rename KVPaymentDB to KVStore
...
This matches the same naming as used in the graph package.
2025-08-20 09:07:53 +02:00
ziggie
8245e356e5
paymentsdb: move serialization methods to kv_store file
2025-08-20 09:07:53 +02:00
ziggie
e24ae0d7f3
paymentsdb: add missing comments for variables
2025-08-14 19:53:18 +02:00
ziggie
df9bac2ecf
multi: move PaymentCreationInfo to payment pkg
2025-08-14 19:53:18 +02:00
ziggie
d138e23919
multi: move FailureReason to payment package
2025-08-14 19:53:18 +02:00
ziggie
d77b2f9c26
mulit: move payment query code to separate file
...
We also rename the struct since it is now in its own package
there is no need to prefix it.
2025-08-14 19:53:18 +02:00
ziggie
03af9858d2
multi: move payment related code into own package
...
This commit moves most of the code into its own package. It is
the smallest code move possible without moving import cycles and
keeping the changes to the code base as small as possible during
refactor.
2025-08-14 19:53:15 +02:00