Age | Commit message (Collapse) | Author |
|
No new features/bugfixes to be mentioned, but some authors have
contributed minor changes so add them to the credits.
|
|
Rebased-From: a75cacd
|
|
Rebased-From: 064a6905
|
|
Rebased-From: f5f157b
|
|
This increases the space requirement for selecting a data directory in
the UI.
As suggested by @bardiharborow, fixes #3830.
Rebased-From: 70b8cb9
|
|
Rebased-From: 947e23d
|
|
Recognize completable arguments of new and expanded commands.
Now that bitcoin-cli(1) exists, add completion for it as well.
Rebased-From: 16bfd68
|
|
Added bounds check by @il--ya.
Updated-by: Wladimir van der Laan <laanwj@gmail.com>
Rebased-From: 1156167
|
|
Now that the wallet can be selected using -wallet it is important
to log which wallet is being used for later troubleshooting.
Rebased-From: 8a6894ca
|
|
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.
Rebased-from: 1bcf81e0
|
|
Rebased-From: ba51c7d
|
|
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.
Rebased-From: 094eeff, 2d2d8fa
|
|
Text and language editing of release-notes.md
|
|
Added changes taken from Gavin's notes; fixed line wrapping; some small language changes.
|
|
|
|
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
|
|
|
|
f642fd9 qt: Modernize 'confirmed' terminology in shown tx status (Wladimir J. van der Laan)
|
|
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
|
|
f8a7b50 Update build information (Drak)
|
|
93c3e21 Re-enable UPnP by default in gitian builds (Wladimir J. van der Laan)
|
|
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.
|
|
Update build instructions for db4.8 on Debian and Unix
|
|
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.
|
|
a270ca2 Transifex pull pre-0.9.0rc2 (Wladimir J. van der Laan)
|
|
|
|
5d5b0d2 Add shell null to else block (Wil Bown)
|
|
|
|
Add the command necessary to add ppa repository in Ubuntu
Refs #3757
|
|
4423571 Replace PrintException with PrintExceptionContinue + throw (Wladimir J. van der Laan)
|
|
MinGW-W64-builds-4.2.0 shell doesn't like the empty else blocks.
|
|
script: reduce OP_RETURN standard relay bytes to 40
|
|
Per mailing list discussion.
|
|
Remove PRIx64 usage completely
|
|
Use the spent outpoint multimap to figure out which wallet transaction
outputs are unspent, instead of a vfSpent array that is saved
to disk.
|
|
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)
|
|
a719903 Fix bitcoin-cli exit status code (Cozz Lovan)
|
|
|
|
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.
|
|
gitian: Make protobuf win32 intermediate output deterministic
|
|
e6c6bc9 Adds additional zero checks for setCompact These encoded values should all decode to zero (Noel Tiernan)
|