Commit Graph

10097 Commits

Author SHA1 Message Date
lateminer
f303365bd3 Build blackcoind instead of bitcoind...
...and so on
2017-12-30 00:20:44 +03:00
janko33bd
3ae2d2aacc dust fix 2017-12-21 23:07:41 +01:00
janko33bd
7b90059a42 make 0 value data outputs standard 2017-12-13 00:27:05 +01:00
janko33bd
213fa374d1 changed to lore and lore.conf 2017-12-02 22:41:59 +01:00
janko33bd
5e670fdb0c Merge pull request #6 from mtjburton/Blackcoin-Lore
Porting memory/performance fixes from upstream
2017-11-24 18:45:17 +01:00
Allan Doensen
4f09cfdeb1 Fix for issues with startup and multiple monitors on windows. 2017-10-16 17:32:18 +01:00
Adam Langley
734dcb3afe Switch memory_cleanse implementation to BoringSSL's to ensure memory clearing even with link-time optimization.
The implementation we currently use from OpenSSL prevents the compiler from optimizing away clensing operations on blocks of memory that are about to be released, but this protection is not extended to link-time optimization. This commit copies the solution cooked up by Google compiler engineers which uses inline assembly directives to instruct the compiler not to optimize out the call under any circumstances. As the code is in-lined, this has the added advantage of removing one more OpenSSL dependency.

Regarding license compatibility, Google's contributions to BoringSSL library, including this code, is made available under the ISC license, which is MIT compatible.

BoringSSL git commit: ad1907fe73334d6c696c8539646c21b11178f20f
2017-10-15 22:06:09 +01:00
Dan Raviv
10e4079573 Porting memory fixes 2017-10-15 22:06:04 +01:00
Wladimir J. van der Laan
effed14ca3 Porting memory fixes 2017-10-15 21:54:49 +01:00
Wladimir J. van der Laan
128139cdeb qt: Avoid OpenSSL certstore-related memory leak
- Correctly manage the X509 and X509_STORE objects lifetime.
2017-10-15 21:29:04 +01:00
Wladimir J. van der Laan
39925b4831 qt: Avoid splash-screen related memory leak
Make splash screen queue its own deletion when it receives the finished
command, instead of relying on WA_DeleteOnClose which doesn't work under
these circumstances.
2017-10-15 21:25:19 +01:00
mtjburton
2abb436f48 Porting QT memory fixes 2017-10-15 21:12:15 +01:00
janko33bd
02003157d5 blackstat: ceil(x) Rounds x upward, returning the smallest integral
value that is not less than x.

SatoshisPerK*ceil(1 + nSize / 1000);`
2017-09-06 21:39:25 +01:00
janko33bd
266da77e16 The fee is to low for the reference client. 2017-09-04 22:39:25 +01:00
janko33bd
2fef57af93 return-statement with no value, in function returning ‘long long unsigned int’ 2017-09-02 23:48:16 +02:00
janko33bd
062eb8ccf7 fixes to staking gui 2017-09-02 23:36:40 +02:00
janko33bd
0f440a31dc compilation fix 2017-09-02 20:25:20 +01:00
janko33bd
746f725859 whoops forgot comma 2017-09-02 20:04:18 +01:00
janko33bd
87698fe7ce Ensure previous clients can't open HD wallets 2017-09-02 19:57:05 +01:00
janko33bd
5b49f32c85 [Wallet] ensure CKeyMetadata.hdMasterKeyID will be cleared during
SetNull()
2017-09-01 17:20:07 +01:00
janko33bd
2604134d9f [Wallet] print hd masterkeyid in getwalletinfo 2017-09-01 16:17:29 +01:00
janko33bd
17f0b66a8e [Wallet] Add simplest BIP32/deterministic key generation implementation 2017-08-30 22:35:59 +01:00
janko33bd
96b46824b5 fee fix 2017-07-07 20:32:35 +02:00
janko33bd
092c9ae7e7 adding staking info and checkkernel 2017-07-03 22:24:04 +02:00
janko33bd
3278c5c134 ppcoin: disable transaction (only for coinstake) 2017-06-23 20:56:54 +02:00
janko33bd
8e6e7fa1eb Merge branch 'Blackcoin-Lore' of https://github.com/janko33bd/bitcoin into Blackcoin-Lore 2017-06-23 18:16:29 +02:00
janko33bd
89e6a1f3dd better cast 2017-06-23 18:15:11 +02:00
janko33bd
49cace1f9d fix for arm in this version 2017-06-17 23:23:53 +02:00
janko33bd
322510c8a5 change version before release 2017-06-17 08:07:39 +02:00
janko33bd
eb09a65290 [zaphod42] iCCP: known incorrect sRGB profile 2017-06-15 13:33:52 +02:00
janko33bd
91173181f2 Merge branch 'LoreGoneMad' of https://github.com/janko33bd/bitcoin into LoreGoneMad 2017-06-14 18:45:05 +02:00
janko33bd
b27df4f1d0 mingw zmq static 2017-06-14 18:43:39 +02:00
janko33bd
dc010abfcd WinIoCtl.h: No such file or directory 2017-06-14 00:40:20 +02:00
janko33bd
bd5f50ef74 Merge pull request #2 from mtjburton/LoreGoneMad
Updated app name to fix QSettings conflicting with Bitcoin
2017-06-13 23:34:04 +02:00
Michael Burton
e143ec9e1c Updated app name to fix QSettings conflicting with Bitcoin 2017-06-13 22:24:46 +01:00
janko33bd
4bb7bcff90 mandatory c++ 2017-06-12 22:39:29 +02:00
janko33bd
45667420d0 btc bitcoin-qt 2017-06-12 19:40:13 +02:00
janko33bd
31f2450e72 missing files 2017-06-11 16:00:49 +02:00
janko33bd
4970eb7b97 btc deps 2017-06-11 15:54:29 +02:00
janko33bd
9692867cff change version of qt back 2017-06-11 13:41:49 +02:00
janko33bd
422cd85be8 qt to c++11 remove qt-zlib for sys zlib 2017-06-11 12:51:16 +02:00
Daira Hopwood
22482688bd Changes to upgrade bdb to 6.2.23 2017-06-11 10:13:44 +02:00
Cory Fields
8001073e47 depends: qt: disable printer for all platforms, not just osx
This also fixes the native osx build.
2017-06-11 08:56:35 +02:00
janko33bd
b908a9c8d9 missing file 2017-06-11 07:57:45 +02:00
Cory Fields
c31ccfb038 Die Birne 2017-06-11 07:38:20 +02:00
fanquake
ddd952d583 [depends] Boost 1.64.0 2017-06-10 08:22:29 +02:00
Cory Fields
aa8f936802 depends: use c++11 2017-06-10 08:07:32 +02:00
fanquake
d647a248e6 [depends] OpenSSL 1.0.1k - update config_opts 2017-06-10 07:45:54 +02:00
Cory Fields
a5fb05a714 depends: fix zlib build on osx
zlib is sneaky and expects ar to be libtool on darwin.
2017-06-10 06:16:15 +02:00
Cory Fields
1abfbef693 qt: fix build with zlib for target
This contains a few hacks very specific to Qt's buildsystem. These can be
reverted once we split the build between native and target builds.

Qt's build contains a circular dependency when not using a system zlib.
By far the easiest fix is to switch to a system zlib, rather than Qt's own.
However, that confuses Qt's cross build which assumes that when using a system
zlib, it should also find a system (native) zlib for native tools. The build
breaks if that zlib is not present.

To solve this:
1. Always use a system zlib rather than the one provided by qt
2. Set force_bootstrap, which instructs the build tools to be built as though
   we're cross-compiling (build != target)
3. For build tools, use qt's internal zlib so that a native zlib is not
required.

Step 3 means that if any zlib headers are found by the native build, it will
confuse Qt's internal zlib build. So we also need to make sure that the target
headers/libs aren't found. To do so, specify that our
cflags/cxxflags/cppflags/ldflags only apply for non-host builds.

# Conflicts:
#	depends/patches/qt/mac-qmake.conf
2017-06-09 23:36:58 +02:00