Commit Graph

4368 Commits (fa5457e64adfc6060382bd36c45e95be6ea693ef)

Author SHA1 Message Date
MarcoFalke fcac16fff8
Merge bitcoin/bitcoin#24190: test: Fix sanitizer suppresions in streams_tests
3 years ago
MarcoFalke 8f137e69ca
Merge bitcoin/bitcoin#24192: test: Fix feature_init intermittent issues
3 years ago
MarcoFalke fa7b07571f
test: Fix feature_init intermittent issues
3 years ago
MarcoFalke fa4595deb3
test: Remove random line number feature from feature_init.py
3 years ago
MarcoFalke 1111d33532
refactor: Make MessageBoxFlags enum underlying type unsigned
3 years ago
MarcoFalke b25a752dfd
Merge bitcoin/bitcoin#24146: Avoid integer sanitizer warnings in chain.o
3 years ago
brunoerg 58ccc88541 lint: add creat and ba into ignore-words for lint-spelling
3 years ago
MarcoFalke 1245c62fef
Merge bitcoin/bitcoin#24139: Avoid unsigned integer overflow in bitcoin-tx
3 years ago
MarcoFalke faa630aa15
test: Fix sanitizer suppresions in streams_tests
3 years ago
MarcoFalke d4e92d8436
Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC
3 years ago
Andrew Chow 3d223712d3
Merge bitcoin/bitcoin#16795: rpc: have raw transaction decoding infer output descriptors
3 years ago
MarcoFalke 2935bd9d67
Merge bitcoin/bitcoin#24113: test, bugfix: fix intermittent failure in getrawtransaction_tests
3 years ago
MarcoFalke dd405add6e
Merge bitcoin/bitcoin#24154: test: add functional test for `-maxtipage` parameter
3 years ago
fanquake 01beb46f8d
Merge bitcoin/bitcoin#24153: test: remove unused sanitizer suppressions
3 years ago
Gregory Sanders 6498ba151b transaction decoding infer output descriptors
3 years ago
Andrew Chow e30b6ea194
Merge bitcoin/bitcoin#24067: wallet: Actually treat (un)confirmed txs as (un)confirmed
3 years ago
MarcoFalke 39d9bbe4ac
Merge bitcoin/bitcoin#23706: rpc: getblockfrompeer followups
3 years ago
laanwj b94d0c7af1
Merge bitcoin/bitcoin#23201: wallet: Allow users to specify input weights when funding a transaction
3 years ago
Sebastian Falbesoner 75656adfd2 test: add functional test for `-maxtipage` parameter
3 years ago
MarcoFalke fa3bdbd37b
test: remove unused sanitizer suppressions
3 years ago
MarcoFalke fa832103aa
Avoid integer sanitizer warnings in chain.o
3 years ago
MarcoFalke fa272eab44 wallet: Avoid dropping confirmed coins
3 years ago
fanquake 0147278e37
Merge bitcoin/bitcoin#21464: Mempool Update Cut-Through Optimization
3 years ago
Andrew Chow 3866272c45 tests: Test specifying input weights
3 years ago
MarcoFalke faa75fa193
Avoid unsigned integer overflow in bitcoin-tx
3 years ago
MarcoFalke b3122e167a
Merge bitcoin/bitcoin#23543: test: Prevent non-compatible sed binary for scripted-diffs
3 years ago
anouar kappitou d8dfc403f7
script: redirecting stderr to stdout before pipelining into grep
3 years ago
Jon Atack 449dffc610
test, bugfix: fix intermittent failure in getrawtransaction_tests
3 years ago
MarcoFalke faedb111d2
refactor tests to fix ubsan suppressions
3 years ago
fanquake a541e5d519
Merge bitcoin/bitcoin#24104: fs: Make compatible with boost 1.78
3 years ago
Andrew Chow dc5d6b0d47 fs: Make compatible with boost 1.78
3 years ago
MarcoFalke 5c3bfee46a
Merge bitcoin/bitcoin#24054: test: rest /tx with an invalid/unknown txid
3 years ago
MarcoFalke 92a71f65be
Merge bitcoin/bitcoin#24059: Fix implicit-integer-sign-change in arith_uint256
3 years ago
MarcoFalke 7de2cf9b25
Merge bitcoin/bitcoin#23992: fuzz: Limit fuzzed time to years 2000-2100
3 years ago
Anthony Towns 240cad09ba rpc: getdeploymentinfo: include signalling info
3 years ago
Anthony Towns 376c0c6dae rpc: getdeploymentinfo: include block hash/height
3 years ago
Anthony Towns a7469bcd35 rpc: getdeploymentinfo: change stats to always refer to current period
3 years ago
Anthony Towns fd826130a0 rpc: move softfork info from getblockchaininfo to getdeploymentinfo
3 years ago
brunoerg bd52684508 test: rest /tx with an invalid/unknown txid
3 years ago
MarcoFalke 807169e10b
Merge bitcoin/bitcoin#24035: test: use MiniWallet for mempool_accept.py
3 years ago
Sebastian Falbesoner aa8a65e4a8 test: use MiniWallet for mempool_accept.py
3 years ago
MarcoFalke fa99e108e7
Fix implicit-integer-sign-change in arith_uint256
3 years ago
MarcoFalke 290ff5ef6d
Merge bitcoin/bitcoin#24041: util: Restore GetIntArg saturating behavior
3 years ago
James O'Beirne b5c9bb5cb9 util: Restore GetIntArg saturating behavior
3 years ago
sogoagain 9d3e95d77c [bugfix] prevent UnicodeDecodeError errors when opening log file in feature_init.py
3 years ago
Sebastian Falbesoner b24f6c6855 test: MiniWallet: support default `from_node` for creating txs
3 years ago
Sebastian Falbesoner f30041c914 test: create txs with current `nVersion` (2) by default
3 years ago
Sebastian Falbesoner 2f79786822 test: refactor: add constant for sequence number `SEQUENCE_FINAL`
3 years ago
MarcoFalke fa7238300c
fuzz: Limit fuzzed time to years 2000-2100
3 years ago
fanquake be72ae25a8
Merge bitcoin/bitcoin#23996: test: set ban after mocking time
3 years ago