Wladimir J. van der Laan
c7c3262774
Merge pull request #3768
...
fecba4e
Total money limit test (Pieter Wuille)
11 years ago
Wladimir J. van der Laan
9b7449bae6
Merge pull request #3805
...
8a6894c
Log which wallet is used during init (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
63e1da9278
Merge pull request #3809
...
1bcf81e
gui: Prevent status icons from being cut off (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
1bcf81e042
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 .
11 years ago
paveljanik
25ef6ace70
Update the list of threads to the current state.
11 years ago
Wladimir J. van der Laan
f5352da490
Merge pull request #3804
...
ba51c7d
Fix null pointer in IsTrusted() (Cozz Lovan)
11 years ago
Michagogo
d30d379beb
Slightly tweak error when unable to bind port
...
A slight improvement over 2d2d8fae3d
-- we don't know that it's the daemon, it could be the GUI.
11 years ago
Wladimir J. van der Laan
8a6894ca3e
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.
11 years ago
Cozz Lovan
ba51c7da40
Fix null pointer in IsTrusted()
11 years ago
Pieter Wuille
fecba4e269
Total money limit test
...
Added bounds check by @il--ya .
Updated-by: Wladimir van der Laan <laanwj@gmail.com>
11 years ago
Wladimir J. van der Laan
334bd22e75
Merge pull request #3798
...
2d2d8fa
Clarify the error message when unable to bind to port (paveljanik)
094eeff
Bitcoin is running fine... (paveljanik)
11 years ago
paveljanik
2d2d8fae3d
Clarify the error message when unable to bind to port
11 years ago
paveljanik
094eeff0ba
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.
11 years ago
Christian von Roques
16bfd689d0
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.
11 years ago
Wladimir J. van der Laan
c975e99ca9
Merge pull request #3784
...
dc01ba7
Fix coin control sorts date as text (Cozz Lovan)
11 years ago
Wladimir J. van der Laan
ad6ae48939
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.
11 years ago
Cozz Lovan
dc01ba7b0c
Fix coin control sorts date as text
11 years ago
Philip Kaufmann
8e29623077
[Qt] show number of in/out connections in debug console
11 years ago
Philip Kaufmann
a486abd419
replace custom GetFilesize() with boost::filesystem::file_size()
11 years ago
Wladimir J. van der Laan
aefbf6e30c
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.
11 years ago
Rune K. Svendsen
947e23dae3
Fix typo in doc/build-unix.md regarding building without UPnP
11 years ago
Wladimir J. van der Laan
d6e0e171ab
Merge pull request #3692
...
098316c
English translation update (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
098316c70f
English translation update
...
A few new messages have been added since last update.
11 years ago
Wladimir J. van der Laan
280aa2abc6
Merge pull request #3769
...
d6b3689
qttools5-dev is required in order to build with qt5 on debian and ubuntu (Haakon Nilsen)
11 years ago
Gavin Andresen
7be6ebcf08
Merge pull request #3744 from petertodd/document-isvalid-is-consensus-critical
...
Document that CPubKey.IsValid() is consensus critical
11 years ago
Gavin Andresen
b69b5d5cd2
Merge pull request #3763 from gavinandresen/regression_tests
...
Python-based regression tests
11 years ago
Gavin Andresen
356cfe8306
Python-based regression tests
...
skeleton.py : a do-nothing test skeleton
listtransactions.py : start of regression test for listtransactions call
11 years ago
Gavin Andresen
260cf5c0a4
Squashed 'qa/rpc-tests/python-bitcoinrpc/' content from commit e484743
...
git-subtree-dir: qa/rpc-tests/python-bitcoinrpc
git-subtree-split: e48474322de165212c5aa29574297e78b09df8d6
11 years ago
Gavin Andresen
829f822267
Merge pull request #3767 from laanwj/2014_02_tinyformat_errors_non_fatal
...
Make tinyformat errors raise an exception instead of assert()ing
11 years ago
Gavin Andresen
f60e49d49c
Merge pull request #3694 from gavinandresen/vfspent
...
Remove CWalletTx::vfSpent
11 years ago
Gavin Andresen
68c97fe110
Merge pull request #3750 from gavinandresen/osx_minversion
...
Require OSX 10.6, 64-bit
11 years ago
Haakon Nilsen
d6b3689cb3
qttools5-dev is required in order to build with qt5 on debian and ubuntu
11 years ago
Wladimir J. van der Laan
97f2bbd753
Merge pull request #3719
...
f642fd9
qt: Modernize 'confirmed' terminology in shown tx status (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
f642fd9dd6
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
11 years ago
Wladimir J. van der Laan
7ac375d1c2
Merge pull request #3758
...
f8a7b50
Update build information (Drak)
11 years ago
Wladimir J. van der Laan
04b4aa5256
Merge pull request #3762
...
93c3e21
Re-enable UPnP by default in gitian builds (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
1b8fd35aad
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.
11 years ago
Gavin Andresen
afe2a203ed
Merge pull request #3760 from ian-kelling/master
...
Update build instructions for db4.8 on Debian and Unix
11 years ago
Wladimir J. van der Laan
93c3e21e92
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.
11 years ago
Wladimir J. van der Laan
4877b99532
Merge pull request #3761
...
a270ca2
Transifex pull pre-0.9.0rc2 (Wladimir J. van der Laan)
11 years ago
Wladimir J. van der Laan
a270ca2b42
Transifex pull pre-0.9.0rc2
11 years ago
Wladimir J. van der Laan
dcb1280d8e
Merge pull request #3752
...
5d5b0d2
Add shell null to else block (Wil Bown)
11 years ago
Ian Kelling
749f8f8132
Update build instructions for db4.8 on Debian and Unix
11 years ago
Drak
f8a7b503c5
Update build information
...
Add the command necessary to add ppa repository in Ubuntu
Refs #3757
11 years ago
Daniel Newton
a00ebb5117
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
11 years ago
Wladimir J. van der Laan
b81f9718df
Merge pull request #3749
...
4423571
Replace PrintException with PrintExceptionContinue + throw (Wladimir J. van der Laan)
11 years ago
Wil Bown
5d5b0d284a
Add shell null to else block
...
MinGW-W64-builds-4.2.0 shell doesn't like the empty else blocks.
11 years ago
Gavin Andresen
ae7e5d7ceb
Merge pull request #3737 from jgarzik/op-return-size
...
script: reduce OP_RETURN standard relay bytes to 40
11 years ago
Jeff Garzik
8175c790eb
script: reduce OP_RETURN standard relay bytes to 40
...
Per mailing list discussion.
11 years ago
Gavin Andresen
e3e65d29b7
Merge pull request #3735 from laanwj/2014_02_remove_PRIx64_completely
...
Remove PRIx64 usage completely
11 years ago