Pieter Wuille
277b472fb2
Run miner_tests with fixed options
8 years ago
Pieter Wuille
48faf0bf63
Abstract out BlockAssembler options
8 years ago
Wladimir J. van der Laan
f19afdbfb4
Merge #9612 : [trivial] Rephrase the definition of difficulty.
...
dc222f8
Trivial: Rephrase the definition of difficulty in the code. (Karl-Johan Alm)
8 years ago
Wladimir J. van der Laan
dd6e0d6301
Merge #9833 : Trivial: fix comments referencing AppInit2
...
ef9f495
Trivial: fix comments referencing AppInit2 (Marko Bencun)
8 years ago
Wladimir J. van der Laan
00285cece8
Merge #9840 : Update sendfrom RPC help to correct coin selection misconception
...
f81f0d0
Update sendfrom RPC help to correct coin selection misconception (Russell Yanofsky)
8 years ago
Karl-Johan Alm
dc222f8f63
Trivial: Rephrase the definition of difficulty in the code.
8 years ago
Marko Bencun
ef9f495e93
Trivial: fix comments referencing AppInit2
...
It was refactored into multiple functions in
0cc8b6bc44
.
8 years ago
Russell Yanofsky
f81f0d0030
Update sendfrom RPC help to correct coin selection misconception
8 years ago
Wladimir J. van der Laan
692c9eddba
Merge #9831 : build: force a c++ standard to be specified
...
9829c54
build: force a c++ standard to be specified (Cory Fields)
8 years ago
MarcoFalke
a13a417cdc
Merge #9823 : qa: Set correct path for binaries in rpc tests
...
3333ad0
qa: Set correct path for binaries in rpc tests (MarcoFalke)
8 years ago
MarcoFalke
d6064a89ac
Merge #9577 : Fix docstrings in qa tests
...
3f95a80
Fix docstrings in qa tests (John Newbery)
8 years ago
MarcoFalke
7146d96de3
Merge #9766 : Add --exclude option to rpc-tests.py
...
c578408
Add exclude option to rpc-tests.py (John Newbery)
8 years ago
John Newbery
3f95a806b1
Fix docstrings in qa tests
...
This commit fixes the module-level docstrings for the tests and helper
modules in qa. Many of these tests were uncommented previously - this
commit ensures that every test case has at least a minimum level of
commenting.
8 years ago
Wladimir J. van der Laan
e68c266f3d
Merge #9789 : build: add --enable-werror and warn on vla's
...
205830a
build: add --enable-werror option (Cory Fields)
b602fe0
build: warn about variable length arrays (Cory Fields)
8 years ago
Wladimir J. van der Laan
1d2a57e9fd
Merge #9824 : qa: Check return code when stopping nodes
...
fa4cd2e
qa: Check return code when stopping nodes (MarcoFalke)
8 years ago
Wladimir J. van der Laan
d14555de3d
Merge #9820 : Fix pruning test broken by 2 hour manual prune window
...
874c736
Fix pruning test broken by 2 hour manual prune window (Russell Yanofsky)
8 years ago
Cory Fields
205830a37b
build: add --enable-werror option
...
This turns some compiler warnings into errors. Useful for c-i.
8 years ago
MarcoFalke
fa4cd2e998
qa: Check return code when stopping nodes
...
This includes work by jnewbery
8 years ago
Cory Fields
9829c54de2
build: force a c++ standard to be specified
...
Newer compilers may switch to newer standards by default. For example, gcc6
uses std=gnu++14 by default.
8 years ago
Wladimir J. van der Laan
bed5b30a56
Merge #9711 : [Trivial] Remove incorrect help message from gettxoutproof()
...
9949ebf
[Trivial] Remove incorrect help message from gettxoutproof() (John Newbery)
8 years ago
Wladimir J. van der Laan
1efc99c4dc
Merge #9819 : Remove harmless read of unusued priority estimates
...
bc8fd12
Remove harmless read of unusued priority estimates (Alex Morcos)
8 years ago
Wladimir J. van der Laan
ba7220b5e8
Merge #9773 : Return errors from importmulti if complete rescans are not successful
...
e2e2f4c
Return errors from importmulti if complete rescans are not successful (Russell Yanofsky)
8 years ago
Wladimir J. van der Laan
a8c5751038
Merge #9801 : Removed redundant parameter from mempool.PrioritiseTransaction
...
eaea2bb
Removed redundant parameter from mempool.PrioritiseTransaction (gubatron)
8 years ago
Wladimir J. van der Laan
5b583efaa7
Merge #9805 : Add seed.btc.petertodd.org to mainnet DNS seeds
...
3b4dd2a
Add seed.btc.petertodd.org to mainnet DNS seeds (Peter Todd)
8 years ago
Wladimir J. van der Laan
92dd6c8dfd
Merge #9815 : Trivial: use EXIT_ codes instead of magic numbers
...
a87d02a
use EXIT_ codes instead of magic numbers (Marko Bencun)
8 years ago
MarcoFalke
3333ad0b63
qa: Set correct path for binaries in rpc tests
8 years ago
gubatron
eaea2bbb41
Removed redundant parameter from mempool.PrioritiseTransaction
...
(Also made the `const uint256 hash` parameter a `const uint256& hash` as suggested by @sdaftuar )
8 years ago
MarcoFalke
5628c70f2a
Merge #9807 : RPC doc fix-ups.
...
851f6a3
[qa][doc] Correct rpc test options in readme (fanquake)
41e7219
[trivial] Add tests_config.ini to .gitignore (fanquake)
8 years ago
Russell Yanofsky
874c7363d7
Fix pruning test broken by 2 hour manual prune window
...
Regression happened in 91fb506
Add two hour buffer to manual pruning.
8 years ago
Cory Fields
b602fe0f73
build: warn about variable length arrays
8 years ago
Wladimir J. van der Laan
61a640ea97
Merge #9485 : ZMQ example using python3 and asyncio
...
b471daf
Adddress nits, use asyncio signal handling, create_task (Bob McElrath)
4bb7d1b
Add python version checks and 3.4 example (Bob McElrath)
5406d51
Rewrite to not use Polling wrapper for asyncio, link to python2.7 example (Bob McElrath)
5ea5368
ZMQ example using python3 and asyncio (Bob McElrath)
8 years ago
Alex Morcos
bc8fd12289
Remove harmless read of unusued priority estimates
8 years ago
Wladimir J. van der Laan
5f0556d032
Merge #9727 : Remove fallbacks for boost_filesystem < v3
...
056aba2
Remove fallbacks for boost_filesystem < v3 (Wladimir J. van der Laan)
8 years ago
Wladimir J. van der Laan
8528d6ac6d
Merge #9817 : Fix segfault crash when shutdown the GUI in disablewallet mode
...
312c4f1
Fix segfault crash when shutdown the GUI in disablewallet mode (Jonas Schnelli)
8 years ago
Jonas Schnelli
312c4f1057
Fix segfault crash when shutdown the GUI in disablewallet mode
8 years ago
Wladimir J. van der Laan
8ad31f9aa3
Merge #9798 : Fix Issue #9775 (Check returned value of fopen)
...
40f11f8
Fix for issue #9775 . Added check for open() returning a NULL pointer. (kirit93)
8 years ago
Wladimir J. van der Laan
7d46b3ea8d
Merge #9813 : Read/write mempool.dat as a binary.
...
171fc91
Read/write mempool.dat as a binary. (Pavel Janík)
8 years ago
Marko Bencun
a87d02adad
use EXIT_ codes instead of magic numbers
...
To be consistent with other exit() calls.
8 years ago
John Newbery
c5784085e9
Add exclude option to rpc-tests.py
8 years ago
kirit93
40f11f8872
Fix for issue #9775 . Added check for open() returning a NULL pointer.
8 years ago
Pavel Janík
171fc91f06
Read/write mempool.dat as a binary.
...
mempool.dat is a binary file and thus it should be read/written as such.
Fixes #9810 .
8 years ago
Wladimir J. van der Laan
7639d38f14
Merge #9726 : netbase: Do not print an error on connection timeouts through proxy
...
3ddfe29
netbase: Do not print an error on connection timeouts through proxy (Wladimir J. van der Laan)
13f6085
netbase: Make InterruptibleRecv return an error code instead of bool (Wladimir J. van der Laan)
8 years ago
Wladimir J. van der Laan
aa791e2911
Merge #9619 : Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates
...
279f944
QA: Test GBT size/weight limit values (Luke Dashjr)
9fc7f0b
Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates (Luke Dashjr)
8 years ago
Wladimir J. van der Laan
2dad02232a
Merge #9760 : [wallet] Remove importmulti always-true check
...
ec1267f
[wallet] Remove importmulti always-true check (Russell Yanofsky)
8 years ago
Wladimir J. van der Laan
7ca2f54270
Merge #9794 : Minor update to qrencode package builder
...
1bfe6b4
Use package name variable inside $(package)_file_name variable (Mitchell Cash)
8 years ago
Wladimir J. van der Laan
1a9fd5cb9d
Merge #9724 : Qt/Intro: Add explanation of IBD process
...
f6d18f5
Qt/Intro: Explain a bit more what will happen first time (Luke Dashjr)
50c5657
Qt/Intro: Storage shouldn't grow significantly with pruning enabled (Luke Dashjr)
9adb694
Qt/Intro: Move sizeWarningLabel text into C++ code (Luke Dashjr)
8 years ago
fanquake
851f6a39f1
[qa][doc] Correct rpc test options in readme
8 years ago
fanquake
41e7219127
[trivial] Add tests_config.ini to .gitignore
8 years ago
Peter Todd
3b4dd2a676
Add seed.btc.petertodd.org to mainnet DNS seeds
8 years ago
Wladimir J. van der Laan
390a39bb5c
Merge #9795 : doc: Update manpages for master (laanwj)
...
eb49101
doc: Update manpages for master (Wladimir J. van der Laan)
8 years ago