tomFlowee
2b13984e82
Start the save method
2025-06-07 22:23:34 +02:00
tomFlowee
3090b74e4f
Update amountToString to remove the stringBuilder
...
This cleans up the code even more, unifying the different cases
into one simple approach.
Added a unit test to verify the result.
2025-04-07 20:59:40 +02:00
tomFlowee
a79e8ff1df
Test and fix fiat rendering in some cases
...
In some locales the group separator is a unicode character that does not
fit in an 8 byte string, causing misrenderings.
We now assume that things fit in 16 bit characters which should fit all
living languages.
2025-03-07 23:27:08 +01:00
tomFlowee
6c82e6cd4f
Fix being able to run 'make check'.
...
Make the name here match the name registerd in the child cmakelists.txt
2022-12-19 23:29:38 +01:00
tomFlowee
702735e17a
Fix the grouping of transactions.
...
This adds a unit test as well, which is a bit tricky as this is date
specific.
2022-12-13 20:53:58 +01:00
tomFlowee
e643a7749b
Port to Qt6
2022-08-20 18:23:51 +02:00
tomFlowee
b81910226d
Start new class
2022-08-02 21:49:30 +02:00
tomFlowee
6a708726a1
Rework BitcoinValue class
...
We now have a unit test and it supports cursor position for a much more
intuitive editing experience.
2021-11-03 18:29:31 +01:00
tomFlowee
0e34e308db
Add unit test for Wallet::findInputsFor()
2021-01-31 22:51:55 +01:00
tomFlowee
20690a24ce
Update email
2021-01-05 14:04:10 +01:00
TomZ
1c94c34582
Add copyright headers
2020-10-17 16:40:48 +02:00
TomZ
2c8954eafa
Fix reorg-tx algo and add unit test for it.
...
The code to re-org all transactions in a block so transactions that
depend on others are processed after those they depend on had a silly
bug (missing line), fixed that but also made it unit-testable to
demonstrate the bug.
2020-10-17 16:38:37 +02:00