Age | Commit message (Collapse) | Author |
|
60361ca RPC: fix generatetoaddress failing to parse address and add unit test (mruddy)
|
|
|
|
4444806 [qa] mininode: Combine struct.pack format strings (MarcoFalke)
faaa3c9 [qa] mininode: Catch exceptions in got_data (MarcoFalke)
fa2cea1 [qa] rpc-tests: Properly use integers, floats (MarcoFalke)
fa524d9 [qa] Use python2/3 syntax (MarcoFalke)
|
|
4b9dfd6 Add note about using the Qt official binary installer. (Pavel Janík)
|
|
|
|
|
|
25340b7 [Wallet] refactor wallet/init interaction (Jonas Schnelli)
|
|
cf5c786 [build-aux] Update Boost & check macros to latest serials (fanquake)
|
|
a22bde9 Fix typo: Optimizaton -> Optimization (paveljanik)
|
|
|
|
|
|
|
|
7539f1a tests: Make proxy_test work on travis servers without IPv6 (Wladimir J. van der Laan)
|
|
|
|
72fd008 Fix quoting of copyright holders in configure.ac. (Daniel Kraft)
|
|
ae2156f Clear the input line after activating autocomplete (Pavel Janík)
|
|
3e55b3a [doc] added depends cross compile info (accraze)
|
|
eff736e Reformat version in UpdateTip and other messages (Pieter Wuille)
|
|
Also remove the hardly-readable nBits from UpdateTip's log message.
|
|
40234ba Fix comments in tests (BtcDrak)
|
|
fb8a8cf rpc: Register calls where they are defined (Wladimir J. van der Laan)
|
|
Split out methods to every module, apart from 'help' and 'stop' which
are implemented in rpcserver.cpp itself.
- This makes it easier to add or remove RPC commands - no longer everything that includes
rpcserver.h has to be rebuilt when there's a change there.
- Cleans up `rpc/server.h` by getting rid of the huge cluttered list of function definitions.
- Removes most of the bitcoin-specific code from rpcserver.cpp and .h.
Continues #7307 for the non-wallet.
|
|
|
|
|
|
71527a0 Test of BIP9 fork activation of mtp, csv, sequence_lock (NicolasDorier)
19d73d5 Add RPC test for BIP 68/112/113 soft fork. (Alex Morcos)
12c89c9 Policy: allow transaction version 2 relay policy. (BtcDrak)
02c2435 Soft fork logic for BIP68 (BtcDrak)
478fba6 Soft fork logic for BIP113 (BtcDrak)
65751a3 Add CHECKSEQUENCEVERIFY softfork through BIP9 (Pieter Wuille)
|
|
|
|
7d5e31a [Qt] remove trailing output-index from transaction-id (Jonas Schnelli)
|
|
e1523ce P2P: add maxtimeadjustment command line option (mruddy)
|
|
18f05c7 build: python 3 compatibility (Wladimir J. van der Laan)
|
|
Ubuntu 16.04 "xenial xerus" does not come with Python 2.x by default.
It is possible to install a python-2.7 package, but this has its own
problem: no `python` or `python2` symlink (see #7717).
This fixes the following scripts to work with python 3:
- `make check` (bctest,py, bitcoin-util-test.py)
- `make translate` (extract_strings_qt.py)
- `make symbols-check` (symbol-check.py)
- `make security-check` (security-check.py)
Explicitly call the python commands using $(PYTHON) instead
of relying on the interpreter line at the top of the scripts.
|
|
018b60c test_framework: detect failure of bitcoind startup (Wladimir J. van der Laan)
|
|
faa9f01 [qa] Don't run pruning.py twice (MarcoFalke)
|
|
|
|
|
|
The trailing output-index leads to cases where the user can't look-up the transaction ID in various systems.
|
|
f1bb13c Added companion removeprunedfunds call. (instagibbs)
7eb7029 Add importprunedfunds rpc call (instagibbs)
|
|
cef8bdf [Wallet][RPC] add missing abandon status documentation (Jonas Schnelli)
|
|
f11c5a3 devtools: make github-merge.py use py3 (Wladimir J. van der Laan)
|
|
fa3fafc [qa] wallet: Wait for reindex to catch up (MarcoFalke)
|
|
|
|
|
|
e7e48ba test_framework: Py3.4 compat: Specify timeout parameter by name (Luke Dashjr)
d7b80b5 test_framework: Avoid infinite loop in encoding Decimal (Wladimir J. van der Laan)
|
|
Changed in version 3.4: The strict parameter was removed. HTTP 0.9-style
“Simple Responses” are not longer supported.
(https://docs.python.org/3/library/http.client.html)
Source: https://github.com/jgarzik/python-bitcoinrpc/commit/7ebeebb4f61917fe590d980cb4f9aefdce2c8f25
|
|
Avoid an infinite loop in encoding, by ensuring EncodeDecimal
returns a string. round(Decimal) used to convert it to
float, but it no longer does in python 3.x. Strings are
supported since #6380, so just use that.
|
|
Replace the `bitcoin-cli -rpcwait` after spawning bitcoind
with our own loop that detects when bitcoind exits prematurely.
And if one node fails to start, stop the others.
This prevents a hang in such a case (see #7463).
|
|
fc737d1 [Qt] remove unused formatBuildDate method (Jonas Schnelli)
4856f1d [Qt] Debug window: replace "Build date" with "Datadir" (Jonas Schnelli)
|
|
|
|
d6cc6a1 Use CCoinControl selection in CWallet::FundTransaction (João Barbosa)
|
|
0e4b50a Description of RPM directory (Alice Wonder)
146746b All files related to my RPM spec file project in one commit (Alice Wonder)
|
|
df9e923 Fix lockunspents help message (João Barbosa)
|