173 Commits

Author SHA1 Message Date
TomZ bc53fe2d4b Make this a little less confusing; use BCH not BTC 2019-03-04 12:46:26 +01:00
TomZ ce4a561ba8 Update year 2019-03-04 12:33:12 +01:00
TomZ 7fc406a797 Start a new branch 2018.02
create a new docker image and set version 2018.02
2018-11-16 00:22:03 +01:00
TomZ 66b610adac Fix compile of tests without wallet 2018-11-13 23:36:35 +01:00
TomZ 5ed4a3a817 update compiler warnings 2018-11-02 20:47:20 +01:00
TomZ d63b2fd955 Make versioning more modern 2018-10-30 11:21:43 +01:00
TomZ 73cb23da3d start new tool 2018-09-20 21:55:07 +02:00
TomZ e7d2a52641 Remove proof-of-concept tool 2018-09-20 21:55:07 +02:00
TomZ 36c564d99f log Qt version in CMake 2018-08-14 22:44:00 +02:00
DesWurstes 5dff3ac72d Add SHA256D64 2018-08-12 10:27:40 +03:00
DesWurstes da075d73be Add SHA-NI and SSE4.1 SHA256 2018-08-09 16:01:13 +03:00
TomZ 901e74bf7a Default build is release-with-debug-info, remove debug-logging, though 2018-07-05 01:46:13 +02:00
TomZ c368c6ef77 Create new UTXO database library
The old was based on levelDB which has scalability issues and stability
issues. (most often cited problem is corrupted database..)

This unspent output database I wrote is based on the idea that we need
never actually update any rows, which makes most old fashioned databases
a bad fit.
All we do is create rows and we forget rows. So lets design a DB to fit
that pattern.
2018-05-09 10:48:16 +02:00
TomZ 4af111c53d Add cmake support for qrencode 2018-03-23 18:31:00 +01:00
TomZ 771cfcb5d3 Fix upnp cmake detection 2018-03-21 17:57:03 +01:00
TomZ 0175dd2708 Detect absence of Qt better in cmake 2018-03-08 15:31:11 +01:00
TomZ 0d2b529491 First very simple client for address monitoring.
This is the simplest and most central part of a point-of-sale
component, as such I place it in that directory.
2018-02-17 19:03:14 +01:00
TomZ 3f5b496959 Protect the user from himself 2018-02-17 14:45:09 +01:00
TomZ a925ad3a56 The force didn't work 2018-02-16 12:37:25 +01:00
TomZ 33fe0fccb5 Cleanup ValidationInterface
Get rid of the weird boost signals setup
Move it to a new library 'interfaces' which is
for stuff that has no dependencies and can avoid
creating inter-library or cicular dependencies.
2018-02-16 12:37:13 +01:00
TomZ e9b7b00ee9 Add mark_release cmake config option 2018-02-14 14:56:15 +01:00
TomZ 954948246f Make clear this content is under the same license 2018-02-14 14:26:28 +01:00
TomZ 4ac68439d1 Introduce CMake building 2018-02-14 13:49:54 +01:00