| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
2fdaa25 Move GetTempPath() to testutil. (Mustafa)
393b22e Add a source file for unit test utils. (Mustafa)
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
21e45a0 Fix history deletion bug after font change (Andrew C)
|
| | | |
| | |
| | |
| | | |
The history is no longer cleared after the font size is changed
|
| |\ \ \
| |/ /
|/| |
| | | |
ce7413f Add autocomplete to bitcoin-qt's console window. (Luv Khemani)
|
| |/ /
| |
| |
| |
| |
| |
| | |
Removed externs
Added listCommands() to CRPCTable
Move autocomplete init to RPCConsole::setClientModel()
|
| |\ \
| | |
| | |
| | | |
2ab835a Check if zmq is installed in tests, update docs (Elliot Olds)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If ZMQ is enabled, check whether it's installed before running ZMQ tests.
If it isn't, disable ZMQ and print a warning.
Also add dependency info to test docs, so users know ZMQ is required
before running tests, and so they know how to install it.
When following the build instructions before this change then trying
to run the RPC tests, a unix user would get an error when python
tried to import zmq.
There may be other dependencies that should be added to the docs,
particularly ones for non-unix systems. This is the only unlisted
dependency I encountered using linux.
|
| |\ \ \
| | | |
| | | |
| | | | |
72c2651 [Wallet] move wallet help string creation to CWallet (Jonas Schnelli)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
110b62f Remove vfReachable and modify IsReachable to only use vfLimited. (Patrick Strateman)
|
| | | | | |
| | | | |
| | | | |
| | | | | |
We do not know that a class of Network is reachable, only that it is not.
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
8fc81e0 mempool: Reduce ERROR logging for mempool rejects (Wladimir J. van der Laan)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Continues "Make logging for validation optional" from #6519.
The idea there was to remove all ERROR logging of rejected transaction,
and move it to one message in the class 'mempoolrej' which logs the
state message (and debug info). The superfluous ERRORs in the log
"terrify" users, see for example issue #5794.
Unfortunately a lot of new logging was introduced in #6871 (RBF) and
#7287 (misc refactoring). This pull updates that new code.
|
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | | |
e219503 Fix memleak in TorController [rework] (Wladimir J. van der Laan)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It looks like, TorController::disconnected_cb(TorControlConnection&
conn) gets called multiple times which results in multiple event_new().
Avoid this by creating the event only once in the constructore, and
deleting it only once in the destructor (thanks to Cory Fields for the
idea).
Replaces the fix by Jonas Schnelli in #7610, see discussion there.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
outbound c…
9988554 No "Unknown command" for getaddr command. (R E Broadley)
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
7d2f84c remove unused NOBLKS_VERSION_{START,END} constants (Pavel Vasin)
|
| |/ / / / / / / |
|
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | | |
b51ed40 QT: Add 'copy full transaction details' option (Eric Shaw)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Adds feature from issue #7484
modifies the ctrl-c binding to copy full transaction details in transaction view.
Added translation
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
086da92 Add tags to mempool's mapTx indices (Suhas Daftuar)
|
| | | |_|_|/ / /
| |/| | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
fa5f193 [travis] Exit early when check-doc.py fails (MarcoFalke)
|
| | | |_|/ / / /
| |/| | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
5a2b1c0 Don't resend wallet txs that aren't in our own mempool (Alex Morcos)
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | |
| | | | | | | | |
5ecfa36 Remove openssl info from init/log and from Qt debug window (Jonas Schnelli)
|
| | | |_|_|/ / /
| |/| | | | | |
|
| |\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | | |
fa1b80d [travis] Only run check-doc.py once (MarcoFalke)
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | | |
2e23066 Delete outdated test-patches reference (lewuathe)
|
| |/ / / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
fa26652 Make sure LogPrintf strings are line-terminated (MarcoFalke)
fa97f95 [doc] Fix markdown (MarcoFalke)
fa06ce0 Fix doxygen comment for payTxFee (MarcoFalke)
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | |/ / / /
| |/| | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
fafe446 [depends] Delete unused patches (MarcoFalke)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Superseded by 4bdad99f5000539dcf03ddc92c142fa6deb44c01
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
5c70a6d Bugfix: gitian: Add curl to packages (now needed for depends) (Luke Dashjr)
|
| | |\ \ \ \ \ \ \
| | | |/ / / / /
| | |/| | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Closes #7624
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
ca8fb59 wallet: Warn on unexpected EOF while salvaging wallet (Wladimir J. van der Laan)
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Check for EOF before every getline, and warn when reading gets to EOF
before the end of the data.
Stricter error checking could shed more light on issues such as #7463
and #7379.
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
8c5a5fb Improving wording related to Boost library requirements [updated] (Jonathan Cross)
|
| | | |_|/ / / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fixed formatting as requested on https://github.com/bitcoin/bitcoin/pull/7589
Description:
Documentation was unclear in this section and could be interpreted to mean that boost was not a hard requirement for older Ubuntu versions.
Related: #7587
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
fa7a5c5 [depends] builders: No need to set -L and --location for curl (MarcoFalke)
|