]> Git Repo - VerusCoin.git/log
VerusCoin.git
10 years agoMerge pull request #4944
Pieter Wuille [Fri, 19 Sep 2014 16:37:48 +0000 (18:37 +0200)]
Merge pull request #4944

018cec7 Fixing 'vector out of bounds' issue in base 32 and 64 (ENikS)

10 years agoFixing 'vector out of bounds' issue in base 32 and 64
ENikS [Thu, 18 Sep 2014 20:57:01 +0000 (16:57 -0400)]
Fixing 'vector out of bounds' issue in base 32 and 64

10 years agoMerge pull request #4667
Wladimir J. van der Laan [Thu, 18 Sep 2014 10:08:15 +0000 (12:08 +0200)]
Merge pull request #4667

bbad683 [Qt] simplify return code and return values in txtablemodel (Philip Kaufmann)
21f1516 [Qt] add all used colors in txtablemodel to guiconstants (Philip Kaufmann)

10 years agoMerge pull request #4939
Wladimir J. van der Laan [Thu, 18 Sep 2014 09:50:24 +0000 (11:50 +0200)]
Merge pull request #4939

d547ebf Remove mention of MacPorts from OSX build docs (Wladimir J. van der Laan)

10 years agoRemove mention of MacPorts from OSX build docs
Wladimir J. van der Laan [Thu, 18 Sep 2014 08:11:45 +0000 (10:11 +0200)]
Remove mention of MacPorts from OSX build docs

10 years agoMerge pull request #4936
Wladimir J. van der Laan [Thu, 18 Sep 2014 07:50:08 +0000 (09:50 +0200)]
Merge pull request #4936

c15e483 typo fix of booleamn to boolean (imharrywu)

10 years agoMerge pull request #4931
Wladimir J. van der Laan [Thu, 18 Sep 2014 07:32:52 +0000 (09:32 +0200)]
Merge pull request #4931

93f84d0 cleanup class private and public areas in walletdb (Philip Kaufmann)
22d7e70 prefer const string& over char* in CDB and CWalletDB constructor (Philip Kaufmann)

10 years agocleanup class private and public areas in walletdb
Philip Kaufmann [Tue, 16 Sep 2014 13:18:33 +0000 (15:18 +0200)]
cleanup class private and public areas in walletdb

- only code movement

10 years agoprefer const string& over char* in CDB and CWalletDB constructor
Philip Kaufmann [Tue, 16 Sep 2014 13:16:29 +0000 (15:16 +0200)]
prefer const string& over char* in CDB and CWalletDB constructor

- also make parameter of CDBEnv::CheckpointLSN a constant reference

10 years agotypo fix of booleamn to boolean
imharrywu [Thu, 18 Sep 2014 00:15:09 +0000 (08:15 +0800)]
typo fix of booleamn to boolean

10 years agoMerge pull request #4555
Wladimir J. van der Laan [Wed, 17 Sep 2014 11:19:58 +0000 (13:19 +0200)]
Merge pull request #4555

6dcfda2 Don't pass nHashType to EvalScript nor CheckSig (jtimon)
2b23a87 Don't pass nHashType to VerifyScript (jtimon)
ce3649fb Remove CScriptCheck::nHashType (was always 0) (jtimon)
358562b Remove unused function main:VerifySignature (jtimon)

10 years agoMerge pull request #4863
Wladimir J. van der Laan [Wed, 17 Sep 2014 11:05:11 +0000 (13:05 +0200)]
Merge pull request #4863

1a61396 fix missing gettransaction entries in rpcclient (Benedict Chan)
57e1716 update rpc help message for gettransaction to add includeWatchonly param (Benedict Chan)

10 years agoMerge pull request #4899
Wladimir J. van der Laan [Wed, 17 Sep 2014 10:08:53 +0000 (12:08 +0200)]
Merge pull request #4899

0be990b Move CTxDestination from script/script to script/standard (Pieter Wuille)

10 years agoMerge pull request #4927
Pieter Wuille [Tue, 16 Sep 2014 19:25:41 +0000 (21:25 +0200)]
Merge pull request #4927

ee304b6 minor changes for help message of getpeerinfo (Philip Kaufmann)

10 years agoMerge pull request #4932 from theuni/travis
Gavin Andresen [Tue, 16 Sep 2014 19:25:00 +0000 (15:25 -0400)]
Merge pull request #4932 from theuni/travis

Travis tweaks

10 years agotravis: use DEBUG_LOCKORDER for our quick/small Linux build
Cory Fields [Tue, 16 Sep 2014 17:54:36 +0000 (13:54 -0400)]
travis: use DEBUG_LOCKORDER for our quick/small Linux build

10 years agodepends: respect CPPFLAGS when configuring with depends
Cory Fields [Tue, 16 Sep 2014 18:23:39 +0000 (14:23 -0400)]
depends: respect CPPFLAGS when configuring with depends

10 years agotravis: retry tests before giving up
Cory Fields [Tue, 16 Sep 2014 17:25:46 +0000 (13:25 -0400)]
travis: retry tests before giving up

10 years agoMove CTxDestination from script/script to script/standard
Pieter Wuille [Thu, 11 Sep 2014 17:15:29 +0000 (19:15 +0200)]
Move CTxDestination from script/script to script/standard

10 years agoMerge pull request #4928
Pieter Wuille [Tue, 16 Sep 2014 17:06:53 +0000 (19:06 +0200)]
Merge pull request #4928

e9992fb remove include of chainparams.h (imharrywu)

10 years agoMerge pull request #4903
Pieter Wuille [Tue, 16 Sep 2014 16:52:22 +0000 (18:52 +0200)]
Merge pull request #4903

efad808 Avoid reject message feedback loops (Pieter Wuille)

10 years agoMerge pull request #4930
Wladimir J. van der Laan [Tue, 16 Sep 2014 13:19:42 +0000 (15:19 +0200)]
Merge pull request #4930

f4fe205 add nModSize init to default constructor of CTxMemPoolEntry (Philip Kaufmann)

10 years agoadd nModSize init to default constructor of CTxMemPoolEntry
Philip Kaufmann [Tue, 16 Sep 2014 08:28:53 +0000 (10:28 +0200)]
add nModSize init to default constructor of CTxMemPoolEntry

10 years agofix missing gettransaction entries in rpcclient
Benedict Chan [Sun, 7 Sep 2014 12:38:42 +0000 (12:38 +0000)]
fix missing gettransaction entries in rpcclient

10 years agoupdate rpc help message for gettransaction to add includeWatchonly param
Benedict Chan [Sun, 7 Sep 2014 12:37:13 +0000 (12:37 +0000)]
update rpc help message for gettransaction to add includeWatchonly param

10 years agoMerge pull request #4719
Wladimir J. van der Laan [Tue, 16 Sep 2014 09:56:31 +0000 (11:56 +0200)]
Merge pull request #4719

52a5f90 Create the common location for all m4 autotool build scripts, build-aux/m4.

10 years agoCreate the common location for all m4 autotool build scripts, build-aux/m4.
randy-waterhouse [Sat, 13 Sep 2014 23:09:25 +0000 (11:09 +1200)]
Create the common location for all m4 autotool build scripts, build-aux/m4.

Update .gitignore.

10 years agoMerge pull request #4460
Wladimir J. van der Laan [Tue, 16 Sep 2014 09:29:32 +0000 (11:29 +0200)]
Merge pull request #4460

604ee2a Remove tx from AlreadyAskedFor list once we receive it, not when we process it. (R E Broadley)

10 years agoMerge pull request #4611
Wladimir J. van der Laan [Tue, 16 Sep 2014 09:05:18 +0000 (11:05 +0200)]
Merge pull request #4611

234bfbf Add init scripts and docs for Upstart and OpenRC (Adam Weiss)

10 years agoMerge pull request #4853
Wladimir J. van der Laan [Tue, 16 Sep 2014 08:43:19 +0000 (10:43 +0200)]
Merge pull request #4853

2605b94 [Qt] update form files for setting autoDefault explicitly to false (Philip Kaufmann)

10 years agoremove include of chainparams.h
imharrywu [Tue, 16 Sep 2014 07:53:04 +0000 (15:53 +0800)]
remove include of chainparams.h

chainparams.h has not been used in this cpp file already, consider to remove it for clean.

10 years agominor changes for help message of getpeerinfo
Philip Kaufmann [Tue, 16 Sep 2014 07:00:36 +0000 (09:00 +0200)]
minor changes for help message of getpeerinfo

10 years agoMerge pull request #4825
Pieter Wuille [Tue, 16 Sep 2014 02:43:49 +0000 (04:43 +0200)]
Merge pull request #4825

8d657a6 Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' (ENikS)

10 years agoMerge pull request #4911
Pieter Wuille [Tue, 16 Sep 2014 02:06:33 +0000 (04:06 +0200)]
Merge pull request #4911

611116d header include cleanup (Philip Kaufmann)

10 years agoMerge pull request #4875
Pieter Wuille [Tue, 16 Sep 2014 01:15:11 +0000 (03:15 +0200)]
Merge pull request #4875

f7e3637 Eliminate extra assignment (Suhas Daftuar)
ec7eb0f When reindexing check for file before trying to open (refactored) (Suhas Daftuar)

10 years agoMerge pull request #4869
Wladimir J. van der Laan [Mon, 15 Sep 2014 15:25:12 +0000 (17:25 +0200)]
Merge pull request #4869

6050ab6 netbase: Make SOCKS5 negotiation interruptible (Wladimir J. van der Laan)

10 years agoEliminate extra assignment
Suhas Daftuar [Mon, 15 Sep 2014 13:56:10 +0000 (09:56 -0400)]
Eliminate extra assignment

10 years agoFixing compiler warning C4101
ENikS [Fri, 5 Sep 2014 15:37:01 +0000 (11:37 -0400)]
Fixing compiler warning C4101

Github-Pull: #4856

10 years agoMerge pull request #4919
Wladimir J. van der Laan [Mon, 15 Sep 2014 08:34:43 +0000 (10:34 +0200)]
Merge pull request #4919

21b7add Bugfix: Add missing equals-sign to Travis config (Luke Dashjr)

10 years agoMerge pull request #4798
Wladimir J. van der Laan [Mon, 15 Sep 2014 08:28:57 +0000 (10:28 +0200)]
Merge pull request #4798

d920f7d Move g_signals.SetBestChain(..) below SyncWithWallets (Cozz Lovan)

10 years agoBugfix: Add missing equals-sign to Travis config
Luke Dashjr [Mon, 15 Sep 2014 07:41:53 +0000 (07:41 +0000)]
Bugfix: Add missing equals-sign to Travis config

10 years agoMerge pull request #4817
Pieter Wuille [Mon, 15 Sep 2014 05:24:05 +0000 (07:24 +0200)]
Merge pull request #4817

c26649f Track modified size in TxMemPoolEntry so that we can correctly compute priority. (Alex Morcos)

10 years agoMerge pull request #4909
Jeff Garzik [Sun, 14 Sep 2014 23:27:22 +0000 (19:27 -0400)]
Merge pull request #4909

10 years agoMerge pull request #4881
Pieter Wuille [Sun, 14 Sep 2014 21:59:29 +0000 (23:59 +0200)]
Merge pull request #4881

2d79bba cleanup new script files (no code changes) (Philip Kaufmann)

10 years agoheader include cleanup
Philip Kaufmann [Sun, 14 Sep 2014 10:43:56 +0000 (12:43 +0200)]
header include cleanup

- ensures alphabetical ordering for includes etc. in source file headers

10 years agocleanup new script files (no code changes)
Philip Kaufmann [Tue, 9 Sep 2014 08:00:42 +0000 (10:00 +0200)]
cleanup new script files (no code changes)

- add missing header end comments
- ensure alphabetical ordering
- update copyright year and license

10 years agobitcoin-util-test: Test bitcoin-tx with null scriptPubKey
Luke Dashjr [Sun, 14 Sep 2014 06:01:51 +0000 (06:01 +0000)]
bitcoin-util-test: Test bitcoin-tx with null scriptPubKey

10 years agoBugfix: bitcoin-tx: scriptPubKey may be null, so accept outscript=<n>:
Luke Dashjr [Sun, 14 Sep 2014 05:28:41 +0000 (05:28 +0000)]
Bugfix: bitcoin-tx: scriptPubKey may be null, so accept outscript=<n>:

10 years agoDon't pass nHashType to EvalScript nor CheckSig
jtimon [Fri, 18 Jul 2014 16:47:10 +0000 (18:47 +0200)]
Don't pass nHashType to EvalScript nor CheckSig

10 years agoDon't pass nHashType to VerifyScript
jtimon [Fri, 18 Jul 2014 15:48:00 +0000 (17:48 +0200)]
Don't pass nHashType to VerifyScript

10 years agoRemove CScriptCheck::nHashType (was always 0)
jtimon [Fri, 18 Jul 2014 14:51:33 +0000 (16:51 +0200)]
Remove CScriptCheck::nHashType (was always 0)

10 years agoRemove unused function main:VerifySignature
jtimon [Fri, 18 Jul 2014 13:41:55 +0000 (15:41 +0200)]
Remove unused function main:VerifySignature

10 years agoMerge pull request #4896
Wladimir J. van der Laan [Fri, 12 Sep 2014 17:04:49 +0000 (19:04 +0200)]
Merge pull request #4896

07d5287 Catch error when done reading files (Suhas Daftuar)

10 years agoMerge pull request #4876
Pieter Wuille [Fri, 12 Sep 2014 16:32:15 +0000 (18:32 +0200)]
Merge pull request #4876

6022b5d Make script_{valid,invalid}.json validation flags configurable (Pieter Wuille)

10 years agoMerge pull request #4758 from theuni/osx-dmg-codesign-rebase
Gavin Andresen [Fri, 12 Sep 2014 16:29:37 +0000 (12:29 -0400)]
Merge pull request #4758 from theuni/osx-dmg-codesign-rebase

build: osx: Fix incomplete framework packaging for codesigning

10 years agoAvoid reject message feedback loops
Pieter Wuille [Fri, 12 Sep 2014 14:37:53 +0000 (16:37 +0200)]
Avoid reject message feedback loops

10 years agoCatch error when done reading files
Suhas Daftuar [Thu, 11 Sep 2014 13:22:39 +0000 (09:22 -0400)]
Catch error when done reading files

10 years agoMerge pull request #4885
Wladimir J. van der Laan [Thu, 11 Sep 2014 12:46:20 +0000 (14:46 +0200)]
Merge pull request #4885

aa3c697 Store fewer orphan tx by default, add -maxorphantx option (Gavin Andresen)
c74332c Stricter handling of orphan transactions (Gavin Andresen)

10 years agoMerge pull request #4892
Wladimir J. van der Laan [Thu, 11 Sep 2014 06:56:23 +0000 (08:56 +0200)]
Merge pull request #4892

e982b57 Use explicit fflush() instead of setvbuf() (Adam Weiss)

10 years agoStore fewer orphan tx by default, add -maxorphantx option
Gavin Andresen [Wed, 10 Sep 2014 18:08:03 +0000 (14:08 -0400)]
Store fewer orphan tx by default, add -maxorphantx option

There is no reason to store thousands of orphan transactions;
normally an orphan's parents will either be broadcast or
mined reasonably quickly.

This pull drops the maximum number of orphans from 10,000 down
to 100, and adds a command-line option (-maxorphantx) that is
just like -maxorphanblocks to override the default.

10 years agoStricter handling of orphan transactions
Gavin Andresen [Thu, 28 Aug 2014 17:23:24 +0000 (13:23 -0400)]
Stricter handling of orphan transactions

Prevent denial-of-service attacks by banning
peers that send us invalid orphan transactions
and only storing orphan transactions given to
us by a peer while the peer is connected.

10 years agoWhen reindexing check for file before trying to open (refactored)
Suhas Daftuar [Mon, 8 Sep 2014 17:29:14 +0000 (13:29 -0400)]
When reindexing check for file before trying to open (refactored)

10 years agoUse explicit fflush() instead of setvbuf()
Adam Weiss [Wed, 10 Sep 2014 16:26:59 +0000 (12:26 -0400)]
Use explicit fflush() instead of setvbuf()

Flushing after every line when printing to console is desirable when
running with systemd but setvbuf() has slightly different semantics
on Windows that causes warnings.  Just do an explicit fflush() after
each line print to console instead.

10 years agoFix crashing bug caused by orphan(s) with duplicate prevout.hash
Gavin Andresen [Tue, 9 Sep 2014 18:01:11 +0000 (14:01 -0400)]
Fix crashing bug caused by orphan(s) with duplicate prevout.hash

10 years agoMerge pull request #4878
Wladimir J. van der Laan [Wed, 10 Sep 2014 14:47:40 +0000 (16:47 +0200)]
Merge pull request #4878

540ac45 Avoid returning many "inv" orphans (Jeff Garzik)
d4168c8 Limit CNode::mapAskFor (Wladimir J. van der Laan)

10 years agoMerge pull request #4623
Wladimir J. van der Laan [Wed, 10 Sep 2014 12:29:16 +0000 (14:29 +0200)]
Merge pull request #4623

e84843c Broken addresses on command line no longer trigger testnet. (Ross Nicoll)

10 years agoMerge pull request #4755
Wladimir J. van der Laan [Wed, 10 Sep 2014 10:51:56 +0000 (12:51 +0200)]
Merge pull request #4755

c1e433b Rename scriptutils.o to wallet_ismine.o (jtimon)
8b59a3d Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys) (jtimon)
0d2fa14 Move scriptutils.o to wallet (jtimon)

10 years agoRename scriptutils.o to wallet_ismine.o
jtimon [Sat, 30 Aug 2014 11:40:37 +0000 (13:40 +0200)]
Rename scriptutils.o to wallet_ismine.o

10 years agoMove CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys)
jtimon [Wed, 27 Aug 2014 15:46:30 +0000 (17:46 +0200)]
Move CAffectedKeysVisitor to wallet.cpp (remove ExtractAffectedKeys)

10 years agoMove scriptutils.o to wallet
jtimon [Fri, 29 Aug 2014 20:07:39 +0000 (22:07 +0200)]
Move scriptutils.o to wallet

10 years agonetbase: Make SOCKS5 negotiation interruptible
Wladimir J. van der Laan [Mon, 8 Sep 2014 11:49:56 +0000 (13:49 +0200)]
netbase: Make SOCKS5 negotiation interruptible

Avoids that SOCKS5 negotiation will hold up the shutdown process.

- Sockets can stay in non-blocking mode, no need to switch it on/off
  anymore
- Adds a timeout (20 seconds) on SOCK5 negotiation. This should be
  enough for even Tor to get a connection to a hidden service, and
  avoids blocking the opencon thread indefinitely on a hanging proxy.

Fixes #2954.

10 years agoMerge pull request #4874
Wladimir J. van der Laan [Wed, 10 Sep 2014 08:55:30 +0000 (10:55 +0200)]
Merge pull request #4874

21f139b qt: fix tablet crash. closes #4854. (Cory Fields)

10 years agoMerge pull request #4867
Wladimir J. van der Laan [Wed, 10 Sep 2014 08:11:04 +0000 (10:11 +0200)]
Merge pull request #4867

a95b119 qt: Remove thousands separators after decimal point (Wladimir J. van der Laan)

10 years agoMerge pull request #4822
Pieter Wuille [Tue, 9 Sep 2014 23:38:43 +0000 (01:38 +0200)]
Merge pull request #4822

629d75f Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins. (Pieter Wuille)

10 years agoMerge pull request #4882
Pieter Wuille [Tue, 9 Sep 2014 23:36:41 +0000 (01:36 +0200)]
Merge pull request #4882

faadbe1 remove unneeded cast in rpcmisc.cpp (Philip Kaufmann)

10 years agoAdd init scripts and docs for Upstart and OpenRC
Adam Weiss [Thu, 31 Jul 2014 15:56:17 +0000 (11:56 -0400)]
Add init scripts and docs for Upstart and OpenRC

10 years agoremove unneeded cast in rpcmisc.cpp
Philip Kaufmann [Tue, 9 Sep 2014 08:09:59 +0000 (10:09 +0200)]
remove unneeded cast in rpcmisc.cpp

10 years agoMerge pull request #4868
Pieter Wuille [Tue, 9 Sep 2014 14:39:35 +0000 (16:39 +0200)]
Merge pull request #4868

2c2cc5d Remove some unnecessary c_strs() in logging and the GUI (Philip Kaufmann)
f7d0a86 netbase: Use .data() instead of .c_str() on binary string (Wladimir J. van der Laan)

10 years agoRemove some unnecessary c_strs() in logging and the GUI
Philip Kaufmann [Mon, 8 Sep 2014 10:25:52 +0000 (12:25 +0200)]
Remove some unnecessary c_strs() in logging and the GUI

Includes `core: remove unneeded c_str() / Qt: replace c_str() with Qt code`
by P. Kaufmann.

10 years agoAvoid returning many "inv" orphans
Jeff Garzik [Tue, 9 Sep 2014 07:26:52 +0000 (09:26 +0200)]
Avoid returning many "inv" orphans

10 years agoLimit CNode::mapAskFor
Wladimir J. van der Laan [Tue, 9 Sep 2014 07:18:05 +0000 (09:18 +0200)]
Limit CNode::mapAskFor

Tighten resource constraints on CNode.

10 years agoMerge pull request #4873
Wladimir J. van der Laan [Tue, 9 Sep 2014 07:13:38 +0000 (09:13 +0200)]
Merge pull request #4873

89d91f6 Avoid repeated lookups in mapOrphanTransactions and mapOrphanTransactionsByPrev (Wladimir J. van der Laan)

10 years agoMake script_{valid,invalid}.json validation flags configurable
Pieter Wuille [Mon, 8 Sep 2014 19:15:31 +0000 (21:15 +0200)]
Make script_{valid,invalid}.json validation flags configurable

10 years agoqt: fix tablet crash. closes #4854.
Cory Fields [Sat, 6 Sep 2014 02:55:54 +0000 (22:55 -0400)]
qt: fix tablet crash. closes #4854.

This backports the relevant parts of:
https://codereview.qt-project.org/#/c/82689/

10 years agoMerge pull request #4754
Pieter Wuille [Mon, 8 Sep 2014 18:34:01 +0000 (20:34 +0200)]
Merge pull request #4754

e088d65 Separate script/sign (jtimon)
9294a4b Separate CScriptCompressor (jtimon)
c4408a6 Separate script/standard (jtimon)
da03e6e Separate script/interpreter (jtimon)
cbd22a5 Move CScript class and dependencies to script/script (jtimon)
86dbeea Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) (jtimon)

Rebased-by: Pieter Wuille
10 years agoSeparate script/sign
jtimon [Wed, 27 Aug 2014 15:22:33 +0000 (17:22 +0200)]
Separate script/sign

10 years agoSeparate CScriptCompressor
jtimon [Wed, 20 Aug 2014 16:33:30 +0000 (18:33 +0200)]
Separate CScriptCompressor

10 years agoSeparate script/standard
jtimon [Sat, 23 Aug 2014 01:35:51 +0000 (03:35 +0200)]
Separate script/standard

10 years agoSeparate script/interpreter
jtimon [Wed, 27 Aug 2014 18:11:41 +0000 (20:11 +0200)]
Separate script/interpreter

10 years agoMove CScript class and dependencies to script/script
jtimon [Wed, 20 Aug 2014 15:37:40 +0000 (17:37 +0200)]
Move CScript class and dependencies to script/script

10 years agoRename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon [Thu, 14 Aug 2014 11:54:05 +0000 (13:54 +0200)]
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)

10 years agoAvoid repeated lookups in mapOrphanTransactions and mapOrphanTransactionsByPrev
Wladimir J. van der Laan [Mon, 8 Sep 2014 15:37:26 +0000 (17:37 +0200)]
Avoid repeated lookups in mapOrphanTransactions and mapOrphanTransactionsByPrev

10 years agoTrack modified size in TxMemPoolEntry so that we can correctly compute priority.
Alex Morcos [Tue, 26 Aug 2014 16:59:21 +0000 (12:59 -0400)]
Track modified size in TxMemPoolEntry so that we can correctly compute priority.

10 years agoMerge pull request #4865
Pieter Wuille [Mon, 8 Sep 2014 13:13:46 +0000 (15:13 +0200)]
Merge pull request #4865

8e44f2e Clarify 'compressed nor uncompressed' error message (Peter Todd)

10 years agonetbase: Use .data() instead of .c_str() on binary string
Wladimir J. van der Laan [Mon, 8 Sep 2014 10:20:50 +0000 (12:20 +0200)]
netbase: Use .data() instead of .c_str() on binary string

`.c_str()` is only guaranteed to return the data up to the first NUL
character.

10 years agoMerge pull request #4712
Wladimir J. van der Laan [Mon, 8 Sep 2014 09:59:57 +0000 (11:59 +0200)]
Merge pull request #4712

80daee0 [Qt] Call checkBalanceChanged() periodically instead for every updated transaction (Cozz Lovan)

10 years agoMerge pull request #4697
Wladimir J. van der Laan [Mon, 8 Sep 2014 09:05:41 +0000 (11:05 +0200)]
Merge pull request #4697

da2ede2 [Wallet] Improve ReorderTransactions(..) (Cozz Lovan)

10 years agoqt: Remove thousands separators after decimal point
Wladimir J. van der Laan [Mon, 8 Sep 2014 08:40:54 +0000 (10:40 +0200)]
qt: Remove thousands separators after decimal point

Revert thousands separators after decimal point, as introduced in #4167.

10 years agoMerge pull request #4862
Wladimir J. van der Laan [Mon, 8 Sep 2014 07:14:10 +0000 (09:14 +0200)]
Merge pull request #4862

45a4baf Add testnet DNS seed of Andreas Schildbach. (Andreas Schildbach)

10 years agoClarify 'compressed nor uncompressed' error message
Peter Todd [Mon, 8 Sep 2014 02:32:57 +0000 (22:32 -0400)]
Clarify 'compressed nor uncompressed' error message

This page took 0.068828 seconds and 4 git commands to generate.