Commit Graph

2074 Commits (41919631d50949c845600d413be96ad6ce0495e5)

Author SHA1 Message Date
MarcoFalke 69ca6cdd66
Merge #17599: ci: Run functional tests on s390x
5 years ago
MarcoFalke 2b6575d989
Merge #17643: wallet: Fix origfee return for bumpfee with feerate arg
5 years ago
Gregory Sanders 02afb0c550 Fix origfee return for bumpfee with feerate arg
5 years ago
fanquake 19698ac6bc
Merge #17568: wallet: fix when sufficient preset inputs and subtractFeeFromOutputs
5 years ago
Wladimir J. van der Laan 1f59885d27
Merge #17361: script: Lint Gitian descriptors with ShellCheck
5 years ago
Hennadii Stepanov 17f81e9648
script: Enable SC2001 rule for Gitian scripts
5 years ago
Hennadii Stepanov 61bb21b418
script: Enable SC2155 rule for Gitian scripts
5 years ago
Andrew Chow eadd1304c8 tests: Add a test for funding with sufficient preset inputs and subtractFeeFromOutputs
5 years ago
MarcoFalke fad9fdbea5
test: Properly deserialize integers in little-endian
5 years ago
Jon Atack 33f5fc32e5
test: add rpc getaddressinfo labels test coverage
5 years ago
Jon Atack 0f3539ac6d
test: add listlabels test in wallet_labels.py
5 years ago
Hennadii Stepanov 3ed5e6819a
refactor: Nuke coincontrol circular dependency
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
Hennadii Stepanov 577682d9e8
script: Enable SC2006 rule for Gitian scripts
5 years ago
Hennadii Stepanov 14aded46df
script: Lint Gitian descriptors with ShellCheck
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