Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-27 | RPC/Wallet: Pass CWallet as pointer to helper functions | Luke Dashjr | |
2017-02-27 | Merge #9875: tests: Fix dangling pwalletMain pointer in wallet tests | Wladimir J. van der Laan | |
75a1093 tests: Fix dangling pwalletMain pointer in wallet tests (Wladimir J. van der Laan) Tree-SHA512: 7fb6e8385fe7d542f9ecb113a08d675ca9e84907a1939b3a6ad41318fda55bc999b9bc8ffc3f56cd8610ca49d0db982d3c793df7bbcb7eb9638f4483030db6a8 | |||
2017-02-27 | tests: Fix dangling pwalletMain pointer in wallet tests | Wladimir J. van der Laan | |
2017-02-27 | Merge #9839: [qa] Make import-rescan.py watchonly check reliable | Wladimir J. van der Laan | |
864890a [qa] Make import-rescan.py watchonly check reliable (Russell Yanofsky) Tree-SHA512: ea0e2b1d4fc8f35174c3d575fb751b428daf6ad3aa944fad4e3ddcc9195e4f17051473acabc54203b1d27cca64cf911b737ab92e986c40ef384410652e2dbea1 | |||
2017-02-25 | Merge #9847: Extra test vector for BIP32 | Wladimir J. van der Laan | |
30aedcb BIP32 extra test vector (Pieter Wuille) | |||
2017-02-24 | Merge #9612: [trivial] Rephrase the definition of difficulty. | Wladimir J. van der Laan | |
dc222f8 Trivial: Rephrase the definition of difficulty in the code. (Karl-Johan Alm) | |||
2017-02-24 | Merge #9833: Trivial: fix comments referencing AppInit2 | Wladimir J. van der Laan | |
ef9f495 Trivial: fix comments referencing AppInit2 (Marko Bencun) | |||
2017-02-24 | Merge #9840: Update sendfrom RPC help to correct coin selection misconception | Wladimir J. van der Laan | |
f81f0d0 Update sendfrom RPC help to correct coin selection misconception (Russell Yanofsky) | |||
2017-02-23 | Trivial: Rephrase the definition of difficulty in the code. | Karl-Johan Alm | |
2017-02-23 | BIP32 extra test vector | Pieter Wuille | |
2017-02-24 | Trivial: fix comments referencing AppInit2 | Marko Bencun | |
It was refactored into multiple functions in 0cc8b6bc44bea29e24fa4e13d8a9bbe4f1483680. | |||
2017-02-23 | [qa] Make import-rescan.py watchonly check reliable | Russell Yanofsky | |
Send payments during the test from a different node than the node generating keys to be imported, so the spending node doesn't create transactions that inadvertently involve (spend funds from) the imported keys. Fixes #9826 | |||
2017-02-23 | Update sendfrom RPC help to correct coin selection misconception | Russell Yanofsky | |
2017-02-23 | Merge #9831: build: force a c++ standard to be specified | Wladimir J. van der Laan | |
9829c54 build: force a c++ standard to be specified (Cory Fields) | |||
2017-02-23 | Merge #9823: qa: Set correct path for binaries in rpc tests | MarcoFalke | |
3333ad0 qa: Set correct path for binaries in rpc tests (MarcoFalke) | |||
2017-02-23 | Merge #9577: Fix docstrings in qa tests | MarcoFalke | |
3f95a80 Fix docstrings in qa tests (John Newbery) | |||
2017-02-23 | Merge #9766: Add --exclude option to rpc-tests.py | MarcoFalke | |
c578408 Add exclude option to rpc-tests.py (John Newbery) | |||
2017-02-23 | Fix docstrings in qa tests | John Newbery | |
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. | |||
2017-02-23 | Merge #9789: build: add --enable-werror and warn on vla's | Wladimir J. van der Laan | |
205830a build: add --enable-werror option (Cory Fields) b602fe0 build: warn about variable length arrays (Cory Fields) | |||
2017-02-23 | Merge #9824: qa: Check return code when stopping nodes | Wladimir J. van der Laan | |
fa4cd2e qa: Check return code when stopping nodes (MarcoFalke) | |||
2017-02-23 | Merge #9820: Fix pruning test broken by 2 hour manual prune window | Wladimir J. van der Laan | |
874c736 Fix pruning test broken by 2 hour manual prune window (Russell Yanofsky) | |||
2017-02-23 | build: add --enable-werror option | Cory Fields | |
This turns some compiler warnings into errors. Useful for c-i. | |||
2017-02-23 | qa: Check return code when stopping nodes | MarcoFalke | |
This includes work by jnewbery | |||
2017-02-22 | build: force a c++ standard to be specified | Cory Fields | |
Newer compilers may switch to newer standards by default. For example, gcc6 uses std=gnu++14 by default. | |||
2017-02-22 | Merge #9711: [Trivial] Remove incorrect help message from gettxoutproof() | Wladimir J. van der Laan | |
9949ebf [Trivial] Remove incorrect help message from gettxoutproof() (John Newbery) | |||
2017-02-22 | Merge #9819: Remove harmless read of unusued priority estimates | Wladimir J. van der Laan | |
bc8fd12 Remove harmless read of unusued priority estimates (Alex Morcos) | |||
2017-02-22 | Merge #9773: Return errors from importmulti if complete rescans are not ↵ | Wladimir J. van der Laan | |
successful e2e2f4c Return errors from importmulti if complete rescans are not successful (Russell Yanofsky) | |||
2017-02-22 | Merge #9801: Removed redundant parameter from mempool.PrioritiseTransaction | Wladimir J. van der Laan | |
eaea2bb Removed redundant parameter from mempool.PrioritiseTransaction (gubatron) | |||
2017-02-22 | Merge #9805: Add seed.btc.petertodd.org to mainnet DNS seeds | Wladimir J. van der Laan | |
3b4dd2a Add seed.btc.petertodd.org to mainnet DNS seeds (Peter Todd) | |||
2017-02-22 | Merge #9815: Trivial: use EXIT_ codes instead of magic numbers | Wladimir J. van der Laan | |
a87d02a use EXIT_ codes instead of magic numbers (Marko Bencun) | |||
2017-02-22 | qa: Set correct path for binaries in rpc tests | MarcoFalke | |
2017-02-21 | Removed redundant parameter from mempool.PrioritiseTransaction | gubatron | |
(Also made the `const uint256 hash` parameter a `const uint256& hash` as suggested by @sdaftuar) | |||
2017-02-22 | Merge #9807: RPC doc fix-ups. | MarcoFalke | |
851f6a3 [qa][doc] Correct rpc test options in readme (fanquake) 41e7219 [trivial] Add tests_config.ini to .gitignore (fanquake) | |||
2017-02-21 | Fix pruning test broken by 2 hour manual prune window | Russell Yanofsky | |
Regression happened in 91fb506 Add two hour buffer to manual pruning. | |||
2017-02-21 | build: warn about variable length arrays | Cory Fields | |
2017-02-21 | Merge #9485: ZMQ example using python3 and asyncio | Wladimir J. van der Laan | |
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) | |||
2017-02-21 | Remove harmless read of unusued priority estimates | Alex Morcos | |
2017-02-21 | Merge #9727: Remove fallbacks for boost_filesystem < v3 | Wladimir J. van der Laan | |
056aba2 Remove fallbacks for boost_filesystem < v3 (Wladimir J. van der Laan) | |||
2017-02-21 | Merge #9817: Fix segfault crash when shutdown the GUI in disablewallet mode | Wladimir J. van der Laan | |
312c4f1 Fix segfault crash when shutdown the GUI in disablewallet mode (Jonas Schnelli) | |||
2017-02-21 | Fix segfault crash when shutdown the GUI in disablewallet mode | Jonas Schnelli | |
2017-02-21 | Merge #9798: Fix Issue #9775 (Check returned value of fopen) | Wladimir J. van der Laan | |
40f11f8 Fix for issue #9775. Added check for open() returning a NULL pointer. (kirit93) | |||
2017-02-21 | Merge #9813: Read/write mempool.dat as a binary. | Wladimir J. van der Laan | |
171fc91 Read/write mempool.dat as a binary. (Pavel Janík) | |||
2017-02-21 | use EXIT_ codes instead of magic numbers | Marko Bencun | |
To be consistent with other exit() calls. | |||
2017-02-20 | Add exclude option to rpc-tests.py | John Newbery | |
2017-02-20 | Fix for issue #9775. Added check for open() returning a NULL pointer. | kirit93 | |
2017-02-20 | Read/write mempool.dat as a binary. | Pavel Janík | |
mempool.dat is a binary file and thus it should be read/written as such. Fixes #9810. | |||
2017-02-20 | Merge #9726: netbase: Do not print an error on connection timeouts through proxy | Wladimir J. van der Laan | |
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) | |||
2017-02-20 | Merge #9619: Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before ↵ | Wladimir J. van der Laan | |
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) | |||
2017-02-20 | Merge #9760: [wallet] Remove importmulti always-true check | Wladimir J. van der Laan | |
ec1267f [wallet] Remove importmulti always-true check (Russell Yanofsky) | |||
2017-02-20 | Merge #9794: Minor update to qrencode package builder | Wladimir J. van der Laan | |
1bfe6b4 Use package name variable inside $(package)_file_name variable (Mitchell Cash) |