Commit Graph

2061 Commits (eadd1304c81e0b89178e4cc7630bd31650850c85)

Author SHA1 Message Date
Andrew Chow eadd1304c8 tests: Add a test for funding with sufficient preset inputs and subtractFeeFromOutputs
5 years ago
Samuel Dobson 4effd67bf4
Merge #17387: wallet_importmulti: use addresses of the same type as being imported
5 years ago
251 e20c72f9f0 Fire TransactionRemovedFromMempool from mempool
5 years ago
Wladimir J. van der Laan 69a6f1ad1f
Merge #17513: refactor, qt: Nuke some circular dependencies
5 years ago
MarcoFalke 5ff798c39b
Merge #17439: refactor: Use proper MAX_SCRIPT_ELEMENT_SIZE constants consistently
5 years ago
Sebastian Falbesoner 8f2d7737cc test: add functional test for non-standard txs with too large scriptSig
5 years ago
fanquake b4a1da9ef8
Merge #17515: Remove straggling OpenSSL references from doc and build
5 years ago
Hennadii Stepanov a53e9895db
refactor: Nuke walletmodel circular dependency
5 years ago
Hennadii Stepanov 49c4211c04
refactor: Nuke walletmodeltransaction circular dep
5 years ago
Hennadii Stepanov 567cb44eb9
refactor: Nuke guiutil circular dependency
5 years ago
Wladimir J. van der Laan 7ea55264b9 test: remove lsan suppression for libcrypto
5 years ago
fanquake a67352161c
test: skip tool_wallet test when bitcoin-wallet isn't compiled
5 years ago
fanquake e9277baed6
test: skip wallet_listreceivedby test when the cli isn't compiled
5 years ago
fanquake 621d398750
test: skip bitcoin_cli test when the cli isn't compiled
5 years ago
Wladimir J. van der Laan ca1eeba0b0
Merge #17488: test: fix "bitcoind already running" warnings on macOS
5 years ago
Wladimir J. van der Laan 24647a09e7
Merge #17470: ci: Use clang-8 for fuzzing to run on aarch64 ci systems
5 years ago
fanquake 1c23ea5fe6
test: fix bitcoind already running warnings on macOS
5 years ago
MarcoFalke 422ec33d45
Merge #17322: Fix input size assertion in wallet_bumpfee.py
5 years ago
Gregory Sanders 38516f9078 Fix input size assertion in wallet_bumpfee.py
5 years ago
MarcoFalke fa2ec9f451
fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUs
5 years ago
MarcoFalke fac942ca57
test: Remove fragile assert_memory_usage_stable
5 years ago
MarcoFalke 8237889e8d
Merge #17435: test: check custom ancestor limit in mempool_packages.py
5 years ago
João Barbosa a5e77959c8 rpc: Expose block height of wallet transactions
5 years ago
Sebastian Falbesoner 49997813a4 test: check custom ancestor limit in mempool_packages.py
5 years ago
Hennadii Stepanov cb9d830a00
test: Use proper MAX_SCRIPT_ELEMENT_SIZE
5 years ago
fanquake 270616228b
Merge #17362: test: speed up wallet_avoidreuse, add logging
5 years ago
Jon Atack 0e7c90eb37
test: speed up wallet_avoidreuse.py
5 years ago
Jon Atack 6d50b2606e
test: add logging to wallet_avoidreuse.py
5 years ago
MarcoFalke e65b4160e9
Merge #17340: Tests: speed up fundrawtransaction test
5 years ago
John Newbery af7bae7340 [tests] Don't stop-start unnecessarily in rpc_fundrawtransaction.py
5 years ago
John Newbery 9a8505299b [tests] Use -whitelist in rpc_fundrawtransaction.py
5 years ago
MarcoFalke 22a58811d4
Merge #17353: doc: Add ShellCheck to lint tests dependencies
5 years ago
Hennadii Stepanov 80c9e66ab8
build: Remove install command samples
5 years ago
Andrew Chow b84e776fd1 wallet_importmulti: use addresses of the same type as being imported
5 years ago
Wladimir J. van der Laan b05b28183c
Merge #16899: UTXO snapshot creation (dumptxoutset)
5 years ago
James O'Beirne 92b2f5306b test: add dumptxoutset RPC test
5 years ago
James Chiang 2493770e36 TestShell: Return self from setup()
5 years ago
James Chiang a8dea45524 TestShell: Simplify default setting of num_nodes
5 years ago
James Chiang 9c7806e4bf Doc: Remove backticks in test-shell.md code block
5 years ago
James Chiang d3ed06e2cd TestShell: Fix typo in TestShell warning printout
5 years ago
Samuel Dobson bdda137878
Merge #16766: wallet: Make IsTrusted scan parents recursively
5 years ago
Samuel Dobson bfc4c896d6
Merge #17258: Fix issue with conflicted mempool tx in listsinceblock
5 years ago
MarcoFalke bc38bb9a60
Merge #17288: Added TestShell class for interactive Python environments.
5 years ago
John Newbery 646b593bbd [tests] Speed up rpc_fundrawtransaction.py
5 years ago
MarcoFalke 94a26b192f
Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linter
5 years ago
MarcoFalke 6cb10c14c6
Merge #17199: test: use default address type (bech32) for wallet_bumpfee tests
5 years ago
JamesC 19139ee034 Add documentation for test_shell submodule
5 years ago
randymcmillan ac831339cb
doc: Fix some misspellings
5 years ago
James Chiang f5112369cf Add TestShell class
5 years ago
JamesC 5155602a63 Move argparse() to init()
5 years ago