]> Git Repo - VerusCoin.git/log
VerusCoin.git
10 years agobuild: ensure the correct strip is used for osx/win32
Cory Fields [Fri, 6 Dec 2013 23:12:19 +0000 (18:12 -0500)]
build: ensure the correct strip is used for osx/win32

10 years agobuild: if cross-compiling for an apple host, locate some additional tools
Cory Fields [Fri, 6 Dec 2013 23:11:03 +0000 (18:11 -0500)]
build: if cross-compiling for an apple host, locate some additional tools

This should be safe to do for native builds too, but for now it's
specific to cross-builds to avoid possible regressions.

10 years agobuild: fix qt.conf case-sensitivity in the deployed dmg
Cory Fields [Sun, 16 Mar 2014 20:12:52 +0000 (16:12 -0400)]
build: fix qt.conf case-sensitivity in the deployed dmg

For qt5.2 on osx, the qcocoa plugin is mandatory. However, it fails to load
when qt.conf specifies the "plugin" path instead of the expected "Plugin". This
is in line with the documentation:
https://qt-project.org/doc/qt-5.0/qtdoc/qt-conf.html

I'm not sure how the plugins were loading before, unless the case-sensitivity
for OSX is new.

10 years agobuild: allow correct tools to be used for dmg creation.
Cory Fields [Fri, 6 Dec 2013 23:08:53 +0000 (18:08 -0500)]
build: allow correct tools to be used for dmg creation.

These come from the enironment, which will be properly setup by Make with
the paths gleaned from configure.
Also don't crash if plugins are static.

10 years agoMerge pull request #3881
Wladimir J. van der Laan [Sun, 16 Mar 2014 10:04:38 +0000 (11:04 +0100)]
Merge pull request #3881

a22e9a3 build: fix explicit --disable-qt-dbus (Cory Fields)

10 years agoMerge pull request #3878
Wladimir J. van der Laan [Sun, 16 Mar 2014 10:02:59 +0000 (11:02 +0100)]
Merge pull request #3878

da0b9d4 Revert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743" (Johnathan Corgan)

10 years agobuild: fix explicit --disable-qt-dbus
Cory Fields [Sun, 16 Mar 2014 01:33:49 +0000 (21:33 -0400)]
build: fix explicit --disable-qt-dbus

It worked in the auto/yes cases, but an explicit disable actually forced
it on.

10 years agoRevert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743"
Johnathan Corgan [Sat, 15 Mar 2014 20:20:13 +0000 (13:20 -0700)]
Revert "Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743"

This reverts commit 260cf5c0a4754be39b05f6a247b8a354de7eced6.

10 years agoMerge pull request #3876
Wladimir J. van der Laan [Sat, 15 Mar 2014 15:39:50 +0000 (16:39 +0100)]
Merge pull request #3876

a1465ac qt: Show weeks as well as years behind for long timespans (Wladimir J. van der Laan)

10 years agoMerge pull request #3650
Wladimir J. van der Laan [Sat, 15 Mar 2014 09:23:54 +0000 (10:23 +0100)]
Merge pull request #3650

2b45345 minor style cleanups (Philip Kaufmann)

10 years agoqt: Show weeks as well as years behind for long timespans
Wladimir J. van der Laan [Sat, 15 Mar 2014 09:13:37 +0000 (10:13 +0100)]
qt: Show weeks as well as years behind for long timespans

Closes #3811.

10 years agoqt: change CT_NOW string to CT_NEW in log message
philsong [Wed, 12 Mar 2014 06:17:35 +0000 (14:17 +0800)]
qt: change CT_NOW string to CT_NEW in log message

Closes #3852.

Rebased-By: Wladimir J. van der Laan <[email protected]>
Rebased-From: 5f2907a88d3df4

10 years agoMerge pull request #3871
Wladimir J. van der Laan [Sat, 15 Mar 2014 06:41:01 +0000 (07:41 +0100)]
Merge pull request #3871

b51700a [Qt] Dont set table color in coin control (Cozz Lovan)

10 years agoMerge pull request #3868 from gmaxwell/minfeeinfo
Gavin Andresen [Fri, 14 Mar 2014 16:43:53 +0000 (12:43 -0400)]
Merge pull request #3868 from gmaxwell/minfeeinfo

Add a "relayfee" field to getinfo.

10 years ago[Qt] Dont set table color in coin control
Cozz Lovan [Fri, 14 Mar 2014 12:41:51 +0000 (13:41 +0100)]
[Qt] Dont set table color in coin control

10 years agoUpdate docs about boost on unix
Thomas Zander [Thu, 13 Mar 2014 17:15:51 +0000 (18:15 +0100)]
Update docs about boost on unix

10 years agoAdd a "relayfee" field to getinfo.
Gregory Maxwell [Fri, 14 Mar 2014 06:22:18 +0000 (23:22 -0700)]
Add a "relayfee" field to getinfo.

This shows the minimum relay fee for non-free transactions in btc/kb.

The armory developers requested this so that they can prevent users from
 creating transactions that not even their local bitcoind will relay.

This also slightly reorders the getinfo output so that the fee related
 lines are grouped and changes the help text to reflect that the units
 are btc/kb.

10 years agoMerge pull request #3849 from cozz/cozz2
Gavin Andresen [Thu, 13 Mar 2014 15:43:25 +0000 (11:43 -0400)]
Merge pull request #3849 from cozz/cozz2

Fix missing wallet lock in CWallet::SyncTransaction(..)

10 years agoMerge pull request #3846
Wladimir J. van der Laan [Thu, 13 Mar 2014 14:19:14 +0000 (15:19 +0100)]
Merge pull request #3846

3f2a017 [Qt] Fix coin control qt5 checkbox bug in tree mode (Cozz Lovan)

10 years agoMerge pull request #3841 from schildbach/script-tests-OP_0
Gavin Andresen [Wed, 12 Mar 2014 19:12:08 +0000 (15:12 -0400)]
Merge pull request #3841 from schildbach/script-tests-OP_0

Add script test to prove that OP_0 evaluates as the empty vector.

10 years agoMerge pull request #3808 from paveljanik/master
Gavin Andresen [Wed, 12 Mar 2014 15:09:08 +0000 (11:09 -0400)]
Merge pull request #3808 from paveljanik/master

DOC: Update the list of threads to the current state.

10 years agoFix missing wallet lock in CWallet::SyncTransaction(..)
Cozz Lovan [Sun, 9 Mar 2014 11:41:22 +0000 (12:41 +0100)]
Fix missing wallet lock in CWallet::SyncTransaction(..)

10 years agominor style cleanups
Philip Kaufmann [Mon, 10 Feb 2014 15:31:06 +0000 (16:31 +0100)]
minor style cleanups

10 years agoMerge pull request #3844
Wladimir J. van der Laan [Tue, 11 Mar 2014 16:03:08 +0000 (17:03 +0100)]
Merge pull request #3844

c52c4e5 qt: Make it possible again to specify -testnet in config file (Wladimir J. van der Laan)

10 years agoMerge branch 'match_relay_fee' of git://github.com/mikehearn/bitcoin
Gavin Andresen [Tue, 11 Mar 2014 15:20:07 +0000 (11:20 -0400)]
Merge branch 'match_relay_fee' of git://github.com/mikehearn/bitcoin

10 years ago[Qt] Fix coin control qt5 checkbox bug in tree mode
Cozz Lovan [Tue, 11 Mar 2014 12:42:00 +0000 (13:42 +0100)]
[Qt] Fix coin control qt5 checkbox bug in tree mode

10 years agoMerge pull request #3696
Wladimir J. van der Laan [Tue, 11 Mar 2014 08:17:44 +0000 (09:17 +0100)]
Merge pull request #3696

c4656e0 Add progress to initial display of latest block downloaded. (R E Broadley)
75b8953 Display progress of rescan. (R E Broadley)

10 years agoqt: Make it possible again to specify -testnet in config file
Wladimir J. van der Laan [Tue, 11 Mar 2014 07:32:07 +0000 (08:32 +0100)]
qt: Make it possible again to specify -testnet in config file

Changes for the datadir chooser have made it impossible to specify
the network (testnet/regtest) in the configuration file for the GUI.

Reorganize the initialization sequence to make this possible again.

- Moves the "datadir" QSetting so that is no longer dependent on the
  network-specific application name (doing otherwise would create a
  chicken-and-egg problem).

- Re-initialize translations after choosing network. There may be a
  different language configured in network-specific settings
  (slim chance, but handle it for sanity).

Fixes point 1 of #3840.

10 years agoAdd script test to prove that OP_0 evaluates as the empty vector, rather than [0].
Andreas Schildbach [Mon, 10 Mar 2014 23:16:22 +0000 (00:16 +0100)]
Add script test to prove that OP_0 evaluates as the empty vector, rather than [0].

10 years agoMake mining fee policy match relay fee policy.
Mike Hearn [Mon, 10 Mar 2014 17:59:12 +0000 (18:59 +0100)]
Make mining fee policy match relay fee policy.

This resolves a case in which a mismatch could be used to bloat up the
mempool by sending transactions that pay enough fee to relay, but not
to be mined, with the default policies.

10 years agoMerge pull request #3717 from djpnewton/wallet-txcount
Jeff Garzik [Mon, 10 Mar 2014 17:37:03 +0000 (13:37 -0400)]
Merge pull request #3717 from djpnewton/wallet-txcount

add getwalletinfo RPC call with wallet transaction count

10 years agoqt: Remove control characters from ko_KR translation
Wladimir J. van der Laan [Mon, 10 Mar 2014 16:02:17 +0000 (17:02 +0100)]
qt: Remove control characters from ko_KR translation

Last Transifex pull (064a690) introduced a few control characters
into the Korean translation, which sometimes causes the build to fail.

Manually remove these characters for now to get the build working --
they should still be removed at Transifex too.

10 years agoMerge pull request #3815
Wladimir J. van der Laan [Mon, 10 Mar 2014 15:32:39 +0000 (16:32 +0100)]
Merge pull request #3815

5283410 Remove unused includes of boost lexical_cast (Wladimir J. van der Laan)

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 agoRemove unused includes of boost lexical_cast
Wladimir J. van der Laan [Fri, 7 Mar 2014 16:11:52 +0000 (17:11 +0100)]
Remove unused includes of boost lexical_cast

We don't use lexical_cast anywhere, no need to include it.

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 agoUpdate the list of threads to the current state.
paveljanik [Wed, 5 Mar 2014 20:23:39 +0000 (21:23 +0100)]
Update the list of threads to the current state.

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 agomove wallet info stuff to "getwalletinfo" rpc (left original wallet
Daniel Newton [Fri, 21 Feb 2014 04:56:04 +0000 (17:56 +1300)]
move wallet info stuff to "getwalletinfo" rpc (left original wallet
stuff in getinfo call for backwards compatibility)

add wallet transaction count to getwalletinfo rpc call

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.

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