Age | Commit message (Collapse) | Author |
|
than [0].
|
|
add getwalletinfo RPC call with wallet transaction count
|
|
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.
|
|
5283410 Remove unused includes of boost lexical_cast (Wladimir J. van der Laan)
|
|
a75cacd doc/build-unix.md use github flavored md for table (Torstein Husebø)
|
|
064a690 Transifex pull pre-0.9.0rc3/final (Wladimir J. van der Laan)
|
|
|
|
|
|
f59d8f0 Per-peer block download tracking and stalled download detection. (Pieter Wuille)
|
|
f5f157b add --enable-debug for configure (daniel)
|
|
|
|
This increases the space requirement for selecting a data directory in
the UI.
As suggested by @bardiharborow, fixes #3830.
|
|
8e29623 [Qt] show number of in/out connections in debug console (Philip Kaufmann)
|
|
b881100 convert tabs to whitespace in bitrpc.py (Bryan Bishop)
|
|
947e23d Fix typo in doc/build-unix.md regarding building without UPnP (Rune K. Svendsen)
|
|
e935293 Minor code cleanup: remove indentation (Mark Friedenbach)
|
|
89ec3a2 MainNet is the special case for the GUI (jtimon)
|
|
This indentation should have been stripped out when AreInputsStandard was made a top-level function instead of a CTransaction method.
|
|
|
|
We don't use lexical_cast anywhere, no need to include it.
|
|
16bfd68 update bash-completion for v0.9 (Christian von Roques)
|
|
fecba4e Total money limit test (Pieter Wuille)
|
|
8a6894c Log which wallet is used during init (Wladimir J. van der Laan)
|
|
1bcf81e gui: Prevent status icons from being cut off (Wladimir J. van der Laan)
|
|
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.
|
|
ba51c7d Fix null pointer in IsTrusted() (Cozz Lovan)
|
|
Now that the wallet can be selected using -wallet it is important
to log which wallet is being used for later troubleshooting.
|
|
|
|
Added bounds check by @il--ya.
Updated-by: Wladimir van der Laan <laanwj@gmail.com>
|
|
2d2d8fa Clarify the error message when unable to bind to port (paveljanik)
094eeff Bitcoin is running fine... (paveljanik)
|
|
|
|
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.
|
|
Recognize completable arguments of new and expanded commands.
Now that bitcoin-cli(1) exists, add completion for it as well.
|
|
dc01ba7 Fix coin control sorts date as text (Cozz Lovan)
|
|
`master` is not a release. Use the same convention as before and label
these intermediate builds as x.x.99.
|
|
|
|
|
|
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.
|
|
|
|
098316c English translation update (Wladimir J. van der Laan)
|
|
A few new messages have been added since last update.
|
|
d6b3689 qttools5-dev is required in order to build with qt5 on debian and ubuntu (Haakon Nilsen)
|
|
Document that CPubKey.IsValid() is consensus critical
|
|
Python-based regression tests
|
|
skeleton.py : a do-nothing test skeleton
listtransactions.py : start of regression test for listtransactions call
|
|
git-subtree-dir: qa/rpc-tests/python-bitcoinrpc
git-subtree-split: e48474322de165212c5aa29574297e78b09df8d6
|
|
Make tinyformat errors raise an exception instead of assert()ing
|
|
Remove CWalletTx::vfSpent
|
|
Require OSX 10.6, 64-bit
|
|
|