Commit Graph

7114 Commits

Author SHA1 Message Date
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
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
89e6a1f3dd better cast 2017-06-23 18:15:11 +02:00
janko33bd
eb09a65290 [zaphod42] iCCP: known incorrect sRGB profile 2017-06-15 13:33:52 +02:00
Michael Burton
e143ec9e1c Updated app name to fix QSettings conflicting with Bitcoin 2017-06-13 22:24:46 +01:00
janko33bd@gmail.com
0730bc5745 Lieutenant Dan got me invested in some kind of fruit company.
So then I got a call from him, saying we don't have to worry about money
no more. And I said, that's good! One less thing.
2017-06-09 21:13:08 +02:00
janko33bd
3f7c2f21e7 { to ( 2017-06-07 18:35:21 +02:00
Jack Grigg
db57bbc038 Upgrade Boost to 1.62.0 2017-06-04 23:41:24 +02:00
janko33bd@gmail.com
871ff0f19d changed application directory to Lore
minor fix for pid
2017-06-04 21:40:15 +02:00
janko33bd@gmail.com
909906c013 removed fee section completely 2017-05-31 23:36:15 +02:00
janko33bd
d33b90ef4b back to 8, remove missed log 2017-05-31 22:10:03 +02:00
janko33bd
2e0c286a0f 黑币新知识版 2017-05-30 21:48:12 +02:00
janko33bd
2fdd12b2ea Blackcoin Lore 2017-05-30 21:33:31 +02:00
Chris Kleeschulte
597c9b42e5 Merge pull request #23 from braydonf/block-deltas
rpc: add method to get address deltas from a block
2016-09-20 10:16:42 -04:00
Braydon Fuller
491d6eb053 rpc: option to include chain info in address index results 2016-08-23 10:52:56 -04:00
Braydon Fuller
de6f29ec43 Merge pull request #29 from danjurious/logicalts
logical timestamp indexing of block hashes
2016-08-18 12:27:37 -04:00
Chethan Krishna
36f5ee5ff3 Add a new line to print 2016-08-17 10:33:31 -04:00
Chethan Krishna
c8458bf963 logical timestamp indexing of block hashes 2016-08-17 10:14:46 -04:00
Braydon Fuller
d14a774315 Add method to get address deltas from a block 2016-07-31 20:16:38 -04:00
Chris Kleeschulte
796a2742c1 Merge pull request #27 from braydonf/0.12.1-bitcore-dboptions
Add options to configure block index database
2016-07-22 09:49:18 -04:00
Chethan Krishna
365802634b Remove cpp test for wallet-utility 2016-07-19 18:03:10 -04:00
Braydon Fuller
efb0d557a5 test: wallet utility python test 2016-07-18 18:03:01 -04:00
Chethan Krishna
31f56e2f5d wallet-utility: extract addresses and private keys
usage: ./wallet-utility -datadir=<directory>
help: ./wallet-utility -h
2016-07-18 16:00:20 -04:00
Braydon Fuller
69ea12c689 tests: test dbwrapper options compression and maxopenfiles 2016-07-14 16:30:31 -04:00
Braydon Fuller
1b36e2c626 rpc: minimize locking in getrawtransaction
since there is i/o that can happen when retrieving extended input
and output information, limiting the duration of the lock in getrawtransaction
can help improve concurrency
2016-07-14 13:56:36 -04:00
Braydon Fuller
de05c9ecbb db: add options to configure block index database
There was a previous assumption that blockindex would be quite small. With addressindex
and spentindex enabled the blockindex is much larger and the amount of cache allocated for
it should also increase. Furthermore, enabling compression should decrease the amount of
disk space required and less data to write/read. The default leveldb max_open_files is set to
1000, for the blockindex the default is set to 1000 with compression. The 64 value that is
current is kept for the utxo database and does not enable compression. Two additional options
are added here to be able to configure the values for leveldb and the block index:

- `-dbmaxopenfiles` A number of files for leveldb to keep open
- `-dbcompression` Boolean 0 or 1 to enable snappy leveldb compression
2016-07-14 13:56:17 -04:00