]> Git Repo - VerusCoin.git/log
VerusCoin.git
10 years agoMerge pull request #3829
Wladimir J. van der Laan [Mon, 10 Mar 2014 13:25:54 +0000 (14:25 +0100)]
Merge pull request #3829

a75cacd doc/build-unix.md  use github flavored md for table (Torstein Husebø)

10 years agoMerge pull request #3835
Wladimir J. van der Laan [Mon, 10 Mar 2014 13:22:11 +0000 (14:22 +0100)]
Merge pull request #3835

064a690 Transifex pull pre-0.9.0rc3/final (Wladimir J. van der Laan)

10 years agoTransifex pull pre-0.9.0rc3/final
Wladimir J. van der Laan [Mon, 10 Mar 2014 13:15:46 +0000 (14:15 +0100)]
Transifex pull pre-0.9.0rc3/final

10 years agodoc/build-unix.md use github flavored md for table
Torstein Husebø [Sat, 8 Mar 2014 21:07:59 +0000 (22:07 +0100)]
doc/build-unix.md  use github flavored md for table

10 years agoMerge pull request #3514
Wladimir J. van der Laan [Mon, 10 Mar 2014 12:22:29 +0000 (13:22 +0100)]
Merge pull request #3514

f59d8f0 Per-peer block download tracking and stalled download detection. (Pieter Wuille)

10 years agoMerge pull request #3833
Wladimir J. van der Laan [Mon, 10 Mar 2014 11:34:47 +0000 (12:34 +0100)]
Merge pull request #3833

f5f157b add --enable-debug for configure (daniel)

10 years agoadd --enable-debug for configure
daniel [Tue, 4 Mar 2014 05:52:42 +0000 (13:52 +0800)]
add --enable-debug for configure

10 years agoqt: Adjust BLOCK_CHAIN_SIZE to 20GB
Wladimir J. van der Laan [Mon, 10 Mar 2014 09:04:50 +0000 (10:04 +0100)]
qt: Adjust BLOCK_CHAIN_SIZE to 20GB

This increases the space requirement for selecting a data directory in
the UI.
As suggested by @bardiharborow, fixes #3830.

10 years agoMerge pull request #3685
Wladimir J. van der Laan [Mon, 10 Mar 2014 08:37:03 +0000 (09:37 +0100)]
Merge pull request #3685

8e29623 [Qt] show number of in/out connections in debug console (Philip Kaufmann)

10 years agoMerge pull request #3751
Wladimir J. van der Laan [Mon, 10 Mar 2014 08:34:44 +0000 (09:34 +0100)]
Merge pull request #3751

b881100 convert tabs to whitespace in bitrpc.py (Bryan Bishop)

10 years agoMerge pull request #3773
Wladimir J. van der Laan [Mon, 10 Mar 2014 08:34:03 +0000 (09:34 +0100)]
Merge pull request #3773

947e23d Fix typo in doc/build-unix.md regarding building without UPnP (Rune K. Svendsen)

10 years agoMerge pull request #3817
Wladimir J. van der Laan [Mon, 10 Mar 2014 08:33:12 +0000 (09:33 +0100)]
Merge pull request #3817

e935293 Minor code cleanup: remove indentation (Mark Friedenbach)

10 years agoMerge pull request #3823
Wladimir J. van der Laan [Mon, 10 Mar 2014 08:22:20 +0000 (09:22 +0100)]
Merge pull request #3823

89ec3a2 MainNet is the special case for the GUI (jtimon)

10 years agoMinor code cleanup: remove indentation
Mark Friedenbach [Fri, 7 Mar 2014 20:34:53 +0000 (12:34 -0800)]
Minor code cleanup: remove indentation

This indentation should have been stripped out when AreInputsStandard was made a top-level function instead of a CTransaction method.

10 years agoMainNet is the special case for the GUI
jtimon [Sat, 8 Mar 2014 06:59:30 +0000 (22:59 -0800)]
MainNet is the special case for the GUI

10 years agoMerge pull request #3796
Wladimir J. van der Laan [Fri, 7 Mar 2014 08:25:38 +0000 (09:25 +0100)]
Merge pull request #3796

16bfd68 update bash-completion for v0.9 (Christian von Roques)

10 years agoMerge pull request #3768
Wladimir J. van der Laan [Fri, 7 Mar 2014 07:58:47 +0000 (08:58 +0100)]
Merge pull request #3768

fecba4e Total money limit test (Pieter Wuille)

10 years agoMerge pull request #3805
Wladimir J. van der Laan [Fri, 7 Mar 2014 06:51:39 +0000 (07:51 +0100)]
Merge pull request #3805

8a6894c Log which wallet is used during init (Wladimir J. van der Laan)

10 years agoMerge pull request #3809
Wladimir J. van der Laan [Thu, 6 Mar 2014 14:00:17 +0000 (15:00 +0100)]
Merge pull request #3809

1bcf81e gui: Prevent status icons from being cut off (Wladimir J. van der Laan)

10 years agogui: Prevent status icons from being cut off
Wladimir J. van der Laan [Thu, 6 Mar 2014 13:47:07 +0000 (14:47 +0100)]
gui: Prevent status icons from being cut off

After the Qt5 switch, status icons were being cut off by 1-2px.

Also fixes some other cases where the UI is slightly off mentioned in #3800.

Fixes #3800.

10 years agoMerge pull request #3804
Wladimir J. van der Laan [Wed, 5 Mar 2014 18:39:34 +0000 (19:39 +0100)]
Merge pull request #3804

ba51c7d Fix null pointer in IsTrusted() (Cozz Lovan)

10 years agoLog which wallet is used during init
Wladimir J. van der Laan [Wed, 5 Mar 2014 15:15:04 +0000 (16:15 +0100)]
Log which wallet is used during init

Now that the wallet can be selected using -wallet it is important
to log which wallet is being used for later troubleshooting.

10 years agoFix null pointer in IsTrusted()
Cozz Lovan [Wed, 5 Mar 2014 14:05:44 +0000 (15:05 +0100)]
Fix null pointer in IsTrusted()

10 years agoTotal money limit test
Pieter Wuille [Wed, 19 Feb 2014 00:54:11 +0000 (01:54 +0100)]
Total money limit test

Added bounds check by @il--ya.

Updated-by: Wladimir van der Laan <[email protected]>
10 years agoMerge pull request #3798
Wladimir J. van der Laan [Wed, 5 Mar 2014 10:52:58 +0000 (11:52 +0100)]
Merge pull request #3798

2d2d8fa Clarify the error message when unable to bind to port (paveljanik)
094eeff Bitcoin is running fine... (paveljanik)

10 years agoClarify the error message when unable to bind to port
paveljanik [Wed, 5 Mar 2014 09:42:52 +0000 (10:42 +0100)]
Clarify the error message when unable to bind to port

10 years agoBitcoin is running fine...
paveljanik [Tue, 4 Mar 2014 23:02:18 +0000 (00:02 +0100)]
Bitcoin is running fine...

When bitcoind can't bind, bitcoin server (or Bitcoin Core Daemon) is probably already running. Add the missing word "server". Bitcoin itself is definitely running ;-)

Add _(...) so the string can be localized.

I apologize for such trivial changes, learning github interface.

10 years agoupdate bash-completion for v0.9
Christian von Roques [Tue, 4 Mar 2014 16:24:59 +0000 (12:24 -0400)]
update bash-completion for v0.9

Recognize completable arguments of new and expanded commands.
Now that bitcoin-cli(1) exists, add completion for it as well.

10 years agoMerge pull request #3784
Wladimir J. van der Laan [Tue, 4 Mar 2014 14:06:07 +0000 (15:06 +0100)]
Merge pull request #3784

dc01ba7 Fix coin control sorts date as text (Cozz Lovan)

10 years agobuild: Version bump to 0.9.99, disable IS_RELEASE
Wladimir J. van der Laan [Tue, 4 Mar 2014 12:30:07 +0000 (13:30 +0100)]
build: Version bump to 0.9.99, disable IS_RELEASE

`master` is not a release. Use the same convention as before and label
these intermediate builds as x.x.99.

10 years agoFix coin control sorts date as text
Cozz Lovan [Mon, 3 Mar 2014 03:16:42 +0000 (04:16 +0100)]
Fix coin control sorts date as text

10 years ago[Qt] show number of in/out connections in debug console
Philip Kaufmann [Sun, 16 Feb 2014 18:48:27 +0000 (19:48 +0100)]
[Qt] show number of in/out connections in debug console

10 years agodoc: Empty release notes for next release
Wladimir J. van der Laan [Mon, 3 Mar 2014 08:41:18 +0000 (09:41 +0100)]
doc: Empty release notes for next release

Now that 0.9 is branched off, the new release notes for 0.10 or 0.11 or
1.0 should be added here.

Edits to preliminary 0.9.0 release notes should be made in the 0.9.0 branch.

10 years agoFix typo in doc/build-unix.md regarding building without UPnP
Rune K. Svendsen [Sat, 1 Mar 2014 14:12:16 +0000 (15:12 +0100)]
Fix typo in doc/build-unix.md regarding building without UPnP

10 years agoMerge pull request #3692
Wladimir J. van der Laan [Sat, 1 Mar 2014 08:33:49 +0000 (09:33 +0100)]
Merge pull request #3692

098316c English translation update (Wladimir J. van der Laan)

10 years agoEnglish translation update
Wladimir J. van der Laan [Mon, 17 Feb 2014 13:33:34 +0000 (14:33 +0100)]
English translation update

A few new messages have been added since last update.

10 years agoMerge pull request #3769
Wladimir J. van der Laan [Sat, 1 Mar 2014 07:46:27 +0000 (08:46 +0100)]
Merge pull request #3769

d6b3689 qttools5-dev is required in order to build with qt5 on debian and ubuntu (Haakon Nilsen)

10 years agoMerge pull request #3744 from petertodd/document-isvalid-is-consensus-critical
Gavin Andresen [Fri, 28 Feb 2014 20:27:58 +0000 (15:27 -0500)]
Merge pull request #3744 from petertodd/document-isvalid-is-consensus-critical

Document that CPubKey.IsValid() is consensus critical

10 years agoMerge pull request #3763 from gavinandresen/regression_tests
Gavin Andresen [Fri, 28 Feb 2014 20:27:43 +0000 (15:27 -0500)]
Merge pull request #3763 from gavinandresen/regression_tests

Python-based regression tests

10 years agoPython-based regression tests
Gavin Andresen [Wed, 26 Feb 2014 21:31:18 +0000 (16:31 -0500)]
Python-based regression tests

skeleton.py : a do-nothing test skeleton
listtransactions.py : start of regression test for listtransactions call

10 years agoSquashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743
Gavin Andresen [Wed, 26 Feb 2014 20:07:33 +0000 (15:07 -0500)]
Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743

git-subtree-dir: qa/rpc-tests/python-bitcoinrpc
git-subtree-split: e48474322de165212c5aa29574297e78b09df8d6

10 years agoMerge pull request #3767 from laanwj/2014_02_tinyformat_errors_non_fatal
Gavin Andresen [Fri, 28 Feb 2014 20:17:28 +0000 (15:17 -0500)]
Merge pull request #3767 from laanwj/2014_02_tinyformat_errors_non_fatal

Make tinyformat errors raise an exception instead of assert()ing

10 years agoMerge pull request #3694 from gavinandresen/vfspent
Gavin Andresen [Fri, 28 Feb 2014 20:16:25 +0000 (15:16 -0500)]
Merge pull request #3694 from gavinandresen/vfspent

Remove CWalletTx::vfSpent

10 years agoMerge pull request #3750 from gavinandresen/osx_minversion
Gavin Andresen [Fri, 28 Feb 2014 20:13:16 +0000 (15:13 -0500)]
Merge pull request #3750 from gavinandresen/osx_minversion

Require OSX 10.6, 64-bit

10 years agoqttools5-dev is required in order to build with qt5 on debian and ubuntu
Haakon Nilsen [Fri, 28 Feb 2014 19:39:45 +0000 (20:39 +0100)]
qttools5-dev is required in order to build with qt5 on debian and ubuntu

10 years agoMerge pull request #3719
Wladimir J. van der Laan [Fri, 28 Feb 2014 12:14:45 +0000 (13:14 +0100)]
Merge pull request #3719

f642fd9 qt: Modernize 'confirmed' terminology in shown tx status (Wladimir J. van der Laan)

10 years agoqt: Modernize 'confirmed' terminology in shown tx status
Wladimir J. van der Laan [Thu, 20 Feb 2014 13:09:09 +0000 (14:09 +0100)]
qt: Modernize 'confirmed' terminology in shown tx status

These days we regard transactions with one confirmation to be
'Confirmed'.
Waiting for 6 confirmations is a recommendation but should not
keep the transaction shown as unconfirmed.

Misc code sanity:

- Merge maturity/status enums, they had become completely disjunct
- 'confirmed' flag is now called 'countsForBalance' for clarity

10 years agoMerge pull request #3758
Wladimir J. van der Laan [Fri, 28 Feb 2014 11:34:45 +0000 (12:34 +0100)]
Merge pull request #3758

f8a7b50 Update build information (Drak)

10 years agoMerge pull request #3762
Wladimir J. van der Laan [Fri, 28 Feb 2014 08:56:33 +0000 (09:56 +0100)]
Merge pull request #3762

93c3e21 Re-enable UPnP by default in gitian builds (Wladimir J. van der Laan)

10 years agoMake tinyformat errors raise an exception instead of assert()ing
Wladimir J. van der Laan [Fri, 28 Feb 2014 08:25:00 +0000 (09:25 +0100)]
Make tinyformat errors raise an exception instead of assert()ing

By default tinyformat errors such as 'wrong number of conversion
specifiers in format string' cause an assertion failure.

Raise an exception instead so that error handling can recover or can
show an appropriate error.

10 years agoMerge pull request #3760 from ian-kelling/master
Gavin Andresen [Thu, 27 Feb 2014 14:49:50 +0000 (09:49 -0500)]
Merge pull request #3760 from ian-kelling/master

Update build instructions for db4.8 on Debian and Unix

10 years agoRe-enable UPnP by default in gitian builds
Wladimir J. van der Laan [Thu, 27 Feb 2014 14:42:07 +0000 (15:42 +0100)]
Re-enable UPnP by default in gitian builds

IIRC this was the case with 0.8.6, so let's keep this to avoid the risk
of losing connectable nodes with 0.9 release.

Also our miniupnpc library was recently updated and I've heard
reports that it works better than before now.

10 years agoMerge pull request #3761
Wladimir J. van der Laan [Thu, 27 Feb 2014 13:55:38 +0000 (14:55 +0100)]
Merge pull request #3761

a270ca2 Transifex pull pre-0.9.0rc2 (Wladimir J. van der Laan)

10 years agoTransifex pull pre-0.9.0rc2
Wladimir J. van der Laan [Thu, 27 Feb 2014 13:18:53 +0000 (14:18 +0100)]
Transifex pull pre-0.9.0rc2

10 years agoMerge pull request #3752
Wladimir J. van der Laan [Thu, 27 Feb 2014 11:34:50 +0000 (12:34 +0100)]
Merge pull request #3752

5d5b0d2 Add shell null to else block (Wil Bown)

10 years agoUpdate build instructions for db4.8 on Debian and Unix
Ian Kelling [Thu, 27 Feb 2014 11:26:30 +0000 (03:26 -0800)]
Update build instructions for db4.8 on Debian and Unix

10 years agoUpdate build information
Drak [Thu, 27 Feb 2014 09:29:18 +0000 (09:29 +0000)]
Update build information

Add the command necessary to add ppa repository in Ubuntu

Refs #3757

10 years agoMerge pull request #3749
Wladimir J. van der Laan [Wed, 26 Feb 2014 19:52:24 +0000 (20:52 +0100)]
Merge pull request #3749

4423571 Replace PrintException with PrintExceptionContinue + throw (Wladimir J. van der Laan)

10 years agoAdd shell null to else block
Wil Bown [Wed, 26 Feb 2014 19:39:57 +0000 (12:39 -0700)]
Add shell null to else block

MinGW-W64-builds-4.2.0 shell doesn't like the empty else blocks.

10 years agoMerge pull request #3737 from jgarzik/op-return-size
Gavin Andresen [Wed, 26 Feb 2014 18:52:56 +0000 (13:52 -0500)]
Merge pull request #3737 from jgarzik/op-return-size

script: reduce OP_RETURN standard relay bytes to 40

10 years agoscript: reduce OP_RETURN standard relay bytes to 40
Jeff Garzik [Wed, 26 Feb 2014 17:58:08 +0000 (12:58 -0500)]
script: reduce OP_RETURN standard relay bytes to 40

Per mailing list discussion.

10 years agoMerge pull request #3735 from laanwj/2014_02_remove_PRIx64_completely
Gavin Andresen [Wed, 26 Feb 2014 17:16:03 +0000 (12:16 -0500)]
Merge pull request #3735 from laanwj/2014_02_remove_PRIx64_completely

Remove PRIx64 usage completely

10 years agoRemove CWalletTx::vfSpent
Gavin Andresen [Sat, 15 Feb 2014 21:38:28 +0000 (16:38 -0500)]
Remove CWalletTx::vfSpent

Use the spent outpoint multimap to figure out which wallet transaction
outputs are unspent, instead of a vfSpent array that is saved
to disk.

10 years agoconvert tabs to whitespace in bitrpc.py
Bryan Bishop [Wed, 26 Feb 2014 16:40:18 +0000 (10:40 -0600)]
convert tabs to whitespace in bitrpc.py

This is a minor change to bitrpc.py to conform with the formatting of
the other python source code in the repo.

10 years agoReplace PrintException with PrintExceptionContinue + throw
Wladimir J. van der Laan [Wed, 26 Feb 2014 12:23:52 +0000 (13:23 +0100)]
Replace PrintException with PrintExceptionContinue + throw

Just a pet peeve.

(PrintException has exactly the same body as PrintExceptionContinue but
does a re-throw at the end. Move these re-throws to the call
site, this aids understanding what is going on as well as eliminates a
bit of code duplication in util.cpp)

10 years agoMerge pull request #3736
Wladimir J. van der Laan [Wed, 26 Feb 2014 12:19:09 +0000 (13:19 +0100)]
Merge pull request #3736

a719903 Fix bitcoin-cli exit status code (Cozz Lovan)

10 years agoFix bitcoin-cli exit status code
Cozz Lovan [Mon, 24 Feb 2014 13:08:56 +0000 (14:08 +0100)]
Fix bitcoin-cli exit status code

10 years agoRequire OSX 10.6, 64-bit
Gavin Andresen [Wed, 26 Feb 2014 02:35:48 +0000 (21:35 -0500)]
Require OSX 10.6, 64-bit

Drop support for 32-bit or pre-10.6 Macs.

Also, some of the OSX build docs hadn't been updated since the
autotools change.

10 years agoMerge pull request #3742 from laanwj/2014_02_win32_protobuf_determinism
Gavin Andresen [Tue, 25 Feb 2014 16:34:45 +0000 (11:34 -0500)]
Merge pull request #3742 from laanwj/2014_02_win32_protobuf_determinism

gitian: Make protobuf win32 intermediate output deterministic

10 years agoMerge pull request #3559
Wladimir J. van der Laan [Tue, 25 Feb 2014 15:25:43 +0000 (16:25 +0100)]
Merge pull request #3559

e6c6bc9 Adds additional zero checks for setCompact  These encoded values should all decode to zero (Noel Tiernan)

10 years agoMerge pull request #3712
Wladimir J. van der Laan [Tue, 25 Feb 2014 15:23:18 +0000 (16:23 +0100)]
Merge pull request #3712

a3138ed add test of DecodeBase58 skipping whitespace (Christian von Roques)

10 years agoDocument that CPubKey.IsValid() is consensus critical
Peter Todd [Tue, 25 Feb 2014 14:31:43 +0000 (09:31 -0500)]
Document that CPubKey.IsValid() is consensus critical

10 years agogitian: Make protobuf win32 intermediate output deterministic
Wladimir J. van der Laan [Tue, 25 Feb 2014 06:43:32 +0000 (07:43 +0100)]
gitian: Make protobuf win32 intermediate output deterministic

While building protobuf in different environments we noticed that
the host tool protoc was slightly different between builds (a symbol table
sorting issue).
Add a deterministic seed as well as disable zlib support.

Exected output is now:

    e2e403e1a08869c7eed4d4293bce13d51ec6a63592918b90ae215a0eceb44cb4 protobuf-win32-2.5.0-gitian-r4.zip
    a0999037e8b0ef9ade13efd88fee261ba401f5ca910068b7e0cd3262ba667db0 protobuf-win64-2.5.0-gitian-r4.zip

No effect on final executables so no version bump.

10 years agoMerge pull request #3704 from gavinandresen/wallet_lock_fixes
Gavin Andresen [Mon, 24 Feb 2014 19:39:23 +0000 (14:39 -0500)]
Merge pull request #3704 from gavinandresen/wallet_lock_fixes

Wallet locking fixes for -DDEBUG_LOCKORDER

10 years agoMerge pull request #3305 from mikehearn/fee_drop
Jeff Garzik [Mon, 24 Feb 2014 19:05:54 +0000 (14:05 -0500)]
Merge pull request #3305 from mikehearn/fee_drop

Drop fees by 10x due to the persistently higher exchange rate.

10 years agoMerge pull request #3700 from gavinandresen/backuptest
Gavin Andresen [Mon, 24 Feb 2014 17:59:38 +0000 (12:59 -0500)]
Merge pull request #3700 from gavinandresen/backuptest

Test for walletbackup/walletdump RPC calls

10 years agoTest for walletbackup/walletdump RPC calls
Gavin Andresen [Tue, 18 Feb 2014 14:42:37 +0000 (09:42 -0500)]
Test for walletbackup/walletdump RPC calls

10 years agoMerge pull request #3718 from jgarzik/pubkey-size
Jeff Garzik [Mon, 24 Feb 2014 16:59:27 +0000 (11:59 -0500)]
Merge pull request #3718 from jgarzik/pubkey-size

script: tighten multisig non-standard rules: do not relay pubkeys above 65 bytes

10 years agoRemove definition of PRI?64 in util.h
Wladimir J. van der Laan [Mon, 24 Feb 2014 08:11:33 +0000 (09:11 +0100)]
Remove definition of PRI?64 in util.h

This was a bad idea. This can't be solved with macros as any
other library that includes inttypes.h will get in the way.

The parent commit has removed all usages from the source, this commit
removes the definition.

10 years agoGet rid of C99 PRI?64 usage in source files
Wladimir J. van der Laan [Mon, 24 Feb 2014 08:08:56 +0000 (09:08 +0100)]
Get rid of C99 PRI?64 usage in source files

Amend to d5f1e72. It turns out that BerkelyDB was including inttypes.h
indirectly, so we cannot fix this with just macros.

Trivial commit: apply the following script to all .cpp and .h files:

    # Middle
    sed -i 's/"PRIx64"/x/g' "$1"
    sed -i 's/"PRIu64"/u/g' "$1"
    sed -i 's/"PRId64"/d/g' "$1"
    # Initial
    sed -i 's/PRIx64"/"x/g' "$1"
    sed -i 's/PRIu64"/"u/g' "$1"
    sed -i 's/PRId64"/"d/g' "$1"
    # Trailing
    sed -i 's/"PRIx64/x"/g' "$1"
    sed -i 's/"PRIu64/u"/g' "$1"
    sed -i 's/"PRId64/d"/g' "$1"

After this commit, `git grep` for PRI.64 should turn up nothing except
the defines in util.h.

10 years agoMerge pull request #3729
Wladimir J. van der Laan [Sun, 23 Feb 2014 08:03:32 +0000 (09:03 +0100)]
Merge pull request #3729

d5f1e72 Don't use PRIx64 formatting derives from inttypes.h (Wladimir J. van der Laan)

10 years agoMerge pull request #3728
Wladimir J. van der Laan [Sun, 23 Feb 2014 08:02:07 +0000 (09:02 +0100)]
Merge pull request #3728

6c0276a gitian: add libz-dev dependency package for linux boost (Wladimir J. van der Laan)

10 years agoMerge pull request #3733
Wladimir J. van der Laan [Sun, 23 Feb 2014 08:01:14 +0000 (09:01 +0100)]
Merge pull request #3733

6fe6a44 fix broken link to contrib/devtools (freewil)

10 years agofix broken link to contrib/devtools
freewil [Sun, 23 Feb 2014 07:26:11 +0000 (23:26 -0800)]
fix broken link to contrib/devtools

10 years agoMerge pull request #3731 from gmaxwell/signrawnulldocs
Gregory Maxwell [Sat, 22 Feb 2014 22:37:30 +0000 (14:37 -0800)]
Merge pull request #3731 from gmaxwell/signrawnulldocs

Make the signrawtransaction docs explicit that the arguments can be 'null'

10 years agoMake the signrawtransaction docs explicit that the arguments can be 'null'.
Gregory Maxwell [Sat, 22 Feb 2014 20:51:23 +0000 (12:51 -0800)]
Make the signrawtransaction docs explicit that the arguments can be 'null'.

10 years agoDon't use PRIx64 formatting derives from inttypes.h
Wladimir J. van der Laan [Sat, 22 Feb 2014 08:45:15 +0000 (09:45 +0100)]
Don't use PRIx64 formatting derives from inttypes.h

As the tinyformat-based formatting system (introduced in b77dfdc) is
type-safe, no special format characters are needed to specify sizes.

Tinyformat can support (ignore) the C99 prefixes such as "ll" but
chokes on MSVC's inttypes.h defines prefixes such as "I64X". So don't
include inttypes.h and define our own for compatibility.

(an alternative would be to sweep the entire codebase using sed -i to
get rid of the size specifiers but this has less diff impact)

10 years agoMerge pull request #3720
Wladimir J. van der Laan [Sat, 22 Feb 2014 07:30:54 +0000 (08:30 +0100)]
Merge pull request #3720

b96f6a7 Remove "conflicted" as transaction category. (Wladimir J. van der Laan)

10 years agogitian: add libz-dev dependency package for linux boost
Wladimir J. van der Laan [Sat, 22 Feb 2014 07:12:12 +0000 (08:12 +0100)]
gitian: add libz-dev dependency package for linux boost

Boost iostreams was picking up libz-dev in VirtualBox, as the recommended
way to build is now to make a VM with all dependency packages installed.

This caused a divergence between KVM/LXC build and VirtualBox
build results.

Fix this in the simplest possible way: add the libz-dev package.

10 years agoRemove "conflicted" as transaction category.
Wladimir J. van der Laan [Fri, 21 Feb 2014 15:31:49 +0000 (16:31 +0100)]
Remove "conflicted" as transaction category.

We were losing information about sent/received by overriding the
category in case of a conflicted transaction.

Hence, remove the "conflicted" category.

Conflicted status of a transaction can still be determined by looking
for confirmations<0.

10 years agoscript: tighten multisig non-standard rules: do not relay pubkeys above 65 bytes
Jeff Garzik [Fri, 21 Feb 2014 07:26:51 +0000 (02:26 -0500)]
script: tighten multisig non-standard rules: do not relay pubkeys above 65 bytes

10 years agoadd test of DecodeBase58 skipping whitespace
Christian von Roques [Wed, 19 Sep 2012 07:31:15 +0000 (09:31 +0200)]
add test of DecodeBase58 skipping whitespace

10 years agoMerge pull request #2910
Wladimir J. van der Laan [Thu, 20 Feb 2014 11:31:01 +0000 (12:31 +0100)]
Merge pull request #2910

d8b4b49 Don't store or send side-chain blocks lower than last checkpoint. (Ashley Holman)

10 years agoMerge pull request #3703
Wladimir J. van der Laan [Wed, 19 Feb 2014 08:04:04 +0000 (09:04 +0100)]
Merge pull request #3703

ad54a9b Change new constants in txdb.h to int64_t (Wladimir J. van der Laan)

10 years agoMerge pull request #3699
Wladimir J. van der Laan [Wed, 19 Feb 2014 07:49:48 +0000 (08:49 +0100)]
Merge pull request #3699

ddcabae qt: Rename 'Confirmed' balance to 'Spendable' on overview page (Wladimir J. van der Laan)

10 years agoqt: Rename 'Confirmed' balance to 'Spendable' on overview page
Wladimir J. van der Laan [Tue, 18 Feb 2014 12:12:54 +0000 (13:12 +0100)]
qt: Rename 'Confirmed' balance to 'Spendable' on overview page

The word 'Spendable' more precisely says what the balance actually means.

Avoids the confirmed/unconfirmed confusion that can be caused by #3676.

10 years agoWallet locking fixes for -DDEBUG_LOCKORDER
Gavin Andresen [Tue, 18 Feb 2014 17:11:46 +0000 (12:11 -0500)]
Wallet locking fixes for -DDEBUG_LOCKORDER

Compiling with -DDEBUG_LOCKORDER and running the qa/rpc-test/ regression
tests uncovered a couple of wallet methods that should (but didn't)
acquire the cs_wallet mutext.

I also changed the AssertLockHeld() routine print to stderr and
abort, instead of printing to debug.log and then assert()'ing.
It is annoying to look in debug.log to find out which
AssertLockHeld is failing.

10 years agoChange new constants in txdb.h to int64_t
Wladimir J. van der Laan [Tue, 18 Feb 2014 16:12:48 +0000 (17:12 +0100)]
Change new constants in txdb.h to int64_t

A shift overflow was happening when using these to check against in init.cpp.
Fixes #3702.

10 years agoMerge pull request #3693
Wladimir J. van der Laan [Tue, 18 Feb 2014 13:37:50 +0000 (14:37 +0100)]
Merge pull request #3693

f05fa03 [Qt] small .ui cleanup for optionsdialog and coincontrol (Philip Kaufmann)

10 years agoMerge pull request #3687
Wladimir J. van der Laan [Tue, 18 Feb 2014 07:35:19 +0000 (08:35 +0100)]
Merge pull request #3687

82e9600 add constants for shared (GUI/core) -dbcache settings (Philip Kaufmann)
879b390 Increase default dbcache to 100 MiB (Pieter Wuille)

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