lateminer
ee8c6daaaf
Merge remote-tracking branch 'janko33bd/Blackcoin-Lore' into patch-3
2018-01-02 17:12:24 +03:00
lateminer
b741b11cad
Add HD keypath to CKeyMetadata, report metadata in validateaddress
...
https://github.com/bitcoin/bitcoin/pull/8323
2018-01-02 14:30:26 +03:00
lateminer
0e02c74800
[0.13] Create a new HD seed after encrypting the wallet
...
https://github.com/bitcoin/bitcoin/pull/8389/commits
2018-01-02 13:57:39 +03:00
lateminer
00cb4d52f3
[Wallet] keep HD seed during salvagewallet
...
b993671921
2018-01-02 13:33:57 +03:00
lateminer
e373a90495
[Wallet] Correct hdmasterkeyid/masterkeyid name confusion
...
73adfe3bb9
2018-01-02 13:27:07 +03:00
lateminer
138d9e7f56
[Wallet] Ensure <0.13 clients can't open HD wallets
...
3b38a6a96a
2018-01-02 13:18:39 +03:00
lateminer
09176edb18
add bip32 pub key serialization
...
90604f16af
2018-01-02 13:01:45 +03:00
lateminer
f528f99d4c
[Wallet] Add HD xpriv to dumpwallet
...
77c912d21c
2018-01-02 12:48:57 +03:00
lateminer
854b826d8e
[Wallet] use constant for bip32 hardened key limit
...
c022e5b15d
2018-01-02 12:44:22 +03:00
janko33bd
42e2cef149
Merge pull request #8 from lateminer/patch-2
...
Use Blackcoin-Lore instead of Bitcoin, very nice work lateminer.
2017-12-30 13:56:59 +01:00
lateminer
02db6a0dd9
Use Lore instead of Blackcoin
2017-12-30 12:48:59 +03:00
janko33bd
2759850592
Merge pull request #7 from lateminer/patch-1
...
Get parameters from chainparams.cpp...
2017-12-30 03:07:31 +01:00
lateminer
d0de6a0e31
Use "blackcoin:" URI instead of "bitcoin:"...
...
...and so on
2017-12-30 00:21:58 +03:00
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
lateminer
f536a8126e
Replace COINBASE_MATURITY...
...
...with nCoinbaseMaturity
2017-12-17 15:21:59 +03:00
lateminer
0252c5cea3
Replace STAKE_MIN_CONFIRMATIONS...
...
...with nStakeMinConfirmations
2017-12-17 13:18:04 +03:00
janko33bd
7b90059a42
make 0 value data outputs standard
2017-12-13 00:27:05 +01:00
lateminer
af6e26a288
Get staking parameters from chainparams.cpp
...
nStakeTimestampMask, nStakeMinConfirmations, nStakeMinAge
2017-12-04 23:43:49 +03: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