Matt Corallo
5c17059872
Update importaddress help to push its use to script-only
9 years ago
Matt Corallo
a1d7df3236
Add importpubkey method to import a watch-only pubkey
9 years ago
Matt Corallo
907a425aa5
Add p2sh option to importaddress to import redeemScripts
9 years ago
Matt Corallo
983d2d90af
Split up importaddress into helper functions
9 years ago
Matt Corallo
cfc3dd3428
Also remove pay-2-pubkey from watch when adding a priv key
9 years ago
Wladimir J. van der Laan
6d6b11e793
Merge pull request #6408
...
dca6040
[Qt] remove std namespace polution from code (Philip Kaufmann)
9 years ago
Wladimir J. van der Laan
8fe5cce3d5
Merge pull request #6453
...
9e38d0f
Separate core memory usage computation in core_memusage.h (Pieter Wuille)
9 years ago
Pieter Wuille
9e38d0f745
Separate core memory usage computation in core_memusage.h
9 years ago
Wladimir J. van der Laan
89289d875d
Fix warning introduced by #6412
...
SOCKET are defined as unsigned integers, thus always >=0.
9 years ago
Wladimir J. van der Laan
1a2de3237f
Merge pull request #6412
...
d422f9b
Test whether created sockets are select()able (Pieter Wuille)
9 years ago
Wladimir J. van der Laan
dc51608c9c
Merge pull request #6447
...
2cb8ee9
remove unused inv from ConnectTip() (Pavel Vasin)
9 years ago
Wladimir J. van der Laan
3c923e8975
Merge pull request #6457
...
0ef9858
Documenting pruned, pruneheight and softforks in getblockchaininfo (Simon Males)
0c89579
Include pruned state in chaininfo.json (Simon Males)
9 years ago
Simon Males
0ef9858707
Documenting pruned, pruneheight and softforks in getblockchaininfo
9 years ago
Simon Males
0c895799c8
Include pruned state in chaininfo.json
9 years ago
Wladimir J. van der Laan
dcc495e011
Merge pull request #6372
...
e3c4297
Update Linearize tool to support Windows paths (Paul Georgiou)
9 years ago
Wladimir J. van der Laan
fe3fe547f7
Merge pull request #6439
...
09d4ddf
Updated URL location of netinstall for Debian (฿tcDrak)
9 years ago
Wladimir J. van der Laan
7ed3d93294
Merge pull request #6442
...
6d6cec3
Create centaur1-key.pgp (centaur1)
9 years ago
Wladimir J. van der Laan
059b3525c4
Merge pull request #6434
...
83b48c8
configure --enable-debug changes (Gavin Andresen)
9 years ago
Wladimir J. van der Laan
b01981e758
Merge pull request #6430
...
3361edd
doc: Add NBitcoin to bitcoinconsensus examples (Braydon Fuller)
b1bac4e
Add description for bitcoinconsensus_ERR_OK (Braydon Fuller)
c156ada
doc: add documentation for shared library libbitcoinconsensus (Braydon Fuller)
9 years ago
Philip Kaufmann
dca6040a86
[Qt] remove std namespace polution from code
9 years ago
Pavel Vasin
2cb8ee9ac7
remove unused inv from ConnectTip()
9 years ago
Gavin Andresen
83b48c8971
configure --enable-debug changes
...
Three changes to how configure --enable-debug behaves:
1. Preserve user-passed CXXFLAGS/CFLAGS
2. Compile with -DDEBUG_LOCKORDER
3. Add -DDEBUG -DDEBUG_LOCKORDER to CPPFLAGS (since they are preprocessor options)
9 years ago
centaur1
6d6cec3838
Create centaur1-key.pgp
9 years ago
Wladimir J. van der Laan
ed789ceade
Merge pull request #6438
...
d4b1d5a
openssl: avoid config file load/race (Cory Fields)
9 years ago
Wladimir J. van der Laan
5bdc218ee2
Merge pull request #6440
...
db42558
Remove bash test note from rpc-tests readme (fanquake)
9 years ago
Wladimir J. van der Laan
ce183dce2e
qt: update forgotten emit to Q_EMIT in macdockiconhandler.mm
...
Leftover from #6433
9 years ago
Braydon Fuller
3361edd010
doc: Add NBitcoin to bitcoinconsensus examples
9 years ago
Wladimir J. van der Laan
1ae3196c38
Merge pull request #6373
...
eb4f35d
depends: bump qrencode to 3.4.4 (Cory Fields)
142ee60
depends: bump protobuf to 2.6.1 (Cory Fields)
d5b1851
depends: bump ccache to 3.2.2 (Cory Fields)
00c5a73
depends: bump miniupnpc to 1.9.20150609 (Cory Fields)
4bdad99
depends: bump boost to 1.58.0 (Cory Fields)
9 years ago
fanquake
db42558b82
Remove bash test note from rpc-tests readme
9 years ago
Wladimir J. van der Laan
849137560a
Merge pull request #6413
...
9fbca20
doc: Remove recommendation to add old repos for libd4.8* (tailsjoin)
9 years ago
tailsjoin
9fbca205d4
doc: Remove recommendation to add old repos for libd4.8*
...
It is unreasonable to ask to change the global package configuration
just to build a package. Not only that, this is potentially harmful to the system.
Also do a few punctuation fixes in REST-interface.md.
9 years ago
Wladimir J. van der Laan
11edb0de5b
Merge pull request #6433
...
d29ec6c
qt: define QT_NO_KEYWORDS (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
d29ec6c230
qt: define QT_NO_KEYWORDS
...
QT_NO_KEYWORDS prevents Qt from defining the `foreach`, `signals`,
`slots` and `emit` macros.
Avoid overlap between Qt macros and boost - for example #undef hackiness
in #6421 .
9 years ago
Braydon Fuller
b1bac4ea49
Add description for bitcoinconsensus_ERR_OK
9 years ago
฿tcDrak
09d4ddf1c5
Updated URL location of netinstall for Debian
9 years ago
Cory Fields
d4b1d5a8ba
openssl: avoid config file load/race
9 years ago
Wladimir J. van der Laan
fd5dfda939
Merge pull request #6388
...
0937290
doc: mention RPC random cookie authentication in release notes (Wladimir J. van der Laan)
71cbeaa
rpc: Implement random-cookie based authentication (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
bb59e7890c
Merge pull request #6428
...
ffad5aa
tests: Remove old sh-based test framework (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
d4a910c31e
Merge pull request #6418
...
60d5432
Add autogen.sh to source tarball. (randy-waterhouse)
9 years ago
Braydon Fuller
c156adac53
doc: add documentation for shared library libbitcoinconsensus
9 years ago
Wladimir J. van der Laan
0937290553
doc: mention RPC random cookie authentication in release notes
9 years ago
Wladimir J. van der Laan
71cbeaad9a
rpc: Implement random-cookie based authentication
...
When no `-rpcpassword` is specified, use a special 'cookie' file for
authentication. This file is generated with random content when the
daemon starts, and deleted when it exits. Read access to this file
controls who can access through RPC. By default this file is stored in
the data directory but it be overriden with `-rpccookiefile`.
This is similar to Tor CookieAuthentication: see
https://www.torproject.org/docs/tor-manual.html.en
Alternative to #6258 . Like that pull, this allows running bitcoind
without any manual configuration. However, daemons should ideally never write to
their configuration files, so I prefer this solution.
9 years ago
Wladimir J. van der Laan
3d9362d5ac
Merge pull request #6398
...
85ee55b
rpc: Remove chain-specific RequireRPCPassword (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
ffad5aa1f4
tests: Remove old sh-based test framework
...
This removes the `conflictedbalance.sh` test as well, but that test has
been broken for a long time and isn't part of any scripts.
What it does is, IMO, sufficiently tested by other tests.
9 years ago
Wladimir J. van der Laan
44fa82d47e
Merge pull request #6417
...
9da8fc8
[QA] remove rawtransactions.py from the extended test list (Jonas Schnelli)
6ed38b0
[QA] fix possible reorg issue in rawtransaction.py/fundrawtransaction.py RPC test (Jonas Schnelli)
9 years ago
Wladimir J. van der Laan
7cdefb927e
Merge pull request #6410
...
5098c47
Implement accurate memory accounting for mempool (Pieter Wuille)
9 years ago
randy-waterhouse
60d5432697
Add autogen.sh to source tarball.
9 years ago
Jonas Schnelli
9da8fc8f26
[QA] remove rawtransactions.py from the extended test list
...
rawtransactions.py is already in the standard test list
9 years ago
Jonas Schnelli
6ed38b0b8f
[QA] fix possible reorg issue in rawtransaction.py/fundrawtransaction.py RPC test
...
- added missing mempool sync between block generations
9 years ago
Wladimir J. van der Laan
5121c68657
Merge pull request #6414
...
8a0b933
Fix intermittent test failure, reduce test time (Tom Harding)
9 years ago